Search found 7 matches

by TheFluffyOne
Wed Jul 20, 2005 8:45 pm
Forum: ZoneMinder Previous Versions
Topic: Help identifying bottleneck for ip cams
Replies: 8
Views: 5556

Do you get better performance if you only run one of the cameras at a time?
by TheFluffyOne
Tue Jul 19, 2005 7:53 pm
Forum: ZoneMinder Previous Versions
Topic: Problems Whit Bttv
Replies: 10
Views: 6073

What output do you get from:

Code: Select all

modprobe bttv
grep -i bttv /var/log/messages | tail -n 30
?
by TheFluffyOne
Tue Jul 19, 2005 7:51 pm
Forum: ZoneMinder Previous Versions
Topic: libmysqlclient.a reported as missing
Replies: 13
Views: 8316

I'm not particularly familiar with SuSe, however most of the RPM-based distros have separate mysql and mysql-devel packages. The -devel packages install all of the headers needed to compile an application such as ZM.

Make sure you've got the mysql-devel package installed.
by TheFluffyOne
Tue Jul 19, 2005 12:12 pm
Forum: ZoneMinder Distributions
Topic: Newbie help required on install
Replies: 24
Views: 12778

Airwolf wrote:if this fails then i'll try another distribution Fedora Core4? and try the long winded method of getting ZM up.
I set ZM up on a Fedora Core 4 box just last night, so if you want any help going down this route let me know.
by TheFluffyOne
Tue Jul 19, 2005 12:04 pm
Forum: Hardware Queries
Topic: New USB webcam (good in low light)
Replies: 2
Views: 3550

Webcam support in Linux seems to be pretty crap at present. I've got two at home that don't appear to have working drivers (one of which is a USB2 Trust Spacecam 380, the other is a Sony Eyetoy), and a third I haven't tested yet (which I think was a USB2 Trust Spacecam 360). When tested on Windows ...
by TheFluffyOne
Tue Jul 19, 2005 10:53 am
Forum: Non-ZoneMinder Chat
Topic: hot system
Replies: 1
Views: 3323

Very odd that the mobo temperature is higher than the CPU temperature. Does that sensor measure the temp of certain chips on the motherboard, or is it a measure of ambient temperature? Are you using LMSensors to gather this info? Have you tried taking a measurement from these and then rebooting ...
by TheFluffyOne
Tue Jul 19, 2005 10:41 am
Forum: ZoneMinder Previous Versions
Topic: One problem and one tip
Replies: 2
Views: 1873

Re: One problem and one tip

the response in the browser is: "could not connect to database: Can't connect to local MySQL server through socket '/var/lib/mysql.sock (13)' Initial guess would be that the MySQL server is not running. What response do you get if you type the following as root at the console: service mysqld status ...