[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2011-01-29 Thread progone
What is the fix? I am running 10.10 64-bit and I am too experiencing the same bug or a bug that is similar . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/408842 Title: low disk space popup says

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-15 Thread Chris Coulson
Seems i didn't put the correct bug number in the changelog for this one: This bug was fixed in the package gnome-settings-daemon - 2.27.90-0ubuntu1 --- gnome-settings-daemon (2.27.90-0ubuntu1) karmic; urgency=low * New upstream version (LP: #413618): - Update

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-09 Thread Chris Coulson
This is fixed upstream now: http://git.gnome.org/cgit/gnome-settings- daemon/commit/?id=071f8162d35a627938053a3a54c46a1a31b7b239 ** Changed in: gnome-settings-daemon (Ubuntu) Status: In Progress = Fix Committed -- low disk space popup says only 898.7 MB disk space remaining when df says

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-04 Thread John Lenton
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/29892271/Dependencies.txt -- low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB https://bugs.launchpad.net/bugs/408842 You received this bug notification because you are a member of Ubuntu

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-04 Thread Chris Coulson
Thank you for your bug report. Please post the output of sudo tune2fs -l /dev/mapper/sda6_crypt if your root partition is ext2/3/4. ** Changed in: gnome-settings-daemon (Ubuntu) Importance: Undecided = Low ** Changed in: gnome-settings-daemon (Ubuntu) Status: New = Incomplete -- low

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-04 Thread John Lenton
** Description changed: Binary package hint: gnome-settings-daemon - I'm getting Low Disk Space popups that say «The volume Filesystem root has oly 898.7 disk space remaining.» + I'm getting Low Disk Space popups that say «The volume Filesystem root has oly 898.7 MB disk space remaining.»

Re: [Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-04 Thread John Lenton
On Tue, Aug 04, 2009 at 01:17:49PM -, Chris Coulson wrote: Thank you for your bug report. Please post the output of sudo tune2fs -l /dev/mapper/sda6_crypt if your root partition is ext2/3/4. $ sudo tune2fs -l /dev/mapper/sda6_crypt tune2fs 1.41.8 (11-July-2009) Filesystem volume name:

[Bug 408842] Re: low disk space popup says only 898.7 MB disk space remaining when df says 4.8GiB

2009-08-04 Thread Chris Coulson
fta boughtt this to my attention on #ubuntu-desktop a few days ago too. I think I can see what is going on now. Here: free_space = (mount-buf.f_frsize * mount-buf.f_bavail); free_space is a gint64, and f_frsize and f_bavail are just 32bit integers, so I think I need to cast these 2 values to