User Sessions
We have multiple servers all running Centos 7.4 and WHM 68.0.37. One of the servers has been having some issues where it stutters briefly. Looking in /var/log/messages I noticed these:
And
Returns a bunch of processes, many of them are apache related. It seems the server stutters occur when this is going on. I noticed a difference between this server and all the other servers. This server will start sessions for all the individual users, such as:
But the others all start only root sessions and they don't have this problem. I looked for differences in apache configuration but couldn't find anything. Obviously it's a configuration difference, but where would I find it?
systemd-logind: Failed to remove runtime directory /run/user/1296: Device or resource busy
And
fuser -m /run/user/****
Returns a bunch of processes, many of them are apache related. It seems the server stutters occur when this is going on. I noticed a difference between this server and all the other servers. This server will start sessions for all the individual users, such as:
systemd: Starting Session 119595 of user $USER
But the others all start only root sessions and they don't have this problem. I looked for differences in apache configuration but couldn't find anything. Obviously it's a configuration difference, but where would I find it?
Please sign in to leave a comment.
Comments
0 comments