Search found 11 matches
- Tue Apr 03, 2007 1:20 pm
- Forum: ZoneMinder Previous Versions
- Topic: Undefined subroutine &main::zmDbgSetSignal
- Replies: 4
- Views: 3629
- Fri Mar 30, 2007 9:37 pm
- Forum: ZoneMinder Previous Versions
- Topic: ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
- Replies: 8
- Views: 4193
- Fri Mar 30, 2007 7:24 pm
- Forum: ZoneMinder Previous Versions
- Topic: ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
- Replies: 8
- Views: 4193
- Fri Mar 30, 2007 7:10 pm
- Forum: ZoneMinder Previous Versions
- Topic: ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
- Replies: 8
- Views: 4193
- Fri Mar 30, 2007 6:52 pm
- Forum: ZoneMinder Previous Versions
- Topic: ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
- Replies: 8
- Views: 4193
- Fri Mar 30, 2007 6:36 pm
- Forum: ZoneMinder Previous Versions
- Topic: ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
- Replies: 8
- Views: 4193
ERR [Unable to run "sudo -u www-data /usr/bin/zmfix&quo
Debian testing, ZM 1.22.3 (installed from unstable package)
no matter what I do, all I get is:
ERR [Unable to run "sudo -u www-data /usr/bin/zmfix", output is ""]
Is there a way to debug what zmfix is doing? (the SQL base looks OK, access is OK too)
no matter what I do, all I get is:
ERR [Unable to run "sudo -u www-data /usr/bin/zmfix", output is ""]
Is there a way to debug what zmfix is doing? (the SQL base looks OK, access is OK too)
- Fri Mar 30, 2007 4:46 pm
- Forum: ZoneMinder Previous Versions
- Topic: Undefined subroutine &main::zmDbgSetSignal
- Replies: 4
- Views: 3629
Got the same issue here on my Debian (testing) system (zm 1.22.3) . I removed the zmDbgSetSignal() line, now it runs further but complains about SQL errors: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the ...
- Tue Mar 30, 2004 12:54 pm
- Forum: ZoneMinder Previous Versions
- Topic: Login bug: 1 failed login blocks future logins
- Replies: 4
- Views: 2839
Login bug: 1 failed login blocks future logins
c.f. subject. If I try to login and mistype my password, I cannot login at all any more. I keep getting redirected to the login page even if I am 100% certain that I typed the correct userid and pw. Only after restarting the browser (or manually wiping out the ZMSESSID cookie) are logins possible ...
- Tue Mar 30, 2004 12:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: Switching to cambozola streaming
- Replies: 8
- Views: 5577
Re: Switching to cambozola streaming
I can confirm this. nph-zms doesn't work with FireFox (shows a broken image) but works with Cambozola and vice versa.
- Fri Feb 20, 2004 1:58 pm
- Forum: ZoneMinder Previous Versions
- Topic: Remote camera and user validation
- Replies: 4
- Views: 3148
Re: Remote camera and user validation
Poking around a little, I guess you need to split the hostname, username and password fields to get it to work. From the RFC: (ftp://ftp.isi.edu/in-notes/rfc2617.txt) To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a base64 [7 ...
- Fri Feb 20, 2004 1:25 pm
- Forum: ZoneMinder Previous Versions
- Topic: Remote camera and user validation
- Replies: 4
- Views: 3148
Re: Remote camera and user validation
It looks like this is still broken.
Doing zmc -H user:pass@10.10.10.10 -P 80 -p /jpg/fullsize.jpg
results in:
ERR [Can't gethostbyname(user:pass@10.10.10.10): Operation not permitted]
Ie somehow zmc doesn't split the part in front of the @ off of the hostname/address.
Doing zmc -H user:pass@10.10.10.10 -P 80 -p /jpg/fullsize.jpg
results in:
ERR [Can't gethostbyname(user:pass@10.10.10.10): Operation not permitted]
Ie somehow zmc doesn't split the part in front of the @ off of the hostname/address.