=== fluter_ is now known as fluter [11:06] jhford: probably nowhere, given I don't believe upstart as shipped in centos had stdout/stderr log collection feature. [13:35] Hi everyone. Is it possble to get the status of all services that subscribe to an upstart command when running a status check? Example: service Bar subscribes to serivce Foo. When I run initctl status Foo Id like to see the status of service Bar as well [13:40] pwelch: i'm not sure what you mean by "subscribes" [13:40] pwelch: you can use $ initctl list [13:40] pwelch: which gives you status for all known jobs. [13:40] so Service Bar has: start on starting Foo [13:41] so when Service Foo start Service Bar starts [13:41] pwelch: there is $ inictl show-config [13:41] pwelch: there is no command that combines/interconnects the two [13:42] :/ bummer [13:42] on Centos 6.5 I get initctl: invalid command: show-config [13:42] pwelch: sorry, i don't know when it was introduced. [13:42] which is weird because upstart is for sure working [13:42] no worries [13:42] e.g. i have [13:42] $ initctl show-config unity8 [13:42] unity8 [13:42] emits scope-ui-starting [13:42] emits indicator-services-start [13:42] start on ((xsession SESSION=ubuntu-touch or xsession SESSION=ubuntu-touch-surfaceflinger) and started dbus) [13:42] stop on desktop-end [13:43] and then i can do status on each thing i want. [13:43] do you know which version of upstart you have? [13:43] pwelch: and it's not "subsribes" in any way or form. All conditions are events. "e.g. starting foo" is event "starting" with args JOB=foo [13:44] ah [13:44] pwelch: and there is no way to check if any of the events are emitted manually or actually are a job as such. [13:44] pwelch: e.g. runlevel is not a job [13:44] that makes sense that its an event and not a subscription [13:45] pwelch: i'm running upstart 1.13.1, you can check your version with $ initctl version [13:45] yikes, centos ships with an older version: init (upstart 0.6.5) [13:46] first time on CentOS in a long time. Looks like the default in 12.04 (what I normally use) is 1.5 [13:46] xnox: thanks for your help === SpamapS_ is now known as SpamapS === pwelch_ is now known as pwelch === pwelch_ is now known as pwelch