help: single user, windows, setdate

Jim Rosenberg jr at amanue.UUCP
Fri Aug 26 13:44:20 AEST 1988


In article <10547 at stb.UUCP> michael at stb.UUCP (Michael) writes:
>I'm having a few minor problems. I tried to get the equivalent of a single
>user mode by putting a "/bin/sh" in /etc/rc right after the 
>exec /bin/sh /etc/rc WINDOWED line (more accurately, right after the fi)
>so that the first thing this new shell would do is execute an interactive
>shell before bringing anything up.

This may not be the right answer -- I'm just taking a stab in the dark.  Did
you try putting in explicit I/O redirection?  It's quite common for /etc/rc
commands to need explicit redirection for all of file descriptors 0, 1 and 2.

Try:

/bin/sh < /dev/window > /dev/w1 2>&1
-- 
 Jim Rosenberg
     CIS: 71515,124                         decvax!idis! \
     WELL: jer                                   allegra! ---- pitt!amanue!jr
     BIX: jrosenberg                  uunet!cmcl2!cadre! /



More information about the Unix-pc.bugs mailing list