Ubuntu Pastebin

Paste from kjackal at Wed, 12 Jul 2017 11:03:31 +0000

Download as text
1
2
3
4
5
6
2017-07-12 11:00:48 INFO juju-log Running Command "sudo mkdir /etc/depmod.d/"
2017-07-12 11:00:48 INFO juju-log Error running "sudo mkdir /etc/depmod.d/" : b'mkdir: cannot create directory \xe2\x80\x98/etc/depmod.d/\xe2\x80\x99: File exists\n'
2017-07-12 11:00:48 INFO juju-log Running Command "for module in datapath/linux/*.ko;                     do modname="$(basename ${module})" ;                     echo "override ${modname%.ko} * extra" >> "/etc/depmod.d/openvswitch.conf" ;                     echo "override ${modname%.ko} * weak-updates" >> "/etc/depmod.d/openvswitch.conf" ;                     done"
2017-07-12 11:00:48 INFO juju-log Running Command "/sbin/modprobe openvswitch"
2017-07-12 11:00:48 INFO juju-log Running Command "/usr/share/openvswitch/scripts/ovs-ctl start --system-id=$(uuidgen)"
2017-07-12 11:00:48 INFO juju.worker.uniter.operation runhook.go:113 ran "install" hook
Download as text