You are not logged in.
hi, i need help with something, i was trying to install oss (open sound system) when for some weird reason i get this message " not enough space available on /run/systemd/. Currently, 8.0K are free, but a safety buffer of 16.0M is enforced."
now heres my output on df /h *:
/dev/mapper/luks-0b936f2e-a542-4b91-a8db-f0d5c98c53b2 384G 311G 53G 86% /
and df /h
Filesystem Size Used Avail Use% Mounted on
dev 24G 0 24G 0% /dev
run 24G 24G 12K 100% /run
efivarfs 384K 100K 280K 27% /sys/firmware/efi/efivars
/dev/dm-0 384G 311G 53G 86% /
tmpfs 24G 32M 24G 1% /dev/shm
tmpfs 24G 2.7M 24G 1% /etc/pacman.d/gnupg
tmpfs 24G 29M 24G 1% /tmp
/dev/nvme0n1p1 300M 17M 284M 6% /boot/efi
tmpfs 4.7G 4.9M 4.7G 1% /run/user/1001
/dev/sdb1 9.1T 2.9T 6.3T 32% /run/media/max/storage
/dev/sda1 234G 30G 193G 14% /run/media/max/SPARE
/dev/nvme0n1p3 335G 182G 136G 58% /run/media/max/76dbd97a-f75e-418e-83a6-8a27e7b096d8
and when i try to do systemctl daemon-reload, i get
Reload daemon failed: Refusing to reload, not enough space available on /run/systemd/. Currently, 12.0K are free, but a safety buffer of 16.0M is enforced.
WHATS THE DEAL?
Offline
What are you trying to install, exactly? Oss is extremely old and obsolete. Is this still blackarch?
It's obvious that yes, /run is out of space, and we can try do diagnose that, but oss, really?
Last edited by Scimmia (2024-04-29 05:06:39)
Offline
Please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
https://archlinux.org/packages/extra/x86_64/ncdu/
nb. that /run is transient, the problem, but also every opportunity to investigate and mute the cause, will disappear w/ a reboot.
wrt. oss: if you *think* you might want/need it, no you don't.
If you *know* you need it (eg. because of some old, binary only, game) nb. that there's an emulation layer w/ snd_pcm_oss which typically will do that job.
Online