Motioneye keeps starting more processes #2407

Open
opened 2026-02-28 01:11:23 -05:00 by deekerman · 0 comments
Owner

Originally created by @jannis3005 on GitHub (Jun 16, 2023).

Hi,

I've set motioneye up through docker on an x86 System with one USB Webcam connected. It runs fine for a minute or so, with one meyectl and one motion process. But after a short time, they start multiplying until the server basically becomes totally unresponsive and i have to hard reboot it.

image

The system is running Arch with Kernel 6.1.27-1-lts and Docker 24.0.2. I've got many other docker containers running, and this is the only one with this issue. Here's my compose file:

version: '3.1'

services:

motioneye:
image: ccrisan/motioneye:master-amd64
container\_name: motioneye
restart: unless-stopped
volumes:

- ./config:/etc/motioneye
- /mnt/data/motioneye:/var/lib/motioneye
- /etc/localtime:/etc/localtime:ro
network\_mode: host
devices:
    - /dev/video0
    - /dev/video1

Maybe this is also what's causing #2747

Originally created by @jannis3005 on GitHub (Jun 16, 2023). Hi, I've set motioneye up through docker on an x86 System with one USB Webcam connected. It runs fine for a minute or so, with one meyectl and one motion process. But after a short time, they start multiplying until the server basically becomes totally unresponsive and i have to hard reboot it. ![image](https://github.com/motioneye-project/motioneye/assets/38779449/a27bb480-628b-4f4b-848b-620e9e4cf9af) The system is running Arch with Kernel 6.1.27-1-lts and Docker 24.0.2. I've got many other docker containers running, and this is the only one with this issue. Here's my compose file: ``` version: '3.1' services: motioneye: image: ccrisan/motioneye:master-amd64 container\_name: motioneye restart: unless-stopped volumes: - ./config:/etc/motioneye - /mnt/data/motioneye:/var/lib/motioneye - /etc/localtime:/etc/localtime:ro network\_mode: host devices: - /dev/video0 - /dev/video1 ``` Maybe this is also what's causing #2747
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/motioneye#2407
No description provided.