Search found 3 matches
- Thu Jan 15, 2015 9:24 am
- Forum: Web Server
- Topic: Cron job problem ...
- Replies: 5
- Views: 11043
Re: Cron job problem ...
That's what I have done and now cron job runs every 16th minute for some reason which I can not figure out why ...sim wrote:You don't need root privileges to run wget.
Remove the sudo.
-> I have set it to run every minute ...
* * * * * /usr/bin/wget -O /dev/null -q http://mydomain.com/cron.php
- Wed Jan 14, 2015 8:54 pm
- Forum: Web Server
- Topic: Cron job problem ...
- Replies: 5
- Views: 11043
Re: Cron job problem ...
What does that "which ssh access your user has?" means? I tried earlier today sudo -> sudo /usr/bin/wget -O /dev/null -q http://mydomain.com/cron.php -> I got email notification every minute: sudo: no tty present and no askpass program specified I also tried earlier -> /usr/bin/php -q /home/admin/we...
- Wed Jan 14, 2015 8:07 pm
- Forum: Web Server
- Topic: Cron job problem ...
- Replies: 5
- Views: 11043
Cron job problem ...
Hi, Maybe someone of you could help me with this issue. I do not know much about server administration but I managed to install VestaCP to my VPS server (Ubuntu 14.04) by myself. My web shop needs to do cron job every minute but when I created cron job in VestaCP it run this cron job every 16th minu...