Search found 16 matches
- Sun Oct 11, 2020 7:15 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Re: Cron job doesn't execute
Thanks for everybodys help!
- Sat Oct 10, 2020 10:04 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Re: Cron job doesn't execute
you could check what happen on cron and what time thinks got executed journalctl -u cron.service Very strange.. Journal said it executed in the right time.. But it didn't do anything. I tried rebooting and it suddenly started working. So everytime I add a cronjob it doesn't take effect until I rebo...
- Thu Oct 08, 2020 7:14 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Re: Cron job doesn't execute
Strange.. According to output from this: readlink -f /etc/localtime
The time zone is correct...
The time zone is correct...
- Thu Oct 08, 2020 4:31 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Re: Cron job doesn't execute
Hi, there is a jar file I have to execute everyday at 10:00 AM. I added the below options with crontab -e but it fails to execute. I appreciate if someone could help. Thanks in advance.. 0 10 * * * java --add-opens java.base/java.lang=ALL-UNNAMED -jar /home/user/folder/folder/Reminder.jar 0 10 * * ...
- Thu Oct 08, 2020 2:49 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Re: Cron job doesn't execute
Thanks for the reply mate. I didnt try yet. As described here:
https://unix.stackexchange.com/question ... e-in-linux
???
https://unix.stackexchange.com/question ... e-in-linux
???
- Thu Oct 08, 2020 1:20 pm
- Forum: Troubleshooting
- Topic: Cron job doesn't execute
- Replies: 10
- Views: 952
Cron job doesn't execute
Hi, there is a jar file I have to execute everyday at 10:00 AM. I added the below options with crontab -e but it fails to execute. I appreciate if someone could help. Thanks in advance.. 0 10 * * * java --add-opens java.base/java.lang=ALL-UNNAMED -jar /home/user/folder/folder/Reminder.jar 0 10 * * *...
- Thu Nov 21, 2019 6:20 pm
- Forum: Troubleshooting
- Topic: DietPi Broken
- Replies: 14
- Views: 3536
Re: DietPi Broken
Here is the dmesg output mate: [620929.358025] systemd[1]: Detected architecture arm. [620929.705095] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [620929.705134] sy...
- Sat Oct 19, 2019 2:14 pm
- Forum: Troubleshooting
- Topic: DietPi Broken
- Replies: 14
- Views: 3536
Re: DietPi Broken
Barry@DietPi:~ $ ls -l /boot/dietpi/func/dietpi-ramdisk -rwxr-xr-x 1 root root 4306 Oct 19 14:09 /boot/dietpi/func/dietpi-ramdisk Barry@DietPi:~ $ head -5 /boot/dietpi/func/dietpi-ramdisk Barry@DietPi:~ $ findmnt /DietPi TARGET SOURCE FSTYPE OPTIONS /DietPi tmpfs tmpfs rw,nosuid,nodev,noatime,size=...
- Sat Oct 19, 2019 1:04 pm
- Forum: Troubleshooting
- Topic: DietPi Broken
- Replies: 14
- Views: 3536
Re: DietPi Broken
sudo systemctl status dietpi-ramdisk.service ● dietpi-ramdisk.service - DietPi-RAMdisk Loaded: loaded (/etc/systemd/system/dietpi-ramdisk.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2019 -10-19 13:00:04 CEST; 38s ago Process: 769 ExecStartPre=/bin/mkdir -p ...
- Sat Oct 19, 2019 11:15 am
- Forum: Troubleshooting
- Topic: DietPi Broken
- Replies: 14
- Views: 3536
Re: DietPi Broken
Thanks mate. I updated as you described and after reboot I'm getting:
Code: Select all
-bash: /DietPi/dietpi/func/dietpi-globals: No such file or directory
[FAILED] DietPi-Login | Failed to load DietPi-Globals. Skipping DietPi login scripts...