[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-23 Thread LuisM
Ingo, why don't you just get the upstart-compat-sysv (upstart-* suite) package from Gutsy and do this (from a Terminal): #!/bin/sh # this is a script or you can do one command at a time: cd /tmp mkdir upstart # now get (all) packages from the Gutsy archive: wget

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-23 Thread ingo
Thank you very much Luis! -- /etc/event.d/rcS does not set RUNLEVEL properly https://bugs.launchpad.net/bugs/76304 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-22 Thread ingo
OK, I've finally managed to work out that a - before the line means delete and a + insert. So now my rcS looks as follows: # This task runs the old sysv-rc startup scripts. start on startup stop on runlevel # Note: there can be no previous runlevel here, if we have one it's bad # information

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-22 Thread ingo
OK, I've finally managed to work out that a - before the line means delete and a + insert. So now my rcS looks as follows: # This task runs the old sysv-rc startup scripts. start on startup stop on runlevel # Note: there can be no previous runlevel here, if we have one it's bad # information

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-11-22 Thread ingo
Yes, I was not able to make any sense out of that patch either. A more noob-friendly entry such as a proper working rcS file would help us all :) Thanks in advance! -- /etc/event.d/rcS does not set RUNLEVEL properly https://bugs.launchpad.net/bugs/76304 You received this bug notification

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-05-12 Thread islet8
I've done the modification, but it still does not work on my ubuntu. my /etc/event.d/rcS is as follows: # rcS - runlevel compatibility # # This task runs the old sysv-rc startup scripts. start on startup stop on runlevel # Note: there can be no previous runlevel here, if we have one it's bad #

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-02-27 Thread Scott James Remnant
This was fixed by force-setting RUNLEVEL=S and PREVLEVEL=N in rcS ** Changed in: upstart (Ubuntu) Status: In Progress = Fix Released -- /etc/event.d/rcS does not set RUNLEVEL properly https://launchpad.net/bugs/76304 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-02-12 Thread Scott James Remnant
It can't set it this way since /var/run isn't mounted at this point, so we're pretty likely to have a bogus previous runlevel in there. ** Changed in: upstart (Ubuntu) Status: Confirmed = In Progress ** Changed in: upstart (Ubuntu) Assignee: (unassigned) = Scott James Remnant --

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2007-02-06 Thread Scott James Remnant
** Changed in: upstart (Ubuntu) Importance: Undecided = Low Status: Unconfirmed = Confirmed -- /etc/event.d/rcS does not set RUNLEVEL properly https://launchpad.net/bugs/76304 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 76304] Re: /etc/event.d/rcS does not set RUNLEVEL properly

2006-12-18 Thread LuisM
** Attachment added: patch to set and export RUNLEVEL during S runlevel http://librarian.launchpad.net/5444391/rcS.diff -- /etc/event.d/rcS does not set RUNLEVEL properly https://launchpad.net/bugs/76304 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com