Great work Phil!
All streams are visible and I have yet to find any odd behaviour.
No more unusual log entries either.
Gentoo linux-2.6.9
mysql-4.0.22
apache-2.0.52
mod_php-4.3.10
php-4.3.10
Search found 25 matches
- Thu Jan 27, 2005 5:07 pm
- Forum: ZoneMinder Previous Versions
- Topic: 1.20.1 pre-release available for testing
- Replies: 24
- Views: 15601
- Mon Jan 24, 2005 6:27 pm
- Forum: ZoneMinder Previous Versions
- Topic: zms[5287]: ERR [Unable to authenticate user]
- Replies: 57
- Views: 44401
It works!
After reading this thread http://www.zoneminder.com/forums/viewtopic.php?t=4056 I tried logging in as a user, but this time I capitalized the first character of the username, lo and behold it zm worked as expected. WooHoo!! I originally added the user with a capital letter, however previous versions ...
- Mon Jan 24, 2005 6:29 am
- Forum: ZoneMinder Previous Versions
- Topic: zms[5287]: ERR [Unable to authenticate user]
- Replies: 57
- Views: 44401
apache2 error_log: [Mon Jan 24 00:07:12 2005] [info] Server: Apache/2.0.52, Interface: mod_ssl/2.0.52, Library: OpenSSL/0.9.7d [Mon Jan 24 00:07:12 2005] [notice] Apache/2.0.52 (Gentoo/Linux) mod_ssl/2.0.52 OpenSSL/0.9.7d PHP/4.3.10 configured -- resuming normal operations [Mon Jan 24 00:07:12 2005 ...
- Fri Jan 21, 2005 11:43 pm
- Forum: ZoneMinder Previous Versions
- Topic: "Use of uninitialized value in transliteration" er
- Replies: 9
- Views: 8855
Solved ... (for me)
FWIW I also received the same error. In my case, it appears to be caused by my ignoring the errors caused using an old zmconfig.txt (1.19.5) with zmconfig.pl, and continuing with the install. DBI connect('database=zm;host=localhost','',...) failed: Access denied for user: 'root@localhost' (Using ...
- Mon Dec 06, 2004 4:10 am
- Forum: ZoneMinder Previous Versions
- Topic: Explanation of Alarms, Alerts, and Events
- Replies: 10
- Views: 12920
you have a bug in your script the date format you are using returns a string with a space in it. prompt$ date +%F-%r 2004-12-05-09:55:02 PM you could switch to 24 hour time prompt$ date +%F-%R 2004-12-05-21:56 or use shell expansion to escape the space touch "/home/user/zm/notification/en-$cur_date ...
- Mon Dec 06, 2004 3:48 am
- Forum: ZoneMinder Previous Versions
- Topic: i can't see image both via cambozola/stream and still image
- Replies: 8
- Views: 7445
Looks to me that you are missing some perl modules. Can't locate Date/Manip.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /opt/zm/bin/zmfilter.pl line 109 ...
- Mon Dec 06, 2004 3:39 am
- Forum: ZoneMinder Previous Versions
- Topic: several annoyances
- Replies: 5
- Views: 4351
First, an init script for gentoo* ... http://www.zoneminder.com/forums/viewtopic.php?t=3924 Second, did you change $command = “su “.ZM_WEB_USER.” --shell=/bin/sh --command=’$command’”; To $command = “su “.ZM_WEB_USER.” –c ’$command’”; Third, the user that zm runs as ( apache by default ) needs /bin/b ...
- Fri Dec 03, 2004 5:15 pm
- Forum: User Contributions
- Topic: Log Rotate for ZM
- Replies: 0
- Views: 3502
Log Rotate for ZM
Save the following code as zm_rotate.cron and put it in /etc/cron.daily or /etc/cron.weekly. It will compress old logs with bzip2. I not sure if zm needs to be stopped for the current log to rotate, so it is optional. #!/bin/bash #file used to control zoneminder ZM_CONTROL_CMD="/etc/init.d/zm" #ZM ...
- Tue Nov 30, 2004 11:55 pm
- Forum: User Contributions
- Topic: Gentoo Init Script
- Replies: 0
- Views: 5703
Gentoo Init Script
Save this code as /etc/init.d/zm on a gentoo system. There is probably a better way to handle the pid ... but I thought it works well enough to post it here. #!/sbin/runscript # Gentoo init script for ZoneMinder # securiteaze@gmail.com depend() { need apache2 need mysql need net use logger } start ...
- Tue Nov 30, 2004 8:26 pm
- Forum: ZoneMinder Previous Versions
- Topic: Using zoneminder zms as remote camera
- Replies: 23
- Views: 15900
- Wed Nov 17, 2004 9:56 pm
- Forum: ZoneMinder Previous Versions
- Topic: Odd problem
- Replies: 2
- Views: 2216
Here are a couple suggestions from a fellow gentoo user.
Add 'apache2 mysql php' to your use flags and run
Add the following line to /etc/conf.d/apache2
Add 'apache2 mysql php' to your use flags and run
Code: Select all
emerge apache mod_php mysql
Code: Select all
APACHE2_OPTS="-D PHP4"
- Fri Nov 12, 2004 4:14 am
- Forum: ZoneMinder Previous Versions
- Topic: Image Oddities, Space
- Replies: 8
- Views: 6246
Try a search for mozilla
- Thu Oct 21, 2004 6:08 pm
- Forum: Hardware Queries
- Topic: Fast System for ZM?
- Replies: 5
- Views: 4259
- Sun Oct 17, 2004 11:50 pm
- Forum: ZoneMinder Previous Versions
- Topic: How to disable all debug ?
- Replies: 6
- Views: 5654
You could link you logs to null.
Or one of my favorites.
Code: Select all
ln -s /var/log/syslog /dev/null
Code: Select all
ln -sf /home/securiteaze/.bash_history /dev/null
- Fri Oct 15, 2004 12:44 am
- Forum: ZoneMinder Previous Versions
- Topic: ZoneMinder on LWN and Newsforge
- Replies: 4
- Views: 3006
It's also on slashdot.
http://linux.slashdot.org/linux/04/10/1 ... 85&tid=106
http://linux.slashdot.org/linux/04/10/1 ... 85&tid=106