Re: Default labeling and space for rebuilding the kernel.

2010-04-01 Thread Leon Meßner
On Wed, Mar 31, 2010 at 08:34:59AM -0400, Michael Powell wrote: Leon Meßner wrote: Hi, if one uses the default labeling with current installer it is not possible to rebuild the kernel (GENERIC). It fails on installing the wlan.ko. snip /: write failed, filesystem is full install:

Default labeling and space for rebuilding the kernel.

2010-03-31 Thread Leon Meßner
Hi, if one uses the default labeling with current installer it is not possible to rebuild the kernel (GENERIC). It fails on installing the wlan.ko. Isn't that wrong somehow ? === wi (install) install -o root -g wheel -m 555 if_wi.ko /boot/kernel install -o root -g wheel -m 555

Re: Default labeling and space for rebuilding the kernel.

2010-03-31 Thread Michael Powell
Leon Meßner wrote: Hi, if one uses the default labeling with current installer it is not possible to rebuild the kernel (GENERIC). It fails on installing the wlan.ko. Isn't that wrong somehow ? === wi (install) install -o root -g wheel -m 555 if_wi.ko /boot/kernel install -o root

Re: Rebuilding the Kernel

2003-09-16 Thread Mark Luxton
Hi Lowell, Thanks for the reply. I'm using FreeBSD 5.1 and I created the config file to use with CVSup from the Handbook. Below is my config file: *default tag=. *default host=cvsup.uk.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete

Re: Rebuilding the Kernel

2003-09-16 Thread Nathan Kinkade
On Tue, Sep 16, 2003 at 01:55:09AM +0200, Danny Pansters wrote: snip Not sure about your specific error, but it doesn't appear that you are following the directions in the correct order. I think it should look more like: 1) update sources 2) make buildworld 3) edit kernel config

Re: Rebuilding the Kernel

2003-09-16 Thread Mark Luxton
Hi all, So I can get it right in my head (no theres a challenge). The correct steps for building a custom kernel is: 1) update sources 7) rm -rf /usr/obj/* 2) make buildworld 3) edit kernel config file 4) make buildkernel 5) make installkernel 6) reboot 8) make installworld 9)

Re: Rebuilding the Kernel

2003-09-16 Thread Mark Luxton
Hi all, So I can get it right in my head (now there's a challenge). The correct steps for building a custom kernel is: 1) update sources 2) rm -rf /usr/obj/* 3) make buildworld 4) edit kernel config file 5) make buildkernel 6) make installkernel 7) reboot 8) make installworld

Re: Rebuilding the Kernel

2003-09-16 Thread Nathan Kinkade
On Tue, Sep 16, 2003 at 06:32:19PM +, Mark Luxton wrote: Hi all, So I can get it right in my head (now there's a challenge). The correct steps for building a custom kernel is: 1) update sources 2) rm -rf /usr/obj/* 3) make buildworld 4) edit kernel config file 5) make

RE: Rebuilding the Kernel

2003-09-16 Thread Charles Howse
So I can get it right in my head (now there's a challenge). The correct steps for building a custom kernel is: 1) update sources 2) rm -rf /usr/obj/* 3) make buildworld 4) edit kernel config file 5) make buildkernel 6) make installkernel 7) reboot 8) make

Re: Rebuilding the Kernel

2003-09-16 Thread Jud
On Tue, 16 Sep 2003 15:19:20 -0500, Charles Howse [EMAIL PROTECTED] wrote: So I can get it right in my head (now there's a challenge). The correct steps for building a custom kernel is: 1) update sources 2) rm -rf /usr/obj/* 3) make buildworld 4) edit kernel config file 5)

Re: Rebuilding the Kernel

2003-09-16 Thread chael
If you just need to rebuild your kernel, edit the config file and do only this command under /usr/src/ dir: make buildkernel installkernel KERNCONF=yourkernel That's all. :-P On Tue, 16 Sep 2003 15:19:20 -0500, Charles Howse [EMAIL PROTECTED] wrote: So I can get it right in my head (now

Rebuilding the Kernel

2003-09-15 Thread Mark Luxton
Hi all, I'm new to FreeBSD and this is my first attempt at building a kernel. I would like to know if I am going about it the right way (and some help on an error message that appears). Below are the steps that I am currently taking. I am following the steps in the Handbook (Cutting Edge

Re: Rebuilding the Kernel

2003-09-15 Thread Nathan Kinkade
On Mon, Sep 15, 2003 at 07:53:36PM +, Mark Luxton wrote: Hi all, I'm new to FreeBSD and this is my first attempt at building a kernel. I would like to know if I am going about it the right way (and some help on an error message that appears). Below are the steps that I am currently

Re: Rebuilding the Kernel

2003-09-15 Thread Lowell Gilbert
Mark Luxton [EMAIL PROTECTED] writes: I'm new to FreeBSD and this is my first attempt at building a kernel. I would like to know if I am going about it the right way (and some help on an error message that appears). Below are the steps that I am currently taking. I am following the

Rebuilding the kernel......

2003-07-20 Thread Denis
I add new line in MYKERNEL that is: device pcm #For sounds! And kernel says that it syntax error. But why? Denis Bolotnov. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Rebuilding the kernel......

2003-07-20 Thread Don Croyle
Denis [EMAIL PROTECTED] writes: I add new line in MYKERNEL that is: devicepcm #For sounds! And kernel says that it syntax error. But why? Could you give us a little less information? When you want help with this sort of problem, it's a good idea to include the