On Fri, Mar 11, 2005 at 01:54:11AM +0100, Michael Banck wrote: > Something like this would probably be sufficient for the time being I > guess, it doesn't restart the console if the last restart was less then > three seconds ago: > > TIMESTAMP=0 > while (( `date +%s` - $TIMESTAMP > 3 )); do > TIMESTAMP=`date +%s` > console -d vga -d pc_kbd /dev/vcs > done > > Actually, this works pretty well when started from the Mach console > after login, but it only starts the Hurd console once when put into > /libexec/runsystem and then drops into the Mach console no matter what. > > Anybody know why? And does it look somewhat reasonable in general?
Can somebody shed a light on this? Is it just me, or does the above code in /libexec/runsystem not work for everybody? Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

