Zoneminder Installation Problem

Forum for questions and support relating to the 1.28.x releases only.
Locked
mattionline
Posts: 53
Joined: Thu Jun 18, 2015 7:27 pm

Zoneminder Installation Problem

Post by mattionline »

Hello,

i have problems to install Zoneminder from the github repo.
I followed the debian install instructions and everything worked fine and with no errors till this line:

dpkg -i zoneminder_1.28.0-wheezy_i386.deb; apt-get install -f

Everytime it stucks at this point and i have to abort it.
Could you please help me?

Code: Select all

# dpkg -i zoneminder_1.28.0-wheezy_i386.deb; apt-get install -f
Selecting previously unselected package zoneminder.
(Reading database ... 145263 files and directories currently installed.)
Preparing to unpack zoneminder_1.28.0-wheezy_i386.deb ...
Unpacking zoneminder (1.28.0-wheezy) ...
Setting up zoneminder (1.28.0-wheezy) ...
 
Database already at version 1.28.100, update aborted.
 
● zoneminder.service - LSB: Control ZoneMinder as a Service
   Loaded: loaded (/etc/init.d/zoneminder)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)
 
Jul 17 21:17:10 hostname zmpkg[4205]: INF [Command: start]
Jul 17 21:17:10 hostname pkexec[4211]: pam_unix(polkit-1:session): session opened for user root by (uid=0)
Jul 17 21:19:56 hostname zoneminder[4200]: Starting ZoneMinder: Job for zoneminder.service canceled.
Jul 17 21:19:56 hostname systemd[1]: Stopped LSB: Control ZoneMinder as a Service.
Jul 17 21:19:57 hostname systemd[1]: Starting LSB: Control ZoneMinder as a Service...
Jul 17 21:19:57 hostname zmpkg[4510]: INF [Command: start]
Jul 17 21:19:58 hostname pkexec[4516]: pam_unix(polkit-1:session): session opened for user root by (uid=0)
Jul 17 21:20:58 hostname zoneminder[4505]: Starting ZoneMinder: Job for zoneminder.service canceled.
Jul 17 21:20:58 hostname systemd[1]: Stopped LSB: Control ZoneMinder as a Service.
Jul 17 21:30:29 hostname systemd[1]: Stopped LSB: Control ZoneMinder as a Service.
invoke-rc.d: initscript zoneminder, action "status" failed.
^Cdpkg: error processing package zoneminder (--install):
 subprocess installed post-installation script was interrupted
Processing triggers for systemd (219-7ubuntu6) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
 zoneminder
Reading package lists... Done
Building dependency tree      
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up zoneminder (1.28.0-wheezy) ...
 
Database already at version 1.28.100, update aborted.
 
● zoneminder.service - LSB: Control ZoneMinder as a Service
   Loaded: loaded (/etc/init.d/zoneminder)
   Active: inactive (dead) since Fri 2015-07-17 21:31:10 CEST; 622ms ago
     Docs: man:systemd-sysv-generator(8)
 
Jul 17 21:30:30 hostname systemd[1]: Starting LSB: Control ZoneMinder as a Service...
Jul 17 21:30:31 hostname zmpkg[23362]: INF [Command: start]
Jul 17 21:30:31 hostname pkexec[23368]: pam_unix(polkit-1:session): session opened for user root by (uid=0)
Jul 17 21:31:10 hostname zoneminder[23357]: Starting ZoneMinder: Job for zoneminder.service canceled.
Jul 17 21:31:10 hostname systemd[1]: Stopped LSB: Control ZoneMinder as a Service.
invoke-rc.d: initscript zoneminder, action "status" failed.
Thanks in advance
My Personal Blog: https://mattionline.de
Locked