what service to restart for /var/log/auth.log to start
Posted
by
Bond
on Server Fault
See other posts from Server Fault
or by Bond
Published on 2011-01-31T06:21:05Z
Indexed on
2011/01/31
7:27 UTC
Read the original article
Hit count: 657
Here is a situation since the log files on my server had grown to several Gigabytes I took a backup of directory /var/log and then manually when to each subdirectory of /var/log and the files which were big in size I did
cat > /var/log/file_which_is_big
press 2 times enter key (basically over wrote those files with a blank space) and then
Ctrl+C
So basically I over wrote those files to be blank.
Now when I open /var/log/auth.log I don't see any entry (which is expected also since I over wrote) but when I exit the SSH session and login again then also I do not see any entry in auth.log is there any way other than rebooting the machine to make sure I keep getting the entries in /var/log/auth.log I am not sure which service writes in this file.
This is a Ubuntu 10.04 server.
© Server Fault or respective owner