* [gentoo-user] df command no longer working
@ 2023-02-12 20:37 Dale
2023-02-12 20:41 ` Mark Knecht
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dale @ 2023-02-12 20:37 UTC (permalink / raw
To: gentoo-user
Howdy,
As some may recall, I'm bad to fill up a hard drive. I regularly use df
-h to see where drives are as far as filling up and such. Usually, it
takes only a second or so to list them all. Speed is one reason I use
it. I did my regular updates last weekend and for the past few days, it
hasn't worked. I did a re-emerge of coreutils, then some of its
friends. It still doesn't work. When I run df -h, it just sits there.
It will sit there for hours, doing nothing it seems. Eventually, I hit
ctrl c to kill it.
Anyone else running into this? Any idea as to why it stopped working?
I can't find anything on BGO. Searching for only two characters is a
bit hard tho. o_O
Thoughts?
Dale
:-) :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] df command no longer working
2023-02-12 20:37 [gentoo-user] df command no longer working Dale
@ 2023-02-12 20:41 ` Mark Knecht
2023-02-12 20:43 ` Frank Steinmetzger
2023-02-12 21:06 ` Arsen Arsenović
2 siblings, 0 replies; 5+ messages in thread
From: Mark Knecht @ 2023-02-12 20:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
On Sun, Feb 12, 2023 at 1:37 PM Dale <rdalek1967@gmail.com> wrote:
<SNIP>
> I did a re-emerge of coreutils, then some of its
> friends. It still doesn't work.
I saw some clickbait news that coreutils is being rewritten in Rust
but I don't think it's been released to the general public. However
if you run non-stable packages then possibly you picked it up?
Possibly mask the version you are currently using and see if
an older version is working?
[-- Attachment #2: Type: text/html, Size: 653 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] df command no longer working
2023-02-12 20:37 [gentoo-user] df command no longer working Dale
2023-02-12 20:41 ` Mark Knecht
@ 2023-02-12 20:43 ` Frank Steinmetzger
2023-02-12 22:29 ` Dale
2023-02-12 21:06 ` Arsen Arsenović
2 siblings, 1 reply; 5+ messages in thread
From: Frank Steinmetzger @ 2023-02-12 20:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
Am Sun, Feb 12, 2023 at 02:37:22PM -0600 schrieb Dale:
> Howdy,
>
> As some may recall, I'm bad to fill up a hard drive. I regularly use df
> -h to see where drives are as far as filling up and such. Usually, it
> takes only a second or so to list them all. Speed is one reason I use
> it. I did my regular updates last weekend and for the past few days, it
> hasn't worked. I did a re-emerge of coreutils, then some of its
> friends. It still doesn't work. When I run df -h, it just sits there.
> It will sit there for hours, doing nothing it seems. Eventually, I hit
> ctrl c to kill it.
>
> Anyone else running into this? Any idea as to why it stopped working?
> I can't find anything on BGO. Searching for only two characters is a
> bit hard tho. o_O
Sounds a little bit like a hanging NFS share; df goes through all mounts and
tries to access them, but one isn’t responding.
--
Grüße | Greetings | Salut | Qapla’
Please do not share anything from, with or about me on any social network.
Democracy is a process which guarantees that
we are not governed any better than we deserve.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] df command no longer working
2023-02-12 20:37 [gentoo-user] df command no longer working Dale
2023-02-12 20:41 ` Mark Knecht
2023-02-12 20:43 ` Frank Steinmetzger
@ 2023-02-12 21:06 ` Arsen Arsenović
2 siblings, 0 replies; 5+ messages in thread
From: Arsen Arsenović @ 2023-02-12 21:06 UTC (permalink / raw
To: gentoo-user; +Cc: Dale
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
Hi,
Dale <rdalek1967@gmail.com> writes:
> Howdy,
>
> As some may recall, I'm bad to fill up a hard drive. I regularly use df
> -h to see where drives are as far as filling up and such. Usually, it
> takes only a second or so to list them all. Speed is one reason I use
> it. I did my regular updates last weekend and for the past few days, it
> hasn't worked. I did a re-emerge of coreutils, then some of its
> friends. It still doesn't work. When I run df -h, it just sits there.
> It will sit there for hours, doing nothing it seems. Eventually, I hit
> ctrl c to kill it.
>
> Anyone else running into this? Any idea as to why it stopped working?
> I can't find anything on BGO. Searching for only two characters is a
> bit hard tho. o_O
>
> Thoughts?
>
> Dale
>
> :-) :-)
Try applying df to a single filesystem, like: ``df -h /''. If that
works, get an strace of df and also post that.
Have a great night.
--
Arsen Arsenović
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 381 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] df command no longer working
2023-02-12 20:43 ` Frank Steinmetzger
@ 2023-02-12 22:29 ` Dale
0 siblings, 0 replies; 5+ messages in thread
From: Dale @ 2023-02-12 22:29 UTC (permalink / raw
To: gentoo-user
Frank Steinmetzger wrote:
> Am Sun, Feb 12, 2023 at 02:37:22PM -0600 schrieb Dale:
>> Howdy,
>>
>> As some may recall, I'm bad to fill up a hard drive. I regularly use df
>> -h to see where drives are as far as filling up and such. Usually, it
>> takes only a second or so to list them all. Speed is one reason I use
>> it. I did my regular updates last weekend and for the past few days, it
>> hasn't worked. I did a re-emerge of coreutils, then some of its
>> friends. It still doesn't work. When I run df -h, it just sits there.
>> It will sit there for hours, doing nothing it seems. Eventually, I hit
>> ctrl c to kill it.
>>
>> Anyone else running into this? Any idea as to why it stopped working?
>> I can't find anything on BGO. Searching for only two characters is a
>> bit hard tho. o_O
> Sounds a little bit like a hanging NFS share; df goes through all mounts and
> tries to access them, but one isn’t responding.
>
This was the one. I guess I forgot to umount my backup NAS before
shutting it down. Obviously, since the machine is off right now, it
wasn't responding. I did a umount -f on it and now it works again.
I thought I used df since my last update but wasn't sure. I thought
maybe a update broke a symlink or something, which is why I re-emerged
several packages. Didn't occur to me to check the NAS mount point.
Thanks to all. It's working again. I need to buy more drives again
tho. Getting close to 90% on some and over 90% on backup NAS. :/
Dale
:-) :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-12 22:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 20:37 [gentoo-user] df command no longer working Dale
2023-02-12 20:41 ` Mark Knecht
2023-02-12 20:43 ` Frank Steinmetzger
2023-02-12 22:29 ` Dale
2023-02-12 21:06 ` Arsen Arsenović
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox