All Questions
Tagged with crontab raspberry-pi
5 questions
0
votes
1
answer
156
views
Crontab doesn't apply the changes after editing it with crontab -e
In summary: I ran crontab -e, added a line, saved, said: crontab: installing new crontab, but running crontab -e just shows an old version of the file.
Full explaination:
Yesterday I added a line to ...
0
votes
1
answer
413
views
Script works fine while execute, but won't run from cronjob
I have a script called "record.sh"
It looks like:
#!/bin/bash
/usr/bin/vlc -vvv rtsp://admin:[email protected]:554/ch0_0.h264 --sout=file/ts:Videos/VideoCaptures/recording-$(date +"...
1
vote
1
answer
503
views
Trying to run a python script on startup on my raspberry pi
I've googled how to do this but I don't understand enough about linux to be able to interpret the answers.
I ssh into my pi and log in using the user 'pi' and the password I set.
Then I type sudo -s ...
0
votes
1
answer
2k
views
Is crontab running old version of file?
This has been driving me crazy: I run a set of Python scripts once per hour on a Raspberry Pi. I updated one of the scripts, but even after a reboot, it still seems to run an old version of the file.
...
1
vote
2
answers
2k
views
Linux - starting a visible terminal on boot
I have a C program I wrote for debian on the raspberry pi that asks the user to enter a number, 1-4 which it then stores in a configuration file. This only happens if the configuration file is missing....