Questions tagged as 'crontab'

0
answers

Error executing a query in sqlite3 + crontab

I have a script made in python3 that makes scraping a web page and saves the info in a sqlite DB. To all this I have it mounted in a VPS. The problem is when I create a crontab so that the script runs every so often, when it runs and arrives at...
asked by 16.03.2018 / 04:51
0
answers

renderView does not work in a command

I am doing a project in symfony 3 and I am automating the sending of emails, for which I created the command in a folder within the bundle and when I send the mail view rendering, I get the following error: Fatal error: Call to undefined method...
asked by 15.02.2018 / 16:40
1
answer

Problems with rastaberry crontab

Hi, I have the following sh called rest.sh (it seeks to kill a program called actu that compiles in c and then rerun it). When I try the script it works correctly, kill the process and run it again. #!/bin/bash kill actu actu...
asked by 24.10.2017 / 03:51
1
answer

sleep java and crontab on server

Good morning. I explain my situation. I have a java application that performs a process of inserting and executing procedures, the program works well if I execute it from my machine. The detail is that I put it on a server and create a...
asked by 29.03.2017 / 19:28