Re: Nvidia driver cannot compile on FreeBSD 12.0

2019-03-24 Thread Alonso Schaich
On 3/23/19 6:10 PM, Unga via freebsd-stable wrote: Hi all I tried to install NVIDIA-FreeBSD-x86_64-418.56 display driver but I get following compilation error: # make install===> src (install)===> src/nvidia (install)cc  -O2 -pipe -DNV_VERSION_STRING=\"418.56\" -D__KERNEL__ -DNVRM -Wno-unused-f

ACE QUIZBOWL Camps - 25th Anniversary!

2019-03-24 Thread ACE QUIZBOWL
If you are not able to see this mail, click http://3v5ld.r.a.d.sendibm1.com/mk/mr/GSPhlXYzMCKIsgT21cbnCeue7A7z2pTioK58ID1LVEaue_imSvZ9glrRp098BBuqiLsl1m-FyMnG1RvRieOSKkRy9HvsT5npmMueAv6PR8ahwA[ ]( http://3v5ld.r.a.d.sendibm1.com/mk/cl/f/mEY_db4kgpAmVUD9e9vQ4zViT3iXgNcGyZHUkmuho4yAojP6AEnOkq9TTs

Re: devmatch error message

2019-03-24 Thread Brett Glass
Warner: Thank you! I thought that perhaps it might be useful to (for example) keep Ethernet port names the same when ports were added to the system. But if it's not, I'll just deactivate it. I do need to keep devd on, because I sometimes plug in USB memory sticks. --Brett At 06:51 PM 3/23/2

Re: devmatch error message

2019-03-24 Thread Warner Losh
On Sun, Mar 24, 2019, 9:52 AM Brett Glass wrote: > Warner: > > Thank you! I thought that perhaps it might be useful to (for example) keep > Ethernet port names the same when ports were added to the system. But if > it's not, I'll just deactivate it. I do need to keep devd on, because I > sometime

ufs to zfs conversion in a freebsd guest

2019-03-24 Thread tech-lists
Hi [context is freebsd-12R-p3] Is it possible to convert a running freebsd guest from UFS to ZFS? It would need to be done in-situ, in the guest as there is no access to the host. The guest filesystem is: /dev/gpt/rootfs / ufs rw 1 1 /dev/gpt/swapfs noneswapsw

Re: ufs to zfs conversion in a freebsd guest

2019-03-24 Thread Alan Somers
Yes, but it's probably not worth the effort. Easier to spin up 2nd vm and copy everything over. Here is what you'd have to do: 1) shrink the root filesystem with resizefs. 2) shrink it's partition with gpart. If it's not the last partition on the disk, then you'll have to relocate the last (presum

Re: ufs to zfs conversion in a freebsd guest

2019-03-24 Thread tech-lists
On Sun, Mar 24, 2019 at 04:16:32PM -0600, Alan Somers wrote: Yes, but it's probably not worth the effort. Easier to spin up 2nd vm and copy everything over. Here is what you'd have to do: Yeah the problem we have is that option is unavailable to us and we don't have access to the host. 1) sh

Re: ufs to zfs conversion in a freebsd guest

2019-03-24 Thread Warner Losh
On Sun, Mar 24, 2019, 3:58 PM tech-lists wrote: > Hi > > [context is freebsd-12R-p3] > > Is it possible to convert a running freebsd guest from UFS to ZFS? > It would need to be done in-situ, in the guest as there is no access to > the host. > > The guest filesystem is: > > /dev/gpt/rootfs /