Why are my services failing in all my VMs?

0
2
Asked By CuriousCat99 On

I'm experiencing a frustrating issue where multiple services keep failing across all my virtual machines in the cloud. The failed services include firewalld, NetworkManager-wait-online, and systemd-journal-flush. When I check the logs for firewalld, it shows that it starts and stops within a few hours. This constant failure is really concerning, and I'm looking for any insights on what might be causing this. Has anyone faced similar issues?

2 Answers

Answered By SysAdminGuru On

Have you checked the status of the services using `systemctl status`? It's a good idea to restart them one by one and see if anything comes up in the journal during the restart. Also, check if the systemd-journal and NetworkManager are running. If another firewall solution is running, it might interfere as well. By the way, what kind of cloud setup are you using? It might help to see the configuration of these services too.

Answered By TechSavvy101 On

You might be dealing with memory issues. Try running `dmesg | grep -i memory` to see if there's anything related. Sometimes, memory pressure can cause services to fail like this.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.