Bug 72002 - www-misc/zoneminder version bumped, please test
|
Bug#:
72002
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: maintainer-needed@gentoo.org
|
Reported By: JakubSadowski@GMail.com
|
|
Component: Applications
|
|
|
URL:
http://www.zoneminder.com
|
|
Summary: www-misc/zoneminder version bumped, please test
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-11-21 18:11 0000
|
ZoneMinder 0.9.12 installation does not create /var/log/zoneminder directory
which should have apache:apache as it's owner and is necessary for zoneminder's
components to create individual log files.
Reproducible: Always
Steps to Reproduce:
1. Emerge and configure zoneminder
2. su to root
2. Temporarily change user apache's login shell to bash (usermod -s /bin/bash
apache)
3. Change to user apache (su - apache)
4. Change to the zoneminder directory (cd /home/httpd/zoneminder)
5. Run "/usr/bin/perl -Tw /usr/bin/zmdc.pl start zmc"
6. exit and change user apache's login shell back to false (usermod -s
/bin/false apache)
Actual Results:
Recieved an error message in regards to /var/log/zoneminder not being a
directory.
Expected Results:
Started the zmc (ZoneMinder capture) daemon - this is one of the steps that
occurs when you click "Start" on the main page of the (online) ZoneMinder
console.
ZoneMinder 0.9.12
Apache 2.0.52-r1
PHP 5.0.2-r1
I don't know what ZoneMinder is, but it defintiely isn't part of catalyst... ;]
no metadata.xml; added CCs based on ChangeLog entries.
Note - version 1.19.5 is available. Seems to be a webapp kinda program.
Daniel, don't just sit there in CC, do something =P
sorry for passing the buck but I'd rather focus my efforts on those bugs I know
how to fix. I have thought about getting webapp proficient at some stage but
there a lot I want to achieve before then.
*** Bug 75472 has been marked as a duplicate of this bug. ***
22nd March 2005: zoneminder 1.21.0 is out.
I think I installed zoneminder in bit and pieces, and I had already created the
database with the proper user and tables. In anycase I changed as well
< $command = "su ".ZM_WEB_USER." -c '$command'";
---
> $command = "su ".ZM_WEB_USER." --shell=/bin/sh --command='$command'";
But I am not sure this change is actually necessary.
You will most likey incurr in the shmget can't get memory, there is the
solution in the faq
http://www.zoneminder.com/index.php?id=41&backPID=33&tx_faq_faq=10
Hope this helps.
Not sure what this doing on webapps-request@ (which is an alias for new package
requests for web-related applications, which zoneminder obviously is not since
it's in portage already).
Because the version in portage isn't a webapp (doesn't use webapp.eclass), yet.
1.21.2 is in CVS, please test
media-video folks - could you look it over and make sure it's ok?