GNU bug report logs -
#33639
ISO installer image is broken on i686
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Thu, 6 Dec 2018 00:04:02 UTC
Severity: serious
Merged with 35136
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 33639 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> skribis:
> The ISO installer image as produced on commit
> 4a0b87f0ec5b6c2dcf82b372dd20ca7ea6acdd9c by
>
> guix system disk-image --file-system-type=iso9660 \
> -s i686-linux gnu/system/install.scm
>
> contains unreadable file(s), at least /var/guix/db/db.sqlite.
I can reproduce the I/O error by mounting the image:
--8<---------------cut here---------------start------------->8---
ludo <at> ribbon ~/src/guix$ sudo losetup /dev/loop0 /gnu/store/1yanxg3cz5wi6vhpvhipxvmjwm201fbm-image.iso
ludo <at> ribbon ~/src/guix$ sudo mount -t iso9660 /dev/loop /mnt/disk/
mount: /mnt/disk: WARNING: device write-protected, mounted read-only.
ludo <at> ribbon ~/src/guix$ cat < /mnt/disk/var/guix/db/db.sqlite > /dev/null
cat: -: Eraro de en-eligo
ludo <at> ribbon ~/src/guix$ dmesg |tail
[ 41.186408] shepherd[1]: Service guix-daemon has been started.
[ 45.725418] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 45.933911] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 49.496112] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 49.496165] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 203.358136] ISO 9660 Extensions: RRIP_1991A
[ 215.199352] attempt to access beyond end of device
[ 215.199357] loop0: rw=524288, want=1903876, limit=1899264
[ 215.199362] attempt to access beyond end of device
[ 215.199363] loop0: rw=0, want=1903532, limit=1899264
--8<---------------cut here---------------end--------------->8---
So the problems lies with the VM that creates the image.
Ludo’.
This bug report was last modified 5 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.