[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2016-05-16 Thread Rui H F Azevedo
same error ubuntu 14.04 trying to make a clonezilla boot pendrive, i'm tired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-04-23 Thread Yu Ning
Looks like the SRU to trusty hasn't been performed yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifi

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-04-23 Thread George
Same issue today after update. Ubuntu 14.04.2 LTS - Error: An uncaught exception was raised: unorderable types: NoneType() <= str() kernel 3.13.0-51-generic #84-Ubuntu SMP Wed Apr 15 12:11:46 UTC 2015 i686 i686 i686 GNU/Linux usb-creator-gtk --version 0.2.23 Trying to use an old pmagic_2013_08

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-creator - 0.2.66 --- usb-creator (0.2.66) vivid; urgency=medium * usbcreator/install.py: adjust grub configurations, otherwise the persistent mode can't be enabled with UEFI BIOS. (LP: #1159016) * usbcreator/install.py: detect os version w

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-03-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/usb-creator -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notific

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-03-06 Thread Mathieu Trudel-Lapierre
** Changed in: usb-creator (Ubuntu) Assignee: fatai gbede (fatai15) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to ma

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-03-06 Thread Launchpad Bug Tracker
** Branch linked: lp:usb-creator -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifications about this bug

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~yuningdodo/usb-creator/usb-creator.lp1208129 -detect-os-version-with-regex -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fai

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-02-18 Thread Yu Ning
Hi guys, I have proposed a merge request with the patch I provided in comment #18, could anyone help to review it? thanks in advance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Com

RE: [Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-02-09 Thread fatai gbede
thank you, i have arranged for the installation with my computerist > Date: Mon, 9 Feb 2015 03:33:43 + > From: ning...@canonical.com > To: fata...@outlook.de > Subject: [Bug 1208129] Re: Compares NoneType() and str(), hence fails to make > bootable usb > > Hi Sasa, m

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-02-08 Thread Yu Ning
Hi Sasa, maybe you could try my testing ppa, it has the patch alongside with some other patches applied: sudo add-apt-repository ppa:yuningdodo/test sudo apt-get update sudo apt-get install usb-creator-gtk You could find the source code here (converted to debian 3.0 quilt format): lp:~yuningdodo/

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-02-07 Thread Sasa Stamenkovic
I am experiencing this issue when trying to create clonezilla live USB. How can I apply this patch? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2015-01-30 Thread fatai gbede
** Changed in: usb-creator (Ubuntu) Assignee: (unassigned) => fatai gbede (fatai15) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to ma

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-12-02 Thread Ubuntu Foundations Team Bug Bot
The attachment "match-os-ver.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-mur

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-12-02 Thread Yu Ning
BTW, my patch is based on the trusty-updates branch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notificat

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-12-02 Thread Yu Ning
Thank you Jason (jasongaiser), with your debugging result I propose a patch for the issue, it will improve the code in two points: 1. use regex to detect the os version, so 'Ubuntu Remix 14.04' is also supported 2. check whether os ver is successfully detected in need_syslinux_legacy() however I

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-12-01 Thread Jason
I hit this bug when I tried to make a USB boot stick using an ISO I created by following https://help.ubuntu.com/community/LiveCDCustomizationFromScratch Fortunately usb-creator-gtk is written in python, so I found the code which was catching the exception: dpkg-query -L usb-creator-common u

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-11-13 Thread Su Norris
This bug also affects me, I'm trying to install a GParted ISO on a 4GB GigaWare drive with Kubuntu on 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-11-09 Thread Jose Gómez
Confirmed this issue with Ubuntu 14.10, trying to create a USB disk with Clonezilla. Is there any known workaround for this issue, or downgrade/upgrade that fixes it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-08-31 Thread Steve_Bz
It's still here. I'm trying to create a clonezilla key with usb- creator-kde (from command line) on trusty. Here's the trace: --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.4/logging/handlers.py", line 71, in emit if self.shouldRollover(record): File "/us

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-08-29 Thread Mich@l
The same problem I have. I couldn't make a bootable pmagic_2014_04_28.iso at TOSHIBA pandrive 4 GB. Actually I have to buy a new one, so be carefull about that. Cheers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-08-03 Thread Spott
Same problem here. I can't make bootable clonezilla USB drive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-07-29 Thread Leith Bade
I also had this problem with clonezilla-live-2.2.3-25-amd64.iso on Ubuntu 14.04 64 bit. However it successfully created a bootable Ubuntu Server 14.04 installation disk on the same USB drive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-07-15 Thread Jon Smithers
I experienced this trying to setup "gparted-live-0.19.0-1-i486.iso" on Ubuntu 13.10, 64-bit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails t

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-06-21 Thread Slick
Also expierencing thins on 14.04 x86_64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifications about th

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-05-16 Thread Ivan Wirawan
I also experience the same with 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifications about thi

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-04-22 Thread Shengyao Xue
I experienced this issue on 14.04 today. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifications about t

Re: [Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-03-31 Thread Gene Soo
I completely agree. I used to be a mainframe software developer and understand the concepts. The app needs to expose as much diagnostic information as required to isolate and identify the problem without having an uneducated enduser expected to recreate the problem running under a development envir

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2014-03-31 Thread bootchk
I experienced this on 13.04. I then downloaded the source package for usb-creator_0.2.47.2 (in raring updates repository) and ran usbcreator- gtk from inside Eclipse. I could not reproduce the error in 3 attempts with various iso images and physical drives. So if you are a user reading this, it

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2013-11-20 Thread Brian Murray
** Changed in: usb-creator (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2013-10-24 Thread Burhan Ali
** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: Compares NoneType() and str(), hence fails to make bootable usb To manage notifications about this bug go to: https

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2013-10-12 Thread Robert Dale
I'm getting the exact same issue! I know it's not my flash drive I have used it to create a couple of bootables from other ISO's works fine no problems, but I was using UnetBootin before. I'm having the issue while trying to make a USB bootable from Parted Magic. For some reason UnetBootin fails

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2013-09-28 Thread Erik Squires
I need to update the firmware on my Crucial M500 ssd drive. To do that I must create a bootable USB drive. There's no way I can due to this bug. Steps: 1. Run Startup Disk creator from menu. 2. Select ISO. 3. Select USB drive if not already selected. Try to burn. Boom. -- You receiv

[Bug 1208129] Re: Compares NoneType() and str(), hence fails to make bootable usb

2013-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: usb-creator (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1208129 Title: