Search found 18 matches

by rodj59
Mon Aug 13, 2007 12:58 am
Forum: Hardware Queries
Topic: I got one of these cheap Chinese cards from ebay:
Replies: 7
Views: 4945

Execute lspci: it shows the installed pci devices. Could also try modprobe bt878 &/or lsmod.
by rodj59
Sat Sep 23, 2006 12:17 am
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

Thanks, but this method of accessing cpan doesn't usually work for me. -------------------------------------------------- eg. Trying with "/usr/bin/lynx -source" to get http://cpan.mirrors.ilisys.com.au/modules/03modlist.data.gz Going to read /root/.cpan/sources/modules/03modlist.data.gz Going to ...
by rodj59
Thu Sep 21, 2006 9:32 pm
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

I'm after the X10::ActiveHome I think. Whatever is needed to get ZM to build with X10 enabled.
by rodj59
Thu Sep 21, 2006 4:46 am
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

Sounds good. I gave up on this system the first time I looked at it & that was all that was wrong. Limitations with Motion led to my having another go.
Don't suppose anyone can tell me where to get the X10 components from?
by rodj59
Wed Sep 20, 2006 1:19 am
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

Haven't had time to test it but looks like magic_quotes_runtime=On in php.ini is the problem. Unless you can override this setting at runtime eg. init_set(magic_quotes_runtime,0) without affecting other applications perhaps changing getEnumValues() is desirable.
by rodj59
Tue Sep 19, 2006 1:28 am
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

I believe it is version 5.024a. I have the same problem with an older version too. I compiled the 5.024 from sources. Seems the php function preg_match_all() in getEnumValues() is given strings containing backslashes before the quotes. You can fix it by stripping the backslashes out of $enum_values ...
by rodj59
Sun Sep 17, 2006 3:52 am
Forum: ZoneMinder Previous Versions
Topic: Monitor Functions
Replies: 10
Views: 4373

Monitor Functions

An old problem I had in changing the Function of a Monitor to something other than None (eg. Mocord, Modect etc.) is still occurring in latest release. The problem seems to be that the output of the call to foreach ( getEnumValues( 'Monitors', 'Function' ) as $opt_function ) line 516 in zm_html_view ...
by rodj59
Fri May 19, 2006 10:54 am
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

I was thinking in more technical terms: ie. what additions are made to which database tables (if any), what processes are stopped/started, what parameters etc. Looks to me at this point that something isn't happening to the database ... but is it a DB problem or a problem with the process meant to ...
by rodj59
Thu May 18, 2006 12:38 pm
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start zm

I did have libavformat.a & .so installed.

Can anyone give any clues on what exactly is supposed to happen when a camera is switched into a 'monitor' or other non None state?
by rodj59
Sat May 13, 2006 3:24 pm
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start ZM

The main cause of my lack of vision seems to have been the configuration of ZM_PATH_ZMS = /cgi-bin/nph-zms (this was I believe the unchanged setting of the installation). Setting it = /cgi-bin/zms clears things up quite a bit : I can now see something. javascript:emoticon(':shock:') I updated ...
by rodj59
Sun May 07, 2006 11:44 am
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

It seems to start OK but I can't verify anything else since I can' get the rest of it working. That's not quite true but in effective terms it is. There doesn't appear to be any way I can switch a camera on: when put into monitor or any other mode zmdc gives the message it can't find any process ...
by rodj59
Tue May 02, 2006 2:44 pm
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start zm

Now I understand why not everyone else isn't having the same trouble: one of the values in zm.conf contains whitespace : ie. ZM_PATH_BUILD=/usr/src/disks/home automation/ZoneMinder-1.22.0 : this doesn't get parsed properly & hence returns name & value either unset or null at line 80. I ?suggest ...
by rodj59
Mon May 01, 2006 10:27 am
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start zm

Well, I'm back to where I started. Unfortunately I don't speak perl so this is not easy for me. The earlier version of ZM 1.21 didn't have a Config.pm which makes comparison difficult. I have managed to get the 1.21 running but there are still issues w.r.t the loading of the initial ZM database: it ...
by rodj59
Sun Apr 23, 2006 4:56 am
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start zm

Part of the problem seems to be capabilities of the webuser name : nobody has no login shell. There are other issues. I have gotten the 1.21 version to at least start but I now find a message call to undefined function mysql_pconnect() in /var/www/htdocs/ZM/zm_db.php. Does anyone know where this ...
by rodj59
Wed Apr 19, 2006 11:35 am
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18577

Can't start zm

Think zm.sock should be created under /var/run/zm : made it world writable. I can't see where the path to zm.sock is specified? Can't find a zm.sock on the system. There was an error in the specification of the web directory: should have been /var/www/htdocs/ZM was /var/www/htmldocs/ZM: still doesn ...