Patrick Kishino

Results 109 comments of Patrick Kishino

would love for this to me merged and released so we can use docker secrets..

yeah, recently popping up in my logs as well: ``` 2021-04-23 21:12:24 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/config/custom_components/adaptive_lighting/switch.py",...

Setup the crontab on the camera.. And adjust the mtime to 48 hours.. google what value is needed for this

ssh into the camera and run crontab -e

I sshd into the camera, then ran "crontab -e" it opens the file, can enter a new line then esc,type :wq and enter done check crontab -l for list of...

what do you mean with you cannot edit the crontab? can you run crontab -e? errors?

Yes, well, you haven’t given it a schedule.. see the first command and google how to create a cron schedule . Right now it’s missing On Thu, May 28, 2020...

ok, try trigger /usr/bin/find /tmp/sd/record/* -mtime +1440 -delete manually and see if it works On Fri, May 29, 2020 at 8:12 PM 1onar wrote: > Yes, well, you haven’t given...

does /usr/bin/find /tmp/sd/record/* -mtime +1440 show anything? most likely your dates or value are incorrect On Fri, May 29, 2020 at 8:18 PM 1onar wrote: > ok, try trigger /usr/bin/find...

are there any records in /tmp/sd/record/ ??