Comment 9 for bug 331327

Revision history for this message
Sander Jonkers (jonkers) wrote :

@Martin Pitt:

Is your patch (right?) included in Jaunty Alpha 6? Below you can see what my Jaunty Alpha 6 has, so it's looks patched, but I still got the crash.

ubuntu@ubuntu:~$ ls -al /usr/share/usb-creator
total 49
drwxr-xr-x 2 root root 64 2009-03-12 01:04 .
drwxr-xr-x 318 root root 4096 2009-03-14 17:20 ..
-rwxr-xr-x 1 root root 6152 2009-02-06 09:42 install.py
-rw-r--r-- 1 root root 4556 2009-03-12 01:04 install.pyc
-rw-r--r-- 1 root root 34127 2009-02-13 10:35 usbcreator.glade

ubuntu@ubuntu:~$ grep 'count=1' /usr/share/usb-creator/install.py
        popen(['dd', 'if=/dev/zero', 'bs=%sM', 'of=%s/casper-rw' % target, 'count=1' % persist])
ubuntu@ubuntu:~$