Ubuntu Pastebin

Paste from ogra at Tue, 6 Sep 2016 10:23:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
ogra@localhost:~$ sudo systemctl status snapd.firstboot.service
● snapd.firstboot.service - Run snappy firstboot setup
   Loaded: loaded (/lib/systemd/system/snapd.firstboot.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2016-09-06 08:26:33 UTC; 1h 56min ago
  Process: 2432 ExecStart=/usr/bin/snap firstboot (code=exited, status=1/FAILURE)
 Main PID: 2432 (code=exited, status=1/FAILURE)

Sep 06 08:26:28 localhost.localdomain systemd[1]: Starting Run snappy firstboot setup...
Sep 06 08:26:33 localhost.localdomain snap[2432]: error: cannot create state: state "/var/lib/snapd/state.json" already exists
Sep 06 08:26:33 localhost.localdomain systemd[1]: snapd.firstboot.service: Main process exited, code=exited, status=1/FAILURE
Sep 06 08:26:33 localhost.localdomain systemd[1]: Failed to start Run snappy firstboot setup.
Sep 06 08:26:33 localhost.localdomain systemd[1]: snapd.firstboot.service: Unit entered failed state.
Sep 06 08:26:33 localhost.localdomain systemd[1]: snapd.firstboot.service: Failed with result 'exit-code'.
ogra@localhost:~$ 
Download as text