Im having problems whit webalizer...reading some posts about a found this code: /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php Whe i runnit i get: Warning: readlink(): Invalid argument in /root/ispconfig/scripts/shell/logs.php on line 125 is this the problem??? what can i do Regards Hector
Which problems do you have with webalizer? Thats just a warning that does not matter. It wont stop the script. The script /root/ispconfig/scripts/shell/logs.php splits the logfiles, the webalizer script is: /root/ispconfig/scripts/shell/webalizer.php and can be called with: /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php
Thanks Till My problem is that i cant see the stats on the web...i point to http://www.xxx.com/stats and i get a 404 error page Hector
Just to help me with a related problem, do you have a directory called 'localhost' in your /home/www directory? I do, and I get that error message unless I do some tweaking.
Hi under /home/ i dont have a "www" folder Hector. Thanks Falko, i follow the steps in that thread, do i need to wait until 4:00 am?, there´s no way to to see if the problem was fixed?? Hector
Thanks a lot....as i told you I foolowed the steps on thread and now all is runnig ok Thank you Falko Regards Hector
Related probem Im having problems whit webalizer...reading some posts about a found this code: /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizar.php I could create my stats manually. CRON don't execute this at 0,00-4,00, I can create my stats manually only. I try to stop CRON, edit CRON (crontab-e) and then save and start, but don't work, only a extrange meesage on syslog Mar 9 02:09:02 omaxserver /USR/SBIN/CRON[15263]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$($ Mar 9 02:09:02 omaxserver /USR/SBIN/CRON[15265]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$($ Mar 9 02:17:01 omaxserver /USR/SBIN/CRON[15474]: (root) CMD ( run-parts --report /etc/cron.hourly) Mar 9 02:31:58 omaxserver -- MARK -- Mar 9 02:39:01 omaxserver /USR/SBIN/CRON[16005]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$($ Mar 9 02:39:01 omaxserver /USR/SBIN/CRON[16006]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$($ Mar 9 02:51:58 omaxserver -- MARK -- Mar 9 03:09:01 omaxserver /USR/SBIN/CRON[16742]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$($ Mar 9 03:09:01 omaxserver /USR/SBIN/CRON[16744]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$($ Mar 9 03:17:01 omaxserver /USR/SBIN/CRON[16952]: (root) CMD ( run-parts --report /etc/cron.hourly) Mar 9 03:31:58 omaxserver -- MARK -- Mar 9 03:39:01 omaxserver /USR/SBIN/CRON[17482]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$($ Mar 9 03:39:01 omaxserver /USR/SBIN/CRON[17484]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$($ Mar 9 03:51:58 omaxserver -- MARK -- Mar 9 04:09:01 omaxserver /USR/SBIN/CRON[18221]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$($ Mar 9 04:09:01 omaxserver /USR/SBIN/CRON[18223]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$($ Mar 9 04:17:01 omaxserver /USR/SBIN/CRON[18432]: (root) CMD ( run-parts --report /etc/cron.hourly) Mar 9 04:31:58 omaxserver -- MARK -- it's the error, I have perfect setup Ubuntu breeze on AMD 64. Thanks
yes i did it content of crontab 15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null 40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null 05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null 30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null 0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null 0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null then restart, no errors
And one warnig Warning: readlink(): Invalid argument in /root/ispconfig/scripts/shell/logs.php on line 125
Your output of Code: crontab -e is ok, but it's strange that there's nothing in the syslog about the cron jobs - as if they didn't run at all...
crontab -e: 15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null 40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null 05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null 30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null 59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null 0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null 0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null I thinking update to ispconfig 2, this might resolve the problem. Update is supported for amd64
The updater does not reconfigure your cronjobs, so I'am not sure if it can fix your problem. But the update might be a good idea anyway Yes. ISPConfig 2.2.0 is the first relaese with official amd64 support without having to modify the compile scripts.