[20:39] Hi [20:39] I have ubuntu 10.04 on a server and experience pretty strange upstart behaviour [20:40] I have my own service config and it seems that whenever I do stop/start command just hangs until ctrl-c [20:41] even if I copy/paste known-to-work config there, like cron [20:41] moreover, if I save this service under different name it seems to work [20:43] I wasn't able to find any references to such issue [20:45] deleting service file doesn't help [20:57] markolya: man 5 init, look at the expect stanza [20:58] thanks for the answer [20:58] I actually did look at it [20:58] markolya: actually, that's not entirely consistent with the renaming thing.. [20:58] markolya: hmm [20:58] markolya: what name? [20:58] yes [20:58] "kittens", if this matters [20:59] but it works with other names? [20:59] basically I take contents of cron.conf, write it to kittens.conf and start kittens hangs [20:59] if I write it to kittens1.conf it doesn't hang [21:00] I mean start kittens1 doesn't hang [21:00] that's strange [21:00] in fact I have no explanation [21:00] it actually wasn't like this when I started yesterday [21:00] I think some of my changes to conf file brought it to such state... [21:00] markolya: have you tried rebooting? maybe upstart is retaining some sort of state around the name "kittens" [21:01] yeah [21:01] I do not really want to reboot this machine [21:02] it looks like that it is retaining some sort of state [21:02] yeah. [21:03] not a lot of ways to clear that unfortunately [21:03] I was just thing that while I have this state I can provide some information to original author since it looks like a bug [21:03] its semi-well-known. The exact cause isn't certain but the preferred fix is a redesign of that portion of the code, so I don't think we need it much narrower [21:04] hmm... ok... is there any bug on launchpad for this so I could see changes on it and try fixes when they are released? [21:05] not sure. [21:07] sorry, I'm new here... are you Scott James Remnant? [21:07] markolya: no. Keybuk is. He's not on now [21:08] oh, thanks [21:11] I'll probably continue using rc.d for now, thanks for your help!