Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Chris Costello
On Thursday, July 20, 2000, Ulf Zimmermann wrote: > Yep, you were right. /dev/null was a plain file. Strange Just guessing here--ps probably uses /dev/null for all the files passed to kvm_open(3). I imagine it uses kvm_getprocs for its process listing, which is implemented using sysctl. --

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Doug Barton
On Thu, 20 Jul 2000, Jan Koum wrote: > hey ulf, i bet your /dev/null is no longer nulling: > > # cd /dev > # rm null > # echo "fuck" > null no... really. Tell us how you feel Jan. *chuckle* Doug -- "Live free or die" - State motto of my ancestral homeland, Ne

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Ulf Zimmermann
On Thu, Jul 20, 2000 at 04:51:46PM -0700, Jan Koum wrote: > hey ulf, i bet your /dev/null is no longer nulling: > > # cd /dev > # rm null > # echo "fuck" > null > # ps ax > ps: bad namelist Yep, you were right. /dev/null was a plain file. Strange > > > -- yan > > On Thu, Jul 20, 2000 at 03:

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Jan Koum
hey ulf, i bet your /dev/null is no longer nulling: # cd /dev # rm null # echo "fuck" > null # ps ax ps: bad namelist -- yan On Thu, Jul 20, 2000 at 03:39:53PM -0700, Ulf Zimmermann <[EMAIL PROTECTED]> wrote: > On Wed, Jul 19, 2000 at 01:02:59PM -0700, Kent Stewart wrote: > > > > > > Ulf Zi

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Ulf Zimmermann
On Thu, Jul 20, 2000 at 03:48:23PM -0700, Kris Kennaway wrote: > On Thu, 20 Jul 2000, Ulf Zimmermann wrote: > > > and still: > > > > fourtytwo ulf home/ulf > ps > > ps: bad namelist > > You're not bypassing the loader when you boot are you? No, the machine is a pure FreeBSD machine, but uses t

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Kris Kennaway
On Thu, 20 Jul 2000, Ulf Zimmermann wrote: > and still: > > fourtytwo ulf home/ulf > ps > ps: bad namelist You're not bypassing the loader when you boot are you? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <[EMAIL PROTECTED]> To Unsubscri

Re: problem on 4.1-RC (4.0-stable)

2000-07-20 Thread Ulf Zimmermann
On Wed, Jul 19, 2000 at 01:02:59PM -0700, Kent Stewart wrote: > > > Ulf Zimmermann wrote: > > > > On Tue, Jul 18, 2000 at 09:09:47PM -0700, Kent Stewart wrote: > > > > > > > > > Ulf Zimmermann wrote: > > > > > > > > Hello, > > > > > > > > I updated via cvsup (cvsup from tuesday afternoon PDT),

Re: problem on 4.1-RC (4.0-stable)

2000-07-19 Thread Ulf Zimmermann
On Wed, Jul 19, 2000 at 01:02:59PM -0700, Kent Stewart wrote: > > > Ulf Zimmermann wrote: > > > > On Tue, Jul 18, 2000 at 09:09:47PM -0700, Kent Stewart wrote: > > > > > > > > > Ulf Zimmermann wrote: > > > > > > > > Hello, > > > > > > > > I updated via cvsup (cvsup from tuesday afternoon PDT),

Re: problem on 4.1-RC (4.0-stable)

2000-07-19 Thread Kent Stewart
Ulf Zimmermann wrote: > > On Tue, Jul 18, 2000 at 09:09:47PM -0700, Kent Stewart wrote: > > > > > > Ulf Zimmermann wrote: > > > > > > Hello, > > > > > > I updated via cvsup (cvsup from tuesday afternoon PDT), I went into > > > single user mode, did make world, make buildkernel KERNEL=FOURTYTWO

Re: problem on 4.1-RC (4.0-stable)

2000-07-19 Thread Ulf Zimmermann
On Tue, Jul 18, 2000 at 09:09:47PM -0700, Kent Stewart wrote: > > > Ulf Zimmermann wrote: > > > > Hello, > > > > I updated via cvsup (cvsup from tuesday afternoon PDT), I went into > > single user mode, did make world, make buildkernel KERNEL=FOURTYTWO > > and make installkernel KERNEL=FOURTYT

Re: problem on 4.1-RC (4.0-stable)

2000-07-18 Thread Kent Stewart
Ulf Zimmermann wrote: > > Hello, > > I updated via cvsup (cvsup from tuesday afternoon PDT), I went into > single user mode, did make world, make buildkernel KERNEL=FOURTYTWO > and make installkernel KERNEL=FOURTYTWO. Everything but one thing > I can find seems to work fine, but ps doesn't. D

problem on 4.1-RC (4.0-stable)

2000-07-18 Thread Ulf Zimmermann
Hello, I updated via cvsup (cvsup from tuesday afternoon PDT), I went into single user mode, did make world, make buildkernel KERNEL=FOURTYTWO and make installkernel KERNEL=FOURTYTWO. Everything but one thing I can find seems to work fine, but ps doesn't. Trying to use ps: fourtytwo ulf home/u