Ubuntu Pastebin

Paste from stgraber at Thu, 24 Nov 2016 17:17:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
root@castiana:~# systemctl status systemd-resolved
Warning: systemd-resolved.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● systemd-resolved.service
   Loaded: masked (/dev/null; bad)
   Active: inactive (dead)
root@castiana:~# ps aux | grep resolv
systemd+ 12867  0.0  0.0  47608  3540 ?        Ss   12:16   0:00 /lib/systemd/systemd-resolved
root     13037  0.0  0.0  21300   936 pts/15   S+   12:17   0:00 grep --color=auto resolv
root@castiana:~# kill -9 12867
root@castiana:~# ps aux | grep resolv
systemd+ 13062  3.0  0.0  47608  3504 ?        Ss   12:17   0:00 /lib/systemd/systemd-resolved
root     13097  0.0  0.0  21300  1020 pts/15   S+   12:17   0:00 grep --color=auto resolv
root@castiana:~# systemctl daemon-reload
root@castiana:~# systemctl status systemd-resolved
Warning: systemd-resolved.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● systemd-resolved.service
   Loaded: masked (/dev/null; bad)
   Active: inactive (dead)
root@castiana:~#
Download as text