Re: folding client stopped working, is it because of linux?

2005-05-26 Thread Alexander Leidinger
On Mon, 23 May 2005 23:21:21 -0400
jason henson [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 

Run 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 [EMAIL PROTECTED]


Re: folding client stopped working, is it because of linux?

2005-05-24 Thread matti k
On Mon, 23 May 2005 23:21:21 -0400
jason henson [EMAIL PROTECTED] wrote:

 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.

Check that /etc/rc.conf and /boot/loader.conf contain
 linux_enable=YES and linux_load=YES respectively.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]