Tagged Questions
3
votes
1answer
473 views
How to convert cups to an upstart job? [closed]
I'm having some issues with cups on 10.04 (64 bit).
I'm running about 200+ machines with the same image and cups crashes a lot.
What I'd like to do is create an upstart job to monitor and respawn ...
6
votes
5answers
5k views
Upstart script doesn't start
Ubuntu 10.04
I have created this upstart script (/etc/init/pure-ftpd.conf):
# pure-ftpd - FTP server
description "Pure-FTPd server"
start on filesystem
stop on runlevel S
respawn
respawn limit ...
2
votes
1answer
904 views
Heartbeat doesn't start [closed]
Heartbeat don't start on automatic.
Network interface is not UP when heartbeat start
OS version : 10.04
Exact message in boot.log :
Starting High-Availability services: bond1: unknown interface: No ...
5
votes
1answer
2k views
How do I disable irqbalance?
The title says it all really. I don't want to just kill something that seems so close to the bare metal, and sudo service irqbalance stop says stop: Unknown instance: -- what am I missing? Should I be ...
15
votes
6answers
4k views
upstart-supervised init script for Apache?
I want to run apache on Ubuntu 10.04, and use the nice supervision stuff in upstart (I'm not just talking about the apache init script, but proper service supervision a la daemontools - which is to ...