I know the logs in /domlogs/ and /domlogs/user/ are for all intense purposes the same as they share inodes but i have an issue where the FTP log is NOT sharing the inode and shows different update dates and info in the file?
ls -ali ftp.usersdomain.com-ftp_log
14125413 -rw-r--r-- 1 root root 315 May 23 06:59 ftp.usersdomain.com-ftp_log
ls -ali useresdom/ftp.usersdomain-ftp_log
1595753 -rw-r----- 1 root useresdom 19122 Mar 31 12:39 useresdom/ftp.usersdomain.com-ftp_log
here is another user
ls -ali ftp.user2.com-ftp_log
14124983 -rw-r--r-- 1 root root 1107 May 23 07:32 ftp.user2.com-ftp_log
ls -ali user2/ftp.user2.com-ftp_log
939098 -rw-r----- 1 root user2 1889881 Dec 10 11:53 user2/ftp.user2.com-ftp_log
so its not just restricted to one user.
how can we solve this?
Thanks
ls -ali ftp.usersdomain.com-ftp_log
14125413 -rw-r--r-- 1 root root 315 May 23 06:59 ftp.usersdomain.com-ftp_log
ls -ali useresdom/ftp.usersdomain-ftp_log
1595753 -rw-r----- 1 root useresdom 19122 Mar 31 12:39 useresdom/ftp.usersdomain.com-ftp_log
here is another user
ls -ali ftp.user2.com-ftp_log
14124983 -rw-r--r-- 1 root root 1107 May 23 07:32 ftp.user2.com-ftp_log
ls -ali user2/ftp.user2.com-ftp_log
939098 -rw-r----- 1 root user2 1889881 Dec 10 11:53 user2/ftp.user2.com-ftp_log
so its not just restricted to one user.
how can we solve this?
Thanks