Prev: CDE: on xp, alt-tab pops up box of icons, easy choice. CDE did too, but stopped.
Next: zfs snapshots for TAPE backup: 1: must be of entire pool? 2: if yes, then need TWICE as much disk?
From: hume.spamfilter on 17 Feb 2010 18:50 happytoday <ehabaziz2001(a)gmail.com> wrote: > svc.startd could not set context for method: chdir: No such file or > directory Somebody is missing a directory. Does root's homedir exist? > I tried to cat a library file . That was the cause of the crash. catting a library file shouldn't crash the system, unless you were catting INTO the file (overwriting it). -- Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: happytoday on 18 Feb 2010 15:35 On Feb 18, 1:50 am, hume.spamfil...(a)bofh.ca wrote: > happytoday <ehabaziz2...(a)gmail.com> wrote: > > svc.startd could not set context for method: chdir: No such file or > > directory > > Somebody is missing a directory. Does root's homedir exist? > > > I tried to cat a library file . That was the cause of the crash. > > catting a library file shouldn't crash the system, unless you were catting > INTO the file (overwriting it). > > -- > Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/ How can I investigate root's homedir exist? ???
From: Richard B. Gilbert on 18 Feb 2010 15:46 happytoday wrote: > On Feb 18, 1:50 am, hume.spamfil...(a)bofh.ca wrote: >> happytoday <ehabaziz2...(a)gmail.com> wrote: >>> svc.startd could not set context for method: chdir: No such file or >>> directory >> Somebody is missing a directory. Does root's homedir exist? >> >>> I tried to cat a library file . That was the cause of the crash. >> catting a library file shouldn't crash the system, unless you were catting >> INTO the file (overwriting it). >> >> -- >> Brandon Hume - hume -> BOFH.Ca,http://WWW.BOFH.Ca/ > > How can I investigate root's homedir exist? > ??? > Boot from the Install CD/DVD. You can get to a shell prompt, mount the disk, get a directory listing, etc, etc.
From: hume.spamfilter on 19 Feb 2010 06:24 happytoday <ehabaziz2001(a)gmail.com> wrote: > How can I investigate root's homedir exist? > ??? su to root. If you see the message "no homedir", then it's gone. Also, you could grep '^root' /etc/passwd. % grep ^root /etc/passwd root:x:0:0:Super-User:/root:/usr/bin/bash The sixth field is the homedir. In this case, /root, although it may be different on your system. Check to see if the directory exists. -- Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
From: hume.spamfilter on 19 Feb 2010 06:24
Richard B. Gilbert <rgilbert88(a)comcast.net> wrote: > Boot from the Install CD/DVD. You can get to a shell prompt, mount the > disk, get a directory listing, etc, etc. That's a bit excessive. The system is obviously bootable. -- Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/ |