mount_smbfs LIBSMBCRYPTO [was Re: Kernel module path]

2006-06-08 Thread Nick Withers
On Wed, 7 Jun 2006 12:28:46 -0500 Nikolas Britton [EMAIL PROTECTED] wrote: (snip) Do you know if they ever fix crypto bug in mount_smbfs in FreeBSD 6.1? Yeah, they did... Assuming you're thinking of the same thing I am, whereby attempting to authenticate to a server for SMB access resulted in

Re: Kernel module path

2006-06-08 Thread Richard Jones
On Wed, Jun 07, 2006 at 11:28:09AM +0100, Richard Jones wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload seems to want to load them from /boot/modules. Obviously I can load modules by

Re: Kernel module path

2006-06-07 Thread Nick Withers
On Wed, 7 Jun 2006 11:28:09 +0100 Richard Jones [EMAIL PROTECTED] wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload seems to want to load them from /boot/modules. From kldload's man page:

Re: Kernel module path

2006-06-07 Thread Daniel Bye
On Wed, Jun 07, 2006 at 11:28:09AM +0100, Richard Jones wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload seems to want to load them from /boot/modules. Obviously I can load modules by

Re: Kernel module path

2006-06-07 Thread Richard Jones
On Wed, Jun 07, 2006 at 10:40:54PM +1000, Nick Withers wrote: On Wed, 7 Jun 2006 11:28:09 +0100 Richard Jones [EMAIL PROTECTED] wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload

Re: Kernel module path

2006-06-07 Thread Nikolas Britton
On 6/7/06, Richard Jones [EMAIL PROTECTED] wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload seems to want to load them from /boot/modules. 3rd party kernel modules go in /boot/modules and

Re: Kernel module path

2006-06-07 Thread John Nielsen
On Wednesday 07 June 2006 12:22, John Nielsen wrote: On Wednesday 07 June 2006 08:41, Daniel Bye wrote: On Wed, Jun 07, 2006 at 11:28:09AM +0100, Richard Jones wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules

Re: Kernel module path

2006-06-07 Thread John Nielsen
On Wednesday 07 June 2006 08:41, Daniel Bye wrote: On Wed, Jun 07, 2006 at 11:28:09AM +0100, Richard Jones wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native kernel modules into /boot/kernel/, but kldload seems to want to load them

Re: Kernel module path

2006-06-07 Thread Nikolas Britton
On 6/7/06, Richard Jones [EMAIL PROTECTED] wrote: On Wed, Jun 07, 2006 at 10:40:54PM +1000, Nick Withers wrote: On Wed, 7 Jun 2006 11:28:09 +0100 Richard Jones [EMAIL PROTECTED] wrote: Hi, I'm having trouble loading kernel modules. Put simply make installkernel seems install native

Re: kernel module for ipf

2006-05-19 Thread Michael P. Soulier
On 5/18/06, Giorgos Keramidas [EMAIL PROTECTED] wrote: Yes, this should be in the handbook. I'll try to add it :) Let me know if you want a hand. I'm happy to help with that. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It

Re: kernel module for ipf

2006-05-18 Thread Giorgos Keramidas
On 2006-05-18 12:05, Michael P. Soulier [EMAIL PROTECTED] wrote: Hello, The handbook mentions that ipf should work out of the box in FreeBSD thanks to a kernel module, but it doesn't say which one. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipf.html IPF is included

Re: kernel module for ipf

2006-05-18 Thread Michael P. Soulier
On 5/18/06, Scott Mitchell [EMAIL PROTECTED] wrote: You want the ipl.ko module. No, I have no idea why it's called ipl not ipf either... [EMAIL PROTECTED] ~]# ls /boot/kernel/ipl* /boot/kernel/ipl.ko* Ah. Cool. Thanks. Yes, this should be in the handbook. Mike -- Michael P. Soulier [EMAIL

Re: kernel module for ipf

2006-05-18 Thread Scott Mitchell
On Thu, May 18, 2006 at 12:05:00PM -0400, Michael P. Soulier wrote: Hello, The handbook mentions that ipf should work out of the box in FreeBSD thanks to a kernel module, but it doesn't say which one. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipf.html IPF is

Re: kernel module for ipf

2006-05-18 Thread Giorgos Keramidas
On 2006-05-18 12:52, Michael P. Soulier [EMAIL PROTECTED] wrote: On 5/18/06, Scott Mitchell [EMAIL PROTECTED] wrote: You want the ipl.ko module. No, I have no idea why it's called ipl not ipf either... [EMAIL PROTECTED] ~]# ls /boot/kernel/ipl* /boot/kernel/ipl.ko* Ah. Cool. Thanks. Yes,

Re: kernel module configuration

2005-05-14 Thread Kris Kennaway
On Sat, May 14, 2005 at 03:23:53PM -0700, Cheng Jin wrote: Hi, Is there a way to compile only kernel modules that one needs like with Linux's configuration file? I included only the drivers I need in the kernel config file, but all the modules got compiled anyway. :( I looked around

Re: kernel module configuration

2004-08-16 Thread Giorgos Keramidas
On 2004-08-15 18:04, Hanspeter Roth [EMAIL PROTECTED] wrote: in the kernel configuration one can enable various devices by the respective 'device' statement. It seems that most drivers go into the kernel directly. Some drivers such as 'acpi' produce a kernel module. How is determined which

Re: kernel module configuration

2004-08-15 Thread Bill Moran
Hanspeter Roth [EMAIL PROTECTED] wrote: Hello, in the kernel configuration one can enable various devices by the respective 'device' statement. It seems that most drivers go into the kernel directly. Some drivers such as 'acpi' produce a kernel module. How is determined which modules

Re: kernel module

2004-03-23 Thread Greg 'groggy' Lehey
On Tuesday, 23 March 2004 at 13:26:32 -0600, Brian Henning wrote: Greetings: Could someone explain howto move something that is part of the kernel and make it a kernel module? for example the pcm, /modules/pcm.ko This is probably something for the -hackers list, though you're likely to get

Re: kernel module

2004-03-23 Thread Chris Pressey
On Wed, 24 Mar 2004 11:34:47 +1030 Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Tuesday, 23 March 2004 at 13:26:32 -0600, Brian Henning wrote: Greetings: Could someone explain howto move something that is part of the kernel and make it a kernel module? for example the pcm,

Re: Kernel module programming

2004-02-21 Thread jan . muenther
Hey dude, looked at /usr/share/examples/kld/ yet? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Kernel Module Support ?!!? and Kernel Limits ..

2003-11-18 Thread Jens Rehsack
Vahric MUHTARYAN wrote: Hi Everyboy , I'm using FreeBSD 5.1 , I red documents and it said that - FreeBSD Support moduler environment . I want to know How can I make a moduler somethings like RAID Device or something else because GENERIC is only text file and I can delete or put # for kernel

RE: Kernel Module Support ?!!? and Kernel Limits ..

2003-11-18 Thread Vahric MUHTARYAN
] Subject: Re: Kernel Module Support ?!!? and Kernel Limits .. Vahric MUHTARYAN wrote: Hi Everyboy , I'm using FreeBSD 5.1 , I red documents and it said that - FreeBSD Support moduler environment . I want to know How can I make a moduler somethings like RAID Device or something else

Re: Kernel Module Support ?!!? and Kernel Limits ..

2003-11-18 Thread Jens Rehsack
Vahric MUHTARYAN wrote: [moved down to avoid top-posting] From: Jens Rehsack [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 9:43 PM To: Vahric MUHTARYAN Cc: [EMAIL PROTECTED] Subject: Re: Kernel Module Support ?!!? and Kernel Limits .. Vahric MUHTARYAN wrote: Hi Everyboy , I'm