Search found 46 matches

by jfm
Sun Jan 11, 2015 2:50 pm
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Re: Strange problem: not able to creat or edit monitors (Sol

knnniggett, first of all, it is not easy to know who are developers and who ar users here. I know that YOU do reply a lot to questions here, but I am a bit disappointed that I had to find out for my self that there actually is discussions on github that were relevant to my problem and to others ...
by jfm
Sun Jan 11, 2015 11:37 am
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Strange problem: not able to creat or edit monitors (Solved)

In the distro instructions it says to comment out the following line in my.cnf: sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES I had done this in /etc/my.cnf but it turned out that mysql used /usr/my.cnf Commenting out the line in this file solved my problems. PS. It turns out that this forum ...
by jfm
Mon Jan 05, 2015 4:13 pm
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Re: Strange problem: not able to creat or edit monitors

I have not had much time to debug, and it's kind of hard when I do not know where in the code to look, but I discovered that I CAN actually edit alarm zones IF none of the fields in the record is 'NULL'. Wich leads me to think there is some fundamental difference in how records are created and ...
by jfm
Sat Jan 03, 2015 9:36 am
Forum: ZoneMinder 1.28.x
Topic: Hikvision DS-2CD2132-I
Replies: 4
Views: 4230

Re: Hikvision DS-2CD2132-I

From context it would give meaning if it stands for: "To Be Completed"
by jfm
Sat Jan 03, 2015 9:32 am
Forum: ZoneMinder 1.28.x
Topic: Can't add a monitor
Replies: 6
Views: 4308

Re: Can't add a monitor

You have missunderstod what I wrote. It is in the Zones table I get records where the field for monitor id is 0.
In the Monitors table I get nothing at all!
by jfm
Thu Jan 01, 2015 9:35 pm
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Re: Strange problem: not able to creat or edit monitors

Ok, this is a much more serious problem than I first thought! When trying to add a new monitor, the part of the code that creates the "default" alarm zone to the monitor actually creates the alarm zone, but set the monitor id for the zone to 0 (zero). When i looked at the zones table in the database ...
by jfm
Thu Jan 01, 2015 10:30 am
Forum: ZoneMinder 1.28.x
Topic: Can't add a monitor
Replies: 6
Views: 4308

Re: Can't add a monitor

jelutz77, your problem seems to be the same I have in this topic: http://www.zoneminder.com/forums/viewto ... 32&t=22813
by jfm
Thu Jan 01, 2015 12:19 am
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Re: Strange problem: not able to creat or edit monitors

Just discovered that adding an alarm zone does not work either! :(
Editing an alarm zone seems to work though! :)
by jfm
Wed Dec 31, 2014 3:52 pm
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Re: Strange problem: not able to creat or edit monitors

Thanks for at least giving me something to try out 8) but no luck :( Problem is not a display problem, but that nothing is saved to the database from the monitor settings "dialog". If I only could find the part of the code that is supposed to save to the database, I could at least try to do some ...
by jfm
Tue Dec 30, 2014 10:06 am
Forum: ZoneMinder 1.28.x
Topic: Upgrade failed for Debian
Replies: 5
Views: 3795

Re: Upgrade failed for Debian

What is your PATH settings? (In Options - path tab).

Have you checked if any zoneminder processes are running? ( ps -ef | grep zm)
by jfm
Sun Dec 28, 2014 2:57 pm
Forum: ZoneMinder 1.28.x
Topic: Strange problem: not able to creat or edit monitors (Solved)
Replies: 11
Views: 6974

Strange problem: not able to creat or edit monitors (Solved)

I am running 1.28.0 on opensuse 13.2 I upgraded from 1.26 running on opensuse 12.x and restored the complete database from this to the new installation and after some minor "adjustments" got everything up an running just fine. Have been running it for about 2 months like this now, and never had the ...
by jfm
Mon Nov 17, 2014 3:34 pm
Forum: ZoneMinder 1.28.x
Topic: 1.28.0 on opensuse 13.2 problems
Replies: 6
Views: 3938

Re: 1.28.0 on opensuse 13.2 problems

Hi, knnniggett, thanks. That was usefull information. I suspected that the "hardcoded" paths were not really hardcoded. Thats why I wrote "hardcoded" in hyphens... I will try to rebuild with your instructions when I get some time, probably next weekend. At least I probably have all dependencies in ...
by jfm
Sun Nov 16, 2014 5:30 pm
Forum: ZoneMinder 1.28.x
Topic: 1.28.0 on opensuse 13.2 problems
Replies: 6
Views: 3938

Re: 1.28.0 on opensuse 13.2 problems

I just download latest version from the git repo (wget https://github.com/ZoneMinder/ZoneMinder/archive/v1.28.0.tar.gz) and extracted it. In the source folder there is a distros/opensuse/ folder with instructions and all the information you need to install zm 1.27.0 on opensuse 13.1 from repo. There ...
by jfm
Sun Nov 16, 2014 12:35 pm
Forum: ZoneMinder 1.28.x
Topic: 1.28.0 on opensuse 13.2 problems
Replies: 6
Views: 3938

Re: 1.28.0 on opensuse 13.2 problems

I sort of solved it. All seems to be working now except for that "service start zoneminder" says it failed even if everything actually IS running. As zmdc.pl status is telling: server1:~ # zmdc.pl status 'zmc -m 3' running since 14/11/16 12:55:00, pid = 19812, valid 'zmc -m 7' running since 14/11/16 ...
by jfm
Sat Nov 15, 2014 11:57 pm
Forum: ZoneMinder 1.28.x
Topic: 1.28.0 on opensuse 13.2 problems
Replies: 6
Views: 3938

1.28.0 on opensuse 13.2 problems

I have had zm running on different versions of suse/opensuse for the last 8 years or so, and recently decided it was time to upgrade from opensuse 12.x to 13.2. I first tried it on a virtuall machine running opensuse 13.1 and got zm 1.26.5 to run there. Then I Installed zm 1.27.0 on my dedicated ...