Re: root directory full

2024-11-30 Thread Dan
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

Re: root directory full

2024-11-30 Thread Страхиња Радић
Дана 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

Re: root directory full

2024-11-30 Thread Maksym Sheremet
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

root directory full

2024-11-30 Thread BESSOT Jean-Michel
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

Re: root directory full

2024-11-30 Thread Dan
Did you check for any large file in /dev ? A piped command not in time fashion is enough sometime to get in trouble.

Re: root directory full

2024-11-30 Thread BESSOT Jean-Michel
not in dev the biggest file is 512b all the other size in bytes.

Re: root directory full

2024-11-30 Thread Otto Moerbeek
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

Re: root directory full

2024-11-30 Thread BESSOT Jean-Michel
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

Re: Blockgame

2024-11-30 Thread Stuart Henderson
On 2024-11-30, Jesse Lawton wrote: > As per this reddit post > (https://rl.bloat.cat/r/openbsd_gaming/comments/1gsoe0u/support_minecraft_1213/) > you cannot play newer Minecraft versions on OpenBSD. > However it looks like a very easy fix and I made some changes to the > source, but I can't compil

Re: USB C port not working on ThinkPad T470

2024-11-30 Thread Kyle Ackerman
So after further investigation, here is what I have found out. - The USB port is not broken or disabled - The xHCI root hub is being configured when a device is plugged in. - The device only appears when I have it plugged in before boot. - If I remove and insert the device, the PCI

Re: root directory full

2024-11-30 Thread Bunkmate
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

Re: Does OpenBSD have the equivalent of Linux Bind Mounts?

2024-11-30 Thread Steve Litt
Kenneth Gober said on Sat, 30 Nov 2024 16:36:48 -0500 >On Sat, Nov 30, 2024 at 4:26 PM Steve Litt >wrote: > >> Does OpenBSD have the equivalent of Linux Bind Mounts? >> > >You can use NFS to do something like this. For example, if you have in >fstab(5): >{duid}.a /nfs/archive ffs rw,noatime,no

Re: Does OpenBSD have the equivalent of Linux Bind Mounts?

2024-11-30 Thread Kenneth Gober
On Sat, Nov 30, 2024 at 4:26 PM Steve Litt wrote: > Does OpenBSD have the equivalent of Linux Bind Mounts? > You can use NFS to do something like this. For example, if you have in fstab(5): {duid}.a /nfs/archive ffs rw,noatime,nodev,nosuid 1 3 localhost:/nfs/archive/dist/OpenBSD /var/www/ftp/pu

Re: Can a daemon like unbound run in two RDOMAINs at the same time?

2024-11-30 Thread Zack Newman
Can it run in two different rdomain(4)s? Yes, but not "natively". You'll have to run separate copies of it for each rdomain(4). If you don't need to actually run it in different rdomain(4)s but instead only need it accessible, then pf(4) is your friend. Something like below should work: pass out

Can a daemon like unbound run in two RDOMAINs at the same time?

2024-11-30 Thread Adrian Ali
My server resolves with local resolution via unbound: server ~ $ cat /etc/resolv.conf nameserver 127.0.0.1 server ~ $ Daemon unbound corre en RDOMAIN 0: server ~ $ ps ax -o user,rtable,command | grep -e unbound -e USER USER RTABLE COMMAND _unbound 0 /usr/sbin/unbound -c /var/unbound