[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2013-04-20 Thread Steve Langasek
Per comment #4, I'm closing this as a transient error that was fixed
before release.  If anyone is experiencing this problem with current
Ubuntu releases, please file a separate bug report.

** Changed in: sysvinit (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/453473

Title:
  Scripts in /etc/rc2.d/ are not executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/453473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2012-07-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sysvinit (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/453473

Title:
  Scripts in /etc/rc2.d/ are not executed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/453473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2011-04-28 Thread david_kt
I experienced this bug as well, on lucid fresh install.
For temporary workaround, I did as follow:

sudo update-rc.d -f rc.local remove
sudo update-rc.d rc.local defaults

Putting it back to normal setting ( sudo update-rc.d rc.local start 99 2
3 4 5 . ) will make rc.local not being executed (again).

DK

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/453473

Title:
  Scripts in /etc/rc2.d/ are not executed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2010-08-26 Thread Fabio Marconi
** Tags added: karmic lucid

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2010-08-18 Thread anyremote
I've also hit by this bug.

This issue looks like some race conditions inside upstart, because if i reboot 
machine several times it starts properly
at the end (it tooks me up to 3-5 time to reboot machine)

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2010-06-08 Thread Richard Leger

About rc.local not executed at startup...

Maybe your rc.local script is executed but terminates unexpectedly due to the 
-e option in the shabang declaration 
(e.g #!/bin/sh -e)

With this option, any command in the script returning an error (exit
code other than 0) will stop execution of the rc.local script.

Those post might be of some help... or not...

http://ubuntuforums.org/showpost.php?p=9430202postcount=33
http://forum.ubuntu-fr.org/viewtopic.php?pid=3535050#p3535050

Also adding a : 
/bin/sleep 10
at the begin of the script might help ensuring that other part of the system 
are fully initialised before running rc.local commands...

Cheers!

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2010-01-21 Thread Brad Johnson
This may be related to this:

https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/500520/comments/11

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-12-16 Thread nicobrainless
I upgraded to Lucid last weekend. I am now hit by this bug.
Cups, ssh, virtual box services (at least) are not started during boot. 
Starting them by hand works...
I opened a talk on the forum, not sure for which program to file a bug...

http://swiss.ubuntuforums.org/showthread.php?p=8509631#post8509631

Any news on this... I've seen on bug #461725
https://bugs.launchpad.net/ubuntu/karmic/+source/upstart/+bug/461725
hat some fix was released for some problems but apparently not this one!

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-12-15 Thread Pexego
By the way, seems more people is having problems pointing to upstart:

/etc/rc.local is not executed at startup
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/471266

After upgrade to karmic cups server do not start
https://bugs.launchpad.net/ubuntu/+bug/444597

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-12-15 Thread Scott James Remnant
On Tue, 2009-12-15 at 12:19 +, Borja López Soilán (Pexego) wrote:

 By the way, seems more people is having problems pointing to upstart:
 
Upstart doesn't run rc scripts, sysv-rc does

Scott
-- 
Scott James Remnant
sc...@ubuntu.com

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-11-09 Thread Claudio
I confirm that reinstalling the aforementioned packages solves the
problem in kernel 2.6.31-14-generic (2.6.31-10-generic fails to find the
root filesystem block device). With packages reinstalled and kernel
2.6.31-14-generic the boot process failed once when fsck reached 90%,
progress and disk activity stopped and the system was locked in the
splash screen. I couldn't reproduce this behavior afterwards.

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-10-26 Thread cement_head
This is a bug (again) with the October 26th updates

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-10-26 Thread Cyril Jaquier
Today I upgraded another machine and notice that this bug did not show
up on this one. So I purged upstart, sysv-rc and insserv, reinstall them
and it now works as expected.

Something went probably wrong during the alpha phases. So for me this
bug can be closed.

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-10-20 Thread Cyril Jaquier
I think this could be related to upstart but I don't know how to debug
this.

# sudo start rc-sysinit
or
# sudo start rc

doesn't seem to help much here. Any suggestions about how to debug it?

Thank you.

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453473] Re: Scripts in /etc/rc2.d/ are not executed

2009-10-16 Thread Cyril Jaquier

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33800728/Dependencies.txt

-- 
Scripts in /etc/rc2.d/ are not executed
https://bugs.launchpad.net/bugs/453473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs