Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.
0
votes
0answers
11 views
Auto-start Upstart User Jobs on boot
I've enabled Upstart User Jobs and configured a few jobs. These jobs can be started/stopped by the respective user and all is well. However the start on stanza doesn't seem to have effect:
start on ...
2
votes
0answers
41 views
Can't sleep, can't shutdown (might be networking related)
I speculate it's networking related since I could only shut down my system if I do /etc/init.d/networking stop first. If I tried to put the system to sleep, it disconnect the network then reconnect it ...
0
votes
1answer
38 views
Upstart job doesn't die correctly
I'm making a simple upstart daemon.
Following the Upstart documentation[1] I make the conf script:
description "Super Daemon"
author "Bastian Baltasar Bux"
start on started dbus
stop on runlevel ...
1
vote
1answer
20 views
How to repair installation, accidentally deleted /sbin/initctl
I'm running Ubuntu 12.04 on a VirtualBox. I was trying to create a central log server with rsyslog. At some point I made changes to the conf file and tried to restart rsyslog, but started getting the ...
2
votes
2answers
31 views
Creating a “deadman” switch using Ubuntu to shutdown EC2 instance
I've put together a simple "deadman switch" using upstart to automatically shutdown my EC2 instances after a period of time. I'm doing this to avoid the dreaded Monday morning blues when you realized ...
6
votes
1answer
71 views
What are ALL the autostart locations in ubuntu?
im a ubuntu newbie in need of some advice from anyone very familular with the different ubuntu startup methodologies.
im interested in enumerating all the applications that are triggered at startup ...
0
votes
0answers
55 views
upstart bittorrent sync two configs for btsync
I want to write an upstart script for BitTorrent Sync that starts btsync like "btsync --config day.conf" in the morning and restarts it with "btsync --config night.conf" at night. This way, I would be ...
0
votes
1answer
20 views
Hide desktop startup screen
I am working on a hardware device running on Ubuntu. One of the most important features is good presentation - in my case not showing the OS startup screen etc. Currently I am using upstart to start ...
1
vote
2answers
59 views
lightdm fail to start automatically after last update
I have 12.04 LTS, I don't think I installed anything extraordinary lately, (just uninstalled lxc-docker), but after last automatic update I am left with console. I can do
service lightdm start
and ...
0
votes
0answers
21 views
Upstart start job when job config file created
We have upstart jobs configured to start on boot and respawn and that's all fine, like this:
start on net-device-up IFACE!=lo
respawn
But when I create a new job, I still have to shell to the ...
0
votes
0answers
39 views
ubuntu desktop 12.04 networking does not work on boot until I run sudo service networking restart
The problem is that every time I boot I have to run sudo service networking restart every time I boot in order to get it working. After that everything works fine.
Any ideas how I can solve this ...
0
votes
0answers
30 views
how to start python server using upstart
When I run initctl start my-service the shell just hangs, and the server.py is not running.
server.py doesnt fork or anything, hence the use of start-stop-daemon. Its a flask rest app.
I also ...
1
vote
1answer
47 views
Upstart job fails to respawn and hangs when tried to stop/restart it
I'm using Upstart 1.5 in Ubuntu 12.04 to manage a process created by some user but needs to be managed as system job as starting on boot, respawning if it fails and we been able to start/stop it at ...
0
votes
1answer
18 views
Upstart: report (email, log) on respawn and failure
I would like to get an email when an upstart job fails and respawns, and when all respawns are depleted, and the job fails.
How can I do that?
0
votes
1answer
15 views
My process is already daemonized before calling fork
I am starting process with upstart, to run as service using following command but looks like before i call the fork in main() of testservice it's already running as daemon. Any ideas what could be ...
0
votes
1answer
33 views
Configure owner and permissions for upstart log files
When logging an upstart job with the standard console log stanza, can the resulting log files in /var/log/upstart be configured to be written with a mode or owner other than the default?
2
votes
2answers
53 views
Correct way to install a custom upstart service
I am using upstart for services on my servers. Writing a conf file and placing it in /etc/init is easy enough, but that doesn't seem to completely install. For one, the service --status-all doesn't ...
1
vote
1answer
63 views
Where is Unity startup script in rc?.d
I've been reading about runlevels and startup scripts lately, and I've learnt that runlevels 2 to 5 are the same in Ubuntu, and that Ubuntu's default runlevel is 2.
What I want to do
I want to ...
0
votes
1answer
35 views
Startup script for spawn-fcgi
I would like to use spawn-fcgi to start a web.py application on system boot. Is there any facility for managing spawn-fcgi through Upstart? (Is Upstart the modern system for managing services, or ...
0
votes
2answers
91 views
Has behaviour of upstart changed in 13.04
I have an upstart conf that mounts a remote nfs at startup. Previously (in 12.10) it used
start on (local-filesystems and net-device-up IFACE=eth0)
in 13.04 this no longer works - I tried all ...
1
vote
1answer
50 views
Am I using upstart correctly?
I'm trying to write a startup script for my Ubuntu 12.04 desktop that pings my Netgear router every 30 seconds (this is necessary as a nasty workaround for a separate problem I'm having). I read this ...
0
votes
1answer
24 views
How can I tell inside an upstart script if the job was killed(crashed) or stopped normaly
Is there a way to know within the script if the job in question was killed(crashed) or stopped normaly.
I want to kill another process in post-stop script only when the current job crashed and not ...
0
votes
3answers
217 views
Upstart job: Run task once per event
I'm a little confused regarding how jobs start on Upstart events. To illustrate my misunderstanding, I have four Upstart jobs that look like the following:
Job 1:
start on local-filesystems
task
...
5
votes
2answers
117 views
Upstart and core files
I have an upstart job that occasionally crashes with a segmentation fault, and I have a few questions about core dumps.
First, should I add a stanza:
limit core unlimited unlimited
Is there a ...
1
vote
1answer
44 views
Command fails to execute in upstart session job
This command:
mongod --fork --dbpath ../data --smallfiles --logpath ../data/mongo.log
runs perfectly from terminal, while in directory /mongo/bin/
But, when I use same command and directory for ...
0
votes
1answer
308 views
Systemd is installed on Ubuntu Raring?
Systemd appears to be installed in Ubuntu Raring. What does it provide that upstart doesn't provide? Why is it there? I thought Ubuntu was keeping upstart.
0
votes
0answers
18 views
Restart Upstart
I'm in the process of building a job to work in upstart, and any time I have even a typo the entire upstart breaks; not just my job. Is there any way to reload upstart without rebooting?
0
votes
0answers
12 views
How to modify the LiveUSB to execute a script upon boot
I have created a live usb image (ubuntu desktop) using live usb creator. Now what I am required to do is to boot through the LiveUSB and when it finishes booting it will perform some operation such as ...
0
votes
2answers
158 views
Upstart can't start MySQL
After an installation of MySQL, I get a few errors and I can't run the MySQL daemon. I've tried uninstalling and reinstalling several times, and I'm not sure what's going on.
Here's a snippit of what ...
0
votes
0answers
33 views
Powernap daemon doesn't start with upstart
I have a problem with powernap daemon on kubuntu 13.04, which doesn't start with upstart (or with /etc/init.d/powernap start). On my other machine with ubuntu 12.04.2 LTS it starts ok.
$ sudo service ...
0
votes
0answers
73 views
Shutdown slow: unknown job s35networking
Since I've upgraded to Ubuntu 13.04 from 12.04 LTS, I get this error when I shutdown the pc:
rather than invoking init scripts through /etc/init.d, use the service(8) utility service S35 ...
1
vote
1answer
107 views
How should I start MongoDB on a NUMA machine?
When I first installed MongoDB 2.2.3 with apt-get, following the instructions from 10gen installation guide, it auto starts when the server starts.
However, after following the instructions in ...
136
votes
6answers
125k views
What's the recommended way to enable / disable services?
I read about how to enable and disable services in Ubuntu and it seems that there are different possibilities to manage them.
The first method I found is update-rc.d to add new services to startup, ...
1
vote
1answer
66 views
Startup script doesn't execute at startup
I have followed the tutorial here that shows how to setup the No-ip update program to start at system startup.
I have done exactly as specified here, yet the program still doesn't start. Also, when I ...
3
votes
2answers
479 views
Why is this laptop taking almost 1 minute to boot Ubuntu 13.04?
My dad's new HP Pavilion dv6 laptop running Ubuntu 13.04 takes almost a minute to boot up - it seems like it's hanging somewhere. Is there something I can do to easily fix it?
I need some help ...
6
votes
5answers
6k 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
2answers
2k views
Starting java processes with Upstart
I want to start a java process using Upstart. Currently, on our OpenSuSE servers, I use the System V init system to achieve this, but on our Ubuntu servers I'd rather use Upstart. But I have two ...
1
vote
0answers
123 views
Why are there start 'S' symlinks in rc0.d (shutdown) and rc6.d (reboot)?
Start 'S' symlinks in shutdown and restart runlevels?
Why are there 'S00-S99' start symlinks in rc0.d and rc6.d? Ubuntu 13.04 directory listing:
$ ls -l /etc/init.d/rc6.d
lrwxrwxrwx 1 root root ...
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 ...
1
vote
0answers
16 views
apport package hook for 3rd-party package not being called
I have a proprietary package, installed via a .deb file. The package provides an upstart script which uses the respawn stanza - i.e. the executable gets restarted when it is killed, even with a ...
0
votes
0answers
40 views
initctl status autofs is stuck on stop/starting
We have an issue with Upstart not restarting the autofs job when the automount process dies, and the Upstart job status gets stuck in the "stop/starting" state. The process is not automatically ...
0
votes
0answers
35 views
How can I add an upstart script specifically to the end of the boot sequence?
Is there a simple way to determine the last upstart script to run, so I can add my custom bits to depend on that one stub?
I'm asking so I can resolve the Ubuntu-desktop on Nexus 7 bug of audio not ...
1
vote
1answer
43 views
Start and stop parameters in init script
I have .conf a file in /etc/init/ with this code at the bottom:
start on (started network-interface
or started network-manager
or started networking)
stop on (stopping ...
0
votes
1answer
32 views
Upstart with a script that start and finish their own processes
I'm trying to setup in Upstart a script that launch several internal procs and kill them if is required
$ listener.py -startall
$ listener.py -killall
I can run it with this settings:
# Listener ...
1
vote
0answers
32 views
How can I inspect Upstart Job States Transitions Using log file?
I want to have a look at the states transitions using the method described here:
http://upstart.ubuntu.com/cookbook/#viewing-state-transitions.
This is what I do:
# initctl log-priority debug
# ...
1
vote
0answers
50 views
Why can't we remove bluetooth service the reguler way?
The usual way to remove services from startup scripts is to remove it from starting up in the first place (man update-rc.d). Meaning removing the symbolic link to /lib/init. In this case executing ...
1
vote
1answer
89 views
Upstart script that depends on init.d scripts?
I have an upstart script to start a custom nodejs app. The app depends on couchdb and elasticsearch. couchdb and elasticsearch provide init.d scripts for starting/stopping them. Is it possible to tell ...
0
votes
0answers
58 views
How will I be able to enable user mode for Upstart on on 13.04?
Once 13.04 comes out, I'd like to install it with the unsupported "Upstart user mode." I have read the docs and see the "from TTY" information, but it's not clear how to make the login from LightDM ...
1
vote
1answer
66 views
How do I restart conky and nautilus whenever they crash?
Many times nautilus crashes because of various reasons. When nautilus crash, it crashes with conky. The only way to get back conky and active desktop is to start nautilus and conky from terminal.
...
3
votes
1answer
51 views
Can I use a custom shell with upstart script stanza?
I'm writing a few daemons implemented in pure shell script and would like to use zsh(powerful substitutions, modules with socket/tcp handling, etc) instead of the default /bin/sh. Can I tell the ...




