• March 28, 2024, 01:31:05 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Pages: 1 [2]

Author Topic: Add-on "ZoneMinder" for D-Link NAS  (Read 32832 times)

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #15 on: May 05, 2015, 12:43:37 AM »

is possibile create a new zm database with zm_create.sql, with removing the zm dabase old?
Or sql database file to be imported with phpMyAdmin?

You can import with phpmyadmin
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

texas_72

  • Level 2 Member
  • **
  • Posts: 28
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #16 on: May 06, 2015, 05:33:38 AM »

Hi
I solved it by recreating the db zm with the command "mysql mysql < db/zm_create.sql" using SSH.
Logged

freeman74

  • Level 2 Member
  • **
  • Posts: 34
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #17 on: June 12, 2015, 03:26:28 AM »

Hi
I solved it by recreating the db zm with the command "mysql mysql < db/zm_create.sql" using SSH.

Hi,

I have the same problem and errors but if I try to create manually (or import through Myphp) the database the situation doesn't change because the script zm_create.sql isn't complete... I believe that the sql command for table creations are missing.

Below the content from zm_create.sql. can someone give me the full script?

thank you
freeman

-- MySQL dump 10.13  Distrib 5.1.36, for unknown-linux-gnueabi (arm)
--
-- Host: localhost    Database: zm
-- ------------------------------------------------------
-- Server version   5.1.56

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

Logged

freeman74

  • Level 2 Member
  • **
  • Posts: 34
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #18 on: June 14, 2015, 07:38:01 AM »

Hi
I solved it by recreating the db zm with the command "mysql mysql < db/zm_create.sql" using SSH.

Hi,

I have the same problem and errors but if I try to create manually (or import through Myphp) the database the situation doesn't change because the script zm_create.sql isn't complete... I believe that the sql command for table creations are missing.

Below the content from zm_create.sql. can someone give me the full script?

thank you
freeman

-- MySQL dump 10.13  Distrib 5.1.36, for unknown-linux-gnueabi (arm)
--
-- Host: localhost    Database: zm
-- ------------------------------------------------------
-- Server version   5.1.56

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

Hi,

I've restored original settings, installed again ssh also perl and zoneminder. In this case the zm db is created (with the previous temptative not) but is empty (no tables inside). I tried with mysql mysql < db/zm_create.sql command through ssh but I'm getting this error: "-sh: db/zm_create.sql: No such file or directory".

The content of zm_create.sql is the same of previous post.

someone can help me?

thank you
freeman
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #19 on: June 15, 2015, 01:33:22 AM »

I've restored original settings, installed again ssh also perl and zoneminder. In this case the zm db is created (with the previous temptative not) but is empty (no tables inside). I tried with mysql mysql < db/zm_create.sql command through ssh but I'm getting this error: "-sh: db/zm_create.sql: No such file or directory".

mysql --user=zm --password=vf4n9nhoe9c458959nvt < /mnt/HD/HD_a2/Nas_Prog/ZoneMinder/share/zoneminder/db/zm_create.sql
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

freeman74

  • Level 2 Member
  • **
  • Posts: 34
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #20 on: June 17, 2015, 11:11:47 AM »

I've restored original settings, installed again ssh also perl and zoneminder. In this case the zm db is created (with the previous temptative not) but is empty (no tables inside). I tried with mysql mysql < db/zm_create.sql command through ssh but I'm getting this error: "-sh: db/zm_create.sql: No such file or directory".

mysql --user=zm --password=vf4n9nhoe9c458959nvt < /mnt/HD/HD_a2/Nas_Prog/ZoneMinder/share/zoneminder/db/zm_create.sql

thank you for the support, but the zm db is always empty after this command, no tables inside.  ??? ???

I
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #21 on: June 18, 2015, 12:57:21 AM »

thank you for the support, but the zm db is always empty after this command, no tables inside.  ??? ???

zm_create.sql
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

freeman74

  • Level 2 Member
  • **
  • Posts: 34
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #22 on: June 19, 2015, 12:30:44 AM »

thank you for the support, but the zm db is always empty after this command, no tables inside.  ??? ???

zm_create.sql

Thank you! Now everything is OK!  ;D
Logged

philphil61

  • Level 3 Member
  • ***
  • Posts: 256
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #23 on: February 01, 2016, 08:49:21 AM »

Don't know what I did wrong
Tried Zoneminder to setup my IP camera which is 720 - Zoneminder has been running but no cam connected for almost 24hrs
I'm having difficulty trying to connect/setup cam when I finally figure out some sort of image I change the resolutions from 360 x 480 to 1280 x 720

and then the nightmare begins - 320L locks up - can't access, won't power off but all lights normal
After several hours and 30+ attemtps, including trying reset to factory, I finally fixed it by accessing the webgui as soon as possible then going to addons and stopping Zoneminder

Now I've repeatedly acknowledged that what I know about PC's is self taught, no qualifications, and in some areas it's basic knowledge but wtf
This 320L is my first and last DLink product - It should be relatively easy to buy any network device and use it with any other network device but not if you have a DLink product.

All I want to do is setup an HD IP Cam so I can fix it outside and record to my NAS any "notifications" because my NAS is the only device powered on 24/7 but because my NAS is a DLink NAS and my IP cam isn't I hit many (too many) hurdles and walls.  Why is it so difficult?

Can't wait for my 320L to die then I'll have a real excuse to spend hard earned money on something worthy.

Logged

allenc2013

  • Level 1 Member
  • *
  • Posts: 1
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #24 on: March 05, 2016, 06:54:53 PM »

I have a 320L too, and after installing Zoneminder, the system has became very unresponsive.

It is a bit strange as at time, it will be responsive, but the it stopped responding.  CPU is fluatating wildly between 100% and 30-40%.
Logged

sanatic

  • Level 1 Member
  • *
  • Posts: 12
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #25 on: October 28, 2016, 02:00:47 AM »

Hello I'm having the problem Could not select database: Unknown database 'zm'. I have 1 dlink 320L. how to solve the problem?
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #26 on: October 31, 2016, 02:51:45 AM »

NAS reboot. After reboot to reinstall the add-on.
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

sanatic

  • Level 1 Member
  • *
  • Posts: 12
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #27 on: September 02, 2017, 02:38:21 AM »

Hello, I have a d-link DNS-320L to install ZoneMinder, pops up this error - Could not select database: Unknown database 'zm', can anyone help
Logged

sanatic

  • Level 1 Member
  • *
  • Posts: 12
Re: Add-on "ZoneMinder" for D-Link NAS
« Reply #28 on: September 02, 2017, 06:14:33 AM »

Is there any tutorial how to configured the camera in ZoneMinder
« Last Edit: September 02, 2017, 12:56:17 PM by sanatic »
Logged
Pages: 1 [2]