Service is down every day around 8:00 to 9.00

Hello;
Service is down every day around 8:00 to 9:00

Raspberry pi 3b
NCP version [v1.16.0]
with 1tb USB drive

Something happens to someone like me? I find this line repeated oddly many times, and in this case:

In /var/log/daemon.log

Aug 7 07:39:02 NexcloudPi systemd [1]: Started Clean php session files.
as of this moment "NCP" runs out of service; 
  • ping yes
  • web no
  • SSH no

I have already reviewed the ncp.log and the only rare and closest in time are these lines of daemon.log

I check /var/log/ncp.log (no strange line)
Some other log, to check?

I have reviewed several logs of / var / log / several times

  • I have deactivated the copies in the NCPweb
  • I have deactivated the Snapshoot
  • today I will deactivate the “preiviews”

:frowning:

Hi,

You could check the system logs (journalctl -xe) for any messages around that time the service is down.
Furthermore check the cron jobs for the different users pi, www-data, root.
Best as root:

crontab -l
crontab -l -u www-data
crontab -l -u pi

Any jobs around that time?

Now I can’t check it, but in a few days, I try to continue
Thanks