Tagged Questions
14
votes
8answers
9k views
Why isn't my upstart service starting on system boot?
Following on from this question, I have written a simple upstart service (/etc/init/pms.conf) for my headless Ubuntu Server 11.04 box as follows:
start on filesystem and net-device-up IFACE=eth0
stop ...
9
votes
2answers
1k views
How do I set up a service?
I have a script that I would like to run as a service on my Ubuntu Server 11.04 headless box. That is, I want to have the correct files under /etc/init.d/ and to be able to control it via the service ...
2
votes
2answers
5k views
How can I do chkconfig like in Fedora? [duplicate]
Possible Duplicate:
Chkconfig alternative for Ubuntu Server?
In Fedora I can do
$ chkconfig --list | grep ssh
Note: This output shows SysV services only and does not include native
...
1
vote
1answer
1k views
Use Upstart to umount NFS at shutdown/restart?
I want to umount NFS drive at shutdown/restart. I connect to it with my laptop, and due to known bug, the system shuts down for ten minutes, instead for 20 seconds, when the NFS is mounted. I used to ...
11
votes
4answers
7k views
Slow boot after clean install of Natty
The time have risen from 20-25 sec in Meerkat to 35 sec in Natty. I do not know if it is ureadahead but made a bugreport of it in launchpad. I tried Fedora shortly before installing Natty. They use ...