Ubuntu Pastebin

Paste from err at Thu, 31 Aug 2017 12:49:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
+ echo Removing snap conjure-up
Removing snap conjure-up
+ [ -d /snap/bin ]
+ find /snap/bin -maxdepth 1 -lname conjure-up -delete
+ find /snap/bin -maxdepth 1 -lname conjure-up.* -delete
+ rm -f /snap/bin/conjure-up
+ rm -f /snap/bin/conjure-up.conjure-down /snap/bin/conjure-up.juju /snap/bin/conjure-up.lxc /snap/bin/conjure-up.lxd /snap/bin/conjure-up.redis-cli
+ umount -l /snap/conjure-up/549
+ rm -rf /snap/conjure-up/549
+ rm -f /snap/conjure-up/current
+ rm -rf /var/snap/conjure-up/549
+ rm -rf /var/snap/conjure-up/common
rm: cannot remove '/var/snap/conjure-up/common/lxd/shmounts': Device or resource busy
rm: cannot remove '/var/snap/conjure-up/common/lxd/devlxd': Device or resource busy
Download as text