Ik draai proxmox met lxc containers en die wil ik automatisch updaten
Nu heb ik dit gevolgd:
https://www.linuxfordevic...automatic-updates-cronjob
Wat doe ik hier fout?
Als ik de commandos in de cli uitvoer werkt het gewoon.
Nu heb ik dit gevolgd:
https://www.linuxfordevic...automatic-updates-cronjob
Dikgedrukte is door mij toegevoegd maar ik heb het idee dat het niets doet. icloudpd-web start sowieso niet op maar ik vind ook nergens de logfiles in /var/log/apt/ .27 * * * * root cd / && run-parts --report /etc/cron.hourly
26 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
10 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
31 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
55 3 19 * * * root /usr/bin/apt update -q -y >> /var/log/apt/automaticupdates.log
15 4 19 * * * root /usr/bin/apt upgrade -q -y >> /var/log/apt/automaticupdates.log
39 20 * * * * root /usr/local/bin/icloudpd-web --host 192.168.xx.xxx --port 5000 >> /var/log/apt/icloudcron.log
Wat doe ik hier fout?
Als ik de commandos in de cli uitvoer werkt het gewoon.
ik zie ik zie wat jij niet ziet