easyVDR Kopie des easyVDR-Forums zum Nachschlagen
Anacron job 'cron.daily' on easyVDR

easyVDR - >VARforumsname - >Anacron job 'cron.daily' on easyVDR

BigChris  05.Jul.2015 22:32:04
Seit dem 04.06. erhalte ich folgende tägliche Fehlermeldung:

/etc/cron.daily/lighttpd:
find: "/var/cache/lighttpd/compress/css": Keine Berechtigung
find: "/var/cache/lighttpd/compress/includes": Keine Berechtigung

Wo kommt denn das her auf einmal und wie werde ich es wieder los?
Steevee  05.Jul.2015 23:07:33
... ich glaub ich hab mir die /etc/cron.daily/lighttpd noch nie angesehen.

Wenn ich mir die so ansehe ...

#!/bin/sh
# Cleanup lighttpd compress cache

cache=/var/cache/lighttpd
if test -d "$cache/compress"; then
    su -s /bin/sh -c "find $cache/compress -type f -atime +30 -print0 | xargs -0 -r rm" www-data
fi
if test -d "$cache/uploads"; then
    su -s /bin/sh -c "find $cache/uploads -type f -atime +1 -print0 | xargs -0 -r rm" www-data
fi


müsste da wohl auch noch "www-data" gegen "vdr" ausgetauscht werden.
[url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Server]VDR-Server: EasyVDR 2.0, TBS 6984, Asus P8H61-M LE, Intel Celeron G540, GT520
[url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_TFT]VDR-TFT: EasyVDR 2.0, Skystar HD2, Asus M2N-VM HDMI, AMD Athlon 4850e, GT520, Touch-TFT, Atric
[url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_SZ]VDR-SZ: EasyVDR 2.0, Cine S2 v6.0, Asus M4N78 Pro, AMD Athlon II X2 250, Atric
[url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Susi]VDR-Susi: EasyVDR 1.0, TT S2-6400, Atric
[url=http://wiki.easy-vdr.de/index.php?title=VDR_Steevee_Gabi]VDR-Gabi: EasyVDR 2.0, Cine S2 v5.5, MB Asus, GT520, Atric
sonstige VDR Test-Hardware: Terratec Cinergy 1200 DVB-C, DVB-S2 TeVii S464, div. DVB-S FF, div. DVB-S Budget, IMON-LCD, Fritz-Box, Raspberry PI, USB-IR, div. ser. IR, ...
white_rabbit  07.Jul.2015 18:40:18
... hat geholfen. ... bei mir ist die Fehlermeldung dadurch verschwunden!
easyVDR 3.5.02-Stable (64-Bit)

Neues System:
Mainboard: HP EliteDesk 800 G1 SFF
CPU: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (35W)
Grafik: Intel HD Graphics 4600 (i915 Treiber) (integriert in CPU)
TV-Tuner: DVBSky T982 V2 PCIe


Altes System:
Mainboard: ZOTAC ION ITX A Atom 330 GeForce 9400 M-ITX mit 4GB RAM
CPU: DualCore Intel(R) Atom(TM) CPU  330 @ 1.60GHz
Grafik: onboard (nvidia-340-Treiber)
TV-Tuner: via USB TeVii S660 (DVB-S2)