[10:24] greetings [10:25] I'm looking for a way to periodically run a job (chef-client) on ubuntu-9.10 [10:25] can upstart be used for that? [10:25] or I should run a service through cron job? [10:26] Use cron for now. Cron-like functionality is in TODO. [10:28] ion, thanks [12:53] I've setup a cron job to run a script containing "/usr/bin/service chef-client start &>/tmp/log" command. As a result I'm getting "exec: 129: start: not found". [12:54] what might be the reason? [12:55] "/usr/bin/service chef-client start" runs ok from the root shell [12:59] does upstart need setting a specific environment? [13:08] /sbin not in $PATH [13:34] Keybuk, thanks for suggestion. Actually, I messed the things up. One should run "start chef-client" not "service chef-client start" [13:37] either works [13:38] Keybuk, only if you have old style script in /etc/init.d [13:38] I was too lazy to write one ) [16:31] i'm having trouble with an ubuntu 10.04 server "sometimes" not starting the tty1 .. tty6 jobs. has anyone heard of something like that? [16:31] yes, there's an open bug [16:31] but without any solid information about what causes it [16:32] just wild theories [16:32] ok is there anything i could do to help you find information? (would e.g. a login on such a system help?) [16:32] also if you have the bug number i'd appreciate it [16:34] I'm not actively investigating it at the moment [16:34] some legacy init scripts seem to be affected as well, e.g. xinetd isn't running on this boot (on another boot xinetd was running but ttyX wasn't) [16:34] that is consistent with the reported problem === Md_ is now known as Md