[Bug 66144] Re: Init scripts don't run

2006-10-28 Thread LCID Fire
I tried this a dozend times but all I get is a init.log with not content in it. -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-27 Thread LCID Fire
More specific is there a way to redirect standard output to a file on bootup? -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-27 Thread Scott James Remnant
Boot with init=/bin/bash then # mount -o rw,remount / # exec /sbin/init --debug /init.log 21 (wait for a bit) Alt-SysRq+S, U, B That should leave the init.log in the root and ensure it's written before rebooting -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-24 Thread LCID Fire
** Attachment added: The directories... http://librarian.launchpad.net/4933909/rcDirectories.tar.bz2 -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-24 Thread LCID Fire
Is there a way I could you provide with the debug information? -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-20 Thread Scott James Remnant
I need to see the output from the init system with --debug I also need a copy of your /etc/event.d, /etc/init.d, /etc/rcS.d and /etc/rc2.d directories -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 66144] Re: Init scripts don't run

2006-10-19 Thread Scott James Remnant
If you see rc2 messages, then your init scripts ARE being run. You'll need to be a lot more specific about what problems you're actually seeing ** Changed in: upstart (Ubuntu) Status: Needs Info = Rejected -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-19 Thread LCID Fire
The most specific that I can be is that neither hald, gdm nor x11-common scripts seem to be started. I have to start them manually out of /etc/init.d in order to e.g. get gdm started. If you want more specific problem description ASK what you want to know - I'm not that familiar with that stuff

[Bug 66144] Re: Init scripts don't run

2006-10-18 Thread Scott James Remnant
Could you take a picture of the screen and upload the resulting photo? -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 66144] Re: Init scripts don't run

2006-10-18 Thread LCID Fire
I could do that but it's a REAL long trace - so I fear you won't make anything out of it... Is there a way to get it from the stdout to a file later? -- ..:: Die härteste Strafe sind die unschuldigen Augen eines Kindes auf der Suche nach Wahrheit ::.. -- Init scripts don't run

[Bug 66144] Re: Init scripts don't run

2006-10-18 Thread Scott James Remnant
I'll make enough out of it -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-18 Thread LCID Fire
So since the whole usb mounting does not work I cannot get the picture from my cam to my computer. The last things in the debug are some rc2 messages. I'm afraid I don't know how to help you any further... -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list

[Bug 66144] Re: Init scripts don't run

2006-10-17 Thread LCID Fire
Ok, I'm now running the system with --debug and get LOTS of init messages. What do I have to look for in particular? -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 66144] Re: Init scripts don't run

2006-10-16 Thread Scott James Remnant
Please run the following: dpkg-query -W upstart upstart-compat-sysv sysv-rc initscripts ubuntu- minimal And provide the output ** Changed in: upstart (upstream) Status: Unconfirmed = Rejected ** Also affects: upstart (Ubuntu) Importance: Undecided Status: Unconfirmed **

[Bug 66144] Re: Init scripts don't run

2006-10-16 Thread LCID Fire
Gives: upstart 0.2.7-7 upstart-compat-sysv 0.2.7-7 sysv-rc 2.86.ds1-14.1ubuntu16 initscripts 2.86.ds1-14.1ubuntu16 ubuntu-minimal 1.29 -- Init scripts don't run https://launchpad.net/bugs/66144 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 66144] Re: Init scripts don't run

2006-10-16 Thread Scott James Remnant
Curious, could you also check: dpkg-query -W system-services startup-tasks And also could you boot without quiet or splash on the kernel command-line, and with --debug instead. Note any non-kernel messages (init: ...) you see -- Init scripts don't run https://launchpad.net/bugs/66144 --

[Bug 66144] Re: Init scripts don't run

2006-10-16 Thread LCID Fire
Gives: system-services 0.2.7-7 startup-tasks 0.2.7-7 Normally I boot with default splash - but usplash isn't working either so I event tried it with removing the splash option to no avail. I'll try --debug the next days... -- Init scripts don't run https://launchpad.net/bugs/66144 --