Search found 38 matches

by jonathancnewcomb
Tue Sep 25, 2012 4:21 pm
Forum: ZoneMinder 1.25.x
Topic: New user question...
Replies: 1
Views: 1086

Re: New user question...

Yes you can, all you have to do is enable php and create an alias to your zm web directory. I am sure you can find a forum for the server daemon you are looking at running. You have to do the following: Allow following of symbolic links enable php add index.php to the list of index's Create a direct...
by jonathancnewcomb
Thu Sep 20, 2012 4:54 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

Issue was resolved by doing the following: 1. Do not use the repos 2. Install ffmpeg sudo apt-get install ffmpeg 3. Download the source code 4. Extract source tar -xvf ZoneMinder-1.25.0.tar.gz 5. Edit zm_utils.cpp nano ZoneMinder-1.25.0/src/zm_utils.cpp 6. Add the following to the include section of...
by jonathancnewcomb
Thu Sep 20, 2012 4:25 pm
Forum: ZoneMinder 1.25.x
Topic: Dlink PTZ control script needed
Replies: 8
Views: 4068

Re: Dlink PTZ control script needed

If you can get me the source code for the web interface using wget I may be able to write one
by jonathancnewcomb
Thu Sep 20, 2012 4:17 pm
Forum: ZoneMinder 1.25.x
Topic: Delay before camera feed works
Replies: 4
Views: 1977

Re: Delay before camera feed works

Yes I agree, good thing its working
by jonathancnewcomb
Wed Sep 19, 2012 6:26 pm
Forum: ZoneMinder 1.25.x
Topic: ** POSSIBLE BUG ** Streaming events leads to black screen
Replies: 2
Views: 1670

Re: ** POSSIBLE BUG ** Streaming events leads to black scree

Good info. Missed it I dont know how many times :x. Please mark this thread for deletion
by jonathancnewcomb
Wed Sep 19, 2012 6:24 pm
Forum: ZoneMinder 1.25.x
Topic: Zoneminder Web Interface is really slow
Replies: 12
Views: 7042

Re: Zoneminder Web Interface is really slow

I have not seen this before with my install....are you using Apache web server? Perhaps a reverse domain lookup attempt??
by jonathancnewcomb
Wed Sep 19, 2012 6:22 pm
Forum: ZoneMinder 1.25.x
Topic: Prevent that user can delete filter purgewhenfull
Replies: 5
Views: 2270

Re: Prevent that user can delete filter purgewhenfull

hmm looks like you just changed it from a "Event" group to a "System" group for that button. Pretty good thinking (probably where it should have been to begin with)
by jonathancnewcomb
Wed Sep 19, 2012 6:20 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

You are getting this because of the following line: 1 not fully installed or removed. Please do the following: sudo apt-get --purge remove zoneminder sudo apt-get install --reinstall zoneminder Then make sure your cache is clean: sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt...
by jonathancnewcomb
Tue Sep 18, 2012 7:56 pm
Forum: ZoneMinder 1.25.x
Topic: Prevent that user can delete filter purgewhenfull
Replies: 5
Views: 2270

Re: Prevent that user can delete filter purgewhenfull

Ok, then maybe I was mistaken, I have created read-only users on my system that can view events and execute filters and the like, but can not delete, archive or remove or create filters. I have the following permissions set on these users and they do not have the "Save" or "Delete&quo...
by jonathancnewcomb
Tue Sep 18, 2012 7:53 pm
Forum: ZoneMinder 1.25.x
Topic: Delay before camera feed works
Replies: 4
Views: 1977

Re: Delay before camera feed works

I can only guess that the daemon that runs the capture has a time delay for when it looks if the stream is alive. If this is a persistent setup, I would recommend adding your MJPEG streamer to your rc files to start before zoneminder on boot
by jonathancnewcomb
Tue Sep 18, 2012 7:44 pm
Forum: ZoneMinder 1.25.x
Topic: Prevent that user can delete filter purgewhenfull
Replies: 5
Views: 2270

Re: Prevent that user can delete filter purgewhenfull

You should be able to give them the permission "None" to System and that should prevent users from removing filters
by jonathancnewcomb
Tue Sep 18, 2012 3:42 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

When you read this, if you are still having problems please attach the output from the following command:

Code: Select all

dpkg -l
Please note that is a lower case L
by jonathancnewcomb
Tue Sep 18, 2012 3:37 pm
Forum: ZoneMinder 1.25.x
Topic: Camera Feed Stops Updating
Replies: 6
Views: 2504

Re: Camera Feed Stops Updating

Side note: I did read that bug report and it appears valid. Time expires on the hash string and the socket is closed. There does not appear to be a function to have the feed move from one socket to the next, it must be validated first. I would say this is anticipated, holding a socket open could be ...
by jonathancnewcomb
Tue Sep 18, 2012 3:34 pm
Forum: ZoneMinder 1.25.x
Topic: Camera Feed Stops Updating
Replies: 6
Views: 2504

Re: Camera Feed Stops Updating

Yes of course, plain text simply means that your user credentials are passed in the clear with no encryption. These requests are within the HTTP URI which anyone can see with a packet sniffer. None means there is no authentication between your request and the process on the server, which is going to...
by jonathancnewcomb
Tue Sep 18, 2012 3:06 pm
Forum: ZoneMinder 1.25.x
Topic: ZM reports "no space left on device"
Replies: 4
Views: 2613

Re: ZM reports "no space left on device"

Can you please post the output of the following command:

Code: Select all

df