Search found 13 matches

by DeathByPenguins
Tue Dec 11, 2007 10:05 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

MD5 Hashes (prior to transmission, I assume, on the browser side). Due to licensing issues with openssl I changed to gnutls to process the MD5 hashes on the server side. Or nearly changed. Now that's really changed. Excellent! I'm going to be having a play with Xen some stage (first half of next ...
by DeathByPenguins
Tue Dec 11, 2007 8:38 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

As of this morning I think I've got it done. On my system anwyay, I can now turn on authentication - using md5 - and my camera still works. Pardon my ignorance... How can we go about encrypting/hiding the credentials we pass to our ZM web server via the net? All I've got left to do is modify the ...
by DeathByPenguins
Sun Dec 09, 2007 2:24 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

Unless you really really want ubuntu please give the live cd a go Which live CD are we talking about? I would start with a clean build of Ubuntu. It is quite easy now with the debs in the repos. added the universe repo's to /etc/apt/sources.list. sudo apt-get update sudo apt-get install zoneminder ...
by DeathByPenguins
Sat Dec 08, 2007 3:36 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

I can view stills, but no stream. Any ideas?
by DeathByPenguins
Sun Dec 02, 2007 10:26 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

I've just gotten back to this project after a few months on something else.
Now I have no images on my monitors again. I've just turned the server on. Havn't changed anything else. Looks like I will have to go through the whole process again unless someone has another brilliant idea
by DeathByPenguins
Sun Sep 02, 2007 10:43 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

False alarm, Looks like I had a loose wire. both monitors are showing colour now. Added options bttv tuner=4 back in, reboot, and all is looking good so far. Thanks for all the help guys. Has made the process less painfull. Not sure what the i2c-algo-bit bit_test=1 is about, but have got a good ...
by DeathByPenguins
Sun Sep 02, 2007 10:12 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

Reinstall 6.06 Dapper Drake with capture card already in place. wget ftp://www.northern-ridge.com.au/zoneminder/ubuntu/dapper/zoneminder_1.22.3-8_i386.deb dpkg -i zoneminder_1.22.3-6_i386.deb will not install the package as per http://www.zoneminder.com/wiki/index.php/Ubuntu_7.04 due to missing ...
by DeathByPenguins
Sun Sep 02, 2007 2:54 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

As I posted previously my system (ubuntu server, Dapper) Lee Sharps system appears to be setup the same as mine. ie I have reverted back to origonal /etc/modprobe.d/options ZM was setup with /dev/video0 I can't see the 0,1,2,3 anymore as the WebGUI is not displaying any monitors although they are in ...
by DeathByPenguins
Wed Aug 29, 2007 12:51 pm
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

Yeah, sorry, my card is a no name with a Conexant Fusion 878A. This is a link to the card I'm using... http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=270136598677&ssPageName=STRK:MEWA:IT&ih=017#ebayphotohosting Tryed entering the 2 options on separate lines into the /etc/modprobe.conf like ...
by DeathByPenguins
Mon Aug 27, 2007 1:43 pm
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

Then I tryed modprobe bttv card=77 tuner=4 Then I created a /etc/modprobe.conf and placed this line in it "options bttv card=77 tuner=4" without the quotes. then on startup *Loading hardware drivers... [fail] the /etc/modprobe.conf contents must be incorrect? The dmesg is now [42949385.020000] bttv0 ...
by DeathByPenguins
Mon Aug 27, 2007 11:31 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

I couldn't find the modprobe.conf file performed a modprobe -v bttv card=77 tuner=4 Nothing seemed to change in the dmesg. at the prompt tryed insmod bttv card=77 tuner=4 insmod printed insmod: can't read 'bttv': No such file or directory How should I go about inserting card=77 tuner=4 into modprobe?
by DeathByPenguins
Sun Aug 26, 2007 4:37 am
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

I couldn't find a rmessgaes log. Found the sys logs in /var/log/ I turned the debug up in ZM's WebGUI under Options, Debug tab. Set ZM_EXTRA_DEBUG to on, ZM_EXTRA_DEBUG_LEVEL to 9 This is a section of /var/log/messages file Aug 26 14:02:24 artemis zmdc[11918]: INF ['zmwatch.pl' starting at 07/08/26 ...
by DeathByPenguins
Sat Aug 25, 2007 11:47 pm
Forum: User Contributions
Topic: Getting ZoneMinder into debian and ubuntu
Replies: 91
Views: 79594

The next thing to do is go through the system log and check what the various programs (zma, zmc, etc) are doing. Hopefully there's going to be a useful error message in there. which system are we talking about here... zoneminder or linux and where are these logs? According to the zoneminder options ...