Issues with Ubuntu 18.10 Home Server
Issues with Ubuntu 18.10 Home Server
Every few days my Ubuntu server stops responding to the services I run (like PiHole, SMB, TimeMachine, SSH, Webmin, etc.), but the main Apache site still works. It seems to be a mix of hardware and software issues. Since I’m not using the LTS version, I need SMB_fruit in Samba. What should I try?
System started cleaning PHP session files on April 15 at 07:09. The process encountered issues loading php7.0. Several errors appeared, including missing dependencies and timeouts during device operations. The system attempted to restart services and handled cron jobs, but faced persistent failures with the swap partition.
Check the logs for issues when the system slows down. It seems Ubuntu 18 typically uses a swap file and is reporting it can't find sdb7. You might want to investigate that. Also, you can disable swap with "sudo swapoff -a" if you have sufficient RAM to run without it.
Execute the commands to list disk blanks, show disk space, and display fstab details.
lsblk displays device information. Each entry shows the name, major/minor, usage, size, type, mount point, and mount status. Disks appear as md0, sdb, sdg, sdg1, and others. Mount points point to various partitions and temporary files. Usage percentages reflect space allocation. UUID values help identify specific devices reliably.
A solid solution: 1. Remove Ubuntu Server 2. Switch to CentOS I faced this issue before, and in short I couldn’t locate a solution, encountered similar challenges on CentOS, though they don’t cause failures. Keep in mind this is my experience and results might differ.