Search found 1173 matches

by rockedge
Wed Mar 17, 2021 4:23 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: 1.35.20 Ubuntu 20.04 "User Authentication is not turned on. You cannot log in."
Replies: 7
Views: 26535

Re: 1.35.20 Ubuntu 20.04 "User Authentication is not turned on. You cannot log in."

I am also having problems with local USB cameras not streaming but seem to be capturing. Also my network cameras that use "Remote" as the Source Type are showing the same behavior.
by rockedge
Wed Mar 17, 2021 4:20 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Zoneminder master 1.35.21~20210316201259-focal , USB camera monitor problem [Solved]
Replies: 4
Views: 2140

Re: Zoneminder master 1.35.21~20210316201259-focal , USB camera monitor problem

I've been seeing the same since last week. Also javascript in the web gui not working. I also have the same version installed and seeing several variations of those errors.
by rockedge
Fri Jan 08, 2021 2:54 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Sudo Return Location
Replies: 4
Views: 11752

Re: Sudo Return Location

I wanted to use a cron but not sure what the magical code is for my camera. What is the camera type? If a clone of another type, which is it? So you are trying to move the camera to a "home" position after it moves to look in the direction of an event from another camera that is linked an...
by rockedge
Sat Dec 26, 2020 3:09 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: New Install with DB on remote host - debian-sys-maint
Replies: 4
Views: 2367

Re: New Install with DB on remote host - debian-sys-maint

why would zoneminder be ignoring what's set in zm.conf? Are there any config files in /etc/zm/conf.d that are overriding the zm.conf? If so the configurations in /etc/zm/conf.d/*.conf will override the zm.conf by design. Something like "zmcustom.conf" or "any-name.conf" will be ...
by rockedge
Sat Sep 12, 2020 6:40 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 185682

Re: ALERT - Major UI Changes - Work in Progress

after looking at the source being produced it appears all the selections are being generated but are not being displayed. The blue highlighted position is where the <option> tags should be but appear to be generated on the CSS class above it and never are displayed in the drop down container. Or som...
by rockedge
Sat Sep 12, 2020 3:45 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 185682

Re: ALERT - Major UI Changes - Work in Progress

I'll look into it further. I have seen this both on PHP 7.4 and 7.2, in Void Linux and Puppy Linux Bionic64. Seems like it might be something simple...hopefully!

At least you are seeing it as well and it's not Distro related.
by rockedge
Fri Sep 11, 2020 7:49 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 185682

Re: ALERT - Major UI Changes - Work in Progress

Will do.
Still having problems with the Log viewer. All the filter selection menus are empty. So no select a component to filter the Log results for example.
by rockedge
Sat Sep 05, 2020 9:53 pm
Forum: Hardware Queries
Topic: Hiseeu PTZ MODEL:N817XP
Replies: 6
Views: 5186

Re: Hiseeu PTZ MODEL:N817XP

I think you have made some progress! Have you attempted to set up this camera using onvif in Zoneminder? I could try to help you modify a script if we can identify one that is close. Can you locate the PERL control scripts for the different cameras in your ZM installation? Can you post the info you ...
by rockedge
Fri Sep 04, 2020 8:42 pm
Forum: Hardware Queries
Topic: Hiseeu PTZ MODEL:N817XP
Replies: 6
Views: 5186

Re: Hiseeu PTZ MODEL:N817XP

Some times taking a known working control script and modifying it to work on this camera will get one started down the right path. Is it possible to use the PTZ method with IE and look at the URL's it sends to the camera to move it pan and tilt?

Is this camera a clone of another type?
by rockedge
Fri Sep 04, 2020 8:39 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: No Control Type Available
Replies: 3
Views: 1562

Re: No Control Type Available

yes there seems to be something broken in the PTZ Controls section. The next update will fix it.
by rockedge
Sun Aug 16, 2020 5:52 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Can't login new install Debian GNU/Linux 9 DVR tty1
Replies: 3
Views: 4099

Re: Can't login new install Debian GNU/Linux 9 DVR tty1

The default login for Zoneminder is user = admin password = admin Depending on the configuration, there is either a menu bar on top of the page Screenshot(3).png or if selected in Options->Web->WEB_NAVBAR_TYPE : Screenshot(4).png The Menu is to the right click on the button with 3 horizontal lines
by rockedge
Fri Jul 03, 2020 3:01 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Could not open out file: permission denied
Replies: 6
Views: 4222

Re: Could not open out file: permission denied

the directories ownership needs to be the same as the web server and Zoneminder user. There are several that need to be the same.
by rockedge
Tue Jun 30, 2020 8:34 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Testing Indexing
Replies: 0
Views: 1720

Testing Indexing

Testing Indexing.......
by rockedge
Thu May 28, 2020 1:38 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unable to connect to ZM db
Replies: 7
Views: 8367

Re: Unable to connect to ZM db

is the mysql server running?
by rockedge
Mon May 25, 2020 4:55 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Unable to connect to ZM db
Replies: 7
Views: 8367

Re: Unable to connect to ZM db

I think your problem is as simple as the wrong permissions are set for the ZM configuration directory /etc/zm!

insure that
/etc/zm
/var/cache/zoneminder
/var/log/zm

all are owned by the webserver and ZM user! In my case it is www-data most of the time

Code: Select all

chown -R www-data:www-data /etc/zm