/srv/irclogs.ubuntu.com/2014/05/15/#upstart.txt

Jef91Is there a configure flag that allows upstart to build without tests?14:38
Jef91One of the tests is failing in my chroot and I want to just skip them14:38
Jef91this bug found my solution -> https://bugs.launchpad.net/upstart/+bug/88891014:47
xnoxJef91: if you are building an debian/ubuntu package, you can pass DEB_BUILD_OPTIONS=nocheck to skip executing the test-suite.14:58
xnoxJef91: that bug is fixed in later releases.14:59
Jef91xnox, that was the option I needed yes14:59
Jef91that bug I just linked has that noted in the comments14:59
xnoxJef91: a bug report with your full build-log would be helpful, for us to find out if there is an issue with environment, tests or upstart itself as exposed by a particular environment.14:59
jodhJef91: can you also state on that bug which version of upstart you are attempting to build under sbuild?15:06
detroutHi, I'm running debian unstable just figured out that cgroupfs-mount's initscript causes my system to hang while shuttingdown/rebooting.20:33
detroutMy hunch is the upstart init script is missing a stop trigger20:35
slangasekit certainly does seem to be missing a stop condition20:36
slangasekwhich is inconsistent with the init script20:36
slangasek(i.e., the upstart job has no stop condition, the init script does)20:36
slangasekso yes, this would cause a hang on shutdown, because startpar sees that the init script should be ignored in favor of the upstart job, and stalls waiting for the upstart job to trigger, which never happens20:37
slangasekdetrout: a one-line change to /etc/init/cgroupfs-mount.conf to 'stop on unmounted-remote-filesystems' should do the job20:39
detroutok.20:39
detroutit'll take me a moment to be able to test that.20:39
slangasekI'm not sure if it should be 'stop on runlevel [016]' instead - it seems like that could fail if something currently has the mount points in use20:39
detroutI installed it so I could try docker.io20:41
apesWhat does having a symlink in /etc/init.d cause Upstart to do? Is it supported behavior?22:21
apesEG /etc/init.d/foo -> /etc/init.d/bar22:21
apesAlso assuming both are listed in various runlevels22:22
apesEG /etc/rc.2/foo /etc/rc.2/bar22:22
=== broder_ is now known as broder

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!