[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2016-07-18 Thread Oliver Joos
I confirm that this bug is fixed in newer releases. I tested gnome-disk-utility 3.18.3.1 on a Linux Mint MATE 18.0 32bit! and the benchmark works now. I checked the 32bit iso image on a 32-bit hardware and on a 64-bit hardware: this bug is fixed on both. (although the latter is not a recommended

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2016-03-12 Thread Norbert
Bug exists in Ubuntu 14.04 LTS - see https://bugs.launchpad.net/ubuntu/+source/gnome-disk- utility/+bug/1556406 . Please fix it! ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-10-09 Thread Sebastien Bacher
That's fixed in wily with that commit https://git.gnome.org/browse /gnome-disk-utility/patch/?id=f401a5671da8b543f22e76487a5b8e9c2e7a8ecd ** Changed in: gnome-disk-utility (Ubuntu) Importance: Undecided => High ** Changed in: gnome-disk-utility (Ubuntu) Status: Confirmed => Fix

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-08-19 Thread Mark Pereira
Bug still exists on Ubuntu 14.04.3 LTS, Linux Kernel 3.13.0-63-Low Latency (i686), see below: Error seeking to offset 2458783744 (g-io-error-quark, 13) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

Re: [Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-05-23 Thread Ivan Baldo
The good news is that the fix has been applied upstream, so it will trickle down to Debian and then to Ubuntu I guess, maybe in next version 15.10. Too bad that it took so long just for a one liner patch and a simple test... El 23/05/15 a las 13:16, William Tyler Sontag escibió: I'm

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-05-23 Thread William Tyler Sontag
I'm seeing this behavior too, on a RAID5 setup, ubuntu 14.04 - 32bit -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/1081019 Title: Benchmark for disks always fails on

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-01-26 Thread Ivan Baldo
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/1081019 Title: Benchmark for disks always fails on 32 bit systems To manage notifications about

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2015-01-05 Thread max5555
I tried to upgrade gnome-disk-utility package from 3.10.0-1ubuntu3 to 3.14.0-0ubuntu1, but I got the same error. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/1081019

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-12-11 Thread Oliver R.
Affects me too with a HITACHI 120GB HDD (HTS542512K9SA00). I'm running a 32-bit Linux Mint 17 Xfce on a ThinkPad T61. Will the patch be included in the next updates? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-12-03 Thread Pokulo
It seems to me more like a race condition. Old and slow USB-Sticks, and SD-Cards work fine. But HardDisks and new USB3.0 devices abort with g -io-error-quark, 13 after some samples. It could also depent on the device size. my old sticks have only about 1 GB. Is @mmikucionis bugfix also valid for

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-10-19 Thread Marius Mikučionis
The problem is that the benchmark code uses 32bit lseek(2) function. It should either be replaced with lseek64(2), or define _FILE_OFFSET_BITS 64 Here is a (one-line) patch: --- a/src/disks/gdubenchmarkdialog.c +++ b/src/disks/gdubenchmarkdialog.c @@ -9,6 +9,7 @@ #include config.h +#define

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-09-24 Thread Tommy
Hi, can we have a simple update of when this long lasting bug will be corrected, we would like to know / understand its complexity. Thanks I am not a programmer but i would like to help, how can i get involved ? -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 1081019] Re: Benchmark for disks always fails on 32 bit systems

2014-09-10 Thread Mantas Kriaučiūnas
** Summary changed: - Benchmark for Harddisk fail + Benchmark for disks always fails on 32 bit systems -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/1081019 Title: