[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Weird /dev/null problem (Was: SSH Daemon failing)



Thanks, its working fine now.

Andrew Tait
System Administrator
Country NetLink Pty, Ltd
E-Mail: andrewt@cnl.com.au
WWW: http://www.cnl.com.au
30 Bank St Cobram, VIC 3644, Australia
Ph: +61 (03) 58 711 000
Fax: +61 (03) 58 711 874

"It's the smell! If there is such a thing." Agent Smith - The Matrix

----- Original Message -----
From: "Joel Michael" <joel@diggy.com.au>
To: "Andrew Tait" <debian@cnl.com.au>
Sent: Tuesday, February 26, 2002 12:08 PM
Subject: Re: Weird /dev/null problem (Was: SSH Daemon failing)


> On Tue, 2002-02-26 at 10:57, Andrew Tait wrote:
> > Those permissions are just plain wrong, It should be:
> >
> > crw-rw-rw-    1 root     root       1,   3 Dec  1  2000 null
> >
> > I have managed to change it to:
> > -rw-rw-rw-    1 root     root       1,   3 Dec  1  2000 null
> >
> > However I am still missing the "c", and SSH still isn't working
(although
> > postgresql does now).
> >
> > How do I fix the permissions properly?
> >
> rm /dev/null
> mknod /dev/null c 1 3
> chmod 666 /dev/null
>
> If you are using DevFS, this should be automatically set each time the
> machine boots.
> --
> Joel Michael
> Systems Administrator
> Worldhosting.org Pty. Ltd.
>
> Ph: +61 7 3367 3555
> Fax: +61 7 3367 3544
> Mobile: +61 408 336 728
>
>



Reply to: