Hi everyone
My proxmox server is crashing daily. And I’ve been checking the logs. But the thing is. What do I look for? Syslog, kern and daemonlogs. I would like to fix this problem. Need advice ! Thanks
Hi everyone
My proxmox server is crashing daily. And I’ve been checking the logs. But the thing is. What do I look for? Syslog, kern and daemonlogs. I would like to fix this problem. Need advice ! Thanks
grep -Ri ‘error/|warning’ /var/log/
Then you can further pipe ‘grep’ or ‘grep -v’ based on what you see or for a specific time.