Re: Strange behaviour in Debian Lenny

2010-09-24 Thread polloxx
On Wed, Sep 22, 2010 at 6:39 PM, Simon Brandmair sbrandm...@gmx.net wrote: On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote: I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. I've made a test script in /etc/init.d

Strange behaviour in Debian Lenny

2010-09-22 Thread polloxx
Dear, I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. I've made a test script in /etc/init.d/echo.sh like: #!/bin/bash ### BEGIN INIT INFO # Provides: # Required-Start: # Required-Stop: # Default-Start: 2 3 4 5

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 17:35, polloxx wrote: Dear, I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. I've made a test script in /etc/init.d/echo.sh like: #!/bin/bash ### BEGIN INIT INFO # Provides: # Required-Start

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread polloxx
On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson prettyfly.producti...@gmail.com wrote: On 22/09/10 17:35, polloxx wrote: Dear, I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. I've made a test script in /etc/init.d

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 20:26, polloxx wrote: On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson prettyfly.producti...@gmail.com wrote: On 22/09/10 17:35, polloxx wrote: Dear, I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. /snip

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Scott Ferguson
On 22/09/10 20:26, polloxx wrote: On Wed, Sep 22, 2010 at 9:49 AM, Scott Ferguson prettyfly.producti...@gmail.com wrote: On 22/09/10 17:35, polloxx wrote: Dear, I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. /snip

Re: Strange behaviour in Debian Lenny

2010-09-22 Thread Simon Brandmair
On Wed, 22 Sep 2010 09:40:02 +0200 polloxx wrote: I have a strange behaviour in Debian Lenny. In /etc/rc2.d (default runlevel), some startup scripts run tice when booting. I've made a test script in /etc/init.d/echo.sh like: [...] So, the script runs twice. Any explanation