Re: [gentoo-user] df command no longer working

2023-02-12 Thread Dale
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

:-)  :-) 



Re: [gentoo-user] df command no longer working

2023-02-12 Thread Arsen Arsenović
Hi,

Dale  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ć


signature.asc
Description: PGP signature


Re: [gentoo-user] df command no longer working

2023-02-12 Thread Frank Steinmetzger
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.


signature.asc
Description: PGP signature


Re: [gentoo-user] df command no longer working

2023-02-12 Thread Mark Knecht
On Sun, Feb 12, 2023 at 1:37 PM Dale  wrote:

> 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?


[gentoo-user] df command no longer working

2023-02-12 Thread 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

Thoughts?

Dale

:-)  :-) 



[gentoo-user] Re: No New Image 12th February 2023

2023-02-12 Thread Luna Jernberg
Broken builds for amd64 today too :(

On 1/16/23, Luna Jernberg  wrote:
> Hey!
>
> Did the ISO builds not go as planned last week?
>



Re: [gentoo-user] libnotify without x11-misc/notification-daemon when using fnott?

2023-02-12 Thread Neil Bothwick
On Sun, 12 Feb 2023 22:46:09 +0500, Anna (cybertailor) Vyalkova wrote:

> > I'm using this notification daemon called fnott. Basically my goal is
> > to get rid of x11-misc/notification-daemon. I need libnotify which
> > pulls virtual/notification-daemon-0 which pulls
> > x11-misc/notification-daemon since fnott isn't listed in the DEPENDS.
> > How can I just get rid of x11-misc/notification-daemon?  
> 
> https://wiki.gentoo.org/wiki//etc/portage/profiles/package.provided

Or copy the virtual to a local overlay and add fnott to the DEPENDS.

You could also request it be added on bugs.gentoo.org.


-- 
Neil Bothwick

Barnum was wrongit's more like every 30 seconds!


pgp3srUEG_0_F.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] libnotify without x11-misc/notification-daemon when using fnott?

2023-02-12 Thread Anna (cybertailor) Vyalkova
On 2023-02-12 12:37, efeizbudak wrote:
> I'm using this notification daemon called fnott. Basically my goal is to
> get rid of x11-misc/notification-daemon. I need libnotify which pulls
> virtual/notification-daemon-0 which pulls x11-misc/notification-daemon
> since fnott isn't listed in the DEPENDS. How can I just get rid of
> x11-misc/notification-daemon?

https://wiki.gentoo.org/wiki//etc/portage/profiles/package.provided



[gentoo-user] libnotify without x11-misc/notification-daemon when using fnott?

2023-02-12 Thread efeizbudak
Hi all,

I'm using this notification daemon called fnott. Basically my goal is to
get rid of x11-misc/notification-daemon. I need libnotify which pulls
virtual/notification-daemon-0 which pulls x11-misc/notification-daemon
since fnott isn't listed in the DEPENDS. How can I just get rid of
x11-misc/notification-daemon?

Thank you

-- 
All the best,
Efe

The funny quote of this email is trivial and left as an exercise.


signature.asc
Description: PGP signature