sudo sh -x /etc/init.d/rsyslog start
+ set -e
++ basename /etc/init.d/rsyslog
+ INITSCRIPT=rsyslog
+ JOB=rsyslog
+ '[' rsyslog = upstart-job ']'
+ '[' -z start ']'
+ COMMAND=start
+ shift
+ '[' -z '' ']'
+ ECHO=echo
+ echo 'Rather than invoking init scripts through /etc/init.d, use the service(8)'
Rather than invoking init scripts through /etc/init.d, use the service(8)
+ echo 'utility, e.g. service rsyslog start'
utility, e.g. service rsyslog start
++ initctl version
++ awk '{print $3}'
++ tr -d ')'
+ UPSTART_VERSION_RUNNING=1.5
+ dpkg --compare-versions 1.5 ge 0.9.7
+ initctl show-config -e rsyslog
+ grep -q '^ start on'
+ case $COMMAND in
+ echo
+ echo 'Since the script you are attempting to invoke has been converted to an'
Since the script you are attempting to invoke has been converted to an
+ echo 'Upstart job, you may also use the start(8) utility, e.g. start rsyslog'
Upstart job, you may also use the start(8) utility, e.g. start rsyslog
+ status rsyslog
+ grep -q ' start/'
+ '[' -z '' ']'
+ '[' start = stop ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ start rsyslog
start: Job failed to start