Re: how to bypass a init script

2008-12-29 Thread Emanoil Kotsev
lovecreatesbea...@gmail.c0m wrote: > > If this happenes on Debian, what can we do to bypass the erroneous > init script during boot? If I understand you right you are asking for the init kernel boot option try init=/bin/sh or something else to be run instead of init regards -- To UNSUBSCR

Re: how to bypass a init script

2008-12-25 Thread Vincent Lefevre
On 2008-12-25 01:40:35 -0800, lovecreatesbea...@gmail.c0m wrote: > If this happenes on Debian, what can we do to bypass the erroneous > init script during boot? I don't think this is possible to bypass a script. But you can still boot in single-user mode to fix the script. -- Vincent Lefèvre -

how to bypass a init script

2008-12-25 Thread lovecreatesbea...@gmail.c0m
I wrote a init script containing this snippet, e.g.: echo "`basename $0` stopping" It's happened to be changed by another guy to something like this: echo "`$0` stopping" The machine just hung there after that. I had to press the power button and the "i" letter on our CentOS whe