Difference between revisions of "User:Paul/sandbox/Initialize UNPM home server"

From UNPM.org Wiki
Jump to navigation Jump to search
(Created page with " Remove thousands per second <code>ureadahead</code> log noise: systemctl stop ureadahead.service systemctl disable ureadahead.service apt-get purge ureadahead.service R...")
 
 
Line 6: Line 6:
 
  systemctl disable ureadahead.service
 
  systemctl disable ureadahead.service
 
  apt-get purge ureadahead.service
 
  apt-get purge ureadahead.service
  Reboot
+
  reboot
  
 
Check to see if it is running
 
Check to see if it is running

Latest revision as of 19:21, 5 January 2019


Remove thousands per second ureadahead log noise:

systemctl stop ureadahead.service
systemctl disable ureadahead.service
apt-get purge ureadahead.service
reboot

Check to see if it is running

systemctl status ureadhead.service
ps aux | grep ureadahead

https://bugs.launchpad.net/ubuntu/+source/ureadahead/+bug/1579580

Install apcupsd