Hi all
i deleted my log to have some more space, well no new logs are written now, the folder is empty..
I switched PLESK Logmanager off and on, that did not help.
What could be the reason?
(Apache 2.0, Plesk 7.5)
Log files missing
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
access_log's are created by apache, touching the file will not reassociate an inode with the running process. When it starts it looks at the existing file and reads its inode number, when you delete it, and touch the new file it creates it with a new inode number, which the running process knows nothing about. Restarting the process will resolve the problem.
If klogd will not start on your system, that can be indicative of deeper problem, possibly that the system has been compromised. Use ps to look, never trust the init scripts to tell you the true status of a process.
If klogd will not start on your system, that can be indicative of deeper problem, possibly that the system has been compromised. Use ps to look, never trust the init scripts to tell you the true status of a process.