Ubuntu Pastebin

Paste from mon at Mon, 13 Feb 2017 13:28:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
root@irc:/etc# systemctl status networking.service
â networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
  Drop-In: /run/systemd/generator/networking.service.d
           ââ50-insserv.conf-$network.conf
   Active: failed (Result: exit-code) since Mon 2017-02-13 08:22:53 EST; 5min ago
     Docs: man:interfaces(5)
  Process: 24965 ExecStop=/sbin/ifdown -a --read-environment --exclude=lo (code=exited, status=0/SUCCESS)
  Process: 27978 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  Process: 27973 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-envi
 Main PID: 27978 (code=exited, status=1/FAILURE)

Feb 13 08:22:53 irc systemd[1]: Stopped Raise network interfaces.
Feb 13 08:22:53 irc systemd[1]: Starting Raise network interfaces...
Feb 13 08:22:53 irc ifup[27978]: SIOCADDRT: File exists
Feb 13 08:22:53 irc ifup[27978]: Failed to bring up venet0.
Feb 13 08:22:53 irc systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Feb 13 08:22:53 irc systemd[1]: Failed to start Raise network interfaces.
Feb 13 08:22:53 irc systemd[1]: networking.service: Unit entered failed state.
Feb 13 08:22:53 irc systemd[1]: networking.service: Failed with result 'exit-code'.
lines 1-19/19 (END)...skipping...
â networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
  Drop-In: /run/systemd/generator/networking.service.d
           ââ50-insserv.conf-$network.conf
   Active: failed (Result: exit-code) since Mon 2017-02-13 08:22:53 EST; 5min ago
     Docs: man:interfaces(5)
  Process: 24965 ExecStop=/sbin/ifdown -a --read-environment --exclude=lo (code=exited, status=0/SUCCESS)
  Process: 27978 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  Process: 27973 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle
 Main PID: 27978 (code=exited, status=1/FAILURE)

Feb 13 08:22:53 irc systemd[1]: Stopped Raise network interfaces.
Feb 13 08:22:53 irc systemd[1]: Starting Raise network interfaces...
Feb 13 08:22:53 irc ifup[27978]: SIOCADDRT: File exists
Feb 13 08:22:53 irc ifup[27978]: Failed to bring up venet0.
Feb 13 08:22:53 irc systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Feb 13 08:22:53 irc systemd[1]: Failed to start Raise network interfaces.
Feb 13 08:22:53 irc systemd[1]: networking.service: Unit entered failed state.
Feb 13 08:22:53 irc systemd[1]: networking.service: Failed with result 'exit-code'.
~
Download as text