[14:27] jodh: thanks! [14:29] stgraber: thank you!! [15:40] xnox/stgraber: any thoughts on a pithy/witty release name? [15:51] jodh: probably the most virtual release ever [15:52] xnox: hee hee :) [15:53] jodh: or something more light "upstart your day!" [15:56] xnox: haha! you should work in marketing :) [16:16] Is there some way to get upstart to reload its scripts? Im trying to debug a script and the only way i can get it to acknowledge changes is doing a full reboot [16:17] dan2003: it reloads them automatically using inotify. what does 'init-checkconf /etc/init/foo.conf' show? [16:18] X11 connection rejected because of wrong authentication.! ?? [16:18] But i think that explains whats happening [16:19] this is on a system where the rootfs is nomrlaly mounted readonly and has a unionfs. as such im editing the files under /ro/etc/init [16:19] whilst the cahgnes are reflected under /etc/init i wonder if this breaks the inotify bit [16:22] dan2003: it may well be. overlayfs is known to be broken wrt inotify (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/882147). However, you can always 'initctl reload-configuration' each time you change your configs. [16:22] ah brilliant - thanks