bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20366: Strange behaviour of df (GNU coreutils) 8.23


From: Benjamin Beier
Subject: bug#20366: Strange behaviour of df (GNU coreutils) 8.23
Date: Sat, 18 Apr 2015 12:44:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hello,

I am running multiple Gentoo/Funtoo servers and yesterday I noticed the output of 'df -a' on the Funtoo systems does not show any information about the root partition, although this works fine on all my Gentoo systems. I compared the installed versions and after a little investigation with upgrades and downgrades on both systems i found out, that the problem is caused by coreutils version 8.23 (Funtoo default), while coreutils version 8.21 (Gentoo default) works fine.

df -a on 8.21:
rootfs                   3997376 1947348   1823932  52% /
/dev/root                3997376 1947348   1823932  52% /
(...)

df -a on 8.23:
rootfs                         -       -         -    - /
/dev/root                      -       -         -    - /
(...)

I also straced df with both versions and interestingly both versions seem to collect valid usage information about the root partition. While 8.21 is showing this information in the output, 8.23 just decides to print dashes for some reason?

I attached the strace and full output of both versions.

Attachment: strace-df-coreutils-8.23.txt
Description: Text document

Attachment: output-df-coreutils-8.23.txt
Description: Text document

Attachment: output-df-coreutils-8.21.txt
Description: Text document

Attachment: strace-df-coreutils-8.21.txt
Description: Text document

Attachment: system-info.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]