Ubuntu Pastebin

Paste from Skyrider at Wed, 28 Oct 2015 19:12:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
Download as text