Bug#800588: systemd: slow start/stop
marek sowinski
ivm41 at yahoo.com
Thu Oct 1 12:19:16 BST 2015
Package: systemd
Version: 226-3
Severity: important
Dear Maintainer,
* What led up to the situation?
when restarting, stopping or starting mysql it takes 10 minutes to complete the action
* What exactly did you do (or not do) that was effective (or
ineffective)?
it happens when:
/etc/init.d/mysql restart
/etc/init.d/mysql stop
/etc/init.d/mysql start
service mysql start
* What was the outcome of this action?
the restart finally succeeds. it just takes 10 minutes to complete
* What outcome did you expect instead?
restart within 1 minute time
it was ok before the recent upgrade of the package. after the upgrade,
the problem appeared, and it's consistent - it appears always
when running `strace service mysql start` it reports some resources
temporary unavailable:
strace service mysql start
execve("/usr/sbin/service", ["service", "mysql", "start"], [/* 21 vars
*/]) = 0
brk(0) = 0x55de3f075000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fa0dcf2e000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=31600, ...}) = 0
mmap(NULL, 31600, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa0dcf26000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
mmap(NULL, 3836448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fa0dc967000
mprotect(0x7fa0dcb06000, 2097152, PROT_NONE) = 0
mmap(0x7fa0dcd06000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f000) = 0x7fa0dcd06000
mmap(0x7fa0dcd0c000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa0dcd0c000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fa0dcf25000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fa0dcf24000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fa0dcf23000
arch_prctl(ARCH_SET_FS, 0x7fa0dcf24700) = 0
mprotect(0x7fa0dcd06000, 16384, PROT_READ) = 0
mprotect(0x55de3ee22000, 12288, PROT_READ) = 0
mprotect(0x7fa0dcf30000, 4096, PROT_READ) = 0
munmap(0x7fa0dcf26000, 31600) = 0
getpid() = 7752
rt_sigaction(SIGCHLD, {0x55de3ec18fd0, ~[RTMIN RT_1], SA_RESTORER,
0x7fa0dc99c180}, NULL, 8) = 0
geteuid() = 0
brk(0) = 0x55de3f075000
brk(0x55de3f096000) = 0x55de3f096000
getppid() = 7750
stat("/home/iv", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/sbin/service", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x55de3ec18fd0, ~[RTMIN RT_1], SA_RESTORER,
0x7fa0dc99c180}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7fa0dc99c180}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7fa0dc99c180}, NULL, 8) = 0
read(10, "#!/bin/sh\n\n#####################"..., 8192) = 8192
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7753
close(4) = 0
read(3, "service\n", 128) = 8
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7753,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7753
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7754
close(4) = 0
read(3, "service\n", 128) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7754
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7754,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7754
stat("/run/systemd/system", {st_mode=S_IFDIR|0755, st_size=120, ...}) =
0
chdir("/") = 0
faccessat(AT_FDCWD, "/etc/init/mysql.conf", R_OK) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
stat("/usr/local/sbin/which", 0x7ffc58781530) = -1 ENOENT (No such file
or directory)
stat("/usr/local/bin/which", 0x7ffc58781530) = -1 ENOENT (No such file
or directory)
stat("/usr/sbin/which", 0x7ffc58781530) = -1 ENOENT (No such file or
directory)
stat("/usr/bin/which", {st_mode=S_IFREG|0755, st_size=946, ...}) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7755
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 7755
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7755,
si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7755
dup2(11, 1) = 1
close(11) = 0
read(10, " [ \"$OUT\" != \"degraded\" ]; then\n"..., 8192) = 1894
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7756
close(4) = 0
read(3, "degraded\n", 128) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 7756
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7756,
si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7756
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7757
close(4) = 0
read(3, "acpid.socket\ndbus.socket\nsaned.s"..., 128) = 128
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7757,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 128
read(3, "cket\nsystemd-journald-audit.sock"..., 128) = 128
read(3, "-control.socket\nsystemd-udevd-ke"..., 128) = 44
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7757
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7760
close(4) = 0
read(3, "Triggers=acpid.service\n", 128) = 23
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7760
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7760,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7760
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7761
close(4) = 0
read(3, "Triggers=dbus.service\n", 128) = 22
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7761
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7761,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7761
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7762
close(4) = 0
read(3, "Triggers=\n", 128) = 10
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7762,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7762
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7763
close(4) = 0
read(3, "Triggers=\n", 128) = 10
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7763,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7763
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7764
close(4) = 0
read(3, "Triggers=rsyslog.service\n", 128) = 25
read(3, "", 128) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7764,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7764
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7765
close(4) = 0
read(3, "Triggers=systemd-bus-proxyd.serv"..., 128) = 36
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7765,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 36
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7765
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7766
close(4) = 0
read(3, "Triggers=systemd-fsckd.service\n", 128) = 31
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7766,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 31
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7766
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7767
close(4) = 0
read(3, "Triggers=systemd-initctl.service"..., 128) = 33
read(3, "", 128) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7767,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7767
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7768
close(4) = 0
read(3, "Triggers=systemd-journald.servic"..., 128) = 34
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7768,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 34
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7768
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7769
close(4) = 0
read(3, "Triggers=systemd-journald.servic"..., 128) = 34
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7769,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 34
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7769
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7770
close(4) = 0
read(3, "Triggers=systemd-journald.servic"..., 128) = 34
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7770
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7770,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7770
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7771
close(4) = 0
read(3, "Triggers=systemd-networkd.servic"..., 128) = 34
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7771
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7771,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7771
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7772
close(4) = 0
read(3, "Triggers=systemd-udevd.service\n", 128) = 31
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7772,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 31
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7772
pipe([3, 4]) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fa0dcf249d0) = 7773
close(4) = 0
read(3, "Triggers=systemd-udevd.service\n", 128) = 31
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7773
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7773,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]}) = 7773
execve("/usr/local/sbin/systemctl", ["systemctl", "start",
"mysql.service"], [/* 22 vars */]) = -1 ENOENT (No such file or
directory)
execve("/usr/local/bin/systemctl", ["systemctl", "start",
"mysql.service"], [/* 22 vars */]) = -1 ENOENT (No such file or
directory)
execve("/usr/sbin/systemctl", ["systemctl", "start", "mysql.service"],
[/* 22 vars */]) = -1 ENOENT (No such file or directory)
execve("/usr/bin/systemctl", ["systemctl", "start", "mysql.service"],
[/* 22 vars */]) = -1 ENOENT (No such file or directory)
execve("/sbin/systemctl", ["systemctl", "start", "mysql.service"], [/*
22 vars */]) = -1 ENOENT (No such file or directory)
execve("/bin/systemctl", ["systemctl", "start", "mysql.service"], [/* 22
vars */]) = 0
brk(0) = 0x55a50e758000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f9d000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=31600, ...}) = 0
mmap(NULL, 31600, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd025f95000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20c\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=142744, ...}) = 0
mmap(NULL, 2246896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd025b5a000
mprotect(0x7fd025b7b000, 2097152, PROT_NONE) = 0
mmap(0x7fd025d7b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fd025d7b000
mmap(0x7fd025d7d000, 6384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd025d7d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P#\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31784, ...}) = 0
mmap(NULL, 2128920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd025952000
mprotect(0x7fd025959000, 2093056, PROT_NONE) = 0
mmap(0x7fd025b58000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fd025b58000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P(\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=141752, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f94000
mmap(NULL, 2236936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd02572f000
mprotect(0x7fd025751000, 2093056, PROT_NONE) = 0
mmap(0x7fd025950000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7fd025950000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\216\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=924096, ...}) = 0
mmap(NULL, 3020448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd02544d000
mprotect(0x7fd025525000, 2097152, PROT_NONE) = 0
mmap(0x7fd025725000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0x7fd025725000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137448, ...}) = 0
mmap(NULL, 2213008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd025230000
mprotect(0x7fd025248000, 2093056, PROT_NONE) = 0
mmap(0x7fd025447000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fd025447000
mmap(0x7fd025449000, 13456, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd025449000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f93000
mmap(NULL, 3836448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd024e87000
mprotect(0x7fd025026000, 2097152, PROT_NONE) = 0
mmap(0x7fd025226000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f000) = 0x7fd025226000
mmap(0x7fd02522c000, 14880, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fd02522c000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\27\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=448440, ...}) = 0
mmap(NULL, 2543880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd024c19000
mprotect(0x7fd024c85000, 2097152, PROT_NONE) = 0
mmap(0x7fd024e85000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c000) = 0x7fd024e85000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd024a15000
mprotect(0x7fd024a18000, 2093056, PROT_NONE) = 0
mmap(0x7fd024c17000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fd024c17000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@'\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=76232, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f92000
mmap(NULL, 2171480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7fd024802000
mprotect(0x7fd024813000, 2097152, PROT_NONE) = 0
mmap(0x7fd024a13000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7fd024a13000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f91000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f8f000
arch_prctl(ARCH_SET_FS, 0x7fd025f8f880) = 0
mprotect(0x7fd025226000, 16384, PROT_READ) = 0
mprotect(0x7fd024a13000, 4096, PROT_READ) = 0
mprotect(0x7fd024c17000, 4096, PROT_READ) = 0
mprotect(0x7fd025447000, 4096, PROT_READ) = 0
mprotect(0x7fd024e85000, 4096, PROT_READ) = 0
mprotect(0x7fd025725000, 4096, PROT_READ) = 0
mprotect(0x7fd025950000, 4096, PROT_READ) = 0
mprotect(0x7fd025b58000, 4096, PROT_READ) = 0
mprotect(0x7fd025d7b000, 4096, PROT_READ) = 0
mprotect(0x55a50d1d1000, 20480, PROT_READ) = 0
mprotect(0x7fd025f9f000, 4096, PROT_READ) = 0
munmap(0x7fd025f95000, 31600) = 0
set_tid_address(0x7fd025f8fb50) = 7752
set_robust_list(0x7fd025f8fb60, 24) = 0
rt_sigaction(SIGRTMIN, {0x7fd0252369f0, [], SA_RESTORER|SA_SIGINFO,
0x7fd02523f8d0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fd025236a80, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fd02523f8d0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY})
= 0
brk(0) = 0x55a50e758000
brk(0x55a50e779000) = 0x55a50e779000
statfs("/sys/fs/selinux", 0x7ffe18aa6310) = -1 ENOENT (No such file or
directory)
statfs("/selinux", 0x7ffe18aa6310) = -1 ENOENT (No such file or
directory)
open("/proc/filesystems", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f9c000
read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 269
read(3, "", 1024) = 0
close(3) = 0
munmap(0x7fd025f9c000, 4096) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1607632, ...}) = 0
mmap(NULL, 1607632, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd025e06000
close(3) = 0
open("/proc/self/stat", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7fd025f9c000
read(3, "7752 (systemctl) R 7750 7750 157"..., 1024) = 342
close(3) = 0
munmap(0x7fd025f9c000, 4096) = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
stat("/proc/1/root", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/proc/1/root", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/run/systemd/system/", {st_mode=S_IFDIR|0755, st_size=120, ...})
= 0
geteuid() = 0
open("/sys/fs/kdbus/0-system/bus", O_RDWR|O_NOCTTY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
getsockopt(3, SOL_SOCKET, SO_RCVBUF, [212992], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = 0
getsockopt(3, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
setsockopt(3, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = 0
connect(3, {sa_family=AF_LOCAL, sun_path="/run/systemd/private"}, 22) =
0
getsockopt(3, SOL_SOCKET, SO_PEERCRED, {pid=1, uid=0, gid=0}, [12]) = 0
getsockopt(3, SOL_SOCKET, SO_PEERSEC, 0x55a50e759830, 0x7ffe18aa5ec0) =
-1 ENOPROTOOPT (Protocol not available)
fstat(3, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
getsockopt(3, SOL_SOCKET, SO_ACCEPTCONN, [0], [4]) = 0
getsockname(3, {sa_family=AF_LOCAL, NULL}, [2]) = 0
geteuid() = 0
sendmsg(3, {msg_name(0)=NULL, msg_iov(3)=[{"\0AUTH EXTERNAL ", 15},
{"30", 2}, {"\r\nNEGOTIATE_UNIX_FD\r\nBEGIN\r\n", 28}],
msg_controllen=0, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 45
getsockopt(3, SOL_SOCKET, SO_PEERCRED, {pid=1, uid=0, gid=0}, [12]) = 0
stat("/proc/1/root", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fd025f8fb50) = 7774
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
pipe2([4, 5], 0) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7fd025f8fb50) = 7775
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(5) = 0
ppoll([{fd=4, events=POLLHUP}], 1, NULL, NULL, 8) = 1 ([{fd=4,
revents=POLLHUP}])
close(4) = 0
gettid() = 7752
getrandom("+\320(s~\0\34\fJ\200\211O\307\215\341h", 16, GRND_NONBLOCK) =
16
recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"OK
d1774e91c81144ef92486801e896e"..., 256}], msg_controllen=0,
msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC)
= 52
sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\4\1
\0\0\0\1\0\0\0\240\0\0\0\1\1o\0\31\0\0\0/org/fre"..., 176},
{"\r\0\0\0mysql.service\0\0\0\7\0\0\0replace\0", 32}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 208
recvmsg(3, 0x7ffe18aa4e90, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) =
-1 EAGAIN (Resource temporarily unavailable)
ppoll([{fd=3, events=POLLIN}], 1, {24, 999958000}, NULL, 8) = ?
ERESTARTNOHAND (To be restarted if no handler)
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7775,
si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
ppoll([{fd=3, events=POLLIN}], 1, {24, 999935885}, NULL, 8) = 1 ([{fd=3,
revents=POLLIN}], left {24, 999772274})
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\2\1\1&\0\0\0\1\0\0\0\17\0\0\0\5\1u\0\1\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"\10\1g\0\1o\0\0!\0\0\0/org/freedesktop/sys"..., 46}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 46
sendmsg(3, {msg_name(0)=NULL,
msg_iov(2)=[{"l\1\4\1\22\0\0\0\2\0\0\0\227\0\0\0\1\1o\0\31\0\0\0/org/fre"...,
168}, {"\r\0\0\0mysql.service\0", 18}], msg_controllen=0, msg_flags=0},
MSG_DONTWAIT|MSG_NOSIGNAL) = 186
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1H\0\0\0\2\0\0\0\206\0\0\0\1\1o\0!\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/job/87"..., 200}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 200
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\2\1\0013\0\0\0\3\0\0\0\17\0\0\0\5\1u\0\2\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"\10\1g\0\1o\0\0.\0\0\0/org/freedesktop/sys"..., 59}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 59
sendmsg(3, {msg_name(0)=NULL,
msg_iov(2)=[{"l\1\4\0019\0\0\0\3\0\0\0\240\0\0\0\1\1o\0.\0\0\0/org/fre"...,
176}, {"\35\0\0\0org.freedesktop.systemd1.Uni"..., 57}],
msg_controllen=0, msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 233
recvmsg(3, 0x7ffe18aa4dd0, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) =
-1 EAGAIN (Resource temporarily unavailable)
ppoll([{fd=3, events=POLLIN}], 1, {24, 999958000}, NULL, 8) = 1 ([{fd=3,
revents=POLLIN}], left {24, 999954537})
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\2\1\1\10\0\0\0\4\0\0\0\17\0\0\0\5\1u\0\3\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"\10\1g\0\1v\0\0\1b\0\0\0\0\0\0", 16}], msg_controllen=0,
msg_flags=MSG_CMSG_CLOEXEC}, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC)
= 16
recvmsg(3, 0x7ffe18aa4f50, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) =
-1 EAGAIN (Resource temporarily unavailable)
ppoll([{fd=3, events=POLLIN}], 1, NULL, NULL, 8) = 1 ([{fd=3,
revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1!\2\0\0\5\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 681}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 681
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1\364\2\0\0\6\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 892}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 892
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1!\2\0\0\7\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 681}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 681
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1\364\2\0\0\10\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 892}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 892
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1L\0\0\0\t\0\0\0~\0\0\0\1\1o\0\31\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1\0\0\0\0\0\0\0"..., 196}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 196
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1K\0\0\0\n\0\0\0z\0\0\0\1\1o\0\31\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1\0\0\0\0\0\0\0"..., 195}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 195
sendmsg(3, {msg_name(0)=NULL,
msg_iov(2)=[{"l\1\4\0013\0\0\0\4\0\0\0\240\0\0\0\1\1o\0.\0\0\0/org/fre"...,
176}, {" \0\0\0org.freedesktop.systemd1.Ser"..., 51}], msg_controllen=0,
msg_flags=0}, MSG_DONTWAIT|MSG_NOSIGNAL) = 227
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1L\0\0\0\v\0\0\0~\0\0\0\1\1o\0\31\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1\0\0\0\0\0\0\0"..., 196}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 196
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1!\2\0\0\f\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 681}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 681
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\4\1\1\324\2\0\0\r\0\0\0\216\0\0\0\1\1o\0.\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"/org/freedesktop/systemd1/unit/m"..., 860}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 860
recvmsg(3, 0x7ffe18aa4e30, MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) =
-1 EAGAIN (Resource temporarily unavailable)
ppoll([{fd=3, events=POLLIN}], 1, {24, 999376000}, NULL, 8) = 1 ([{fd=3,
revents=POLLIN}], left {24, 998442416})
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"l\2\1\1\20\0\0\0\16\0\0\0\17\0\0\0\5\1u\0\4\0\0\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
recvmsg(3, {msg_name(0)=NULL,
msg_iov(1)=[{"\10\1g\0\1v\0\0\1s\0\0\7\0\0\0timeout\0", 24}],
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC},
MSG_DONTWAIT|MSG_NOSIGNAL|MSG_CMSG_CLOEXEC) = 24
writev(2, [{"Job for mysql.service failed bec"..., 131}, {"\n", 1}],
2Job for mysql.service failed because a timeout was exceeded. See
"systemctl status mysql.service" and "journalctl -xe" for details.
) = 132
kill(7774, SIGTERM) = 0
kill(7774, SIGCONT) = 0
waitid(P_PID, 7774, {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7774,
si_uid=0, si_status=0, si_utime=0, si_stime=0}, WEXITED, NULL) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7774,
si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
kill(7775, SIGTERM) = 0
kill(7775, SIGCONT) = 0
waitid(P_PID, 7775, {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7775,
si_uid=0, si_status=1, si_utime=0, si_stime=0}, WEXITED, NULL) = 0
close(3) = 0
exit_group(1) = ?
+++ exited with 1 +++
now, despite the exit code 1 in this case, the mysqld server is up and
fully functional
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.113+nmu3
ii libacl1 2.2.52-2
ii libapparmor1 2.9.2-3
ii libaudit1 1:2.4.4-3+b1
ii libblkid1 2.27-3
ii libc6 2.19-22
ii libcap2 1:2.24-11
ii libcap2-bin 1:2.24-11
ii libcryptsetup4 2:1.6.6-5
ii libgcrypt20 1.6.3-2
ii libkmod2 21-1
ii liblzma5 5.1.1alpha+20120614-2.1
ii libmount1 2.27-3
ii libpam0g 1.1.8-3.1
ii libseccomp2 2.2.3-2
ii libselinux1 2.3-2+b1
ii libsystemd0 226-3
ii mount 2.27-3
ii sysv-rc 2.88dsf-59.2
ii udev 226-3
ii util-linux 2.27-3
Versions of packages systemd recommends:
ii dbus 1.10.0-3
ii libpam-systemd 226-3
Versions of packages systemd suggests:
pn systemd-container <none>
pn systemd-ui <none>
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: systemd-delta.txt
Type: text/x-diff
Size: 1266 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20151001/b4358d43/attachment-0001.diff>
-------------- next part --------------
-> Unit gpm.service:
Description: LSB: gpm sysv init script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/gpm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: gpm.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/gpm.service
Source Path: /etc/init.d/gpm
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: basic.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
After: remote-fs.target
References: graphical.target
References: basic.target
References: multi-user.target
References: systemd-journald-dev-log.socket
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: remote-fs.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gpm start
PID: 497
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/gpm stop
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-screen.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit sys-devices-pci0000:00-0000:00:03.0-net-eth0.device:
Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:03.0-net-eth0.device
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/eth0
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x1f
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
WantedBy: systemd-udevd-control.socket
WantedBy: init.scope
WantedBy: slices.target
WantedBy: systemd-udevd-kernel.socket
WantedBy: systemd-journald-audit.socket
WantedBy: user.slice
WantedBy: acpid.socket
WantedBy: systemd-journald-dev-log.socket
WantedBy: systemd-initctl.socket
WantedBy: systemd-fsckd.socket
WantedBy: syslog.socket
WantedBy: dbus.socket
WantedBy: system.slice
WantedBy: systemd-journald.socket
Before: systemd-udevd-kernel.socket
Before: user.slice
Before: systemd-initctl.socket
Before: system.slice
Before: systemd-journald.socket
Before: systemd-fsckd.socket
Before: systemd-udevd-control.socket
Before: init.scope
Before: slices.target
Before: syslog.socket
Before: systemd-journald-audit.socket
Before: systemd-journald-dev-log.socket
Before: dbus.socket
Before: acpid.socket
References: slices.target
ReferencedBy: user.slice
ReferencedBy: syslog.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: acpid.socket
ReferencedBy: init.scope
ReferencedBy: systemd-initctl.socket
ReferencedBy: slices.target
ReferencedBy: system.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Requires: -.mount
Wants: system.slice
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: -.mount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: systemd-journald.socket
References: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-modules-load.service
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-sysctl.service
Before: sys-kernel-config.mount
Before: sysinit.target
Before: sys-fs-fuse-connections.mount
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 141
Start Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Code: exited
Exit Status: 0
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service failed
ConditionPathExists: /dev/tty2 untested
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: no
Requires: basic.target
Wants: system.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: basic.target
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: sockets.target
Before: saned.service
Before: systemd-journald.service
Before: exim4.service
Before: gpm.service
Before: network-manager.service
Before: irqbalance.service
Before: apache2.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: saned.service
ReferencedBy: systemd-journald.service
ReferencedBy: exim4.service
ReferencedBy: gpm.service
ReferencedBy: network-manager.service
ReferencedBy: irqbalance.service
ReferencedBy: apache2.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit system-ifup.slice:
Description: system-ifup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-ifup.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-ifup.slice
Condition Timestamp: Thu 2015-10-01 10:11:06 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:06 IST
Assert Result: yes
Wants: system.slice
WantedBy: ifup at eth1.service
Conflicts: shutdown.target
Before: shutdown.target
Before: ifup at eth1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: ifup at eth1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit ModemManager.service:
Description: ModemManager.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ModemManager.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: ifup at eth1.service
Before: networking.service
ReferencedBy: ifup at eth1.service
ReferencedBy: networking.service
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: no
Wants: systemd-fsckd.socket
Wants: system.slice
WantedBy: local-fs.target
Before: shutdown.target
Before: local-fs.target
Before: systemd-remount-fs.service
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
References: shutdown.target
References: local-fs.target
References: systemd-fsckd.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit org.freedesktop.systemd1.busname:
Description: System and Service Manager Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.systemd1.busname
Documentation: man:systemd(1)
Documentation: http://www.freedesktop.org/wiki/Software/systemd
Fragment Path: /lib/systemd/system/org.freedesktop.systemd1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
After: sysinit.target
References: shutdown.target
References: busnames.target
References: sysinit.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.systemd1
Activating: no
Accept FD: yes
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: system.slice
References: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-machine-id-commit
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:24 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel5.target
Name: default.target
Name: graphical.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Thu 2015-10-01 10:11:24 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:24 IST
Assert Result: yes
Requires: multi-user.target
Wants: irqbalance.service
Wants: saned.service
Wants: display-manager.service
Wants: network-manager.service
Wants: virtualbox-guest-utils.service
Wants: gpm.service
Wants: exim4.service
Wants: systemd-update-utmp-runlevel.service
Wants: nfs-common.service
Wants: apache2.service
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: systemd-update-utmp-runlevel.service
After: network-manager.service
After: multi-user.target
After: display-manager.service
After: apache2.service
After: irqbalance.service
After: nfs-common.service
After: virtualbox-guest-utils.service
After: saned.service
After: rescue.service
After: gpm.service
After: rescue.target
After: exim4.service
References: rescue.target
References: shutdown.target
References: multi-user.target
References: saned.service
References: irqbalance.service
References: network-manager.service
References: display-manager.service
References: gpm.service
References: apache2.service
References: nfs-common.service
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: virtualbox-guest-utils.service
References: exim4.service
ReferencedBy: irqbalance.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: network-manager.service
ReferencedBy: nfs-common.service
ReferencedBy: apache2.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: exim4.service
ReferencedBy: gpm.service
ReferencedBy: saned.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Wants: system.slice
After: systemd-initctl.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:07 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Thu 2015-10-01 10:11:07 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:07 IST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:05.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:05.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap:
Description: /dev/disk/by-uuid/4e2e19bb-b7b3-42da-a38d-f2361cc5b390
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Following Set Member: dev-sda5.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Source Path: /etc/fstab
Condition Timestamp: Thu 2015-10-01 10:11:06 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:06 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
RequiredBy: swap.target
WantedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: -.mount
After: system.slice
After: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
After: systemd-journald.socket
References: umount.target
References: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
References: system.slice
References: -.mount
References: systemd-journald.socket
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/4e2e19bb-b7b3-42da-a38d-f2361cc5b390
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-uuid/4e2e19bb-b7b3-42da-a38d-f2361cc5b390
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sda5
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
WantedBy: systemd-networkd.service
WantedBy: networking.service
ConsistsOf: ifup at eth1.service
Conflicts: shutdown.target
Before: network-online.target
Before: mysql.service
Before: ssh.service
Before: rc-local.service
Before: systemd-resolved.service
After: networking.service
After: systemd-networkd.service
After: ifup at eth1.service
After: network-pre.target
References: shutdown.target
References: network-pre.target
ReferencedBy: network-online.target
ReferencedBy: mysql.service
ReferencedBy: networking.service
ReferencedBy: ifup at eth1.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ssh.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-sysctl.service
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-networkd.service
Before: sysinit.target
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: systemd-modules-load.service
References: shutdown.target
ReferencedBy: systemd-networkd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 151
Start Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Exit Code: exited
Exit Status: 0
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.path
Fragment Path: /lib/systemd/system/acpid.path
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: paths.target
Conflicts: shutdown.target
Before: acpid.service
Before: shutdown.target
Before: paths.target
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: acpid.service
References: sysinit.target
References: paths.target
References: -.mount
References: shutdown.target
ReferencedBy: paths.target
RequiresMountsFor: /etc/acpi/events
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
DirectoryNotEmpty: /etc/acpi/events
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: plymouth-start.service
After: systemd-journald.socket
After: systemd-vconsole-setup.service
After: systemd-ask-password-console.path
TriggeredBy: systemd-ask-password-console.path
References: system.slice
References: plymouth-start.service
References: systemd-journald.socket
References: systemd-vconsole-setup.service
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit user-1000.slice:
Description: user-1000.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:50 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: user-1000.slice
Condition Timestamp: Thu 2015-10-01 10:11:50 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:50 IST
Assert Result: yes
Wants: user.slice
WantedBy: session-5.scope
WantedBy: session-9.scope
WantedBy: user at 1000.service
WantedBy: session-10.scope
WantedBy: session-2.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: session-9.scope
Before: session-2.scope
Before: session-10.scope
Before: user at 1000.service
Before: session-5.scope
After: user.slice
References: shutdown.target
References: user.slice
ReferencedBy: session-5.scope
ReferencedBy: session-9.scope
ReferencedBy: user at 1000.service
ReferencedBy: session-10.scope
ReferencedBy: session-2.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:05.0-sound-card0.device:
Description: 82801AA AC'97 Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:07 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:05.0-sound-card0.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:05.0/sound/card0
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Wants: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Requires: systemd-journald.service
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: system.slice
After: systemd-journald.socket
After: systemd-journald.service
After: -.mount
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: system.slice
References: -.mount
References: systemd-journald.socket
References: systemd-user-sessions.service
References: systemd-tmpfiles-setup.service
References: systemd-journald.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 220
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
Before: shutdown.target
Before: systemd-udevd.service
Before: sysinit.target
After: systemd-sysusers.service
After: kmod-static-nodes.service
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
References: systemd-udevd.service
References: shutdown.target
References: sysinit.target
References: systemd-sysusers.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 148
Start Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Exit Code: exited
Exit Status: 0
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sr0.device:
Description: VBOX_CD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sr0.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
Following Set Member: dev-dvd.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-cdrom.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Requires: systemd-fsckd.socket
Wants: system.slice
Before: shutdown.target
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
TriggeredBy: systemd-fsckd.socket
References: system.slice
References: shutdown.target
References: systemd-fsckd.socket
References: systemd-journald.socket
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
-> Unit kbd.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kbd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kbd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/kbd.service
Source Path: /etc/init.d/kbd
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: console-setup.service
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: console-setup.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kbd start
PID: 217
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/kbd stop
-> Unit network-manager.service:
Description: LSB: network connection manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/network-manager.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: network-manager.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/network-manager.service
Source Path: /etc/init.d/network-manager
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: remote-fs.target
After: dbus.socket
After: basic.target
After: system.slice
After: systemd-udevd.service
References: systemd-journald-dev-log.socket
References: systemd-journald.socket
References: remote-fs.target
References: multi-user.target
References: dbus.socket
References: shutdown.target
References: basic.target
References: graphical.target
References: system.slice
References: systemd-udevd.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/network-manager start
PID: 504
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/network-manager stop
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: systemd-modules-load.service
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.device:
Description: VBOX_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda5
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target
Before: networking.service
Before: systemd-networkd.service
Before: ifup at eth1.service
Before: network.target
References: shutdown.target
ReferencedBy: networking.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ifup at eth1.service
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
References: shutdown.target
References: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount
Wants: system.slice
RequiredBy: emergency.target
Conflicts: syslog.socket
Conflicts: shutdown.target
Conflicts: rescue.service
ConflictedBy: sysinit.target
Before: shutdown.target
Before: emergency.target
Before: sysinit.target
After: -.mount
After: system.slice
References: system.slice
References: rescue.service
References: syslog.socket
References: -.mount
References: shutdown.target
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit pppd-dns.service:
Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2015-10-01 10:11:11 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
PID: 493
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: getty at tty1.service
Conflicts: shutdown.target
Before: shutdown.target
Before: getty at tty1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
Before: sockets.target
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-subsystem-net-devices-eth0.device:
Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Following Set Member: sys-devices-pci0000:00-0000:00:03.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/eth0
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: org.freedesktop.login1.busname
ConflictedBy: systemd-networkd.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: org.freedesktop.hostname1.busname
ConflictedBy: apache2.service
ConflictedBy: syslog.socket
ConflictedBy: getty-static.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: rescue.target
ConflictedBy: systemd-user-sessions.service
ConflictedBy: user-1000.slice
ConflictedBy: dbus.socket
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: systemd-localed.service
ConflictedBy: user.slice
ConflictedBy: session-5.scope
ConflictedBy: gpm.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: local-fs-pre.target
ConflictedBy: saned.service
ConflictedBy: rc-local.service
ConflictedBy: graphical.target
ConflictedBy: org.freedesktop.systemd1.busname
ConflictedBy: rpcbind.service
ConflictedBy: acpid.service
ConflictedBy: emergency.target
ConflictedBy: virtualbox-guest-utils.service
ConflictedBy: remote-fs.target
ConflictedBy: systemd-remount-fs.service
ConflictedBy: acpid.socket
ConflictedBy: atd.service
ConflictedBy: local-fs.target
ConflictedBy: rsyslog.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: busnames.target
ConflictedBy: session-10.scope
ConflictedBy: nss-user-lookup.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: paths.target
ConflictedBy: network-online.target
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: ssh.service
ConflictedBy: session-9.scope
ConflictedBy: nfs-common.service
ConflictedBy: console-kit-daemon.service
ConflictedBy: time-sync.target
ConflictedBy: dbus.service
ConflictedBy: cron.service
ConflictedBy: timers.target
ConflictedBy: networking.service
ConflictedBy: getty.target
ConflictedBy: network.target
ConflictedBy: system-getty.slice
ConflictedBy: systemd-timesyncd.service
ConflictedBy: emergency.service
ConflictedBy: basic.target
ConflictedBy: exim4.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: pppd-dns.service
ConflictedBy: org.freedesktop.locale1.busname
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: network-pre.target
ConflictedBy: multi-user.target
ConflictedBy: rpcbind.target
ConflictedBy: org.freedesktop.timedate1.busname
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: sysinit.target
ConflictedBy: nss-lookup.target
ConflictedBy: systemd-sysctl.service
ConflictedBy: network-manager.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: org.freedesktop.network1.busname
ConflictedBy: user at 1000.service
ConflictedBy: irqbalance.service
ConflictedBy: sound.target
ConflictedBy: systemd-hostnamed.service
ConflictedBy: acpid.path
ConflictedBy: org.freedesktop.resolve1.busname
ConflictedBy: rescue.service
ConflictedBy: getty at tty1.service
ConflictedBy: system-ifup.slice
ConflictedBy: systemd-logind.service
ConflictedBy: session-2.scope
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: mysql.service
ConflictedBy: sockets.target
ConflictedBy: cryptsetup.target
ConflictedBy: systemd-timedated.service
ConflictedBy: slices.target
ConflictedBy: swap.target
ConflictedBy: systemd-resolved.service
ConflictedBy: remote-fs-pre.target
After: saned.service
After: acpid.socket
After: networking.service
After: systemd-ask-password-console.service
After: systemd-hostnamed.service
After: org.freedesktop.network1.busname
After: user-1000.slice
After: apache2.service
After: systemd-tmpfiles-setup.service
After: systemd-timesyncd.service
After: org.freedesktop.resolve1.busname
After: virtualbox-guest-utils.service
After: session-10.scope
After: systemd-random-seed.service
After: systemd-ask-password-wall.path
After: console-kit-log-system-start.service
After: rpcbind.service
After: rsyslog.service
After: systemd-update-utmp.service
After: nfs-common.service
After: user.slice
After: systemd-modules-load.service
After: systemd-machine-id-commit.service
After: network-manager.service
After: getty at tty1.service
After: systemd-localed.service
After: session-5.scope
After: systemd-fsckd.service
After: systemd-resolved.service
After: atd.service
After: systemd-ask-password-wall.service
After: acpid.service
After: rescue.service
After: session-2.scope
After: systemd-user-sessions.service
After: getty-static.service
After: syslog.socket
After: systemd-binfmt.service
After: user at 1000.service
After: systemd-remount-fs.service
After: systemd-sysctl.service
After: system-ifup.slice
After: dbus.service
After: systemd-logind.service
After: exim4.service
After: org.freedesktop.timedate1.busname
After: session-9.scope
After: systemd-tmpfiles-clean.timer
After: org.freedesktop.systemd1.busname
After: systemd-networkd.service
After: acpid.path
After: irqbalance.service
After: systemd-timedated.service
After: org.freedesktop.login1.busname
After: systemd-tmpfiles-clean.service
After: cron.service
After: console-kit-daemon.service
After: mysql.service
After: org.freedesktop.locale1.busname
After: systemd-fsck-root.service
After: pppd-dns.service
After: emergency.service
After: ssh.service
After: dbus.socket
After: rc-local.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-ask-password-console.path
After: org.freedesktop.hostname1.busname
After: systemd-hwdb-update.service
After: system-getty.slice
After: gpm.service
After: systemd-update-utmp-runlevel.service
ReferencedBy: basic.target
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: acpid.socket
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: exim4.service
ReferencedBy: getty at tty1.service
ReferencedBy: emergency.service
ReferencedBy: mysql.service
ReferencedBy: session-9.scope
ReferencedBy: nss-user-lookup.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: dbus.service
ReferencedBy: network.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: busnames.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: apache2.service
ReferencedBy: systemd-resolved.service
ReferencedBy: getty-static.service
ReferencedBy: saned.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-modules-load.service
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: local-fs-pre.target
ReferencedBy: acpid.path
ReferencedBy: ssh.service
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: getty.target
ReferencedBy: systemd-timedated.service
ReferencedBy: nfs-common.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: sockets.target
ReferencedBy: nss-lookup.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: session-5.scope
ReferencedBy: multi-user.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: session-2.scope
ReferencedBy: network-online.target
ReferencedBy: sound.target
ReferencedBy: rpcbind.service
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: irqbalance.service
ReferencedBy: remote-fs.target
ReferencedBy: rescue.service
ReferencedBy: network-manager.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-logind.service
ReferencedBy: rc-local.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck-root.service
ReferencedBy: emergency.target
ReferencedBy: atd.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: network-pre.target
ReferencedBy: cron.service
ReferencedBy: gpm.service
ReferencedBy: timers.target
ReferencedBy: swap.target
ReferencedBy: systemd-hostnamed.service
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: slices.target
ReferencedBy: rpcbind.target
ReferencedBy: cryptsetup.target
ReferencedBy: session-10.scope
ReferencedBy: rsyslog.service
ReferencedBy: systemd-networkd.service
ReferencedBy: dbus.socket
ReferencedBy: acpid.service
ReferencedBy: paths.target
ReferencedBy: rescue.target
ReferencedBy: system-getty.slice
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: syslog.socket
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: systemd-localed.service
ReferencedBy: system-ifup.slice
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: remote-fs-pre.target
ReferencedBy: pppd-dns.service
ReferencedBy: user at 1000.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: user.slice
ReferencedBy: user-1000.slice
ReferencedBy: graphical.target
ReferencedBy: time-sync.target
ReferencedBy: networking.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit irqbalance.service:
Description: LSB: daemon to balance interrupts for SMP systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:12 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: irqbalance.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/irqbalance.service
Source Path: /etc/init.d/irqbalance
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: basic.target
After: remote-fs.target
After: system.slice
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
References: systemd-journald-dev-log.socket
References: basic.target
References: remote-fs.target
References: system.slice
References: multi-user.target
References: systemd-journald.socket
References: shutdown.target
References: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irqbalance start
PID: 520
Start Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Timestamp: Thu 2015-10-01 10:11:12 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/irqbalance stop
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: systemd-modules-load.service
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sda2.device:
Description: VBOX_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda2.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda2
-> Unit org.freedesktop.locale1.busname:
Description: Locale Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.locale1.busname
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/org.freedesktop.locale1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
Before: systemd-localed.service
After: sysinit.target
Triggers: systemd-localed.service
References: shutdown.target
References: busnames.target
References: systemd-localed.service
References: sysinit.target
ReferencedBy: busnames.target
ReferencedBy: systemd-localed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.locale1
Activating: yes
Accept FD: yes
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: display-manager.service
WantedBy: graphical.target
Before: graphical.target
ReferencedBy: graphical.target
-> Unit systemd-localed.service:
Description: Locale Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-localed.service
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/systemd-localed.service
Requires: -.mount
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: org.freedesktop.locale1.busname
After: -.mount
After: basic.target
After: systemd-journald.socket
TriggeredBy: org.freedesktop.locale1.busname
References: system.slice
References: -.mount
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.locale1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.locale1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
-> ExecStart:
Command Line: /lib/systemd/systemd-localed
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
Description: VBOX_CD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-sr0.device
Following Set Member: dev-cdrom.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:58 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:58 IST
Active Exit Timestamp: Thu 2015-10-01 10:11:58 IST
Inactive Enter Timestamp: Thu 2015-10-01 10:11:58 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty1.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Thu 2015-10-01 10:11:58 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:58 IST
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
After: system-getty.slice
After: plymouth-quit-wait.service
After: rc-local.service
References: getty.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: basic.target
References: system-getty.slice
References: plymouth-quit-wait.service
References: rc-local.service
References: shutdown.target
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 1332
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 1332
Start Timestamp: Thu 2015-10-01 10:11:58 IST
-> Unit org.freedesktop.network1.busname:
Description: Network Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.network1.busname
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/org.freedesktop.network1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ untested
Requires: sysinit.target
WantedBy: busnames.target
WantedBy: systemd-networkd.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-networkd.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-networkd.service
References: shutdown.target
References: systemd-networkd.service
References: busnames.target
References: sysinit.target
ReferencedBy: busnames.target
ReferencedBy: systemd-networkd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.network1
Activating: yes
Accept FD: yes
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-binfmt.service
Before: sysinit.target
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Wants: getty at tty1.service
Wants: getty-static.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty-static.service
After: getty at tty1.service
References: shutdown.target
References: getty at tty1.service
References: getty-static.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
Before: paths.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: paths.target
References: shutdown.target
References: systemd-ask-password-wall.service
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-timedated.service:
Description: Time & Date Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-timedated.service
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/systemd-timedated.service
Requires: -.mount
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: -.mount
After: basic.target
After: systemd-journald.socket
After: org.freedesktop.timedate1.busname
TriggeredBy: org.freedesktop.timedate1.busname
References: org.freedesktop.timedate1.busname
References: -.mount
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: basic.target
ReferencedBy: org.freedesktop.timedate1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.timedate1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timedated
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /lib/modules/4.1.0-2-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
References: systemd-tmpfiles-setup-dev.service
References: system.slice
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 143
Start Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Code: exited
Exit Status: 0
-> Unit dev-sda.device:
Description: VBOX_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: systemd-udevd.service
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-hwdb-update.service
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
After: system.slice
After: systemd-udevd-control.socket
References: systemd-udevd.service
References: systemd-udevd-kernel.socket
References: system.slice
References: systemd-journald.socket
References: systemd-hwdb-update.service
References: systemd-udevd-control.socket
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 218
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 235
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> Unit systemd-setup-dgram-qlen.service:
Description: Increase datagram queue length
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-setup-dgram-qlen.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-setup-dgram-qlen.service
Fragment Path: /lib/systemd/system/systemd-setup-dgram-qlen.service
ConditionPathIsReadWrite: /proc/sys/net/unix/max_dgram_qlen succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: system.slice
WantedBy: syslog.socket
Before: syslog.socket
After: system.slice
References: system.slice
References: syslog.socket
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /sbin/sysctl -w net.unix.max_dgram_qlen=512
PID: 142
Start Timestamp: Thu 2015-10-01 10:11:03 IST
Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Exit Code: exited
Exit Status: 0
-> Unit systemd-hostnamed.service:
Description: Hostname Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hostnamed.service
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/systemd-hostnamed.service
Requires: -.mount
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: -.mount
After: org.freedesktop.hostname1.busname
TriggeredBy: org.freedesktop.hostname1.busname
References: org.freedesktop.hostname1.busname
References: shutdown.target
References: system.slice
References: basic.target
References: -.mount
References: systemd-journald.socket
ReferencedBy: org.freedesktop.hostname1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.hostname1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-hostnamed
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: systemd-udevd-control.socket
Wants: systemd-initctl.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-journald.socket
Wants: acpid.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
Wants: dbus.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: dbus.socket
After: systemd-initctl.socket
After: systemd-udevd-control.socket
After: acpid.socket
After: systemd-udevd-kernel.socket
After: syslog.socket
After: systemd-journald-audit.socket
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
References: systemd-udevd-control.socket
References: systemd-initctl.socket
References: systemd-udevd-kernel.socket
References: systemd-journald.socket
References: acpid.socket
References: shutdown.target
References: systemd-journald-dev-log.socket
References: systemd-journald-audit.socket
References: dbus.socket
ReferencedBy: basic.target
ReferencedBy: dbus.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: sockets.target
Before: systemd-initctl.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: -.mount
References: sockets.target
References: systemd-initctl.service
References: -.slice
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit virtualbox-guest-utils.service:
Description: LSB: VirtualBox Linux Additions
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2015-10-01 10:11:11 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtualbox-guest-utils.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/virtualbox-guest-utils.service
Source Path: /etc/init.d/virtualbox-guest-utils
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: system.slice
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: systemd-journald.socket
References: remote-fs.target
References: multi-user.target
References: shutdown.target
References: basic.target
References: graphical.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: failed
Result: exit-code
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/virtualbox-guest-utils start
PID: 502
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 1
-> ExecStop:
Command Line: /etc/init.d/virtualbox-guest-utils stop
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46.device:
Description: VBOX_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda
-> Unit mysql.service:
Description: MySQL Community Server
Instance: n/a
Unit Load State: loaded
Unit Active State: activating
Inactive Exit Timestamp: Thu 2015-10-01 12:04:16 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:23 IST
Active Exit Timestamp: Thu 2015-10-01 11:53:39 IST
Inactive Enter Timestamp: Thu 2015-10-01 12:04:16 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/mysql.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: mysql.service
Fragment Path: /lib/systemd/system/mysql.service
Condition Timestamp: Thu 2015-10-01 12:04:16 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 12:04:16 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: exim4.service
After: network.target
After: system.slice
After: syslog.target
After: basic.target
After: systemd-journald.socket
References: network.target
References: syslog.target
References: basic.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: multi-user.target
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: start-post
Result: success
Reload Result: success
PermissionsStartOnly: yes
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Control PID: 6992
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: mysql
Group: mysql
-> ExecStartPre:
Command Line: /usr/share/mysql/mysql-systemd-start pre
PID: 6989
Start Timestamp: Thu 2015-10-01 12:04:16 IST
Exit Timestamp: Thu 2015-10-01 12:04:16 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/mysqld_safe
PID: 6991
Start Timestamp: Thu 2015-10-01 12:04:16 IST
Exit Timestamp: Thu 2015-10-01 12:04:17 IST
Exit Code: exited
Exit Status: 0
-> ExecStartPost:
Command Line: /usr/share/mysql/mysql-systemd-start post
PID: 6992
Start Timestamp: Thu 2015-10-01 12:04:16 IST
-> Job 873:
Action: mysql.service -> start
State: running
Forced: yes
Irreversible: no
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: networking.service
Before: keyboard-setup.service
ReferencedBy: networking.service
ReferencedBy: keyboard-setup.service
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Thu 2015-10-01 10:26:02 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2015-10-01 10:26:03 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Thu 2015-10-01 10:26:02 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:26:02 IST
Assert Result: yes
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: system.slice
After: time-sync.target
After: systemd-tmpfiles-clean.timer
After: systemd-journald.socket
TriggeredBy: systemd-tmpfiles-clean.timer
References: local-fs.target
References: system.slice
References: shutdown.target
References: time-sync.target
References: systemd-journald.socket
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 1369
Start Timestamp: Thu 2015-10-01 10:26:02 IST
Exit Timestamp: Thu 2015-10-01 10:26:03 IST
Exit Code: exited
Exit Status: 0
-> Unit dev-dvd.device:
Description: VBOX_CD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dvd.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
Following Set Member: dev-cdrom.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit avahi-daemon.service:
Description: avahi-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.service
Before: saned.service
ReferencedBy: saned.service
-> Unit session-5.scope:
Description: Session 5 of user iv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:41:07 IST
Active Enter Timestamp: Thu 2015-10-01 10:41:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-5.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-5.scope
DropIn Path: /run/systemd/system/session-5.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-5.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-5.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-5.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-5.scope.d/50-Slice.conf
Condition Timestamp: Thu 2015-10-01 10:41:07 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:41:07 IST
Assert Result: yes
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-logind.service
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: local-fs.target
Before: run-user-1000.mount
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup-dev.service
References: shutdown.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x1f
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: -.slice
WantedBy: user-1000.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-logind.service
Before: user-1000.slice
Before: slices.target
After: -.slice
References: shutdown.target
References: slices.target
References: -.slice
ReferencedBy: user-1000.slice
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: spamassassin.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit nfs-common.service:
Description: LSB: NFS support files common to client and server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/nfs-common.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: nfs-common.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/nfs-common.service
Source Path: /etc/init.d/nfs-common
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
Before: sysinit.target
After: system.slice
After: time-sync.target
After: rpcbind.target
After: systemd-journald.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: multi-user.target
References: graphical.target
References: rpcbind.target
References: time-sync.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/nfs-common start
PID: 488
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/nfs-common stop
-> Unit org.freedesktop.resolve1.busname:
Description: Network Name Resolution Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.resolve1.busname
Documentation: man:systemd-resolved.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
Fragment Path: /lib/systemd/system/org.freedesktop.resolve1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ untested
Requires: sysinit.target
WantedBy: busnames.target
WantedBy: systemd-resolved.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-resolved.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-resolved.service
References: shutdown.target
References: systemd-resolved.service
References: busnames.target
References: sysinit.target
ReferencedBy: busnames.target
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.resolve1
Activating: yes
Accept FD: yes
-> Unit saned.service:
Description: LSB: SANE network scanner server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/saned.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: saned.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/saned.service
Source Path: /etc/init.d/saned
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: system.slice
After: avahi-daemon.service
After: local-fs.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: dbus.socket
After: systemd-journald.socket
After: basic.target
References: system.slice
References: shutdown.target
References: avahi-daemon.service
References: local-fs.target
References: multi-user.target
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: graphical.target
References: dbus.socket
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/saned start
PID: 523
Start Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/saned stop
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-journald.service
Wants: systemd-sysctl.service
Wants: kmod-static-nodes.service
Wants: networking.service
Wants: local-fs.target
Wants: sys-kernel-debug.mount
Wants: console-setup.service
Wants: systemd-journal-flush.service
Wants: systemd-udev-trigger.service
Wants: systemd-hwdb-update.service
Wants: dev-hugepages.mount
Wants: cryptsetup.target
Wants: nfs-common.service
Wants: keyboard-setup.service
Wants: debian-fixup.service
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-udevd.service
Wants: kbd.service
Wants: sys-kernel-config.mount
Wants: systemd-random-seed.service
Wants: rpcbind.service
Wants: systemd-binfmt.service
Wants: dev-mqueue.mount
Wants: systemd-modules-load.service
Wants: sys-fs-fuse-connections.mount
Wants: systemd-ask-password-console.path
Wants: systemd-machine-id-commit.service
Wants: systemd-update-utmp.service
Wants: systemd-timesyncd.service
Wants: systemd-tmpfiles-setup.service
Wants: swap.target
RequiredBy: rescue.target
RequiredBy: org.freedesktop.login1.busname
RequiredBy: org.freedesktop.resolve1.busname
RequiredBy: acpid.path
RequiredBy: org.freedesktop.timedate1.busname
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: org.freedesktop.systemd1.busname
RequiredBy: basic.target
RequiredBy: acpid.socket
RequiredBy: org.freedesktop.hostname1.busname
RequiredBy: dbus.socket
RequiredBy: org.freedesktop.locale1.busname
RequiredBy: org.freedesktop.network1.busname
Conflicts: emergency.target
Conflicts: shutdown.target
Conflicts: emergency.service
Before: rescue.target
Before: systemd-tmpfiles-clean.timer
Before: rescue.service
Before: org.freedesktop.network1.busname
Before: org.freedesktop.login1.busname
Before: org.freedesktop.hostname1.busname
Before: acpid.path
Before: org.freedesktop.systemd1.busname
Before: acpid.socket
Before: basic.target
Before: org.freedesktop.timedate1.busname
Before: org.freedesktop.locale1.busname
Before: dbus.socket
Before: org.freedesktop.resolve1.busname
Before: console-kit-log-system-start.service
After: sys-kernel-debug.mount
After: rpcbind.service
After: systemd-random-seed.service
After: debian-fixup.service
After: systemd-machine-id-commit.service
After: sys-kernel-config.mount
After: swap.target
After: systemd-tmpfiles-setup.service
After: systemd-journald.service
After: systemd-tmpfiles-setup-dev.service
After: local-fs.target
After: emergency.target
After: systemd-hwdb-update.service
After: kmod-static-nodes.service
After: systemd-udevd.service
After: networking.service
After: kbd.service
After: systemd-sysctl.service
After: systemd-udev-trigger.service
After: systemd-binfmt.service
After: systemd-update-utmp.service
After: systemd-modules-load.service
After: nfs-common.service
After: keyboard-setup.service
After: dev-mqueue.mount
After: systemd-timesyncd.service
After: dev-hugepages.mount
After: cryptsetup.target
After: sys-fs-fuse-connections.mount
After: console-setup.service
After: proc-sys-fs-binfmt_misc.automount
After: emergency.service
References: kmod-static-nodes.service
References: systemd-random-seed.service
References: shutdown.target
References: systemd-journald.service
References: emergency.target
References: systemd-journal-flush.service
References: systemd-modules-load.service
References: sys-kernel-debug.mount
References: systemd-udev-trigger.service
References: systemd-hwdb-update.service
References: rpcbind.service
References: systemd-update-utmp.service
References: systemd-timesyncd.service
References: swap.target
References: systemd-machine-id-commit.service
References: kbd.service
References: debian-fixup.service
References: networking.service
References: dev-mqueue.mount
References: dev-hugepages.mount
References: sys-kernel-config.mount
References: systemd-binfmt.service
References: keyboard-setup.service
References: systemd-ask-password-console.path
References: emergency.service
References: systemd-udevd.service
References: nfs-common.service
References: systemd-tmpfiles-setup-dev.service
References: console-setup.service
References: proc-sys-fs-binfmt_misc.automount
References: local-fs.target
References: systemd-tmpfiles-setup.service
References: sys-fs-fuse-connections.mount
References: cryptsetup.target
References: systemd-sysctl.service
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: debian-fixup.service
ReferencedBy: keyboard-setup.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: basic.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: console-setup.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: acpid.path
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: networking.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: kbd.service
ReferencedBy: acpid.socket
ReferencedBy: rescue.target
ReferencedBy: kmod-static-nodes.service
ReferencedBy: nfs-common.service
ReferencedBy: rescue.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-sysctl.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ConflictedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
ConflictedBy: run-user-1000.mount
ConflictedBy: dev-sda5.swap
After: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
After: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
After: run-user-1000.mount
After: dev-sda5.swap
ReferencedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
ReferencedBy: run-user-1000.mount
ReferencedBy: dev-sda5.swap
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udev-trigger.service
Before: shutdown.target
Before: systemd-update-done.service
Before: sysinit.target
After: system.slice
After: systemd-remount-fs.service
After: systemd-journald.socket
References: systemd-remount-fs.service
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-update-done.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: getty at tty1.service
After: system.slice
After: systemd-journald.socket
After: basic.target
After: network-online.target
After: network.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: network-online.target
References: shutdown.target
References: network.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
PID: 525
Start Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> Unit session-2.scope:
Description: Session 2 of user iv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:50 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-2.scope
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Slice.conf
Condition Timestamp: Thu 2015-10-01 10:11:50 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:50 IST
Assert Result: yes
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-logind.service
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Thu 2015-10-01 10:11:04 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:04 IST
Assert Result: yes
Requires: -.mount
Wants: systemd-setup-dgram-qlen.service
Wants: -.slice
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: shutdown.target
Before: rsyslog.service
Before: sockets.target
After: systemd-setup-dgram-qlen.service
After: -.slice
After: -.mount
Triggers: rsyslog.service
References: sockets.target
References: -.slice
References: systemd-setup-dgram-qlen.service
References: -.mount
References: shutdown.target
References: rsyslog.service
ReferencedBy: systemd-journald.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-setup-dgram-qlen.service
ReferencedBy: emergency.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
Before: systemd-networkd.service
Before: systemd-timesyncd.service
Before: systemd-udevd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-udevd.service
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:50 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-1000.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-1000.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: local-fs-pre.target
After: systemd-journald.socket
After: -.mount
References: local-fs-pre.target
References: umount.target
References: local-fs.target
References: system.slice
References: systemd-journald.socket
References: -.mount
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=102168k,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-logind.service
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: dbus.socket
Wants: system.slice
Wants: user.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: session-9.scope
Before: session-2.scope
Before: session-10.scope
Before: session-5.scope
After: user.slice
After: nss-user-lookup.target
After: systemd-journald.socket
After: org.freedesktop.login1.busname
After: dbus.socket
After: basic.target
After: system.slice
TriggeredBy: org.freedesktop.login1.busname
References: user.slice
References: nss-user-lookup.target
References: systemd-journald.socket
References: org.freedesktop.login1.busname
References: dbus.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: session-9.scope
ReferencedBy: session-2.scope
ReferencedBy: session-10.scope
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: session-5.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 503
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 503
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Status Text: Processing requests...
-> Unit dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device:
Description: VBOX_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
BoundBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Before: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda5
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: acpid.path
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: acpid.path
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
References: shutdown.target
References: acpid.path
ReferencedBy: basic.target
ReferencedBy: acpid.path
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x10
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: -.slice
WantedBy: system-getty.slice
WantedBy: systemd-timedated.service
WantedBy: systemd-resolved.service
WantedBy: gpm.service
WantedBy: network-manager.service
WantedBy: sys-fs-fuse-connections.mount
WantedBy: slices.target
WantedBy: run-user-1000.mount
WantedBy: systemd-networkd.service
WantedBy: systemd-initctl.service
WantedBy: rc-local.service
WantedBy: -.mount
WantedBy: systemd-ask-password-wall.service
WantedBy: systemd-update-utmp-runlevel.service
WantedBy: systemd-fsck-root.service
WantedBy: nfs-common.service
WantedBy: systemd-localed.service
WantedBy: systemd-journal-flush.service
WantedBy: systemd-modules-load.service
WantedBy: dev-mqueue.mount
WantedBy: mysql.service
WantedBy: rpcbind.service
WantedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
WantedBy: sys-kernel-config.mount
WantedBy: rescue.service
WantedBy: system-ifup.slice
WantedBy: virtualbox-guest-utils.service
WantedBy: systemd-logind.service
WantedBy: systemd-timesyncd.service
WantedBy: systemd-ask-password-console.service
WantedBy: systemd-binfmt.service
WantedBy: console-setup.service
WantedBy: systemd-hwdb-update.service
WantedBy: kmod-static-nodes.service
WantedBy: dbus.service
WantedBy: apache2.service
WantedBy: systemd-udev-trigger.service
WantedBy: getty-static.service
WantedBy: console-kit-daemon.service
WantedBy: atd.service
WantedBy: kbd.service
WantedBy: saned.service
WantedBy: systemd-setup-dgram-qlen.service
WantedBy: emergency.service
WantedBy: pppd-dns.service
WantedBy: systemd-tmpfiles-setup-dev.service
WantedBy: irqbalance.service
WantedBy: systemd-remount-fs.service
WantedBy: systemd-random-seed.service
WantedBy: keyboard-setup.service
WantedBy: ssh.service
WantedBy: proc-sys-fs-binfmt_misc.mount
WantedBy: systemd-sysctl.service
WantedBy: dev-sda5.swap
WantedBy: cron.service
WantedBy: rsyslog.service
WantedBy: debian-fixup.service
WantedBy: systemd-user-sessions.service
WantedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
WantedBy: systemd-journald.service
WantedBy: console-kit-log-system-start.service
WantedBy: exim4.service
WantedBy: systemd-update-utmp.service
WantedBy: networking.service
WantedBy: systemd-hostnamed.service
WantedBy: systemd-tmpfiles-setup.service
WantedBy: systemd-tmpfiles-clean.service
WantedBy: dev-hugepages.mount
WantedBy: systemd-udevd.service
WantedBy: systemd-machine-id-commit.service
WantedBy: acpid.service
WantedBy: sys-kernel-debug.mount
WantedBy: systemd-fsckd.service
Before: cron.service
Before: systemd-ask-password-wall.service
Before: nfs-common.service
Before: getty-static.service
Before: systemd-ask-password-console.service
Before: acpid.service
Before: run-user-1000.mount
Before: systemd-update-utmp-runlevel.service
Before: systemd-machine-id-commit.service
Before: system-getty.slice
Before: systemd-timesyncd.service
Before: console-setup.service
Before: system-ifup.slice
Before: systemd-remount-fs.service
Before: dev-mqueue.mount
Before: ssh.service
Before: systemd-udevd.service
Before: systemd-hostnamed.service
Before: systemd-tmpfiles-setup-dev.service
Before: rpcbind.service
Before: gpm.service
Before: systemd-fsck-root.service
Before: sys-kernel-debug.mount
Before: systemd-journal-flush.service
Before: console-kit-daemon.service
Before: pppd-dns.service
Before: dev-sda5.swap
Before: mysql.service
Before: kmod-static-nodes.service
Before: virtualbox-guest-utils.service
Before: keyboard-setup.service
Before: apache2.service
Before: rsyslog.service
Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Before: exim4.service
Before: dbus.service
Before: saned.service
Before: systemd-udev-trigger.service
Before: systemd-localed.service
Before: systemd-sysctl.service
Before: emergency.service
Before: irqbalance.service
Before: debian-fixup.service
Before: systemd-setup-dgram-qlen.service
Before: network-manager.service
Before: networking.service
Before: systemd-networkd.service
Before: systemd-resolved.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-clean.service
Before: systemd-journald.service
Before: systemd-modules-load.service
Before: systemd-timedated.service
Before: rescue.service
Before: sys-fs-fuse-connections.mount
Before: systemd-random-seed.service
Before: rc-local.service
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
Before: kbd.service
Before: atd.service
Before: slices.target
Before: console-kit-log-system-start.service
Before: systemd-logind.service
Before: dev-hugepages.mount
Before: sys-kernel-config.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-fsckd.service
Before: systemd-hwdb-update.service
Before: systemd-initctl.service
Before: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Before: systemd-update-utmp.service
Before: -.mount
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: emergency.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: exim4.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: irqbalance.service
ReferencedBy: kbd.service
ReferencedBy: mysql.service
ReferencedBy: pppd-dns.service
ReferencedBy: system-ifup.slice
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-networkd.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: gpm.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: dbus.service
ReferencedBy: cron.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: acpid.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: networking.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-localed.service
ReferencedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
ReferencedBy: nfs-common.service
ReferencedBy: slices.target
ReferencedBy: system-getty.slice
ReferencedBy: rescue.service
ReferencedBy: systemd-setup-dgram-qlen.service
ReferencedBy: network-manager.service
ReferencedBy: systemd-udevd.service
ReferencedBy: getty-static.service
ReferencedBy: rsyslog.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: saned.service
ReferencedBy: ssh.service
ReferencedBy: rpcbind.service
ReferencedBy: dev-sda5.swap
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: atd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: apache2.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-initctl.service
ReferencedBy: debian-fixup.service
ReferencedBy: -.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit session-9.scope:
Description: Session 9 of user iv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 11:52:59 IST
Active Enter Timestamp: Thu 2015-10-01 11:52:59 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-9.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-9.scope
DropIn Path: /run/systemd/system/session-9.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-9.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-9.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-9.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-9.scope.d/50-Slice.conf
Condition Timestamp: Thu 2015-10-01 11:52:59 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 11:52:59 IST
Assert Result: yes
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-logind.service
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit org.freedesktop.login1.busname:
Description: Login Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.login1.busname
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/org.freedesktop.login1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-logind.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-logind.service
References: shutdown.target
References: systemd-logind.service
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-logind.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.login1
Activating: yes
Accept FD: yes
-> Unit dev-disk-by\x2duuid-33455e78\x2d2773\x2d4568\x2db5b0\x2d6bb988734157.device:
Description: VBOX_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-33455e78\x2d2773\x2d4568\x2db5b0\x2d6bb988734157.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart1.device
Following Set Member: dev-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd.service
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Wants: system.slice
Wants: org.freedesktop.network1.busname
Wants: network.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: systemd-resolved.service
Before: network.target
After: org.freedesktop.network1.busname
After: systemd-sysusers.service
After: systemd-sysctl.service
After: network-pre.target
After: systemd-journald.socket
After: system.slice
After: dbus.service
After: systemd-udevd.service
TriggeredBy: org.freedesktop.network1.busname
References: network.target
References: multi-user.target
References: org.freedesktop.network1.busname
References: shutdown.target
References: systemd-sysctl.service
References: systemd-sysusers.service
References: network-pre.target
References: systemd-journald.socket
References: system.slice
References: dbus.service
References: systemd-udevd.service
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-resolved.service
Before: user at 1000.service
Before: systemd-binfmt.service
Before: systemd-fsckd.service
Before: console-kit-log-system-start.service
Before: rc-local.service
Before: apache2.service
Before: ssh.service
Before: systemd-hwdb-update.service
Before: kbd.service
Before: dev-hugepages.mount
Before: cron.service
Before: systemd-random-seed.service
Before: getty-static.service
Before: exim4.service
Before: keyboard-setup.service
Before: rpcbind.service
Before: systemd-tmpfiles-setup-dev.service
Before: sockets.target
Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Before: systemd-update-utmp-runlevel.service
Before: sys-kernel-debug.mount
Before: saned.service
Before: console-setup.service
Before: sys-fs-fuse-connections.mount
Before: mysql.service
Before: sys-kernel-config.mount
Before: ifup at eth1.service
Before: run-user-1000.mount
Before: systemd-timesyncd.service
Before: console-kit-daemon.service
Before: network-manager.service
Before: systemd-udev-trigger.service
Before: systemd-timedated.service
Before: systemd-modules-load.service
Before: systemd-localed.service
Before: systemd-logind.service
Before: systemd-update-utmp.service
Before: systemd-remount-fs.service
Before: pppd-dns.service
Before: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Before: systemd-tmpfiles-setup.service
Before: systemd-machine-id-commit.service
Before: systemd-journald.service
Before: systemd-sysctl.service
Before: gpm.service
Before: systemd-ask-password-console.service
Before: getty at tty1.service
Before: systemd-journal-flush.service
Before: atd.service
Before: networking.service
Before: systemd-hostnamed.service
Before: systemd-initctl.service
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-sda5.swap
Before: systemd-tmpfiles-clean.service
Before: systemd-udevd.service
Before: dev-mqueue.mount
Before: virtualbox-guest-utils.service
Before: systemd-fsck-root.service
Before: irqbalance.service
Before: kmod-static-nodes.service
Before: systemd-user-sessions.service
Before: debian-fixup.service
Before: systemd-ask-password-wall.service
Before: dbus.service
Before: nfs-common.service
Before: systemd-networkd.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: systemd-networkd.service
ReferencedBy: dev-sda5.swap
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: ssh.service
ReferencedBy: systemd-logind.service
ReferencedBy: debian-fixup.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: cron.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: mysql.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: kbd.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: atd.service
ReferencedBy: apache2.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: ifup at eth1.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-udevd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: saned.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-localed.service
ReferencedBy: exim4.service
ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
ReferencedBy: networking.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: network-manager.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: user at 1000.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: gpm.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: sockets.target
ReferencedBy: nfs-common.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-journald.service
ReferencedBy: dbus.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: rc-local.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: getty-static.service
ReferencedBy: systemd-tmpfiles-setup.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
WantedBy: apache2.service
WantedBy: rpcbind.service
WantedBy: exim4.service
Conflicts: shutdown.target
Before: apache2.service
Before: rc-local.service
Before: rpcbind.service
Before: exim4.service
After: network.target
References: shutdown.target
References: network.target
ReferencedBy: apache2.service
ReferencedBy: rc-local.service
ReferencedBy: rpcbind.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rsyslog.service
Name: syslog.service
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Requires: syslog.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: syslog.socket
After: basic.target
TriggeredBy: syslog.socket
References: basic.target
References: system.slice
References: shutdown.target
References: syslog.socket
ReferencedBy: multi-user.target
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 505
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
PID: 505
Start Timestamp: Thu 2015-10-01 10:11:10 IST
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd succeeded
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Requires: -.mount
Wants: time-sync.target
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: time-sync.target
Before: sysinit.target
After: system.slice
After: systemd-sysusers.service
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: -.mount
References: system.slice
References: time-sync.target
References: systemd-sysusers.service
References: systemd-remount-fs.service
References: shutdown.target
References: systemd-tmpfiles-setup.service
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 272
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
PID: 272
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Status Text: Synchronized to time server 54.72.7.175:123 (2.debian.pool.ntp.org).
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Wants: system.slice
RequiredBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
RequiredBy: acpid.path
RequiredBy: rescue.service
RequiredBy: systemd-hostnamed.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-ask-password-wall.path
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: basic.target
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: emergency.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-udevd-control.socket
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-ask-password-console.path
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-random-seed.service
RequiredBy: sys-kernel-debug.mount
RequiredBy: local-fs.target
RequiredBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
RequiredBy: systemd-initctl.socket
RequiredBy: acpid.socket
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-journald.socket
RequiredBy: syslog.socket
RequiredBy: systemd-timedated.service
RequiredBy: dev-sda5.swap
RequiredBy: dbus.socket
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-timesyncd.service
RequiredBy: run-user-1000.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-localed.service
RequiredBy: systemd-fsckd.socket
RequiredBy: dev-hugepages.mount
Before: dev-sda5.swap
Before: systemd-hostnamed.service
Before: dev-mqueue.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-initctl.socket
Before: emergency.service
Before: systemd-journal-flush.service
Before: basic.target
Before: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Before: run-user-1000.mount
Before: sys-kernel-debug.mount
Before: systemd-timedated.service
Before: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Before: proc-sys-fs-binfmt_misc.automount
Before: acpid.path
Before: systemd-udevd-control.socket
Before: systemd-ask-password-console.path
Before: systemd-fsckd.socket
Before: systemd-journald-dev-log.socket
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
Before: systemd-localed.service
Before: systemd-update-utmp.service
Before: syslog.socket
Before: systemd-ask-password-wall.path
Before: systemd-update-utmp-runlevel.service
Before: rescue.service
Before: acpid.socket
Before: systemd-timesyncd.service
Before: systemd-random-seed.service
Before: dev-hugepages.mount
Before: local-fs.target
Before: dbus.socket
Before: systemd-journald.socket
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-localed.service
ReferencedBy: emergency.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: acpid.path
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dev-sda5.swap
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: syslog.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: basic.target
ReferencedBy: local-fs.target
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-timedated.service
ReferencedBy: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
ReferencedBy: systemd-fsckd.socket
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: rescue.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: dbus.socket
ReferencedBy: run-user-1000.mount
ReferencedBy: acpid.socket
ReferencedBy: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: sys-fs-fuse-connections.mount
RequiresMountsFor: /dev/disk/by-uuid/33455e78-2773-4568-b5b0-6bb988734157
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /
What: /dev/sda1
File System Type: ext4
Options: rw,relatime,errors=remount-ro,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device:
Description: VBOX_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda5
-> Unit console-kit-log-system-start.service:
Description: Console System Startup Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-log-system-start.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-log-system-start.service
Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: system.slice
WantedBy: basic.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-start
PID: 492
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: networking.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/networking.service
Source Path: /etc/init.d/networking
DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
DropIn Path: /lib/systemd/system/networking.service.d/systemd.conf
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: system.slice
Wants: network.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: network.target
Before: shutdown.target
Before: ifup at eth1.service
Before: sysinit.target
After: systemd-random-seed.service
After: apparmor.service
After: system.slice
After: mountkernfs.service
After: network-pre.target
After: systemd-journald.socket
After: local-fs.target
References: shutdown.target
References: systemd-random-seed.service
References: apparmor.service
References: system.slice
References: mountkernfs.service
References: network-pre.target
References: systemd-journald.socket
References: network.target
References: sysinit.target
References: local-fs.target
ReferencedBy: ifup at eth1.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/networking start
PID: 246
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
-> Unit dev-sda5.device:
Description: VBOX_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda5.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda5
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device:
Description: VBOX_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda2
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Thu 2015-10-01 10:11:06 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:06 IST
Assert Result: yes
Requires: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
References: shutdown.target
References: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:08.0-net-eth1.device:
Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:08.0-net-eth1.device
Following Set Member: sys-subsystem-net-devices-eth1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.0/net/eth1
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-user-sessions.service
Before: virtualbox-guest-utils.service
Before: saned.service
Before: gpm.service
Before: exim4.service
Before: console-setup.service
Before: kbd.service
Before: network-manager.service
Before: irqbalance.service
Before: apache2.service
After: remote-fs-pre.target
After: local-fs.target
References: shutdown.target
References: remote-fs-pre.target
References: local-fs.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: saned.service
ReferencedBy: multi-user.target
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: console-setup.service
ReferencedBy: kbd.service
ReferencedBy: network-manager.service
ReferencedBy: irqbalance.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target
Before: apache2.service
Before: exim4.service
References: shutdown.target
ReferencedBy: apache2.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: console-kit-daemon.service
Before: mysql.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: mysql.service
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rpcbind.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Source Path: /etc/insserv.conf.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-rpcbind-$portmap.conf
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: rpcbind.service
WantedBy: rpcbind.service
Conflicts: shutdown.target
Before: nfs-common.service
After: rpcbind.service
References: shutdown.target
References: rpcbind.service
ReferencedBy: nfs-common.service
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: udev.service
Name: systemd-udevd.service
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2015-10-01 10:11:04 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:04 IST
Assert Result: yes
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
Wants: system.slice
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: sysinit.target
Before: keyboard-setup.service
Before: systemd-networkd.service
Before: network-manager.service
After: systemd-sysusers.service
After: system.slice
After: systemd-udevd-control.socket
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-sysusers.service
References: system.slice
References: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: keyboard-setup.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: network-manager.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 161
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 161
Start Timestamp: Thu 2015-10-01 10:11:04 IST
Status Text: Processing...
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service
Requires: sysinit.target
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
Before: graphical.target
After: rescue.service
After: sysinit.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit keyboard-setup.service:
Description: LSB: Set preliminary keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: keyboard-setup.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/keyboard-setup.service
Source Path: /etc/init.d/keyboard-setup
Condition Timestamp: Thu 2015-10-01 10:11:04 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:04 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-remount-fs.service
Before: sysinit.target
After: system.slice
After: mountkernfs.service
After: systemd-journald.socket
After: keymap.service
After: systemd-udevd.service
References: system.slice
References: mountkernfs.service
References: systemd-journald.socket
References: keymap.service
References: systemd-remount-fs.service
References: sysinit.target
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keyboard-setup start
PID: 165
Start Timestamp: Thu 2015-10-01 10:11:04 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/keyboard-setup reload
-> ExecStop:
Command Line: /etc/init.d/keyboard-setup stop
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-wall.path
After: basic.target
After: system.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
TriggeredBy: systemd-ask-password-wall.path
References: shutdown.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: systemd-user-sessions.service
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: shutdown.target
References: emergency.service
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:24 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel2.target
Name: runlevel4.target
Name: multi-user.target
Name: runlevel3.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Thu 2015-10-01 10:11:24 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:24 IST
Assert Result: yes
Requires: basic.target
Wants: remote-fs.target
Wants: ModemManager.service
Wants: atd.service
Wants: rsyslog.service
Wants: dbus.service
Wants: systemd-update-utmp-runlevel.service
Wants: systemd-ask-password-wall.path
Wants: systemd-logind.service
Wants: mysql.service
Wants: gpm.service
Wants: irqbalance.service
Wants: cron.service
Wants: nfs-common.service
Wants: NetworkManager.service
Wants: systemd-user-sessions.service
Wants: pppd-dns.service
Wants: saned.service
Wants: ssh.service
Wants: virtualbox-guest-utils.service
Wants: rc-local.service
Wants: getty.target
Wants: exim4.service
Wants: network-manager.service
Wants: apache2.service
RequiredBy: graphical.target
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: dbus.service
After: systemd-networkd.service
After: nfs-common.service
After: rc-local.service
After: atd.service
After: rescue.target
After: network-manager.service
After: getty.target
After: systemd-logind.service
After: saned.service
After: pppd-dns.service
After: irqbalance.service
After: basic.target
After: gpm.service
After: ssh.service
After: rescue.service
After: virtualbox-guest-utils.service
After: cron.service
After: exim4.service
After: mysql.service
After: rsyslog.service
After: systemd-user-sessions.service
After: apache2.service
References: systemd-logind.service
References: rescue.target
References: atd.service
References: NetworkManager.service
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: systemd-ask-password-wall.path
References: basic.target
References: gpm.service
References: rc-local.service
References: saned.service
References: apache2.service
References: nfs-common.service
References: mysql.service
References: getty.target
References: exim4.service
References: pppd-dns.service
References: shutdown.target
References: ssh.service
References: dbus.service
References: cron.service
References: virtualbox-guest-utils.service
References: rsyslog.service
References: remote-fs.target
References: ModemManager.service
References: network-manager.service
References: irqbalance.service
References: systemd-user-sessions.service
ReferencedBy: systemd-networkd.service
ReferencedBy: nfs-common.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: gpm.service
ReferencedBy: graphical.target
ReferencedBy: irqbalance.service
ReferencedBy: apache2.service
ReferencedBy: network-manager.service
ReferencedBy: exim4.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: saned.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
ReferencedBy: getty at tty1.service
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
WantedBy: remote-fs.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart2.device:
Description: VBOX_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda2
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.slice
References: -.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sda5.swap:
Description: /dev/sda5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-sda5.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-sda5.swap
Following: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Following Set Member: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: umount.target
References: systemd-journald.socket
References: -.mount
RequiresMountsFor: /dev/sda5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/sda5
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap:
Description: /dev/disk/by-id/ata-VBOX_HARDDISK_VB63ce8325-c3495c46-part5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart5.swap
Following: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Following Set Member: dev-disk-by\x2duuid-4e2e19bb\x2db7b3\x2d42da\x2da38d\x2df2361cc5b390.swap
Following Set Member: dev-sda5.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: umount.target
References: systemd-journald.socket
References: -.mount
RequiresMountsFor: /dev/disk/by-id/ata-VBOX_HARDDISK_VB63ce8325-c3495c46-part5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/ata-VBOX_HARDDISK_VB63ce8325-c3495c46-part5
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda5
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-cdrom.device:
Description: VBOX_CD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-cdrom.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-sr0.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:24 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: exim4.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Thu 2015-10-01 10:11:24 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:24 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald.socket
After: greylist.service
After: remote-fs.target
After: postgresql.service
After: basic.target
After: time-sync.target
After: nss-lookup.target
After: clamav-daemon.service
After: system.slice
After: mysql.service
After: systemd-journald-dev-log.socket
After: network-online.target
After: spamassassin.service
References: postgresql.service
References: network-online.target
References: nss-lookup.target
References: basic.target
References: graphical.target
References: spamassassin.service
References: remote-fs.target
References: time-sync.target
References: greylist.service
References: clamav-daemon.service
References: systemd-journald-dev-log.socket
References: system.slice
References: mysql.service
References: systemd-journald.socket
References: multi-user.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/exim4 start
PID: 957
Start Timestamp: Thu 2015-10-01 10:11:24 IST
Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit console-setup.service:
Description: LSB: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-setup.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/console-setup.service
Source Path: /etc/init.d/console-setup
Condition Timestamp: Thu 2015-10-01 10:11:06 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:06 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: kbd.service
After: system.slice
After: remote-fs.target
After: systemd-journald.socket
After: console-screen.service
References: kbd.service
References: system.slice
References: remote-fs.target
References: sysinit.target
References: systemd-journald.socket
References: console-screen.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/console-setup start
PID: 289
Start Timestamp: Thu 2015-10-01 10:11:06 IST
Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/console-setup reload
-> ExecStop:
Command Line: /etc/init.d/console-setup stop
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-ask-password-console.service
Before: shutdown.target
Before: paths.target
After: plymouth-start.service
After: -.mount
Triggers: systemd-ask-password-console.service
References: systemd-ask-password-console.service
References: plymouth-start.service
References: paths.target
References: -.mount
References: shutdown.target
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device:
Description: VBOX_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-33455e78\x2d2773\x2d4568\x2db5b0\x2d6bb988734157.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
-> Unit NetworkManager.service:
Description: NetworkManager.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: NetworkManager.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-resolved.service
Documentation: man:systemd-resolved.service(8)
Fragment Path: /lib/systemd/system/systemd-resolved.service
Requires: basic.target
Wants: org.freedesktop.resolve1.busname
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: network.target
After: org.freedesktop.resolve1.busname
After: systemd-journald.socket
After: systemd-networkd.service
After: system.slice
After: basic.target
TriggeredBy: org.freedesktop.resolve1.busname
References: network.target
References: org.freedesktop.resolve1.busname
References: shutdown.target
References: systemd-journald.socket
References: systemd-networkd.service
References: system.slice
References: basic.target
ReferencedBy: org.freedesktop.resolve1.busname
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: timers.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: sysinit.target
References: shutdown.target
References: systemd-tmpfiles-clean.service
References: timers.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 500
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/cron
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 500
Start Timestamp: Thu 2015-10-01 10:11:10 IST
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.socket
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: -.slice
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: acpid.service
Before: shutdown.target
Before: sockets.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: acpid.service
References: -.slice
References: -.mount
References: shutdown.target
References: acpid.service
References: sockets.target
References: sysinit.target
ReferencedBy: acpid.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /run/acpid.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: user.slice
After: -.slice
After: system.slice
References: shutdown.target
References: -.slice
References: system.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
ReferencedBy: -.slice
ReferencedBy: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit org.freedesktop.hostname1.busname:
Description: Hostname Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.hostname1.busname
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/org.freedesktop.hostname1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: systemd-hostnamed.service
Before: shutdown.target
Before: busnames.target
After: sysinit.target
Triggers: systemd-hostnamed.service
References: systemd-hostnamed.service
References: shutdown.target
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-hostnamed.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.hostname1
Activating: yes
Accept FD: yes
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Before: systemd-ask-password-console.service
Before: systemd-ask-password-console.path
Before: rescue.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: rescue.service
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: system.slice
After: systemd-journald.socket
After: basic.target
After: auditd.service
References: network.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: auditd.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 495
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/ssh
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 495
Start Timestamp: Thu 2015-10-01 10:11:10 IST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit console-kit-daemon.service:
Description: Console Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:32 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:32 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-daemon.service
Fragment Path: /lib/systemd/system/console-kit-daemon.service
Condition Timestamp: Thu 2015-10-01 10:11:32 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:32 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: org.freedesktop.ConsoleKit.busname
After: syslog.target
After: basic.target
After: systemd-journald.socket
References: syslog.target
References: shutdown.target
References: basic.target
References: org.freedesktop.ConsoleKit.busname
References: system.slice
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1220
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ConsoleKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/console-kit-daemon --no-daemon
PID: 1220
Start Timestamp: Thu 2015-10-01 10:11:32 IST
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/acpid.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: acpid.socket
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: acpid.path
After: acpid.socket
After: basic.target
TriggeredBy: acpid.path
TriggeredBy: acpid.socket
References: system.slice
References: shutdown.target
References: acpid.socket
References: basic.target
ReferencedBy: acpid.path
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 496
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: /etc/default/acpid
LimitNOFILE: 4096
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
PID: 496
Start Timestamp: Thu 2015-10-01 10:11:10 IST
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit rpcbind.service:
Description: LSB: RPC portmapper replacement
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rpcbind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rpcbind.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/rpcbind.service
Source Path: /etc/init.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.service.d/50-rpcbind-$portmap.conf
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: system.slice
Wants: rpcbind.target
Wants: network-online.target
RequiredBy: rpcbind.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: rpcbind.target
Before: sysinit.target
After: system.slice
After: local-fs.target
After: systemd-journald.socket
After: network-online.target
References: shutdown.target
References: system.slice
References: network-online.target
References: systemd-journald.socket
References: rpcbind.target
References: sysinit.target
References: local-fs.target
ReferencedBy: rpcbind.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/rpcbind start
PID: 482
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/rpcbind stop
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: shutdown.target
Before: sysinit.target
After: auditd.service
After: systemd-tmpfiles-setup.service
After: system.slice
After: -.mount
After: systemd-journald.socket
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: auditd.service
References: systemd-tmpfiles-setup.service
References: system.slice
References: shutdown.target
References: -.mount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 271
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
References: system.slice
References: proc-sys-fs-binfmt_misc.automount
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Requires: -.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: saned.service
Before: rpcbind.service
Before: ifup at eth1.service
Before: systemd-tmpfiles-setup.service
Before: apache2.service
Before: remote-fs.target
Before: networking.service
Before: systemd-machine-id-commit.service
Before: sysinit.target
After: run-user-1000.mount
After: -.mount
After: systemd-fsck-root.service
After: local-fs-pre.target
After: systemd-remount-fs.service
OnFailure: emergency.target
References: shutdown.target
References: emergency.target
References: local-fs-pre.target
References: systemd-remount-fs.service
References: systemd-fsck-root.service
References: -.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: -.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: rpcbind.service
ReferencedBy: networking.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: remote-fs.target
ReferencedBy: run-user-1000.mount
ReferencedBy: sysinit.target
ReferencedBy: saned.service
ReferencedBy: ifup at eth1.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2015-10-01 10:11:24 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Thu 2015-10-01 10:11:24 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:24 IST
Assert Result: yes
Requires: -.mount
Requisite: systemd-update-utmp.service
Wants: system.slice
WantedBy: rescue.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: multi-user.target
After: system.slice
After: systemd-update-utmp.service
After: -.mount
After: rescue.target
After: graphical.target
References: systemd-journald.socket
References: multi-user.target
References: shutdown.target
References: system.slice
References: systemd-update-utmp.service
References: -.mount
References: rescue.target
References: graphical.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 1208
Start Timestamp: Thu 2015-10-01 10:11:24 IST
Exit Timestamp: Thu 2015-10-01 10:11:24 IST
Exit Code: exited
Exit Status: 0
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: urandom.service
Name: systemd-random-seed.service
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: networking.service
After: -.mount
After: system.slice
After: systemd-remount-fs.service
After: systemd-journald.socket
References: shutdown.target
References: -.mount
References: system.slice
References: systemd-journald.socket
References: systemd-remount-fs.service
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: networking.service
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 219
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart1.device:
Description: VBOX_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2duuid-33455e78\x2d2773\x2d4568\x2db5b0\x2d6bb988734157.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
-> Unit org.freedesktop.ConsoleKit.busname:
Description: org.freedesktop.ConsoleKit.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.ConsoleKit.busname
Before: console-kit-daemon.service
ReferencedBy: console-kit-daemon.service
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit sys-subsystem-net-devices-eth1.device:
Description: 82540EM Gigabit Ethernet Controller (PRO/1000 MT Desktop Adapter)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth1.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.0-net-eth1.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2015-10-01 10:11:06 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:06 IST
Assert Result: yes
BoundBy: ifup at eth1.service
ReferencedBy: ifup at eth1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.0/net/eth1
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:03 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsck-root.service
Before: systemd-fsckd.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: -.mount
References: systemd-fsckd.service
References: -.slice
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsckd.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: greylist.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-5.scope
Before: session-9.scope
Before: systemd-ask-password-wall.service
Before: session-10.scope
Before: getty at tty1.service
Before: session-2.scope
Before: user at 1000.service
Before: shutdown.target
Before: multi-user.target
After: nss-user-lookup.target
After: system.slice
After: systemd-journald.socket
After: basic.target
After: remote-fs.target
After: systemd-journal-flush.service
References: nss-user-lookup.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: remote-fs.target
References: shutdown.target
ReferencedBy: session-9.scope
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: session-10.scope
ReferencedBy: getty at tty1.service
ReferencedBy: session-2.scope
ReferencedBy: user at 1000.service
ReferencedBy: multi-user.target
ReferencedBy: session-5.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 501
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: basic.target
Requires: dbus.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: systemd-networkd.service
After: basic.target
After: system.slice
After: systemd-journald.socket
After: dbus.socket
TriggeredBy: dbus.socket
References: system.slice
References: shutdown.target
References: dbus.socket
References: basic.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
ReferencedBy: systemd-networkd.service
ReferencedBy: dbus.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 506
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
PID: 506
Start Timestamp: Thu 2015-10-01 10:11:10 IST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: paths.target
Wants: timers.target
Wants: sockets.target
Wants: console-kit-log-system-start.service
Wants: slices.target
RequiredBy: acpid.service
RequiredBy: multi-user.target
RequiredBy: gpm.service
RequiredBy: irqbalance.service
RequiredBy: cron.service
RequiredBy: getty-static.service
RequiredBy: dbus.service
RequiredBy: saned.service
RequiredBy: systemd-hostnamed.service
RequiredBy: virtualbox-guest-utils.service
RequiredBy: pppd-dns.service
RequiredBy: systemd-timedated.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: rsyslog.service
RequiredBy: user at 1000.service
RequiredBy: console-kit-daemon.service
RequiredBy: network-manager.service
RequiredBy: systemd-resolved.service
RequiredBy: apache2.service
RequiredBy: systemd-logind.service
RequiredBy: systemd-localed.service
RequiredBy: systemd-user-sessions.service
RequiredBy: exim4.service
RequiredBy: rc-local.service
RequiredBy: atd.service
RequiredBy: mysql.service
RequiredBy: getty at tty1.service
RequiredBy: ssh.service
Conflicts: shutdown.target
Before: systemd-ask-password-wall.service
Before: rc-local.service
Before: apache2.service
Before: saned.service
Before: atd.service
Before: mysql.service
Before: irqbalance.service
Before: user at 1000.service
Before: dbus.service
Before: multi-user.target
Before: rsyslog.service
Before: network-manager.service
Before: systemd-logind.service
Before: systemd-resolved.service
Before: systemd-hostnamed.service
Before: virtualbox-guest-utils.service
Before: systemd-user-sessions.service
Before: systemd-timedated.service
Before: systemd-localed.service
Before: cron.service
Before: console-kit-daemon.service
Before: exim4.service
Before: getty at tty1.service
Before: gpm.service
Before: acpid.service
Before: ssh.service
Before: pppd-dns.service
Before: getty-static.service
After: sockets.target
After: sysinit.target
After: paths.target
After: -.mount
After: slices.target
References: paths.target
References: timers.target
References: shutdown.target
References: -.mount
References: slices.target
References: sysinit.target
References: console-kit-log-system-start.service
References: sockets.target
ReferencedBy: acpid.service
ReferencedBy: multi-user.target
ReferencedBy: atd.service
ReferencedBy: rsyslog.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: user at 1000.service
ReferencedBy: network-manager.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-logind.service
ReferencedBy: pppd-dns.service
ReferencedBy: virtualbox-guest-utils.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: dbus.service
ReferencedBy: systemd-localed.service
ReferencedBy: apache2.service
ReferencedBy: mysql.service
ReferencedBy: saned.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-resolved.service
ReferencedBy: ssh.service
ReferencedBy: exim4.service
ReferencedBy: gpm.service
ReferencedBy: rc-local.service
ReferencedBy: cron.service
ReferencedBy: getty-static.service
ReferencedBy: getty at tty1.service
RequiresMountsFor: /var /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit keymap.service:
Description: keymap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: keymap.service
Before: keyboard-setup.service
ReferencedBy: keyboard-setup.service
-> Unit sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device:
Description: VBOX_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda
-> Unit dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device:
Description: VBOX_CD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:06 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dVBOX_CD\x2dROM_VB2\x2d01700376.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-sr0.device
Following Set Member: dev-cdrom.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-timesyncd.service
Before: systemd-update-utmp.service
After: local-fs.target
After: system.slice
After: systemd-journald.socket
After: systemd-journal-flush.service
After: systemd-sysusers.service
References: systemd-sysusers.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: local-fs.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 256
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: -.mount
Wants: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
ConflictedBy: emergency.service
Before: rescue.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: system.slice
After: plymouth-start.service
After: -.mount
After: sysinit.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: -.mount
References: plymouth-start.service
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: -.slice
RequiredBy: dbus.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: sockets.target
Before: saned.service
Before: shutdown.target
Before: network-manager.service
Before: dbus.service
After: sysinit.target
After: -.slice
After: -.mount
Triggers: dbus.service
References: -.slice
References: -.mount
References: shutdown.target
References: dbus.service
References: sockets.target
References: sysinit.target
ReferencedBy: sockets.target
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
ReferencedBy: saned.service
ReferencedBy: network-manager.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit org.freedesktop.timedate1.busname:
Description: Time & Date Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.timedate1.busname
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/org.freedesktop.timedate1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
Before: systemd-timedated.service
After: sysinit.target
Triggers: systemd-timedated.service
References: sysinit.target
References: shutdown.target
References: busnames.target
References: systemd-timedated.service
ReferencedBy: busnames.target
ReferencedBy: systemd-timedated.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.timedate1
Activating: yes
Accept FD: yes
-> Unit apache2.service:
Description: LSB: Apache2 web server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:23 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/apache2.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: apache2.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apache2.service
Source Path: /etc/init.d/apache2
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald.socket
After: local-fs.target
After: system.slice
After: network-online.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: basic.target
After: nss-lookup.target
References: systemd-journald.socket
References: local-fs.target
References: multi-user.target
References: shutdown.target
References: system.slice
References: network-online.target
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: basic.target
References: nss-lookup.target
References: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/apache2 start
PID: 524
Start Timestamp: Thu 2015-10-01 10:11:11 IST
Exit Timestamp: Thu 2015-10-01 10:11:23 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/apache2 reload
-> ExecStop:
Command Line: /etc/init.d/apache2 stop
-> Unit dev-sda1.device:
Description: VBOX_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda1.device
Following: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:0d.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dVBOX_HARDDISK_VB63ce8325\x2dc3495c46\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-33455e78\x2d2773\x2d4568\x2db5b0\x2d6bb988734157.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
-> Unit busnames.target:
Description: Bus Names
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: busnames.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/busnames.target
Wants: org.freedesktop.login1.busname
Wants: org.freedesktop.hostname1.busname
Wants: org.freedesktop.timedate1.busname
Wants: org.freedesktop.systemd1.busname
Wants: org.freedesktop.locale1.busname
Wants: org.freedesktop.resolve1.busname
Wants: org.freedesktop.network1.busname
Conflicts: shutdown.target
After: org.freedesktop.locale1.busname
After: org.freedesktop.network1.busname
After: org.freedesktop.resolve1.busname
After: org.freedesktop.hostname1.busname
After: org.freedesktop.timedate1.busname
After: org.freedesktop.login1.busname
After: org.freedesktop.systemd1.busname
References: org.freedesktop.login1.busname
References: org.freedesktop.hostname1.busname
References: shutdown.target
References: org.freedesktop.timedate1.busname
References: org.freedesktop.systemd1.busname
References: org.freedesktop.locale1.busname
References: org.freedesktop.resolve1.busname
References: org.freedesktop.network1.busname
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: org.freedesktop.systemd1.busname
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Documentation: man:systemd-remount-fs.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
Wants: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: debian-fixup.service
Before: systemd-journal-flush.service
Before: systemd-timesyncd.service
Before: systemd-random-seed.service
Before: systemd-hwdb-update.service
Before: systemd-update-utmp.service
Before: local-fs-pre.target
Before: shutdown.target
Before: local-fs.target
After: keyboard-setup.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: local-fs.target
References: system.slice
References: local-fs-pre.target
References: systemd-journald.socket
References: systemd-fsck-root.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 213
Start Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Exit Code: exited
Exit Status: 0
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:11 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:11 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: atd.service
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Thu 2015-10-01 10:11:11 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:11 IST
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 522
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 522
Start Timestamp: Thu 2015-10-01 10:11:11 IST
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:04 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journald.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Thu 2015-10-01 10:11:04 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:04 IST
Assert Result: yes
Requires: systemd-journald.socket
Wants: system.slice
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: systemd-journald-audit.socket
After: system.slice
After: syslog.socket
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
References: systemd-journald-audit.socket
References: sysinit.target
References: system.slice
References: syslog.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-journald-audit.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: ready
Main PID: 159
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 159
Start Timestamp: Thu 2015-10-01 10:11:04 IST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 0
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:50 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 1000.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2015-10-01 10:11:50 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:50 IST
Assert Result: yes
Requires: basic.target
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: user-1000.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
References: basic.target
References: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1306
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1306
Start Timestamp: Thu 2015-10-01 10:11:50 IST
Status Text: Startup finished in 9ms.
-> Unit ifup at eth1.service:
Description: ifup for eth1
Instance: eth1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:10 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-ifup.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ifup at eth1.service
Fragment Path: /lib/systemd/system/ifup at .service
ConditionPathIsDirectory: /run/network succeeded
Condition Timestamp: Thu 2015-10-01 10:11:10 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:10 IST
Assert Result: yes
Wants: system-ifup.slice
BindsTo: sys-subsystem-net-devices-eth1.device
PartOf: network.target
Before: network.target
After: local-fs.target
After: network-pre.target
After: system-ifup.slice
After: systemd-journald.socket
After: networking.service
After: apparmor.service
References: local-fs.target
References: network-pre.target
References: system-ifup.slice
References: network.target
References: systemd-journald.socket
References: networking.service
References: apparmor.service
References: sys-subsystem-net-devices-eth1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/sh -ec 'ifup --allow=hotplug %I; ifquery --state %I'
PID: 481
Start Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Timestamp: Thu 2015-10-01 10:11:10 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown %I
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:05 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:05 IST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: nfs-common.service
Before: systemd-tmpfiles-clean.service
Before: exim4.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: nfs-common.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 10:11:03 IST
Active Enter Timestamp: Thu 2015-10-01 10:11:04 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-mqueue.mount
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Thu 2015-10-01 10:11:03 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 10:11:03 IST
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit debian-fixup.service:
Description: Ensure /etc/mtab is a symlink to /proc/mounts
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: debian-fixup.service
Fragment Path: /lib/systemd/system/debian-fixup.service
ConditionPathIsSymbolicLink: |!/etc/mtab failed
Condition Timestamp: Thu 2015-10-01 10:11:05 IST
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-remount-fs.service
After: systemd-journald.socket
References: sysinit.target
References: system.slice
References: systemd-remount-fs.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/ln -sf /proc/mounts /etc/mtab
-> Unit session-10.scope:
Description: Session 10 of user iv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Thu 2015-10-01 11:57:47 IST
Active Enter Timestamp: Thu 2015-10-01 11:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-10.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-10.scope
DropIn Path: /run/systemd/system/session-10.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-10.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-10.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-10.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-10.scope.d/50-Slice.conf
Condition Timestamp: Thu 2015-10-01 11:57:47 IST
Condition Result: yes
Assert Timestamp: Thu 2015-10-01 11:57:47 IST
Assert Result: yes
Wants: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-logind.service
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Job 873:
Action: mysql.service -> start
State: running
Forced: yes
Irreversible: no
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/cgproxy.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgproxy.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/mysql.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cgmanager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgmanager.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/mysql.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/mysql.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=33455e78-2773-4568-b5b0-6bb988734157 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4e2e19bb-b7b3-42da-a38d-f2361cc5b390 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
More information about the Pkg-systemd-maintainers
mailing list