Search found 22 matches
- Wed Dec 13, 2006 6:41 pm
- Forum: Hardware Queries
- Topic: Arecont Vision and DVTEL
- Replies: 7
- Views: 4863
- Mon Dec 04, 2006 6:00 am
- Forum: Hardware Queries
- Topic: Arecont Vision and DVTEL
- Replies: 7
- Views: 4863
Hi Phil, in the meantime i've changed to zm-1.22.3, but the result is the same. Dec 4 06:17:24 suserv1 zmc_m5[30272]: ERR [Got signal (Segmentation fault), crashing] Dec 4 06:17:24 suserv1 zmc_m5[30272]: ERR [Signal address is 0xdfff3fbc, from 0x805c05b ] Dec 4 06:17:24 suserv1 zmc_m5[30272]: ERR ...
- Fri Dec 01, 2006 1:39 pm
- Forum: Hardware Queries
- Topic: Arecont AV1300
- Replies: 0
- Views: 1494
Arecont AV1300
Hi all, have an Arecont AV1300 here. Got on an SuSE 10.1 / zm-1.22.2 following error messages Dec 1 14:13:13 suserv1 zmc_m6[5223]: ERR [Got signal (Segmentation fault), crashing] Dec 1 14:13:13 suserv1 zmc_m6[5223]: ERR [Signal address is 0xdf85311c, from 0x805c20b ] Dec 1 14:13:13 suserv1 zmc_m6 ...
- Fri Dec 01, 2006 1:14 pm
- Forum: Hardware Queries
- Topic: Arecont Vision and DVTEL
- Replies: 7
- Views: 4863
Have a AV1300 here. Result : Dec 1 14:13:13 suserv1 zmc_m6[5223]: ERR [Got signal (Segmentation fault), crashing] Dec 1 14:13:13 suserv1 zmc_m6[5223]: ERR [Signal address is 0xdf85311c, from 0x805c20b ] Dec 1 14:13:13 suserv1 zmc_m6[5223]: ERR [Backtrace: /opt/zoneminder/bin/zmc [0x805c20b]] Dec 1 ...
- Wed Jul 19, 2006 6:44 am
- Forum: ZoneMinder Previous Versions
- Topic: Input not saving images - Each event labeled "New Event
- Replies: 7
- Views: 4068
Try to check / repair your zm database
Regards,
Rainer
Code: Select all
mysqlcheck --all-databases --auto-repair -ppassword -u user
Rainer
- Thu Jun 22, 2006 1:13 pm
- Forum: ZoneMinder Previous Versions
- Topic: boot/init Startup not working on suse 10
- Replies: 9
- Views: 9088
Hi, you have to take care of mysql is running before zm starts and before zm stops. /etc/init.d # ls -la rc3.d/ | grep zm lrwxrwxrwx 1 root root 5 Jun 21 07:32 K09zm -> ../zm lrwxrwxrwx 1 root root 5 Jun 21 07:32 S13zm -> ../zm suserv1:/etc/init.d # ls -la rc3.d/ | grep mysql lrwxrwxrwx 1 root root ...
- Thu Jun 15, 2006 10:08 am
- Forum: ZoneMinder Previous Versions
- Topic: boot/init Startup not working on suse 10
- Replies: 9
- Views: 9088
Hi, insert into /etc/init.d/.depend.start name_of_zm_startscript: mysql zm now only will start if mysql is running. insert into /etc/init.d/.depend.stop mysql: apache2 name_of_zm_startscript to prevent error messages zm has to be stopped before mysql. or change /etc/sysconfig/boot ## Type: yesno ...
- Sat Aug 06, 2005 7:17 am
- Forum: ZoneMinder Previous Versions
- Topic: Suse 9.3: compile -> OK, but perl errors when starting
- Replies: 7
- Views: 9195
wrong permissions
Check owner and permissions of /var/log/???? or other directory, where zoneminder writes the logfiles. Here zoneminder writes to /var/log/zoneminder.
Regards,
Rainer
Code: Select all
drwxr-xr-x 2 wwwrun www 376 Jul 4 20:06 zoneminder
Regards,
Rainer
- Sun Jul 24, 2005 2:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: libmysqlclient.a reported as missing
- Replies: 13
- Views: 8322
./configure
I'm running SuSE 9.3 with these mysql RPM's installed rpm -qa | grep ^mysql mysql-shared-4.1.10a-3 mysql-4.1.10a-3.2 mysql-query-browser-1.1.5-4 mysql-devel-4.1.10a-3 mysql-connector-java-3.1.6-3 mysql-client-4.1.10a-3 mysql-administrator-1.0.19-3 mysql-Max-4.1.10a-3.2 zm is compiling without any ...
- Sun Jul 24, 2005 9:01 am
- Forum: ZoneMinder Previous Versions
- Topic: libmysqlclient.a reported as missing
- Replies: 13
- Views: 8322
./configure
Under SuSE try : ./configure --with-mysql=/usr --with-webuser=wwwrun --with-webgroup=www --with-webdir=/srv/www/htdocs/zoneminder --with-cgidir=/srv/www/cgi-bin/zoneminder --sysconfdir=/etc/zoneminder --with-ffmpeg=/usr --with-lame=/usr If all needed devel rpm's are installed, it should work ...
- Thu Jun 16, 2005 8:30 am
- Forum: ZoneMinder Previous Versions
- Topic: cambozola does not load in IE
- Replies: 15
- Views: 10271
cambozala
Same problems here.
Setting ZM_CAN_STREAM -> no , IE will use cambozola
Setting ZM_CAN_STREAM -> auto, yes , IE will not use cambozola
Regards,
Rainer
Setting ZM_CAN_STREAM -> no , IE will use cambozola
Setting ZM_CAN_STREAM -> auto, yes , IE will not use cambozola
Regards,
Rainer
- Thu Jun 16, 2005 8:22 am
- Forum: ZoneMinder Previous Versions
- Topic: can't start the video device
- Replies: 12
- Views: 5703
functions
On SuSE systems /etc/rc.d/init.d/functions isn't available.
Edit zm init script.
Regards,
Rainer
Edit zm init script.
Code: Select all
# Source function library.
#. /etc/rc.d/init.d/functions
Regards,
Rainer
- Thu Jun 16, 2005 5:24 am
- Forum: ZoneMinder Previous Versions
- Topic: permission denied access to index.php
- Replies: 2
- Views: 2034
you don't have permission ...
Hi bhomass,
looks like apache is not allowed to follow symlinks.
On SuSE systems edit /etc/apache2/default-server.conf
regards Rainer
looks like apache is not allowed to follow symlinks.
On SuSE systems edit /etc/apache2/default-server.conf
Code: Select all
<Directory "/srv/www/htdocs/">
Options FollowSymLinks
...
...
</Directory>
- Tue Jun 14, 2005 4:54 am
- Forum: ZoneMinder Previous Versions
- Topic: can't start the video device
- Replies: 12
- Views: 5703
zm running with SuSE
Hi bhomass, compile zm with --with-webuser=wwwrun --with-webgroup=www --with-webdir=/srv/www/htdocs/zoneminder --with-cgidir=/srv/www/cgi-bin ... after compiling there is an init-script zm. You have to copy it to /etc/init.d. Edit zm, change all echo_success/failure to echo success/failure. # /etc ...
- Mon Jun 06, 2005 5:36 pm
- Forum: ZoneMinder Previous Versions
- Topic: What are the default zone settings for a new Motion Zone?
- Replies: 12
- Views: 7588
crashed database
Hi,
to repair the database try
replace password with your mysql adminpassword and user with your mysqladminuser ( normally root )
Regards, Rainer
to repair the database try
Code: Select all
mysqlcheck --all-databases --auto-repair -ppassword -u user
Regards, Rainer