I recently added a VM that mounts a hard drive, and then has all of my home media services running (Deluge downloading and seeding, Sonarr and Radarr for library management and SMB server for network access to the hard drive). After adding this my host started crashing randomly and pretty often. I tried looking through the logs but it seems like its ok one second then just stops.
I can't remember exactly how I mounted my drive onto the VM, but my fstab looks like this:
And my VM hardware config looks like this:
I'm very hesitant to mess with the drive (worried I might wipe it somehow and I have all my content there) so I really want to try to narrow down what the cause might be. Are there any other logs I can check?
I'll attatch my
This VM used to just be an Samba server until I added the other services via Docker, at which point this issue started. I specifically have a hunch its Deluge because it is constantly using the drive for downloading and seeding. I will try stopping Deluge tonight or tomorrow night to see if the server stops crashing, but I'd still like to find a root cause so I can keep Deluge running.
I can't remember exactly how I mounted my drive onto the VM, but my fstab looks like this:
Code:
UUID=a3505d34-d68f-4af4-88a3-3a9334bf0491 / ext4 defaults 0 0
/swap.img none swap sw 0 0
UUID=fa605d83-106e-4143-bb20-deec7461f08c /mnt/media ext4 auto,nofail,noatime,rw,user 0 0
And my VM hardware config looks like this:
I'm very hesitant to mess with the drive (worried I might wipe it somehow and I have all my content there) so I really want to try to narrow down what the cause might be. Are there any other logs I can check?
I'll attatch my
/var/log/messages
file. You can see that at Mar 17 22:49:58
it crashes.This VM used to just be an Samba server until I added the other services via Docker, at which point this issue started. I specifically have a hunch its Deluge because it is constantly using the drive for downloading and seeding. I will try stopping Deluge tonight or tomorrow night to see if the server stops crashing, but I'd still like to find a root cause so I can keep Deluge running.
Attachments
Last edited: