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 14: Line 14:
 
  3) <code>mount -o remount /run</code>
 
  3) <code>mount -o remount /run</code>
 
  4) Check <code>/run</code> space: <code>[[df]] -h /run</code>
 
  4) Check <code>/run</code> space: <code>[[df]] -h /run</code>
 +
 +
[[reboot]]
 +
System has not been booted with systemd as init system (PID 1). Can't operate.
 +
Failed to talk to init daemon.
  
  

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

1) Append to /etc/fstab
 echo "none /run tmpfs defaults,size=256M 0 0" >> /etc/fstab
2) mount /run
3) mount -o remount /run
4) Check /run space: df -h /run
reboot
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to talk to init daemon.


See also

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