motioneye-project / motioneyeos

A Video Surveillance OS For Single-board Computers
Other
7.85k stars 897 forks source link

System of frozen or unreachable #1726

Open Klausoleum opened 5 years ago

Klausoleum commented 5 years ago

My MotionEyeOs system (RPi 3B +) is more often unreachable. Last time every other day.

System design:

last time I restarted the system at night (cron), no improvement

I have activated the debugging mode for detailed log files

Attached the log files. I could not find any reason why the system is sometimes unreachable. Last time the system was no longer available on 1.12.2018 13:41 Restarted on 1.12.2018 at 22 o'clock

Can someone on the basis of my log files recognize why the system is no longer available? boot.log dmesg.log [Uploading messages.log…]() [Uploading motion.log…]() [Uploading motioneye.log…]()

m00k12 commented 5 years ago

Looks like you are running kennel 4.14.30 on your Pi.

I would guess it is the same issue as in #1719.

You could try the nightly build with the newer kernel instead.

m00k12 commented 5 years ago

To follow up, 20190119 is running perfectly with motion detection on my two pi zero w's.

Prior releases either locked up all networking (except ping), it the camera feed stopped.

20190119 has been all good running non-stop so far.

ccrisan commented 5 years ago

@m00k12 thanks for your feedback! It will soon become the latest stable version. Your problem probably went away thanks to the patch that @jasaw was kind enough to provide for us, fixing a horrible OMX - ffmpeg bug.