Difference between revisions of "/run/"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
 
[[apt upgrade]]
 
[[apt upgrade]]
 
  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.
 
  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
 +
Append to <code>/etc/[[fstab]]</code>
 +
none /run tmpfs defaults,size=XXXXXXXXM 0 0
 +
 +
mount /run again
 +
mount -o remount /run
 +
 +
Check /run space:
 +
[[df]] -h /run
 +
 +
  
 
== See also ==
 
== See also ==

Revision as of 05:33, 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


apt upgrade

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 Append to /etc/fstab

none /run tmpfs defaults,size=XXXXXXXXM 0 0
mount /run again
mount -o remount /run

Check /run space:

df -h /run


See also

  • https://wiki.ubuntu.com/DebuggingSystemd
  • Advertising: