Trying to install a game server stats monitor script for Counter-Strike: Source (HLStatsX) however I'm running into issue when it comes to the perl/cron part. The perl script is supposed to start a listen server on a port (default 27500) to communicate with the game server sending the stats logs.
I'm not quite familiar with this perl/cron thingy. I've uploaded the files and configurated them as explained however notihng seems to be happenning when the cron should have run. The perl stats/cpu usage on cPanel says no data so I'm thinking there's an error or something.
Do I need to request to open a port or something? Anyone familiar with perl/this stuff?
---------- Post added at 04:37 PM ---------- Previous post was at 03:24 PM ----------
Can't edit for some reason.. so just gonna post for an update:
Seems I was using the wrong path. Now I'm getting this (from the cron email):
---------- Post added at 04:51 PM ---------- Previous post was at 04:37 PM ----------
Update #2: Tried to move the files in the cgi-bin folder but still get the same error but I also get this whenever I try to add/delete change email now:
error Error
/usr/bin/crontab: error renaming /var/spool/cron/tmp.XXXXYPGlFQ to /var/spool/cron/ewinzcss
rename: Operation not permitted
I'm not quite familiar with this perl/cron thingy. I've uploaded the files and configurated them as explained however notihng seems to be happenning when the cron should have run. The perl stats/cpu usage on cPanel says no data so I'm thinking there's an error or something.
Do I need to request to open a port or something? Anyone familiar with perl/this stuff?
---------- Post added at 04:37 PM ---------- Previous post was at 03:24 PM ----------
Can't edit for some reason.. so just gonna post for an update:
Code:
Cron <ewinzcss@chopin> cd /home/ewinzcss/stats/scripts/ && ./run_hlstats start
Seems I was using the wrong path. Now I'm getting this (from the cron email):
Code:
/bin/sh: ./run_hlstats: Permission denied
---------- Post added at 04:51 PM ---------- Previous post was at 04:37 PM ----------
Update #2: Tried to move the files in the cgi-bin folder but still get the same error but I also get this whenever I try to add/delete change email now:
error Error
/usr/bin/crontab: error renaming /var/spool/cron/tmp.XXXXYPGlFQ to /var/spool/cron/ewinzcss
rename: Operation not permitted