Everything posted by Daniellotz
-
Server locking up and becoming inaccessible
Hey Donovan, thats possible. I will give that a try thank you.
-
Server locking up and becoming inaccessible
I tracked down the image ID inside docker and found that it is being killed all the time for oom, it had a memory limit of 150Mb and was going over that limit leading it to be killed. I checked the recent logs and it has been killed since the major lock up but not caused another lockup. I am not confident that it is directly causing my server to look up. I have however increased its ram limit to 350Mb
-
Server locking up and becoming inaccessible
Hi JorgeB. Thanks for your reply. All my docker services have memory limits and I have never seen my instance memory go over 87% usage, of 64GB of ram. Any particular service that needs more attention?
-
Server locking up and becoming inaccessible
Every now and again my unraid server locks up. I am not sure why. It is always under load of some kind so I doubt its sleep states. It can be fine for 8 months and then lock up twice in one month. I set up a remote an syslog server in order to pull logs out as it freezes, I have attached these logs (i truncated the kernal.log as it was 500mb in size) and my diagnostics. I am pretty lost on this one. apollo-diagnostics-20221129-1723.zip Archive.zip
-
Ubuntu VM unable to connect to network after trying to passthrough a GPU
Turns out the GPU moved the network configuration down. You need to find the new name of your network adapter and run sudo dhclient <network adapter> to fix it. Feel free to close this question.
-
Ubuntu VM unable to connect to network after trying to passthrough a GPU
Hi. I have an ubuntu VM that had been running fine for a few months, I decided to pass through my spare GTX 1660 to hardware accelerate some transcoding. The pass through failed, (never got passed the guest has not initialize the display (yet) screen), there are already some forum posts which I am using to troubleshoot but decided to remove the GPU from the configuration and start the VM again but after this I had an issue connecting to the internet from the VM. I concluded I must of messed up the config somehow so I made a new VM using the same disk but strangely the new config using the same disk also is unable to load up the network device. I cannot copy out of VNC so I have attached some screenshots of my ifconfig, ifconfig -a and some other commands. I also created a new VM on Ubuntu with a fresh disk and that was able to connect to the internet. Appreciate any help with this. Google seems to be failing me. vm.xml apollo-diagnostics-20211028-1859.zip