Fails to create a snappy image when using --install
| Affects | Status | Importance | Assigned to | Milestone | ||
|---|---|---|---|---|---|---|
| Snappy | Status tracked in Trunk | |||||
| | 15.04 |
Undecided
|
Sergio Schvezov | |||
| | Trunk |
Undecided
|
Sergio Schvezov | |||
| | goget-ubuntu-touch (Ubuntu) |
Undecided
|
Unassigned | |||
Bug Description
Using ubuntu-device-flash 0.23-0ubuntu2 on vivid, I can't create a snappy image using the extra --install parameter (to bundle a snap from the store).
It works fine without using --install.
$ sudo ubuntu-device-flash core 15.04 --channel stable --oem beagleblack --install=
Determining oem configuration
Starting download of beagleblack
280.75 KB / 280.75 KB [======
Done
Fetching information from server...
Downloading and setting up...
Installing beagleblack
Starting download of beagleblack
280.75 KB / 280.75 KB [======
Done
Installing hello-world
Starting download of hello-world
21.55 KB / 21.55 KB [======
Done
panic: unable to unmount dir for image: umount: /tmp/diskimage8
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
goroutine 1 [running, locked to thread]:
launchpad.
/build/
main.func·006()
/build/
main.(*
/build/
main.func·004(0x0, 0x0)
/build/
main.(*
/build/
github.
/build/
main.main()
/build/
goroutine 5 [syscall]:
os/signal.loop()
/usr/lib/
created by os/signal.init·1
/usr/lib/
goroutine 6 [chan receive]:
launchpad.
/build/
created by launchpad.
/build/
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/
goroutine 58 [chan receive]:
main.func·003()
/build/
created by main.(*
/build/
Related branches
- John Lenton: Approve on 2015-06-11
-
Diff: 11 lines (+1/-0)1 file modifiedsnappy/build.go (+1/-0)
| description: | updated |
| Sergio Schvezov (sergiusens) wrote : | #1 |
| Sergio Schvezov (sergiusens) wrote : | #2 |
and the mount table before and after this happens?
| Changed in goget-ubuntu-touch (Ubuntu): | |
| status: | New → Incomplete |
| Ricardo Salveti (rsalveti) wrote : | #3 |
rsalveti@
sysfs on /sys type sysfs (rw,nosuid,
proc on /proc type proc (rw,nosuid,
udev on /dev type devtmpfs (rw,relatime,
devpts on /dev/pts type devpts (rw,nosuid,
tmpfs on /run type tmpfs (rw,nosuid,
/dev/sdb1 on / type ext4 (rw,relatime,
securityfs on /sys/kernel/
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,
cgroup on /sys/fs/
pstore on /sys/fs/pstore type pstore (rw,nosuid,
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
cgroup on /sys/fs/
systemd-1 on /proc/sys/
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/
/dev/mapper/
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,
binfmt_misc on /proc/sys/
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,
rsalveti@
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 190M 0 part
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 465.6G 0 part
├─vgroup-root 252:0 0 46.6G 0 lvm
├─vgroup-swap 252:1 0 1.9G 0 lvm
└─vgroup-home 252:2 0 417.2G 0 lvm
sdb ...
| Changed in goget-ubuntu-touch (Ubuntu): | |
| status: | Incomplete → Confirmed |
| Changed in snappy: | |
| status: | New → Fix Committed |
| assignee: | nobody → Sergio Schvezov (sergiusens) |
| Ash Charles (ashcharles) wrote : | #4 |
Is there an updated version of the package available? I'm also seeing this on 0.23-0ubuntu2 of the ubuntu-device-flash package but I couldn't see if a more recent version had been made available in a PPA that includes this fix.
| Ash Charles (ashcharles) wrote : | #5 |
I used the package version 0.27-0ubuntu1 from https:/


Can I get the output of lsblk?