jason henson
2005-May-24 03:10 UTC
folding client stopped working, is it because of linux?
I did a system update and after that my folding @ home client will not work without me doing make install in linux_base-8 ports dir. BTW, linux is already installed from before the update and even after reinstalling after the update the systems seems to forget it is there after a reboot. I can type make install and the port installs, but since I don't do a make clean first it returns immediatily. After I do this f@h runs fine. My network card uses the nvnet driver from ports which still works at boot with out me needing to make install for the linux port. I believe this driver requires the linux emulation to work btw. Any ideas as to why this might be? A corupt makefile in my ports folder? A change to the linux emulation? FreeBSD BARTON 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri May 20 03:23:59 EDT 2005 root@BARTON:/usr/obj/usr/src/sys/NINAMORI i386 $ ls -l /var/db/pkg | grep linux_ drwxr-xr-x 2 root wheel 512 May 22 17:48 linux_base-8-8.0_6 Thx, Jason
Alexander Leidinger
2005-May-26 07:38 UTC
folding client stopped working, is it because of linux?
On Mon, 23 May 2005 23:21:21 -0400 jason henson <jason@ec.rr.com> wrote:> I did a system update and after that my folding @ home client will not > work without me doing make install in linux_base-8 ports dir. BTW, > linux is already installed from before the update and even after > reinstalling after the update the systems seems to forget it is there > after a reboot. I can type make install and the port installs, but > since I don't do a make clean first it returns immediatily. After I do > this f@h runs fine. My network card uses the nvnet driver from ports > which still works at boot with out me needing to make install for theRun "kldstat" after the reboot and look out for linux.ko. If it isn't there, you haven't added the linux kernel module to the kernel (either in the kernel-config or as a module in /boot/loader.conf).> linux port. I believe this driver requires the linux emulation to work btw.It doesn't depend upon the linuxolator. Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Alexander Leidinger
2005-May-26 07:45 UTC
folding client stopped working, is it because of linux?
On Mon, 23 May 2005 23:21:21 -0400 jason henson <jason@ec.rr.com> wrote:> I did a system update and after that my folding @ home client will not > work without me doing make install in linux_base-8 ports dir. BTW, > linux is already installed from before the update and even after > reinstalling after the update the systems seems to forget it is there > after a reboot. I can type make install and the port installs, but > since I don't do a make clean first it returns immediatily. After I do > this f@h runs fine. My network card uses the nvnet driver from ports > which still works at boot with out me needing to make install for theRun "kldstat" after the reboot and look out for linux.ko. If it isn't there, you haven't added the linux kernel module to the kernel (either in the kernel-config or as a module in /boot/loader.conf).> linux port. I believe this driver requires the linux emulation to work btw.It doesn't depend upon the linuxolator. Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"