'blkid', '-o', 'udev', '-p', '-c', '/dev/null', '/dev/sdb2' returned a non-zero value: 2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Image Tools |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When creating a bootfs on the Verstaile Express with the latest code (revno 292). This works back at revno 285.
Command issued:
$ ./linaro-
Results:
<snip>
Formating boot partition
mkfs.vfat 3.0.9 (31 Jan 2010)
Traceback (most recent call last):
File "./linaro-
rootfs_uuid = get_uuid(
File "/home/
blkid_output, _ = proc.communicate()
File "/usr/lib/
self.wait()
File "/home/
raise SubcommandNonZe
linaro_
On Sat, 05 Mar 2011 02:36:08 -0000, Matt Waddel <email address hidden> wrote: media_create. cmd_runner. SubcommandNonZe roReturnValue: Sub process "['sudo', 'blkid', '-o', 'udev', '-p', '-c', '/dev/null', '/dev/sdb2']" returned a non-zero value: 2
> linaro_
Hi Matt,
What do you get if you run the command by hand?
sudo blkid -o udev -p -c /dev/null /dev/sdb2
(with the sd card plugged in)
Could you also attach the full transcript of the failing run?
Thanks,
James