Re: BUG: /dev/null 0600 was: Re: postgresql installation trouble ...

1999-05-25 Thread Jon Marler
On Mon, May 24, 1999 at 08:38:30PM -0400, Brandon Mitchell wrote: > On Mon, 24 May 1999, Jon Marler wrote: > > > I figured it out ... > > > > The permissions on /dev/null by default are set to 0600 root root. I set > > them to 0666 root root. Problem solved. > > Whatever did this is a bug. /d

BUG: /dev/null 0600 was: Re: postgresql installation trouble ...

1999-05-25 Thread Brandon Mitchell
On Mon, 24 May 1999, Jon Marler wrote: > I figured it out ... > > The permissions on /dev/null by default are set to 0600 root root. I set > them to 0666 root root. Problem solved. Whatever did this is a bug. /dev/null should be 0666 by default. If you have an idea on what the offending prog

NDN(2): Re: postgresql installation trouble ...

1999-05-25 Thread Post Office
Sorry. Your message could not be delivered to: Jorge Araya (Mailbox or Conference is full.)

Re: postgresql installation trouble ...

1999-05-25 Thread Martin Bialasinski
>> "JM" == Jon Marler <[EMAIL PROTECTED]> writes: JM> The permissions on /dev/null by default are set to 0600 root root. JM> I set them to 0666 root root. Problem solved. This would be very strange. When I create it with MAKEDEV, it is $ ls -l null crw-rw-rw- 1 root root 1, 3 M

NDN: Re: postgresql installation trouble ...

1999-05-24 Thread Post Office
Sorry. Your message could not be delivered to: Jorge Araya (Mailbox or Conference is full.)

Re: postgresql installation trouble ...

1999-05-24 Thread Jon Marler
I figured it out ... The permissions on /dev/null by default are set to 0600 root root. I set them to 0666 root root. Problem solved. Jon [EMAIL PROTECTED]