[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-27 Thread Andreas Moog
** Tags added: regression-potential ** Tags removed: regression-potential -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-16 Thread jerrylamos
As of today's updates to a bunch of packages including the USB creator I was able to install onto a USB. The USB did then boot and run. However I wasn't able to do an install from the USB because the partition frame didn't have any partitions in it?? I get the same thing trying to install from

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-15 Thread Attila Hammer
This problem present my clean installed Jaunty Alpha6 system. How can I test Martin Pitt fix? Attila -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-15 Thread Attila Hammer
I doed Martin Pitt modification with /usr/share/usb-creator/install.py with the 134. line. Attached the patch. Usb-creator nice doed the 64 bit jaunty usb stick with following command: usb-creator -i ~/jaunty-desktop-amd64.iso I use full remaining space with storage. Anybody see with following

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-creator - 0.1.13 --- usb-creator (0.1.13) jaunty; urgency=low [ Evan Dandrea ] * Fix the .desktop item i18n support (LP: #331061). Thanks Timo Jyrinki! * Note that using GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. Place

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-14 Thread Sander Jonkers
Same crash while trying to install Jaunty Alpha 6 i386 to a 8 GB USB stick. I don't know whether this matters, but: the crash occured 1 second after clicking the network manager. -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-14 Thread Sander Jonkers
@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. ubu...@ubuntu:~$ ls -al /usr/share/usb-creator total 49 drwxr-xr-x 2 root root64 2009-03-12 01:04 . drwxr-xr-x 318 root root

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-14 Thread Sander Jonkers
FWIW: Using usb-creator from Linux Mint 6 (based on Ubuntu 8.10), I was able to write the Jaunty-Alpha6-iso to a USB stick. I guess that means the bug was introduced between 8.10 and 9.04. -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-03-12 Thread André Gondim
I was installing Alpha 6 on a 2gb stick when crash... -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-02-27 Thread Martin Pitt
Confirming, I get exactly the same crash. Problem is quite obvious: 'bs=%sM' this needs a % somenumber appended, or a hardcoded block size (which probably isn't unreasonable). ** Changed in: usb-creator (Ubuntu) Importance: Undecided = High Status: New = Confirmed ** Visibility

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-02-27 Thread Martin Pitt
Although the bs=%sM is wrong and will certainly confuse dd, it's not the source of this particular crash. It is 'count=1' % persist I think this line would make most sense: popen(['dd', 'if=/dev/zero', 'bs=%s' % persist, 'of=%s/casper-rw' % target, 'count=1']) -- install.py crashed with

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-02-27 Thread Martin Pitt
Confirmed that this lets the installation finish. -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-02-27 Thread Martin Pitt
Works wonderfully now, USB stick boots fine. ** Changed in: usb-creator (Ubuntu) Status: Confirmed = Fix Committed -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 331327] Re: install.py crashed with TypeError in main()

2009-02-27 Thread Raptor
usb creator was installing on a 8gb stick when fatal error occured. -- install.py crashed with TypeError in main() https://bugs.launchpad.net/bugs/331327 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list