=== michael is now known as Guest41938 [08:19] hi guys [08:20] I've been playing with Upstart today, but having a little bit of fun trying to get it going [08:21] I'm running Canonical's Lucid AMI, on EC2. trying to write an Upstart job to start our workling client (basically a ruby script) [08:22] I think I have things right, as per docs & examples, when I start I get: [08:23] # initctl start livfe-workling [08:23] livfe-workling start/running, process 2235 [08:23] I then get the status, and it's stopped [08:23] initctl status livfe-workling [08:23] livfe-workling stop/waiting [08:23] is there a log or soemthing I can check? [08:37] I found: http://upstart.ubuntu.com/wiki/Debugging, now debugging [08:57] okay, managed to get it running, but it seems to go through weird statuses [08:57] I'm seeing start/post-stop, then start/running, then stopped/waiting. is that normal? [09:11] okay, got it going. [09:12] I had some pid clean-up to do, so the thing wasn't starting correctly. === Guest41938 is now known as mbiebl