=== Cidan is now known as zz_Cidan === zz_Cidan is now known as Cidan === Cidan is now known as zz_Cidan === zz_Cidan is now known as Cidan === Cidan is now known as zz_Cidan [10:05] ah, my script was missing file permission, hence the job exited. my bad. [10:17] Hmm... `init-checkconf foo.conf` is telling me there's a syntax error, but no line number :\ http://lpaste.net/119297 [13:40] I have an ubuntu 10.04 LTS server that i'm having an annoying issue on. I have a service for a Digi Realport (serial over ethernet) that need to start before tomcat starts, otherwise the application doesn't find the serial port and goes all sad on me. both tomcat6 and dgrp_daemon seem to be using init.d scripts rather than upstart jobs, but upstart is in use on the server. So I'm a bit confused [13:40] as to what tool I should be using changing this with. i tried editing the tomcat startup script to loop until the serial port comes up, but that just causes an excellent deadlock on boot since the driver seems to be started after tomcat. [13:47] :q === zz_Cidan is now known as Cidan [22:42] hi folks [22:43] i'm having some issues understanding the flow of events. i'm trying to schedule one job to happen just before another job [22:43] the main job is in backup.conf. There is a separate job, aorta-db-export. it must run first. [22:44] at the top of aorta-db-export i have: start on (starting backup) [22:44] but, it doesn't. [22:50] i can start backup using either initctl or service [22:50] it runs, successfully [22:50] but never does aorta-db-export get triggered to start [22:51] i'm using upstart 1.12.1 in ubuntu 14.04 [22:53] would i be better off rearranging things in the other direction? i don't really care for that because i might want to attach other things prior to backups running [22:53] in that scenario i think i want "start on aorta-db-export" in backup? but i need backup to run only when aorta-db-export *completes* [23:06] start on starting backup is right AFAIK [23:07] but then aorta-db-export needs to be a task [23:41] yes, it's a task. i figured it out, sorry i didn't update [23:42] aorta-db-export.conf was malformatted so it wasn't being read [23:42] :) [23:42] thanks :) [23:42] you can check for that [23:42] o? [23:43] that sounds like something useful to have in my server test scripts... [23:43] init-checkconf [23:44] that should be able to find malformed .conf files [23:45] yep, that sounds awesome to me. gonna add that, thanks :) [23:45] :) [23:54] Upstart keeps making my web server reset :\ how would I start testing? [23:54] It's weird, when I invoke the executable myself, everything is fine - it's only when used as an upstart job :S [23:55] http://lpaste.net/119354 <- forany interested. interested