Search found 77 matches

by px03afk
Fri Mar 17, 2017 12:47 pm
Forum: ZoneMinder 1.30.x
Topic: No row for frame
Replies: 10
Views: 4316

Re: No row for frame

Because the pids in question were httpd-prefork I looked in the apache error log and that is where I saw reference to a Bot.
by px03afk
Fri Mar 17, 2017 2:43 am
Forum: ZoneMinder 1.30.x
Topic: No row for frame
Replies: 10
Views: 4316

Re: No row for frame

Sorry, should have thought to provide that information. I am running ZM 1.30.2 on OpenSuse Leapwith Foscam FI8918W and FI8904W cameras. I always compile ZM from source. On looking a little more at the errors I find that the pids are pointing at an httpd-prefork process and the apache error log is sh...
by px03afk
Thu Mar 16, 2017 9:36 pm
Forum: ZoneMinder 1.30.x
Topic: No row for frame
Replies: 10
Views: 4316

No row for frame

I've just found a bunch of errors in the log which come from web_php which read 'No row for Frame'. They seem to be transient and not causing any obvious issue. I was wondering what causes them.
by px03afk
Thu Dec 29, 2016 3:18 pm
Forum: ZoneMinder 1.30.x
Topic: Zm 1.3 is loosing one WLAN camera
Replies: 17
Views: 9877

Re: Zm 1.3 is loosing one WLAN camera

Shouldn't the watchdog somehow spot that this process isn't running correctly and kill it?
by px03afk
Mon Dec 26, 2016 2:06 pm
Forum: ZoneMinder 1.30.x
Topic: Zm 1.3 is loosing one WLAN camera
Replies: 17
Views: 9877

Re: Zm 1.3 is loosing one WLAN camera

I've just started getting the same type of problem. System running perfectly OK and then I can no longer see one, or maybe two cameras. In my case the two that just did are both wired and have fixed IP addresses which are not in a DHCP range. If I kill the zmc process the camera recovers. The zm log...
by px03afk
Tue Apr 05, 2016 12:42 pm
Forum: Website Issues
Topic: Download source
Replies: 1
Views: 4932

Download source

I can see from the new website that you are discouraging downloading the source however for those of us who wish to do that is it not possible to have a link which does just that rather than having to go to GitHub?
by px03afk
Sun Apr 19, 2015 5:41 pm
Forum: ZoneMinder 1.28.x
Topic: blank zones image: Shared data not initialised by capture...
Replies: 2
Views: 3343

Re: blank zones image: Shared data not initialised by captur

I've just hit the same problem and I got the message about shared data not being initialized, but I had already read elsewhere that that error was a bit of red herring. Initially I couldn't see what was happening with the images directory but then I found that it was in the wrong place, probably my ...
by px03afk
Wed Jul 16, 2014 6:51 pm
Forum: ZoneMinder 1.27.x
Topic: Installing from source - no configure, only configure.ac
Replies: 2
Views: 1614

Re: Installing from source - no configure, only configure.ac

Zoneminder 1.26.4 introduced cmake as the build tool and there is a note in the INSTALL file that this will become the default so I guess that's why 1.27 doesn't have a configure script. The cmake route works fine. As far as a package for OpenSuse is concerned, there is work going on to produce work...
by px03afk
Thu May 08, 2014 8:56 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder console STOPPED, cant start
Replies: 1
Views: 1501

Re: Zoneminder console STOPPED, cant start

Guess you have either found a way around this or have given up. I had a problem with one of the database updates and I had to break down the zmupdate.pl into manual lumps and run them through by hand to find out which one was broken and then sort out the specific error.
by px03afk
Fri Apr 25, 2014 7:21 pm
Forum: ZoneMinder 1.27.x
Topic: Systemd - zm service - zmpkg.pl - conflict
Replies: 0
Views: 1248

Systemd - zm service - zmpkg.pl - conflict

I wonder if anyone can offer a simple solution to a problem which shows up when you have zm configured as a service that systmed can control and you then use zmpkg.pl to stop/start zm. The problem seems to be that if you use systemd's service control then the console and zmpkg.pl will tell you that ...
by px03afk
Thu Mar 27, 2014 12:54 pm
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8918W presets
Replies: 2
Views: 1941

Re: Foscam FI8918W presets

Not sure what the problem was back in 2011 but presets work fine these days
by px03afk
Sun Mar 02, 2014 1:37 pm
Forum: ZoneMinder 1.26.x
Topic: zmpkg status says running, console says stopped
Replies: 1
Views: 1232

Re: zmpkg status says running, console says stopped

Can't say for sure if this is the same problem I had with OpenSuse but maybe. The problem I had was the later releases of OpenSuse use systemd and that has introduced the concept of private /tmp space and the default for ZM is to use /tmp. So the web console is looking and the private /tmp and zmpkg...
by px03afk
Sun Mar 02, 2014 12:37 pm
Forum: ZoneMinder 1.26.x
Topic: SQL Error when defining zone in 1.26.4 (Bug report)
Replies: 1
Views: 1601

Re: SQL Error when defining zone in 1.26.4 (Bug report)

I just had the same problem and discovered that the cause was because MySql had strict mode turned on. If you get rid of strict mode then the problem goes away. Obviously, in the longer term it would be preferable that ZM code didn't need this but in the short term this is a way out. Look in your my...
by px03afk
Sun Mar 02, 2014 12:32 pm
Forum: ZoneMinder 1.26.x
Topic: zm/includes/functions.php on line 2465 err on OpenSuse 12.3
Replies: 3
Views: 1572

Re: zm/includes/functions.php on line 2465 err on OpenSuse 1

I'm not entirely sure if this is the answer but I too had a similar problem with OpenSuse and I think the change I made which stopped this happening was to set short_open_tag = On in /etc/php5/apache2/php.ini. Be careful when you are editing the file as you will find two references to short_open_tag...
by px03afk
Sun Mar 02, 2014 2:31 am
Forum: ZoneMinder Hints & Tips
Topic: mysql (mariadb) strict mode problem with zm
Replies: 0
Views: 4385

mysql (mariadb) strict mode problem with zm

I have been setting up a new install of zm on OpenSuse 13.1, which has mariadb as the default replacement for mysql. The installation appears to default to using strict mode, which then causes zm problems in more than one area but the place I found it was trying yo add a monitor, when it gave an SQL...