Activity log for bug #230716

Date Who What changed Old value New value Message
2008-05-15 13:24:18 Agostino Russo bug added bug
2008-05-15 22:09:30 Agostino Russo casper: status New Confirmed
2008-05-15 22:09:30 Agostino Russo casper: assignee ago
2008-05-28 19:05:09 Launchpad Janitor casper: status Confirmed Fix Released
2008-05-30 15:35:06 Evan description Binary package hint: casper check_dev in scripts/casper could be made more flexible if it was possible to look for a casper fs (is_casper_path) within an arbitrary path. At the moment check_dev supports scanning either devices or ISOs. This could be implemented with the following snippet: if [ -d "${devname}" ]; then mount -o bind $devname $mountpoint if is_casper_path $mountpoint; then echo $mountpoint return 0 endif fi I will provide a debdiff later on. This could also be used as a workaround for bug #207137 by only copying squashfs as opposed to extracting the full ISO. Bug 207137, Wubi's ISO image creation from a CD process failing, seems to be biting a fair number of users. A way around having to use the cd2iso tool and thus avoid the bug would be to copy only the squashfs. This change to casper implements the necessary code on the Ubuntu side for that. check_dev in scripts/casper could be made more flexible if it was possible to look for a casper fs (is_casper_path) within an arbitrary path. At the moment check_dev supports scanning either devices or ISOs. This could be implemented with the following snippet: if [ -d "${devname}" ]; then mount -o bind $devname $mountpoint if is_casper_path $mountpoint; then echo $mountpoint return 0 endif fi TEST CASE: "On my test system I couldn't get Wubi to install using the cd-rw drive in the machine. Since then I've added a dvd-rw and wubi installs flawlessly. The cd installs to the part at the end of creating the image file at which point it throws up the error "Could not access cd, please make sure other applications are not using it and try again."" As reported by davmor2 of the QA team.
2008-05-30 15:36:56 Evan bug added attachment 'casper_1.132ubuntu0.1.debdiff' (casper_1.132ubuntu0.1.debdiff)
2008-05-30 15:38:31 Evan description Bug 207137, Wubi's ISO image creation from a CD process failing, seems to be biting a fair number of users. A way around having to use the cd2iso tool and thus avoid the bug would be to copy only the squashfs. This change to casper implements the necessary code on the Ubuntu side for that. check_dev in scripts/casper could be made more flexible if it was possible to look for a casper fs (is_casper_path) within an arbitrary path. At the moment check_dev supports scanning either devices or ISOs. This could be implemented with the following snippet: if [ -d "${devname}" ]; then mount -o bind $devname $mountpoint if is_casper_path $mountpoint; then echo $mountpoint return 0 endif fi TEST CASE: "On my test system I couldn't get Wubi to install using the cd-rw drive in the machine. Since then I've added a dvd-rw and wubi installs flawlessly. The cd installs to the part at the end of creating the image file at which point it throws up the error "Could not access cd, please make sure other applications are not using it and try again."" As reported by davmor2 of the QA team. Bug 207137, Wubi's ISO image creation from a CD process failing, seems to be biting a fair number of users. A way around having to use the cd2iso tool and thus avoid the bug would be to copy only the squashfs. This change to casper implements the necessary code on the Ubuntu side for that. check_dev in scripts/casper could be made more flexible if it was possible to look for a casper fs (is_casper_path) within an arbitrary path. At the moment check_dev supports scanning either devices or ISOs. This could be implemented with the following snippet: if [ -d "${devname}" ]; then mount -o bind $devname $mountpoint if is_casper_path $mountpoint; then echo $mountpoint return 0 endif fi TEST CASE: "On my test system I couldn't get Wubi to install using the cd-rw drive in the machine. Since then I've added a dvd-rw and wubi installs flawlessly. The cd installs to the part at the end of creating the image file at which point it throws up the error "Could not access cd, please make sure other applications are not using it and try again."" As reported by davmor2 of the QA team. A debdiff of the uploaded patch can be found here: http://launchpadlibrarian.net/14822820/casper_1.132ubuntu0.1.debdiff
2008-05-30 15:45:54 Evan casper: status New Fix Committed
2008-05-30 15:45:54 Evan casper: milestone ubuntu-8.04.1
2008-06-26 16:38:22 Martin Pitt casper: status Fix Committed Fix Released
2008-06-26 16:51:20 Martin Pitt casper: status Fix Released Fix Committed
2008-06-30 09:18:29 Steve Langasek casper: status Fix Committed Fix Released