=== JanC_ is now known as JanC [15:57] Hi, I have made serviceB stop when I stop serviceA, but when I start serviceA, is there a way to automatically start serviceb? [15:59] my serviceB has this start on line: start on filesystem and started serviceA [17:41] I'm trying to make a simple upstart script and test it on the command line, but it doesn't seem to work. I'm using these commands: [17:41] initctl emit x1 [17:41] x1 is the name of my file in /etc/init/x1.conf [17:42] my script is: http://pastebin.com/xRRPPRr5 [17:42] It's just a simple iptables script that I know works well for the commands on the command line. [17:42] But it doesn't work when I try to test it with initctl [17:52] Who are the fucking retards who made upstart? [17:52] I've got fucking question for them idiots!!!! [18:03] lu_ didn't wait around very long :| [18:30] I would actually like to hear the answer (maybe ignore last two lines) :-) [18:30] Is there somewhere pointer how to debug upstart scripts? === puhuri_ is now known as puhuri [18:32] on Ubuntu 14.04 upstart usb_modeswitch gets killed but no trace about reason is in log files [18:33] and fails to restart or start === slangase` is now known as slangasek [19:15] puhuri, not much to that job; if it's dying, it's probably due to the process itself [19:46] I need to create an upstart job to fix a bug with my platform's system time / RTC. I have a script that will do the trick, but I need to know if, inside a script declaration, there is some way to avoid immediate exit on error [19:47] Reading the RTC occasionally throws an error (device busy) which clears up on the second read, and I my code handles that, but I need the job to keep trying [19:54] cjenkin1, || true [19:55] cwillu_at_work: Heh, didn't think of that. Clever. [19:55] My bash-fu is lacking [19:56] well, sh-fu [19:57] bash-isms won't work in script tags unless you point sh at bash, and even then, bash will still be mostly acting like sh [20:12] Gotcha, good to know [20:57] Hey guys — starting to get frustrated, it seems the packaged tarballs are broken job.h:200: error: redefinition of typedef 'JobProcessData' === slangase` is now known as slangasek