Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Andrei POPESCU
On Vi, 12 mar 21, 11:41:11, Mitchell Laks wrote: > I hope this is going to the list and not to Andei directly. It did go to me :) Putting it back on list now. > It worked. > di -hx --max-depth=1 /home/directory |sort -h|less > > I found a 295G .vnc/WORKSTATION:5904.log file > which gave me so

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Andrei POPESCU
On Vi, 12 mar 21, 17:42:48, Tixy wrote: > On Fri, 2021-03-12 at 18:13 +0200, Andrei POPESCU wrote: > > > > My personal favorite: > > > > du -hx --max-depth=1 | sort -h > > > > You can use the short option -d instead of --max-depth, and make it's > parameter '1' come straight after [1], so

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Stefan Monnier
> du -hd1 | sort -h > then 'cd' into a likely candidate directory and repeat. Hmmm here's what I do instead: du | sort -n | tail -n 100 -- Stefan

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Tixy
On Fri, 2021-03-12 at 18:13 +0200, Andrei POPESCU wrote: > On Vi, 12 mar 21, 09:02:23, Charles Curley wrote: > > On Fri, 12 Mar 2021 10:45:22 -0500 > > Mitchell Laks wrote: > > > > > I recently upgraded a system that uses sid and the /home > > > partition > > > filled. > > > > I find "du | sort

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Celejar
On Fri, 12 Mar 2021 18:13:51 +0200 Andrei POPESCU wrote: > On Vi, 12 mar 21, 09:02:23, Charles Curley wrote: > > On Fri, 12 Mar 2021 10:45:22 -0500 > > Mitchell Laks wrote: > > > > > I recently upgraded a system that uses sid and the /home partition > > > filled. > > > > I find "du | sort -n"

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Andrei POPESCU
On Vi, 12 mar 21, 10:45:22, Mitchell Laks wrote: > Hi, > > I recently upgraded a system that uses sid and the /home partition filled. > > I then adjusted tune2fs -m 3 /dev/md1 to give myself 20 G of space. > Did nothing and next day already filled /home 100% again. Please show us. (the output

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Andrei POPESCU
On Vi, 12 mar 21, 09:02:23, Charles Curley wrote: > On Fri, 12 Mar 2021 10:45:22 -0500 > Mitchell Laks wrote: > > > I recently upgraded a system that uses sid and the /home partition > > filled. > > I find "du | sort -n" useful in such situations. Start at /home and > work your way down. My per

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread Charles Curley
On Fri, 12 Mar 2021 10:45:22 -0500 Mitchell Laks wrote: > I recently upgraded a system that uses sid and the /home partition > filled. I find "du | sort -n" useful in such situations. Start at /home and work your way down. -- Does anybody read signatures any more? https://charlescurley.com ht

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread songbird
Mitchell Laks wrote: > Hi, > > I recently upgraded a system that uses sid and the /home partition filled. > > I then adjusted tune2fs -m 3 /dev/md1 to give myself 20 G of space. > Did nothing and next day already filled /home 100% again. > Same thing happened when i did -m2. > > Ok how to find th

Re: /home partition filling immediately after recent sid upgrade

2021-03-12 Thread IL Ka
> > tried du -sh on /home/username /* etc. > and what was the output? I use $ du -d1 | sort -n Also, try "ncdu".

/home partition filling immediately after recent sid upgrade

2021-03-12 Thread Mitchell Laks
Hi, I recently upgraded a system that uses sid and the /home partition filled. I then adjusted tune2fs -m 3 /dev/md1 to give myself 20 G of space. Did nothing and next day already filled /home 100% again. Same thing happened when i did -m2. Ok how to find the culprit ? A long long time ago, t