** Changed in: ubuntu
Status: Incomplete => Invalid
--
rc.local script does not run on bootup
https://bugs.launchpad.net/bugs/226503
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.ub
Actually, now that I've been poking at this, I realize that this really
wasn't a bug. Though it seemed like it to me at first. Apparently the
line where I was calling syndaemon to disable my touchpad while typing
was bombing. Since it was at the top of the script it killed it and
nothing else ra
If you hit Ctrl-Alt-F8 at any time, you can switch to the console where
the startup output is displayed -- on mine, the last line it shows is "*
Running local boot scripts (/etc/rc.local) [ OK ]". I did not think
to look at this when the problem was presenting for me. Does it show up
on yours?
I'm not sure if this is the proper way to reply to this as I'm new to this
stuff. Honestly I've never submitted a bug report before so I apologize if
I'm doing something outside of accepted protocol.
So, I ran "sudo update-rc.d rc.local defaults" and got the following
reply:
System startup links
It's good to hear that your system is working properly now. I think you
are probably right that rc.local was running previously, but it can't be
verified now. Anyway, thank you for your involvement.
I am setting bug status to incomplete.
** Changed in: ubuntu
Status: New => Incomplete
--
All the other scripts were running fine to my knowledge, as the system
was booting up just fine and I wasn't noticing any odd behaviour that
would lead me to believe any of them weren't running as usual. However,
I'm completely at a loss as to why, but rc.local seems to be running
now. The test s
I assume that the rest of the startup scripts work fine.
Could you please add a new script /etc/init.d/test.
#! /bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
[ -f /etc/default/rcS ] && . /etc/default/rcS
. /lib/lsb/init-functions
do_start() {
log_begin_msg "Running test script"
I may not be the bug initiator, but I'm willing to continue
troubleshooting.
A symlink to rc.local exists as S99rc.local in runlevels 2, 3, 4, and 5
(/etc/rc#.d/). Ran the defaults command anyway, just to see what would
happen:
[EMAIL PROTECTED]:~$ sudo update-rc.d rc.local defaults
[sudo] passw
Have you checked if rc.local script is in proper runlevel?
sudo update-rc.d rc.local defaults
--
rc.local script does not run on bootup
https://bugs.launchpad.net/bugs/226503
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
I can confirm that rc.local is not running for me either. I'm using an
HP Compaq 6510b, which apparently has problems with suspending under
Ubuntu 8.04 Hardy. The suggested fix for this is to add "echo 1 >
/proc/acpi/video/C098/DOS" to /etc/rc.local, which allows the laptop to
suspend without har
10 matches
Mail list logo