Search found 66 matches

by chippy99
Thu Jan 08, 2015 12:59 pm
Forum: ZoneMinder 1.28.x
Topic: MYSQL won't start
Replies: 3
Views: 3017

Re: MYSQL won't start

What distribution are you running ?
Also what is returned if you type

Code: Select all

ps ax | grep mysql
by chippy99
Fri Mar 21, 2014 1:01 am
Forum: ZoneMinder 1.27.x
Topic: Is 1.27.x ready or is github and this site out of sync?
Replies: 9
Views: 4596

Re: Is 1.27.x ready or is github and this site out of sync?

Thanks for the link to the github page, there is no reference to it anywhere on the zm github site. I know there are issues about the old site and github site but that should not mean that the releases page is not referenced anywhere from either site.
by chippy99
Tue Mar 18, 2014 1:39 am
Forum: ZoneMinder 1.27.x
Topic: Is 1.27.x ready or is github and this site out of sync?
Replies: 9
Views: 4596

Is 1.27.x ready or is github and this site out of sync?

Its great that Zoneminder development is active, but latest download available here is 1.26.5 yet there is a new forum category for 1.27 (as posted in this very forum) and I keep getting prompted to install 1.27. How do users go to 1.27 if there is no download available here ? So I presumed I needed...
by chippy99
Mon Mar 17, 2014 12:22 am
Forum: ZoneMinder 1.26.x
Topic: ZoneMinder 1.27?
Replies: 4
Views: 2521

Re: ZoneMinder 1.27?

I also received the new version notification but when I look on Zoneminder Github site it says there are still 3 unresolved issues for the 1.27 milestone. I am glad to see active development but isn't this anouncement a little premature ?
by chippy99
Mon Jan 20, 2014 12:54 am
Forum: ZoneMinder 1.26.x
Topic: "too many connections to db"- err
Replies: 1
Views: 3166

Re: "too many connections to db"- err

I think mysql defaults to 150 connections so unless you have set the variable max_connections to a lower figure this is surprising. Try typing mysql -uroot -p'whatever_password_is' and then at mysql> prompt type 'show processlist'. This will show number of active connections. To increase number of p...
by chippy99
Sun Jan 12, 2014 1:54 am
Forum: ZoneMinder 1.26.x
Topic: Network Flooding
Replies: 2
Views: 1705

Re: Network Flooding

Try installing wireshark, its a network montoring tool. You should then be able to see where all the network traffic is comming from.
by chippy99
Sat Jan 04, 2014 1:07 am
Forum: ZoneMinder 1.26.x
Topic: Disabling zms logging
Replies: 2
Views: 1368

Re: Disabling zms logging

Select options from main zm screen, then logging, then set LOG_LEVEL_DATABASE to error and only errors will be recorded.
by chippy99
Fri Jan 03, 2014 4:22 pm
Forum: ZoneMinder 1.26.x
Topic: How do I stream IP camera on browser without all options?
Replies: 2
Views: 1843

Re: How do I stream IP camera on browser without all options

You could create an html page containing the following <html> <head> <title>some title</title> </head> <body> <img src="http://zm_ip_address/cgi-bin/nph-zms?mode=jpeg&monitor=zm_monitor_number&scale=100&maxfps=5&buffer=1000&buffer=1000&connkey=000000&buffer=1000&...
by chippy99
Tue Dec 24, 2013 12:43 am
Forum: ZoneMinder 1.26.x
Topic: Public IP Cam
Replies: 3
Views: 2835

Re: Public IP Cam

I think the basic concept behind this project is that you buy / steal / borrow the the hardware while others supply their talents and time for free (or occasionaly for a bounty) in creating the software.

I apologise if I have misunderstood your request
by chippy99
Mon Dec 23, 2013 2:59 am
Forum: ZoneMinder 1.26.x
Topic: Video capturing but no image feed on the monitors
Replies: 5
Views: 2912

Re: Video capturing but no image feed on the monitors

I had a similar problem when I upgraded from 1.26.4 to 1.26.5 and it complained about having 126 records in Config instead of 125. I cured it by deleting the Config table and then hacking the zm_create.sql and only only leaving in the lines that created the Config table and the lines at the end of t...
by chippy99
Sun Dec 01, 2013 2:47 am
Forum: ZoneMinder 1.26.x
Topic: zmupdate.pl error
Replies: 1
Views: 1940

Re: zmupdate.pl error

Sounds a bit like this
by chippy99
Fri Nov 29, 2013 2:01 am
Forum: ZoneMinder 1.26.x
Topic: Zoneminder 1.26.4 on Ubuntu 12.04 from source
Replies: 2
Views: 1881

Re: Zoneminder 1.26.4 on Ubuntu 12.04 from source

I did a download tonight from github and you can still use configure, did you run ./bootstrap.sh first ?
by chippy99
Thu Nov 21, 2013 3:12 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder iPad
Replies: 6
Views: 2693

Re: Zoneminder iPad

I made my own montage web page that is responsive (it resizes depending on devices screen size) but its specific to my setup. Maybe I should do some more work on it and release it to the community
by chippy99
Thu Nov 21, 2013 12:31 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder iPad
Replies: 6
Views: 2693

Re: Zoneminder iPad

It should work in your browser same as on a mac or pc, or do you mean something else ?