Ubuntu Pastebin

Paste from err at Fri, 29 Sep 2017 17:46:47 +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
+ [[ ubuntu-14.04-64 != ubuntu-14.04-* ]]
+ sed -i.bak s/#SystemMaxUse=/SystemMaxUse=1K/g /etc/systemd/journald.conf
+ systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
+ mv /etc/systemd/journald.conf.bak /etc/systemd/journald.conf
+ systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
+ systemctl stop systemd-journald.service
Warning: Stopping systemd-journald.service, but it can still be activated by:
  systemd-journald.socket
+ find /run/log/journal/ -name '*@*.journal' -delete
+ systemctl start systemd-journald.service
+ dmesg -c
+ /home/gopath/src/github.com/snapcore/snapd/tests/lib/reset.sh --reuse-core
+ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/dirs.sh
++ export SNAP_MOUNT_DIR=/snap
++ SNAP_MOUNT_DIR=/snap
++ export LIBEXECDIR=/usr/lib
++ LIBEXECDIR=/usr/lib
++ case "$SPREAD_SYSTEM" in
+ [[ ubuntu-14.04-64 == ubuntu-core-16-* ]]
+ reset_classic --reuse-core
+ systemctl daemon-reload
+ systemctl stop snapd.service snapd.socket
Job for snapd.service canceled.
-----
Download as text