[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2016-07-18 Thread Tharakan
I can confirm that the bug exists (and has a simple workaround).
Mine is an updated UbuntuMate (15.04) and while trying to create a new Bootable 
USB pen drive got the same error. As mentioned elsewhere, opened up the pen 
drive in fdisk, removed all partitions, created one partition as 'c' type (VFAT 
...), exit, mkfs.vfat /dev/sdb1. Now when I go back and create the bootable USB 
it works as expected.

My machine:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2015-07-23 Thread Ewan
Some variation of this(these?) bug(s?) still seems to exist on vivid. I
landed here googling my original error message. While attempting to
workaround / document it I now experience an error:

org.freedesktop.DBus.Python.GLib.Error: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 274, in Format
part.call_set_flags_sync(boot_dos_flag, no_options, None)
GLib.Error: udisks-error-quark: 
GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error setting partition flags 
on /dev/sdb2: Command-line `parted --script /dev/sdb set 2 boot off' exited 
with non-zero exit status 1: Warning: The driver descriptor says the physical 
block size is 2048 bytes, but Linux says it is 512 bytes.
 (0)

WORKAROUND:
I was able to work around this for my case as described in 
http://askubuntu.com/questions/485357/unknown-error-from-startup-disk-creator - 
right click on the .iso in the file explorer and select 'Open With Disk Image 
Writer' and then 'restore' the ISO image to the selected USB device.

Not sure if this comment really belongs in this bug or a new one

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2015-02-28 Thread Roger Peppe
This issue seems to marked as fix released under Trusty, but I am seeing the 
issue (or one
 very similar). I have a brand-new SSD drive that I've put into an external USB 
enclosure
and I am trying to install 14.10 onto it.

When I click on Erase Disk (the only apparently available option) after 
authorizing, I see
this error message:

org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 218, in Format
parent_dev = _get_parent_object(udisks, device)
  File /usr/share/usb-creator/usb-creator-helper, line 49, in 
_get_parent_object
parent = partition.get_cached_property('Table').get_string()
AttributeError: 'NoneType' object has no attribute 'get_cached_property'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-09-20 Thread Julian Klein
With 14.04. and usb-creator-gtk version 0.2.56.2 i get the following
error message:

org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call
last):   File /usr/lib/python3/dist-packages/dbus/service.py, line
707, in _message_cb retval = candidate_method(self, *args,
**keywords)   File /usr/share/usb-creator/usb-creator-helper, line
239, in Format block.call_format_sync('dos', GLib.Variant('a{sv}',
{}), None) gi._glib.GError:
GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error synchronizing
after initial wipe: Timed out waiting for object

Only after both deleting the parition table and reformatting the stick
using fat32 it worked. It would be nice if usb-creator would offer these
deleting and formatting automatically by itself

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-09-20 Thread sudodus
I'm glad that there is progress with usb-creator-gtk. Obviously there
were several bugs. Now it works fairly well (except that there are
problems with the erase function).

I made an alternative tool, mkusb, that easily wipes the traces from
previous file systems as well as makes cloned copies of the iso files of
many linux distros (all current Ubuntu flavours and versions except
Ubuntu 12.04 LTS (Precise) mini.iso).

https://help.ubuntu.com/community/mkusb

mkusb is good for the standard case (using the pendrive to install a
system), but it does not work to make a persistent live system. When you
want persistence, usb-creator-gtk and Unetbootin will do the job. I have
tested them recently, and they work for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-09-14 Thread Alexandros Prekates
i get this error in 2.56.2 in ubuntu 14.04

The stick has a ntfs partition .

The usb-creator should report the issue more clean.

'Hey! cant erase that stick!..'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-09-03 Thread seanw18
I'm getting the error with 0.2.56.2

For me, it doesn't help to format to FAT32 (using gparted).

Here is my error mesage:
org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 239, in Format
block.call_format_sync('dos', GLib.Variant('a{sv}', {}), None)
gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error 
synchronizing after initial wipe: Timed out waiting for object

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-09-03 Thread Ara Pulido
** Changed in: oem-priority
   Status: In Progress = Fix Released

** Changed in: oem-priority/trusty
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-31 Thread Yu Ning
@Bryan, could you please paste the error messages here?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-30 Thread Bryan Pederson
I still get this error with the new version 0.2.56.2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-27 Thread Jimmi Elofsson
I get this

org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 239, in Format
block.call_format_sync('dos', GLib.Variant('a{sv}', {}), None)
gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error 
synchronizing after initial wipe: Timed out waiting for object

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-27 Thread Yu Ning
The timed out error should be a different issue, bug #1059872.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-creator - 0.2.56.2

---
usb-creator (0.2.56.2) trusty-proposed; urgency=medium

  * Drop invalid empty erase type. We don't need to erase the device (you
can use Disks if you want that for some reason). Fixes Unknown or
unsupported erase type `'  failure. (LP: #1294877)
 -- Martin Pitt martin.p...@ubuntu.com   Tue, 19 Aug 2014 07:46:20 +0200

** Changed in: usb-creator (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
Bug #1361475 is filed for the third fail case in comment #29.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
I verified with usb-creator 0.2.56, my usbstick has dos partition table
and two fat32 partitions, then I launch usb-creator-gtk, select the
first partition and click Eraase Disk, after a second or two, the
partition is successfully erased, all files in the partition are erased
as expected.

So I believe this issue is correctly fixed. I'll add the tag
verification-done.

BTW, I also checked with these cases:

* when there is no partition table, bug #1300361 will be triggered

* when there is dos partition table but no partitions:

org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 239, in Format
block.call_format_sync('dos', GLib.Variant('a{sv}', {}), None)
gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error 
synchronizing after initial wipe: Timed out waiting for object


* when there is GPT partition table and partitions:

org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/share/usb-creator/usb-creator-helper, line 233, in Format
part.call_set_type_sync('0x0c', no_options, None)
gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Given type 
`0x0c' is not a valid UUID


** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
Bug #1361474 is filed for the second fail case in comment #29.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-19 Thread Chris J Arges
Hello Fabio, or anyone else affected,

Accepted usb-creator into trusty-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/usb-
creator/0.2.56.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: usb-creator (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-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/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-18 Thread Martin Pitt
I uploaded the fix to the trusty SRU review queue.

** Summary changed:

- usb-creator fails to wipe usb device when the device has ext4 partition
+ Error erasing device: Unknown or unsupported erase type `'

** Changed in: usb-creator (Ubuntu Trusty)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294877

Title:
  Error erasing device: Unknown or unsupported erase type `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1294877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs