=== Md_ is now known as Md [07:14] Does anybody can help me with upstart to get /var/log/boot and my boot-up messages ? [08:30] try the kernel boot you can get with the dmesg command but there is no such logging facilitie in upstart [08:37] too pity. Yes i can see kernel messages in dmesg - i'm interested in messages of phase two :) [08:38] is it planned to realise such thing in future ? [08:50] upstart itself logs events to syslog and you can (apparently) log the output of the processes to syslog [08:50] after that is's a matter of configuring syslog to log to the right file I guess [08:51] Do I need configure smth in upstart to make it log starting scripts output to syslog ? [08:52] I don't know the future of upstart and I am not developing in the main branhc [09:14] Do I need to config smth in upstart to make it log messages from startings scripts to syslog ? [09:15] Upstart doesn't do that [09:16] http://upstart.ubuntu.com/wiki/Stanzas check the "console" [09:16] apparently it's called "logger" [09:17] that'd been disabled for ages [09:17] Ok , sorry about that [09:38] So, as i can get - there is no possible way to recive /var/log/boot ? [10:03] xzirrow: not currently [10:08] Keybuk, so console output or console logged at ( /etc/event.d/logd) does nothing with upstart ? [10:10] console output will send the output to the console [10:32] Keybuk, so console logged will do what ? [10:34] nothing [10:34] it's not implemented right now [11:01] Keybuk, ok, thank you very much - it clearified situation [11:02] I'd like to do something with it, obviously [11:02] but there's lots of problems and pitfalls [11:02] a miriad of different syslog daemons [11:02] I'd kinda like cron "mail output on failure" functionality [11:02] and the filesystem is generally read-only for much of the boot [11:14] tricky, what the kernel does is to use a ring buffer for the kernel output [11:15] an ordinary growing buffer would probably do just as well [11:17] I also guess you wil need to add some instance information, and that kinds a sounds like syslog again [11:17] in our setup we have the busybox syslog logging to memory with a shared buffer , you can then read the data using logread [11:18] (but no job output indeed) [11:19] "some instance information" ? [11:45] what job instance is generating the output === damjan_ is now known as damjan [17:28] http://www.networkworld.com/community/node/39858