Unloading kernel modules (fault tarp error)

2005-09-22 Thread Deepak Naidu
Hi, I have installed LVS server/hearbeat on FreeBSD. ipvsadm has some moudles which are to be loaded in kernel. I can easily load and unload them using kldload, and kldunload command, but the issue is that I want to load them at startup. But when I pass the argument in /etc/loader.conf system

Re: Unloading Kernel Modules

2002-07-13 Thread Erick Mechler
:: My kernal has these modules loaded: :: :: > kldstat :: Id Refs AddressSize Name :: 13 0xc010 1bb548 kernel :: 21 0xc5b8d000 14000linux.ko :: 71 0xc7bee000 3000 vn.ko :: Is it safe to Unload them or will this Crash the system? You only need the linux modul

RE: Unloading Kernel Modules

2002-07-13 Thread Sameer R. Manek
AIL PROTECTED]]On Behalf Of Holt Grendal > Sent: Friday, July 12, 2002 7:34 PM > To: [EMAIL PROTECTED] > Subject: Unloading Kernel Modules > > > Hi, > > My kernal has these modules loaded: > > > kldstat > Id Refs AddressSize Name > 13 0xc010 1bb

Re: Unloading Kernel Modules

2002-07-12 Thread Brian T . Schellenberger
On Saturday 13 July 2002 12:36 am, Roman Neuhauser wrote: | > From: Brian T.Schellenberger <[EMAIL PROTECTED]> | > To: Holt Grendal <[EMAIL PROTECTED]>, [EMAIL PROTECTED] | > Subject: Re: Unloading Kernel Modules | > Date: Fri, 12 Jul 2002 23:40:02 -0400 | > | > O

Re: Unloading Kernel Modules

2002-07-12 Thread Brian T . Schellenberger
On Friday 12 July 2002 10:33 pm, Holt Grendal wrote: | Hi, | | My kernal has these modules loaded: | > kldstat | | Id Refs AddressSize Name | 13 0xc010 1bb548 kernel | 21 0xc5b8d000 14000linux.ko That's probably because you enabled linux emulation way back when you in

Re: Unloading Kernel Modules

2002-07-12 Thread Roman Neuhauser
> From: Brian T.Schellenberger <[EMAIL PROTECTED]> > To: Holt Grendal <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: Unloading Kernel Modules > Date: Fri, 12 Jul 2002 23:40:02 -0400 > > On Friday 12 July 2002 10:33 pm, Holt Grendal wrote: > | M

Re: Unloading Kernel Modules

2002-07-12 Thread Brian T . Schellenberger
On Friday 12 July 2002 10:33 pm, Holt Grendal wrote: | Hi, | | My kernal has these modules loaded: | > kldstat | | Id Refs AddressSize Name | 13 0xc010 1bb548 kernel | 21 0xc5b8d000 14000linux.ko That's probably because you enabled linux emulation way back when you in

Re: Unloading Kernel Modules

2002-07-12 Thread Adam Weinberger
send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > >> end of "Unloading Kernel Modules" from Holt Grendal << -- "Oh good, my dog found the chainsaw." -Lilo Adam Weinberger [EMAIL PROTECTED] http://www.crackula.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Unloading Kernel Modules

2002-07-12 Thread Holt Grendal
Hi, My kernal has these modules loaded: > kldstat Id Refs AddressSize Name 13 0xc010 1bb548 kernel 21 0xc5b8d000 14000linux.ko 71 0xc7bee000 3000 vn.ko I am unsure how they got there.. Is it safe to Unload them or will this Crash the system? tia holt __