[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Pascal W.
I'm also experiencing this problem on a fresh 10.04 desktop installation. Quite often non of my installed services (dropbear ssh, tightvncserver and sabnzbd) are started. This is very annoying to me because my Ubuntu box is running headless. -- Upstart not starting jobs on boot

Re: [Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Wout
A long way back in this thread it was reported that the below message would appear in /var/log/messages when upstart had problems running /etc/rc.sysinit. Is anyone still seeing this? init: Failed to spawn rc-sysinit main process: unable to open console: Input/output error Wout On Mon, May 17,

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Scott James Remnant
Thanks for the reports. Could everybody who is affected by this bug confirm that when they have missing services, runlevel *always* returns unknown and never N 2 -- if you see N 2 you may have a different problem, so please shout out Please also attach /var/log/boot.log ** Changed in: upstart

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Ash
Booting up apache2 failed to start. $ runlevel unknown /var/log/boot.log is attached ** Attachment added: boot.log http://launchpadlibrarian.net/48599387/boot.log -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you

Re: [Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Scott James Remnant
On Mon, 2010-05-17 at 12:00 +, Ash wrote: Booting up apache2 failed to start. $ runlevel unknown /var/log/boot.log is attached Thanks, could you (and evyerone else) also attach the output of initctl list after the failed boot Scott -- Scott James Remnant sc...@ubuntu.com --

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-17 Thread Ash
This is from a different boot but same symptoms... $ cat /var/log/boot.log fsck from util-linux-ng 2.17.2 /dev/sda1: clean, 217843/45604864 files, 93960226/182391961 blocks init: ureadahead-other main process (769) terminated with status 4 $ initctl list alsa-mixer-save stop/waiting mountall-net

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Paul Done
Same problem for me on fresh 10.04 install. For me the boot job that is problematic is CUPSD. Sometime cups starts at bootime, sometimes it doesn't. There's a cups specific boot job bug report here: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/554172?comments=all -- Upstart not starting

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Ash
I've seen cups fail to start on my father's machine. I'm also noticing issues with LCDd and yesterday lirc didn't start, so it's definitely affecting several different boot scripts. -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Laurent Van Basselaere
Same problem as comment #16, with apache2 not starting, but on a fresh 10.04 install. initctl list alsa-mixer-save stop/waiting avahi-daemon start/running, process 744 mountall-net stop/waiting rc stop/waiting rsyslog start/running, process 725 tty4 stop/waiting udev start/running, process 307

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Ben Lings
I'm having intermittent problems with some services not starting on boot. From what I can tell, when it doesn't work, anything run as a result of the upstart rc-sysinit job doesn't happen. When the problem happens, I get the following symptoms: runlevel 'unknown' (from running `runlevel`) cron

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Ben Lings
Another data point. As mentioned above, I'm running mythtv. The backend service for mythtv has the following in /etc/init/myth-backend.conf: start on (local-filesystems and net-device-up IFACE=lo) This service gets started even when none of the runlevel 2 services get started. -- Upstart not

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-16 Thread Oscar Forsström
I am experiencing the exact same problem (well different services, but the same symptoms). some of the services in rc2 is starting, sometimes all of them sometimes just a few. Runlevel outputs: runlevel 'unknown' If I change to runlevel 2 by issuing init 2, the services starts. Both tried an

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-14 Thread Ash
I'm seeing the same problem after doing a mythbuntu 9.10 to 10.04 upgrade. apache2 sometimes starts at boot other times it doesn't. -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-12 Thread Brian J. Murrell
This continues to happen on more than one of my karmic-lucid upgrades, very consistently, so I can gather data if needed. Teinit 2 doesn't help. That just runs the scripts in /etc/rc2.d but the ones in /etc/init are left un-run. When the system has stopped starting jobs, here's what initctl

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-12 Thread staedtler-przyborski
Seems I'm affected by this bug too... Sometimes (not always) sound and printing (Cups) is missing, also I can shutdown only by pressing the Power button. Output: initctl list alsa-mixer-save stop/waiting avahi-daemon start/running, process 751 mountall-net stop/waiting rc stop/waiting rsyslog

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-11 Thread tuxinvader
Me too. Upstart is not starting all processes. My box has been running since last night without a firewall! runlevel returns unknown, and it seems to have forgotten a lot of scripts even exist r...@swift:/etc/rc2.d# initctl list | grep postfix r...@swift:/etc/rc2.d# initctl list | grep cyrus

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-11 Thread tuxinvader
running: telinit 2 and then rebooting seems to have resolved the problem. -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-11 Thread tuxinvader
It look as though upstart couldn't figure out what the previous runlevel was (or maybe it was trying to use 6?). My last log says the system crashed, but I don't think it did, maybe upstart/reboot failed to write to utmp properly? My last log. runlevel (to lvl 2) 2.6.32-22-generi Tue May

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-09 Thread Brian J. Murrell
** Changed in: upstart (Ubuntu) Status: Invalid = New -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-09 Thread Brian J. Murrell
Reopening this. I am seeing this problem, very consistently on a Karmic-Lucid upgrade I did today. I will include the previously requested information. Before I do however I want to note that I can consistently have this machine hang on startup after filesystems are mounted by simply booting

[Bug 543506] Re: Upstart not starting jobs on boot

2010-05-03 Thread chilicuil
I've just installed Lucid and I have the feeling that my problem is related to this bug. Sometimes, when Ubuntu starts I get this message: dev/sda2: clean, 2312/231242 files, 213123/2311434 blocks (check in 4 mounts) init: Failed to spawn rc-sysinit main process: unable to open console:

Re: [Bug 543506] Re: Upstart not starting jobs on boot

2010-04-26 Thread Wout
Thanks for the message! I have the same spawn rc message in my logs. I see that in /etc/init/rc.conf it mentions 'console output' which makes upstart try to open the console. That fails. Probably a race condition. Possibly /dev/console is not yet available when upstart wants to start rc? I see

[Bug 543506] Re: Upstart not starting jobs on boot

2010-04-25 Thread David
I've encountered the same problem with Mythbuntu 10.04 with all updates installed. I recognized it because lirc sometimes started and sometimes not. After some investigation I saw the following line in my syslog: init: Failed to spawn rc main process: unable to open console: Input/output error

Re: [Bug 543506] Re: Upstart not starting jobs on boot

2010-04-25 Thread Scott James Remnant
On Sat, 2010-04-24 at 09:15 +, Wout wrote: This is on 10.04 with all available updates installed. Running non standard kernel (2.6.33-020633-generic) for hardware support. ** Changed in: upstart (Ubuntu) Status: Invalid = New Please do not repoen bugs if you are not the

[Bug 543506] Re: Upstart not starting jobs on boot

2010-04-24 Thread Wout
This is on 10.04 with all available updates installed. Running non standard kernel (2.6.33-020633-generic) for hardware support. ** Changed in: upstart (Ubuntu) Status: Invalid = New -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug

[Bug 543506] Re: Upstart not starting jobs on boot

2010-04-23 Thread Wout
Boot scripts under /etc/rc2.d seem to be run sometimes and other times not. I found this problem as /etc/rc2.d/S99rc.local was not executed. To verify I added a logger statement (logger Running rc.local) as the first command in rc.local some weeks ago (I should have filed this bug earlier but

[Bug 543506] Re: Upstart not starting jobs on boot

2010-04-07 Thread Brian J. Murrell
(Un)fortunately (for the sake of hunting this bug down) this does not seem to be occurring any more. I guess we can just close this bug and I will reopen if I see it again. -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you

[Bug 543506] Re: Upstart not starting jobs on boot

2010-04-07 Thread Scott James Remnant
Thanks, please do! ** Changed in: upstart (Ubuntu) Status: Incomplete = Invalid -- Upstart not starting jobs on boot https://bugs.launchpad.net/bugs/543506 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing