Tagged Questions
1
vote
1answer
447 views
Managing dependency across Upstart and SysV-style init.d script
I have an Upstart job that must run before a SysV-style init.d script runs.
The init.d script is configured to be started in the runlevels 2, 3, 4 and 5 with priority 20.
What can I do to have the ...
2
votes
4answers
13k views
how do you stop/restart ssh?
How do I stop/start ssh in version 11.10? I've tried
/etc/init.d/ssh restart
sudo service ssh restart
sudo restart ssh
I get errors every time... arrrr!
3
votes
2answers
3k views
Running commands on boot in 11.10
So I am getting properly confused on how to create a startup script on my Ubuntu 11.10 server. I have read about init-scripts, upstart-jobs and more, but I get even more confused the more I read.
...
0
votes
1answer
408 views
Missing Samba upstart job
Somehow my K20samba4 was deleted.
How can I restore it (ie does anyone know where I can get the script)?
3
votes
2answers
6k views
How can I boot into recovery mode if it hangs booting single user?
How can I boot into recovery mode if it hangs booting into single user mode?
I am trying to boot into "recovery mode" or any single user mode, but upstart is trying to start modem-manager no matter ...
5
votes
2answers
7k views
How to start jenkins?
I installed jenkins via sudo apt-get install jenkins. However, it doesn't start up. Tried to start it manually using sudo /etc/init.d/jenkins start. But it says this message when I try to start it ...
3
votes
1answer
582 views
GDM killed on startup
In order to fix a sound issue, I'd completely removed all PulseAudio packages, which removed several additional packages which I hadn't kept track of.
I have since added back several packages that ...
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 ...