Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-18 Thread Till Maas
On Mon, Dec 17, 2012 at 12:21:02PM -0800, Adam Williamson wrote:

> It got +3 karma and hit the default autopush threshold. Doesn't seem
> terrible, since this is a pretty subtle bug and critpath testing is
> supposed to catch critpath failures, which this is not.
> 
> The update could get squelched, but I'm not sure that's really
> necessary, as this really isn't a horrible bug.

It probably breaks monitoring of free disk space at least in munin. I am
not sure, whether this is identified as a violation and therefore
regularly reported or might lead to unnoticed filled up root file
system, which both is at least not very pleasant.

Regards
Till
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Adam Williamson
On Mon, 2012-12-17 at 11:41 +0100, Michael Schwendt wrote:
> On Mon, 17 Dec 2012 10:36:55 +0100, Joachim Backes wrote:
> 
> > 1. The output of the  df command in
> >the preceding coreutils.x86_64 0:8.17-6.fc18 contains a line for
> >the root FS
> > 2. The output of the actual mount command shows a line for the root FS!
> > 
> >mount
> >...
> >/dev/sda8 on / type ext4 (rw,relatime,seclabel,data=ordered)
> >...
> > 
> >/etc/mtab too!
> 
> 
> Well, the link given earlier,
>   
> https://admin.fedoraproject.org/updates/FEDORA-2012-20166/coreutils-8.17-7.fc18
> shows that this coreutils test update is on its way to stable updates
> already (becoming a zero day update for F18) after hardly three days in
> updates-testing. Seems it has been rushed out instead of waiting for
> more feedback.

It got +3 karma and hit the default autopush threshold. Doesn't seem
terrible, since this is a pretty subtle bug and critpath testing is
supposed to catch critpath failures, which this is not.

The update could get squelched, but I'm not sure that's really
necessary, as this really isn't a horrible bug.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Erinn Looney-Triggs
On 12/17/12 08:54, Michael Schwendt wrote:
> On Mon, 17 Dec 2012 08:22:53 -1000, Erinn Looney-Triggs wrote:
> 
>> Very odd, works for me:
>> rpm -q coreutils
>> coreutils-8.17-7.fc18.x86_64
> 
> Do you see an rpc_pipefs entry in the output of mount?
> If not, you may simply be unable to reproduce.
> https://bugzilla.redhat.com/887763 
> 

Nope and I just caught up to the rest of this thread. It looks like the
bug has been found but in my case isn't applicable.

-Erinn



signature.asc
Description: OpenPGP digital signature
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 08:22:53 -1000, Erinn Looney-Triggs wrote:

> Very odd, works for me:
> rpm -q coreutils
> coreutils-8.17-7.fc18.x86_64

Do you see an rpc_pipefs entry in the output of mount?
If not, you may simply be unable to reproduce.
https://bugzilla.redhat.com/887763 

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.17 0.12 0.14
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Erinn Looney-Triggs
On 12/17/12 08:18, ergodic wrote:
> Jachim, which df (coreutils) are you using?
> 
> I am using:  coreutils-8.15-9.fc17.x86_64
> 
> 
> 
> 
> 
> I am using Fedora 17. "df" without any param works FINE .
> 
> Screenshot attached.
> 
> 
> On Mon, Dec 17, 2012 at 9:43 PM, ergodic  > wrote:
> 
> This is also happening with Fedora 17.
> 
> - Original Message -
> On 17.12.2012 10:07, Joachim Backes wrote:
> > Hi F18 testers,
> >
> > On my fully updated (coreutils-8.17-7.fc18.x86_64)
> > F18 box, the command "df" without any param does not output the
> size of
> > the root filesystem:
> >
> >> df
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > devtmpfs 16527000   1652700   0% /dev
> > tmpfs1670312   92   1670220   1% /dev/shm
> > tmpfs1670312 3524   1666788   1% /run
> > tmpfs16703120   1670312   0% /sys/fs/cgroup
> > rpc_pipefs 105732188 10614892  89746368  11%
> /var/lib/nfs/rpc_pipefs
> > tmpfs1670312   52   1670260   1% /tmp
> > /dev/sdb1   96124904 49765628  41476324  55% /VBOX_BACKUP
> > /dev/sdb3   96124936 33037220  58204760  37% /SYSTEM_BACKUP
> > /dev/sdb2   96124936 11326920  79915060  13% /DISK2_BACKUP
> > /dev/sda2   43256140   418748  40640104   2% /wine
> > /dev/sda5   48062440  3947828  41673136   9% /disk2
> > /dev/sda6   96124904 24978264  66263688  28% /vbox
> >
> > But:
> >
> >> df /
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/sda8  105732188 10614892  89746368  11% /
> >
> > That's ok.
> >
> > Anybody sees this too?
> >
> 
> Yes, I'm. I haven't noticed that earlier but now I can confirm that /
> (root) is not on the list produced by df.
> 
> 
> Mateusz Marzantowicz
> --
> test mailing list
> test@lists.fedoraproject.org 
> To unsubscribe:
> https://admin.fedoraproject.org/mailman/listinfo/test
> --
> test mailing list
> test@lists.fedoraproject.org 
> To unsubscribe:
> https://admin.fedoraproject.org/mailman/listinfo/test
> 
> 
> 
> 
> -- 
> Thanks and Regards, 
> Raja Gopal Muralidharan
> 
>  
> Mobile : (91) 9500108460
> e-Mail : smrajago...@gmail.com 
> 
> 
> -- 
> test mailing list
> test@lists.fedoraproject.org
> To unsubscribe:
> https://admin.fedoraproject.org/mailman/listinfo/test
> 
> 

Very odd, works for me:
rpm -q coreutils
coreutils-8.17-7.fc18.x86_64

df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 39729360   3972936   0% /dev
tmpfs3984856   32   3984824   1% /dev/shm
tmpfs3984856 5660   3979196   1% /run
tmpfs39848560   3984856   0% /sys/fs/cgroup
/dev/sda6   30963708 10497968  18892876  36% /
tmpfs3984856  120   3984736   1% /tmp
/dev/sda5   82569904 40859724  37515876  53% /home
/dev/sda31032088   129704849956  14% /boot




signature.asc
Description: OpenPGP digital signature
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread ergodic
Jachim, which df (coreutils) are you using? 

I am using: coreutils-8.15-9.fc17.x86_64 




- Original Message -
I am using Fedora 17. "df" without any param works FINE . 

Screenshot attached. 




On Mon, Dec 17, 2012 at 9:43 PM, ergodic < g...@embarqmail.com > wrote: 


This is also happening with Fedora 17. 



- Original Message - 
On 17.12.2012 10:07, Joachim Backes wrote: 
> Hi F18 testers, 
> 
> On my fully updated (coreutils-8.17-7.fc18.x86_64) 
> F18 box, the command "df" without any param does not output the size of 
> the root filesystem: 
> 
>> df 
> Filesystem 1K-blocks Used Available Use% Mounted on 
> devtmpfs 1652700 0 1652700 0% /dev 
> tmpfs 1670312 92 1670220 1% /dev/shm 
> tmpfs 1670312 3524 1666788 1% /run 
> tmpfs 1670312 0 1670312 0% /sys/fs/cgroup 
> rpc_pipefs 105732188 10614892 89746368 11% /var/lib/nfs/rpc_pipefs 
> tmpfs 1670312 52 1670260 1% /tmp 
> /dev/sdb1 96124904 49765628 41476324 55% /VBOX_BACKUP 
> /dev/sdb3 96124936 33037220 58204760 37% /SYSTEM_BACKUP 
> /dev/sdb2 96124936 11326920 79915060 13% /DISK2_BACKUP 
> /dev/sda2 43256140 418748 40640104 2% /wine 
> /dev/sda5 48062440 3947828 41673136 9% /disk2 
> /dev/sda6 96124904 24978264 66263688 28% /vbox 
> 
> But: 
> 
>> df / 
> Filesystem 1K-blocks Used Available Use% Mounted on 
> /dev/sda8 105732188 10614892 89746368 11% / 
> 
> That's ok. 
> 
> Anybody sees this too? 
> 

Yes, I'm. I haven't noticed that earlier but now I can confirm that / 
(root) is not on the list produced by df. 


Mateusz Marzantowicz 
-- 
test mailing list 
test@lists.fedoraproject.org 
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test 
-- 
test mailing list 
test@lists.fedoraproject.org 
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test 




-- 


Thanks and Regards, 
Raja Gopal Muralidharan 


 
Mobile : (91) 9500108460 
e-Mail : smrajago...@gmail.com 

-- 
test mailing list 
test@lists.fedoraproject.org 
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test -- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread ergodic
Well...Then why?

[root@xxx]# df
Filesystem 1K-blocks  Used Available Use% Mounted on
devtmpfs 3046148 0   3046148   0% /dev
tmpfs3056848   252   3056596   1% /dev/shm
tmpfs3056848  1440   3055408   1% /run
/dev/sda2   15346336   6825044   7741740  47% /
tmpfs3056848 0   3056848   0% /sys/fs/cgroup
tmpfs3056848 0   3056848   0% /media
/dev/sdb9   11590880   2239132   8762948  21% /run/mount/HomeAll
/dev/sdb7  367074300 264186384 102887916  72% /home/1Dat-A-V
/dev/sdb5  20476 135906408  68893588  67% /home/1Dat-W1
/dev/sdb6  122878972 107174844  15704128  88% /home/1Dat-W2



- Original Message -
On Mon, 17 Dec 2012 21:50:43 +0530
RaJ M  wrote:

> I am using Fedora 17. "df" without any param works FINE .
> 
> Screenshot attached.
> 

Pleas stop top-posting
It brings forward the  Apocalypse

You may have an old version test with:
coreutils-8.15-9.fc17
http://koji.fedoraproject.org/koji/buildinfo?buildID=372382


-- 
Regards,
Frank
"Tell Mark I'll call him at four"
John 3:30:15
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 21:50:43 +0530, RaJ M wrote:

> I am using Fedora 17. "df" without any param works FINE .

Much more interesting are those cases where it doesn't (!) work.
And the coreutils package version, not uname -r.

> Screenshot attached.

No need to prove it with a 300KB screenshot, which will be forwarded
to all subscribers.

> > > rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs

Anyone with such output, please join the ticket and answer the
question posted there: https://bugzilla.redhat.com/887763

Of course, anyone else where the root fs is absent without a
/var/lib/nfs/rpc_pipefs entry appearing instead, pay attention
to the ticket, too.

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.57 0.39 0.29

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.18 0.36 0.31
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Frank Murphy
On Mon, 17 Dec 2012 21:50:43 +0530
RaJ M  wrote:

> I am using Fedora 17. "df" without any param works FINE .
> 
> Screenshot attached.
> 

Pleas stop top-posting
It brings forward the  Apocalypse

You may have an old version test with:
coreutils-8.15-9.fc17
http://koji.fedoraproject.org/koji/buildinfo?buildID=372382


-- 
Regards,
Frank
"Tell Mark I'll call him at four"
John 3:30:15
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread ergodic
This is also happening with Fedora 17.

- Original Message -
On 17.12.2012 10:07, Joachim Backes wrote:
> Hi F18 testers,
>
> On my fully updated (coreutils-8.17-7.fc18.x86_64)
> F18 box, the command "df" without any param does not output the size of
> the root filesystem:
>
>> df
> Filesystem 1K-blocks Used Available Use% Mounted on
> devtmpfs 16527000   1652700   0% /dev
> tmpfs1670312   92   1670220   1% /dev/shm
> tmpfs1670312 3524   1666788   1% /run
> tmpfs16703120   1670312   0% /sys/fs/cgroup
> rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs
> tmpfs1670312   52   1670260   1% /tmp
> /dev/sdb1   96124904 49765628  41476324  55% /VBOX_BACKUP
> /dev/sdb3   96124936 33037220  58204760  37% /SYSTEM_BACKUP
> /dev/sdb2   96124936 11326920  79915060  13% /DISK2_BACKUP
> /dev/sda2   43256140   418748  40640104   2% /wine
> /dev/sda5   48062440  3947828  41673136   9% /disk2
> /dev/sda6   96124904 24978264  66263688  28% /vbox
>
> But:
>
>> df /
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda8  105732188 10614892  89746368  11% /
>
> That's ok.
>
> Anybody sees this too?
>

Yes, I'm. I haven't noticed that earlier but now I can confirm that /
(root) is not on the list produced by df.


Mateusz Marzantowicz
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 22:19:27 +1000, Adrian wrote:

> [root@fedora18desk ~]# uname -r
> 3.6.10-4.fc18.x86_64

Not the latest for F18, and "rpm -q coreutils" is more relevant in this case.

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.08 0.03 0.10
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Adrian
-
Original Message-R
eply-to: For testing and quality assurance of Fedora releases


Subject: Re: The output of the command "df" (without any param) omits
the line for the root filesystem
Date: Mon, 17 Dec 2012 13:05:09 +0100


On Mon, 17 Dec 2012 12:45:19 +0100, Mateusz Marzantowicz wrote:

> > Anybody sees this too?
> >
> 
> Yes, I'm. I haven't noticed that earlier but now I can confirm that /
> (root) is not on the list produced by df.

[root@fedora18desk ~]# df
Filesystem 1K-blocks  Used Available Use% Mounted on
rootfs  51606140  14153444  34831256  29% /
devtmpfs 2012424 0   2012424   0% /dev
tmpfs2023644   204   2023440   1% /dev/shm
tmpfs2023644 11568   2012076   1% /run
tmpfs2023644 0   2023644   0% /sys/fs/cgroup
/dev/sdb3   51606140  14153444  34831256  29% /
tmpfs2023644   100   2023544   1% /tmp
/dev/sdc1  488375968 226626948 261749020  47% /mnt/Windows
/dev/sda5  488384508 345283804 143100704  71% /mnt/Backup
/dev/sdb1 495844155779314465  34% /boot
/dev/sdb5  184253516  24822156 150071744  15% /home
[root@fedora18desk ~]# uname -r
3.6.10-4.fc18.x86_64
[root@fedora18desk ~]# 

vk4tux
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 12:45:19 +0100, Mateusz Marzantowicz wrote:

> > Anybody sees this too?
> >
> 
> Yes, I'm. I haven't noticed that earlier but now I can confirm that /
> (root) is not on the list produced by df.

https://bugzilla.redhat.com/887763
has been filed by Joachim meanwhile.

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.20 0.33 0.31
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Mateusz Marzantowicz
On 17.12.2012 10:07, Joachim Backes wrote:
> Hi F18 testers,
>
> On my fully updated (coreutils-8.17-7.fc18.x86_64)
> F18 box, the command "df" without any param does not output the size of
> the root filesystem:
>
>> df
> Filesystem 1K-blocks Used Available Use% Mounted on
> devtmpfs 16527000   1652700   0% /dev
> tmpfs1670312   92   1670220   1% /dev/shm
> tmpfs1670312 3524   1666788   1% /run
> tmpfs16703120   1670312   0% /sys/fs/cgroup
> rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs
> tmpfs1670312   52   1670260   1% /tmp
> /dev/sdb1   96124904 49765628  41476324  55% /VBOX_BACKUP
> /dev/sdb3   96124936 33037220  58204760  37% /SYSTEM_BACKUP
> /dev/sdb2   96124936 11326920  79915060  13% /DISK2_BACKUP
> /dev/sda2   43256140   418748  40640104   2% /wine
> /dev/sda5   48062440  3947828  41673136   9% /disk2
> /dev/sda6   96124904 24978264  66263688  28% /vbox
>
> But:
>
>> df /
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda8  105732188 10614892  89746368  11% /
>
> That's ok.
>
> Anybody sees this too?
>

Yes, I'm. I haven't noticed that earlier but now I can confirm that /
(root) is not on the list produced by df.


Mateusz Marzantowicz
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Frank Murphy
On Mon, 17 Dec 2012 11:41:47 +0100
Michael Schwendt  wrote:

> 
> Well, the link given earlier,
>   
> https://admin.fedoraproject.org/updates/FEDORA-2012-20166/coreutils-8.17-7.fc18
> shows that this coreutils test update is on its way to stable
> updates already (becoming a zero day update for F18) after hardly
> three days in updates-testing. Seems it has been rushed out instead
> of waiting for more feedback.
> 
> http://bugz.fedoraproject.org/coreutils
> 

It's an attempt to fix this "bug"
https://bugzilla.redhat.com/show_bug.cgi?id=709351


-- 
Regards,
Frank
Life's great questions
"If a brickie lays bricks, why don't a plumber lay plumbs"
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 10:36:55 +0100, Joachim Backes wrote:

> 1. The output of the  df command in
>the preceding coreutils.x86_64 0:8.17-6.fc18 contains a line for
>the root FS
> 2. The output of the actual mount command shows a line for the root FS!
> 
>mount
>...
>/dev/sda8 on / type ext4 (rw,relatime,seclabel,data=ordered)
>...
> 
>/etc/mtab too!


Well, the link given earlier,
  
https://admin.fedoraproject.org/updates/FEDORA-2012-20166/coreutils-8.17-7.fc18
shows that this coreutils test update is on its way to stable updates
already (becoming a zero day update for F18) after hardly three days in
updates-testing. Seems it has been rushed out instead of waiting for
more feedback.

http://bugz.fedoraproject.org/coreutils

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.00 0.02 0.06
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Ed Greshko
On 12/17/2012 05:07 PM, Joachim Backes wrote:
> Hi F18 testers,
>
> On my fully updated (coreutils-8.17-7.fc18.x86_64)
> F18 box, the command "df" without any param does not output the size of
> the root filesystem:
>
>> df
> Filesystem 1K-blocks Used Available Use% Mounted on
> devtmpfs 16527000   1652700   0% /dev
> tmpfs1670312   92   1670220   1% /dev/shm
> tmpfs1670312 3524   1666788   1% /run
> tmpfs16703120   1670312   0% /sys/fs/cgroup
> rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs
> tmpfs1670312   52   1670260   1% /tmp
> /dev/sdb1   96124904 49765628  41476324  55% /VBOX_BACKUP
> /dev/sdb3   96124936 33037220  58204760  37% /SYSTEM_BACKUP
> /dev/sdb2   96124936 11326920  79915060  13% /DISK2_BACKUP
> /dev/sda2   43256140   418748  40640104   2% /wine
> /dev/sda5   48062440  3947828  41673136   9% /disk2
> /dev/sda6   96124904 24978264  66263688  28% /vbox
>
> But:
>
>> df /
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda8  105732188 10614892  89746368  11% /
>
> That's ok.
>
> Anybody sees this too?
>

No  But I wonder if you have a separate /boot which has also gone missing?


-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Joachim Backes
On 12/17/2012 10:23 AM, Michael Schwendt wrote:
> On Mon, 17 Dec 2012 10:07:09 +0100, Joachim Backes wrote:
> 
>> Hi F18 testers,
>>
>> On my fully updated (coreutils-8.17-7.fc18.x86_64)
> 
> Why do you state this package? Is the problem specific to that package
> and cannot be reproduced with the older one? Have you tried a downgrade
> yet? "yum downgrade coreutils"
> 
> Its package changelog entries is
> 
>   * Tue Dec 11 2012 Ondrej Vasik  8.17-7
>   - fix showing duplicates in df (#709351, O.Oprala, B.Voelker)
> 
> which might be related.
> https://admin.fedoraproject.org/updates/FEDORA-2012-20166/coreutils-8.17-7.fc18
> 
>> F18 box, the command "df" without any param does not output the size of
>> the root filesystem:
> 
>>> df
>> rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs
> 
>>> df /
>> /dev/sda8  105732188 10614892  89746368  11% /
> 
> Have you noticed the similarity of these two lines?
> Just coincidence?
> 
> Further, where's the output of "mount" from that machine?
> 

Hi Michael,

1. The output of the  df command in
   the preceding coreutils.x86_64 0:8.17-6.fc18 contains a line for
   the root FS
2. The output of the actual mount command shows a line for the root FS!

   mount
   ...
   /dev/sda8 on / type ext4 (rw,relatime,seclabel,data=ordered)
   ...

   /etc/mtab too!

Kind regards

Joachim Backes 

https://www-user.rhrk.uni-kl.de/~backes

PGP key ID: 0x1BB12F9E
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Michael Schwendt
On Mon, 17 Dec 2012 10:07:09 +0100, Joachim Backes wrote:

> Hi F18 testers,
> 
> On my fully updated (coreutils-8.17-7.fc18.x86_64)

Why do you state this package? Is the problem specific to that package
and cannot be reproduced with the older one? Have you tried a downgrade
yet? "yum downgrade coreutils"

Its package changelog entries is

  * Tue Dec 11 2012 Ondrej Vasik  8.17-7
  - fix showing duplicates in df (#709351, O.Oprala, B.Voelker)

which might be related.
https://admin.fedoraproject.org/updates/FEDORA-2012-20166/coreutils-8.17-7.fc18

> F18 box, the command "df" without any param does not output the size of
> the root filesystem:

> > df
> rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs

> > df /
> /dev/sda8  105732188 10614892  89746368  11% /

Have you noticed the similarity of these two lines?
Just coincidence?

Further, where's the output of "mount" from that machine?

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.10-5.fc18.x86_64
loadavg: 0.02 0.27 0.18
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Frank Murphy
On Mon, 17 Dec 2012 10:07:09 +0100
Joachim Backes  wrote:

> Hi F18 testers,
> 
> On my fully updated (coreutils-8.17-7.fc18.x86_64)
> F18 box, the command "df" without any param does not output the
> size of the root filesystem:

~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 141405024  5868892 134099904   5% /
devtmpfs 20094000   2009400   0% /dev
tmpfs20195964   2019592   1% /dev/shm
tmpfs2019596 3020   2016576   1% /run
tmpfs20195960   2019596   0% /sys/fs/cgroup
/dev/dm-0  141405024  5868892 134099904   5% /
tmpfs2019596   12   2019584   1% /tmp
/dev/sda22064208   328884   1630468  17% /boot
/dev/dm-1  153790500 35517880 110460424  25% /home


-- 
Regards,
Frank
Life's great questions
"If a brickie lays bricks, why don't a plumber lay plumbs"
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

The output of the command "df" (without any param) omits the line for the root filesystem

2012-12-17 Thread Joachim Backes
Hi F18 testers,

On my fully updated (coreutils-8.17-7.fc18.x86_64)
F18 box, the command "df" without any param does not output the size of
the root filesystem:

> df

Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 16527000   1652700   0% /dev
tmpfs1670312   92   1670220   1% /dev/shm
tmpfs1670312 3524   1666788   1% /run
tmpfs16703120   1670312   0% /sys/fs/cgroup
rpc_pipefs 105732188 10614892  89746368  11% /var/lib/nfs/rpc_pipefs
tmpfs1670312   52   1670260   1% /tmp
/dev/sdb1   96124904 49765628  41476324  55% /VBOX_BACKUP
/dev/sdb3   96124936 33037220  58204760  37% /SYSTEM_BACKUP
/dev/sdb2   96124936 11326920  79915060  13% /DISK2_BACKUP
/dev/sda2   43256140   418748  40640104   2% /wine
/dev/sda5   48062440  3947828  41673136   9% /disk2
/dev/sda6   96124904 24978264  66263688  28% /vbox

But:

> df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda8  105732188 10614892  89746368  11% /

That's ok.

Anybody sees this too?

Kind regards


Joachim Backes 

https://www-user.rhrk.uni-kl.de/~backes

PGP key ID: 0x1BB12F9E
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test