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
https://li
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
http://archive.ubuntu.com
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
# informat
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
# informat
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 becaus
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
#
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
https://list
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
--
** 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-b
** 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
https://lists.ubuntu.com/mai
10 matches
Mail list logo