Ubuntu Pastebin

Paste from Perk at Sat, 11 Mar 2017 07:36:58 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
> sudo meyectl startserver -c /etc/motioneye/motioneye.conf
    INFO: hello! this is motionEye server 0.35.2
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libswscale.so.2: version `LIBSWSCALE_2' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavformat.so.54: version `LIBAVFORMAT_54' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavutil.so.52: version `LIBAVUTIL_52' not found (required by /usr/local/bin/motion)
/usr/local/bin/motion: /usr/lib/x86_64-linux-gnu/libavcodec.so.54: version `LIBAVCODEC_54' not found (required by /usr/local/bin/motion)
   ERROR: motion failed to start
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/motioneye/server.py", line 332, in start_motion
    motionctl.start()
  File "/usr/local/lib/python2.7/dist-packages/motioneye/motionctl.py", line 134, in start
    raise Exception('motion failed to start')
Exception: motion failed to start
    INFO: cleanup started
    INFO: wsswitch started
    INFO: tasks started
    INFO: mjpg client garbage collector started
    INFO: server started
^C    INFO: interrupt signal received, shutting down...
    INFO: server stopped
    INFO: tasks stopped
    INFO: bye!
Download as text