[PATCH] Update pkg_add -r

2008-03-07 Thread walt
Looks like pkg_add -r is failing on RELENG_7: --- main.c.orig 2008-03-07 10:20:00.0 -0800 +++ main.c 2008-03-07 09:58:56.0 -0800 @@ -81,7 +81,7 @@ { 502100, 502128, "/packages-5-current" }, { 503100, 599000, "/packages-5-stable" }, { 600100, 699000, "/

[7.0] /bin/sh segfaulting during boot

2008-03-10 Thread walt
I'm now running RELENG_7 on three x86 machines, but (only) one of them is behaving badly during bootup. Once the rc.d scripts start to run, I see /bin/sh crashing dozens of times before I finally see the login prompt. A few of the normal processes actually start okay, like ppp and named (this is

Re: [7.0] /bin/sh segfaulting during boot

2008-03-13 Thread walt
Oliver Fromme wrote: walt<[EMAIL PROTECTED]> wrote: > I'm now running RELENG_7 on three x86 machines, but (only) one of > them is behaving badly during bootup. > > Once the rc.d scripts start to run, I see /bin/sh crashing dozens of > times before I fi

Re: segmentation faults on RELENG_6

2008-03-16 Thread walt
Andreas Killaitis wrote: Hi list, I have some problems with one of my FreeBSD installations. I am not shure if this the correct list, but I hope so. The scenario: I am running three virtual machines (VMware Fusion 1.1 on a Mac Pro). All of them use exactly the same hardware playground. Each of

Re: compile error while building kernel

2008-03-26 Thread walt
Rance Hall wrote: > ... im running an amd athlon64 processor but the i386 code. my march is athlon-mp (the system translates my athlon64 automatically to this in i386 mode)... I've been too cheap to buy a 64-bit machine, so obviously I'm making a blind guess here :o) but the words above make

Re: compile error while building kernel

2008-03-27 Thread walt
Rance Hall wrote: On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall<[EMAIL PROTECTED]> wrote: On Wed, Mar 26, 2008 at 7:32 PM, walt<[EMAIL PROTECTED]> wrote: > Rance Hall wrote: >> ... > > > im running an amd athlon64 processor but the i386 code. >

Re: compile error while building kernel

2008-03-27 Thread walt
On Thu, 27 Mar 2008, Rance Hall wrote: > On 3/27/08, walt <[EMAIL PROTECTED]> wrote: > > > > You might try searching your source tree for .depend and .o files and > > delete any you find. Also, you could try building the old way: > > > > #cd /usr

Re: compile error while building kernel

2008-03-28 Thread walt
Rance Hall wrote: cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls ^^ Did you type an 'o' instead of an 'O' for your optimization flag in make.conf? ___