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

Re: RfC: Hurd console by default



At Wed, 09 Mar 2005 16:37:50 +0000,
Neal H. Walfield wrote:
> Assuming you are only interested in avoiding resource consumption due
> to the high restart rate, you could just sleep for 5 seconds or so
> before restarting the console.  Something like:
> 
>   while :
>   do
>     start_hurd_console
>     sleep 5
>   done

This is not the point.  The point is that you actually want to break
out of it if you are indeed in an infinite loop.  Because if you are
in such a loop, then it is a bug that prevents anybody from logging
in, and it is preferable to fall back to rescue mode (root login
prompt on Mach console) than to keep spinning.

Thanks,
Marcus



Reply to: