Difference between revisions of "/run/"
Jump to navigation
Jump to search
↑ https://wiki.ubuntu.com/DebuggingSystemd
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 9: | Line 9: | ||
* Increase run space | * Increase run space | ||
− | Append to <code>/etc/[[fstab]]</code> | + | 1) Append to <code>/etc/[[fstab]]</code> |
none /run tmpfs defaults,size=XXXXXXXXM 0 0 | none /run tmpfs defaults,size=XXXXXXXXM 0 0 | ||
− | + | 2) <code>mount /run again</code> | |
− | + | 3) <code>mount -o remount /run</code> | |
− | + | 4) Check <code>/run</code> space: <code>[[df]] -h /run</code> | |
− | Check <code>/run</code> space: <code>[[df]] -h /run</code> | ||
Revision as of 05:35, 5 May 2020
This article is a Draft. Help us to complete it.
Jan 26 16:23:34 SERVER systemd-logind[876]: Failed to save user data /run/systemd/users/0: No space left on device
Failed to reload daemon: Refusing to reload, not enough space available on /run/systemd. Currently, 1.9M are free, but a safety buffer of 16.0M is enforced.
- Increase run space
1) Append to /etc/fstab
none /run tmpfs defaults,size=XXXXXXXXM 0 0
2) mount /run again
3) mount -o remount /run
4) Check /run
space: df -h /run
See also
- tmpfs
- udev
- FHS,
/proc/
,/proc/net/
,/boot/
,/run/
,/dev/
,/usr/
,/var/run/
,/etc/
,/var/
,/var/lib/
/var/log/
,/var/www/
,/opt/
,/lib/
,/sys/
,/proc/kcore
,/proc/sys/, /proc/sys/vm/
,/snap/
,/mnt/
,/mnt/data
,/var/opt/, /usr/bin/
,/lib/, /proc/$PID/, /proc/self/
- Systemd:
systemctl
,systemd-journald
,journalctl
systemd-cat
,systemd-logind
,systemd-networkd
:networkctl
,systemd-timesyncd
,systemd-resolved
,systemd-udevd
[1],Systemd-logind: loginctl
,hostnamectl
,udevadm
,systemd-run
,portablectl
,systemd-nspawn
, systemd resource management, Timer (systemd), systemd logs,/etc/systemd/
, systemd services,systemd-mount
,/run/systemd/
,.service
,/usr/lib/systemd/
,/usr/lib/systemd/system/
,/usr/lib/systemd/system/systemd-resolved.service
,/lib/systemd/
, machinectl, systemd-oomd, systemd-analyze - shm
- aide
du, du -hs
, Disk space usage,df
,ls
,tree
,find
,docker system df
,journalctl --disk-usage
, No space left on device, ENOSPC,sar -F
,growpart
,resize2fs
, ncdu, duf, dua-cli
Advertising: