Zoneminder on 1.18

  • i managed to find the fault thanks to Ic0n at zoneminder IRC
    but i don't see the service running now so i cant connect to Ip:81 nor ip/zoneminder or ip/zm


    when i want to install the package i get this:

  • What did Ic0n at zoneminder suggest you do? I can maybe add these instructions to the install guide.


    For your current error, edit the control file in the debian folder and remove the line that says libsys-meminfo-perl
    then run cpan when the shell is ready run install Sys::MemInfo this will install the needed files and the edit will stop it erroring as the package is not installed. I will change this in due course.


    You will need to rebuild the ZM package again.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • apparently Cmake was not installed automaticly...


    i'll check it out ! thanks for the quick reply
    having this now



    Code
    root@Poelnas:~# service mysql restart
    Stopping MySQL database server: mysqld.
    Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
    root@Poelnas:~# mysql
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
  • found out the mysql error and it seems to be installed now but if i go to
    serverip/zm it gives


    Code
    ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone


    i altered
    /etc/php5/cgi/php.ini
    /etc/php5/fpm/php.ini
    /etc/php5/cli/php.ini
    /etc/openmediavault/php.ini


    all had ;date.timezone =
    altered to date.timezone = Europe/Brussels



    Did a reboot and got this output at serverip/zm

    Code
    Unable to connect to ZM db.SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")


    mmz , did a few stupid tricks afterward ( just going at it :P ) and i'm in webgui now !
    jaj for me as linux nooby



    Now the fun part... configuring it to work with my foscams. that will be for this evening haha
    Following the wiki i do not see any videostream... well ... let's have some fun tonight then :)


    any tips are welcome :D :D

  • i cant get any video and was on Zoneminder chat for a while


    they said this
    can you check the last part pls ?


  • The stuff he is talking about is for apache, this install has been done so that it works with nginx and not apache so the post install steps are not needed.


    I don't know what camera you have or how it is connected to the server, you should look at their forums to fine some one with the same cam and see what settings they are using.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • In the guide there is this section

    Code
    wget --trust-server-names http://sourceforge.net/projects/libjpeg-turbo/files/1.3.90 (1.4 beta1)/libjpeg-turbo-official_1.3.90_amd64.deb/download
    dpkg -i libjpeg-turbo-official_1.3.90_amd64.deb
    echo "/opt/libjpeg-turbo/lib64" > /etc/ld.so.conf.d/libjpeg-turbo.conf
    ldconfig


    Did you do it and adjust for an i386 machine?


    ERR [Wrong JPEG library version: library is 80, caller expects 62]
    You could try manually installing http://ftp.us.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8d-1+deb7u1_i386.deb and http://ftp.us.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8-dev_8d-1+deb7u1_i386.deb
    Found from here http://forums.debian.net/viewtopic.php?f=30&t=99586

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • i altered the libjpeg-turbo in your guide to i386


    no clue why i have that type because i am running an AMD C60 dual core ( asus E35M1-I board )


    so i did :



    and still getting these errors while i want to see the liveview


    http://pastebin.com/58XUa8Kf

  • Check if libjpeg-turbo has a newer version. It might be that it is using 6.2 and your libjpeg is 8.


    If not, ask on their forums about that error (if you still get it)


    You probably installed OMV i386 and not the amd64 version.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • damn , is that bad ?
    what is the disadvantage of it besides this :)


    i presume i can't convert i386 install to amd64 without dataloss ?

  • Your data will be safe but any plugins would need to be installed again if you swap to the amd64 version.


    I do not know as I have only ever used the 64 bit version.

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • ok, i installed amd64 version now and building the package atm


    just need to reconfigure sabznbd, couchpotato and sickbeard afterwards.
    luckely the system is up and running much faster as i suspected!


    will keep u updated after the zoneminder package is installed!

  • Now i get this when i want to install the pkg



    dpkg-checkbuilddeps was empty before i dpkg -i the package


    apt-get install -f tells me


  • Is your network configured correctly to install the dependencys DNS ect?Never had a issue like that as long as i was connected to the net, have you tried manually installing any of them?

    [align=center]banner@1x.jpg
    What I am watching/watched on my Popcorn Hour media player
    omv 2.1.1 stoneburner | 64 bit | omvextrasorg 1.29
    MySQL (Percona[size=8]) | Newznab | Sonarr | CP | HP | NZBget | YAMJ | CUPS

  • Sorry to resurect old thread, but anyone seen this issue before in the webgui ?


    "SQL-ERR 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zm.Servers' doesn't exist', statement was 'SELECT * FROM Servers ORDER BY Name'"


    I also get this when trying ot start the service:


    Starting ZoneMinder: DBD::mysql::st execute failed: Unknown column 'IsActive' in 'field list' at /usr/bin/zmpkg.pl line 343.
    failure


    Thanks !


    Nik

    • Offizieller Beitrag

    Not sure since I don't use it. Try installing it. If it works, great. If it doesn't, uninstall it. I'm guessing that a new package needs to be created for OMV 3.x though.

    omv 7.0.5-1 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!