On 2024-11-30, BESSOT Jean-Michel wrote:
> It arrived when I was bulding cabal in ports. Any idea on where it fill
> the partition ?
On 2024-11-30, BESSOT Jean-Michel wrote:
> I runned the command and it find the file
> /root/.cache/cabal/packages/hackage.haskell.org/01-index.tar. I deleted
>
On Sat, Nov 30, 2024 at 02:57:48PM +0100, BESSOT Jean-Michel wrote:
> not in dev the biggest file is 512b all the other size in bytes.
Other commands which you might find useful include du(1) and sort(1).
$ doas du -hx / | sort -h
BESSOT Jean-Michel :
> I runned the command and it find the file
> /root/.cache/cabal/packages/hackage.haskell.org/01-index.tar.
Really, this /root is an other puppy with no leash..
Dan
--
Nuggetsman.com - Repo: https://code.5mode.com
Please reply to the mailing-list, leveraging technical
Дана 24/11/30 03:36PM, BESSOT Jean-Michel написа:
> /root/.cache/cabal/packages/hackage.haskell.org/01-index.tar
Running Haskell as root? I didn't work with Haskell, but if it is
anything like npm, Python and similar package-oriented language
environments, then the intended way is to install packa
On Sat, Nov 30, 2024 at 02:57:48PM +0100, BESSOT Jean-Michel wrote:
> not in dev the biggest file is 512b all the other size in bytes.
>
You can use -x flag of du to only show root partition of the disk
# du -kx -d1 /
--
MS
I runned the command and it find the file
/root/.cache/cabal/packages/hackage.haskell.org/01-index.tar. I deleted
it and it solved the problem.
Thank you very much
On Sat, Nov 30, 2024 at 02:57:48PM +0100, BESSOT Jean-Michel wrote:
> not in dev the biggest file is 512b all the other size in bytes.
>
doas find / -xdev -size +1
gets you a list of candidates
-Otto
not in dev the biggest file is 512b all the other size in bytes.
Did you check for any large file in /dev ?
A piped command not in time fashion is
enough sometime to get in trouble.
Hello
I have a problem / is full but I don't manage to see what takes the space.
x1# df
Filesystem 512-blocks Used Avail Capacity Mounted on
/dev/sd0a 2018844 2018312 -100408 106% /
/dev/sd0k 104736244 36817428 62682004 38% /home
/dev/sd0d 8114908 194
10 matches
Mail list logo