Hello all!!
i think: you'll use the crypted password ...perhaps...
can you try ?
Search found 19 matches
- Fri Dec 08, 2006 1:48 am
- Forum: ZoneMinder Previous Versions
- Topic: Problems upgrading to 1.22.3
- Replies: 17
- Views: 10767
- Thu Feb 02, 2006 1:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: RPM for SME-7.0pre1 for test
- Replies: 0
- Views: 2250
RPM for SME-7.0pre1 for test
Hello all! test rpm for SME is ready : /sbin/e-smith/db yum_repositories set Chaapai repository \ BaseURL ftp://ftp.chaapai.homelinux.net/yum-smeserver/7.0pre1/smechaapai/i386/ \ EnableGroups 1 \ GPGCheck 0 \ Name 'SME Server - Chaapai contribs' \ status enabled /sbin/e-smith/expand-template /etc ...
- Thu Feb 02, 2006 1:19 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problem in zmpkg.pl in packaging RPM
- Replies: 3
- Views: 3659
- Tue Jan 31, 2006 5:36 pm
- Forum: ZoneMinder Previous Versions
- Topic: No mails, "use uninitialised value" in zmdc.log :
- Replies: 0
- Views: 2309
No mails, "use uninitialised value" in zmdc.log :
Hello all There is a little bug in message corp, missing caracter " at the end of message, generate log in zmdc.log : Use of uninitialized value in pattern match (m//) at /usr/lib/zm/bin/zmfilter.pl line 755. Use of uninitialized value in pattern match (m//) at /usr/lib/zm/bin/zmfilter.pl line 770 ...
- Tue Jan 24, 2006 8:15 am
- Forum: ZoneMinder Previous Versions
- Topic: Patch priority level for start/end script in/etc/rc.d/init.d
- Replies: 3
- Views: 3715
- Tue Jan 24, 2006 7:49 am
- Forum: ZoneMinder Previous Versions
- Topic: Patch priority level for start/end script in/etc/rc.d/init.d
- Replies: 3
- Views: 3715
Patch priority level for start/end script in/etc/rc.d/init.d
Hello all !! there is a little bug for priority level to stop in the /etc/rc.d/init.d/zm it's a little detail, but there is a long time this detail is here. # chkconfig: 2345(*) 99(**) 99(***) * - runlevel -ok ** priority to start - ok *** priority to stop - ohohoh !!! The priority to start is low ...
- Sun Dec 04, 2005 6:36 pm
- Forum: User Contributions
- Topic: ZM on SME7beta8 (based on centos4.2) with yum
- Replies: 8
- Views: 12197
- Thu Dec 01, 2005 6:39 am
- Forum: User Contributions
- Topic: ZM on SME7beta8 (based on centos4.2) with yum
- Replies: 8
- Views: 12197
ZM on SME7beta8 (based on centos4.2) with yum
hello all!! Well, i haved rebuild ZM-1.21.4 for SME7beta8 (based on centos4.2 with kernel 2.6.9-22.0.1) If you want install zm with yum: open a ssh session and tape (or edit /home/db/yum_repository ) # echo "contribchaapai=repository|BaseURL|ftp://ftp.chaapai.homelinux.net/yum-smeserver/7.0beta8 ...
- Mon Sep 19, 2005 8:32 pm
- Forum: User Contributions
- Topic: Yum for SME7 (based on centos4.1)
- Replies: 10
- Views: 12626
hello all! 1- unplug your cam 2- plug your cam 3- see your log in /var/log/messages (with ssh or web interface) normaly your cam is detected and use pwc module in /dev/video0 (if you have only 1 cam), (not tested with your cam) 4- if detected : go to http://yourserver/zoneminder/index.php or zm.php ...
- Tue Sep 13, 2005 12:11 am
- Forum: User Contributions
- Topic: Yum for SME7 (based on centos4.1)
- Replies: 10
- Views: 12626
Yum for SME7 (based on centos4.1)
hello all!! i 've made rpm for SME7 RPM, libs-RPM, src are on my FTP: ftp://ftp.chaapai.homelinux.net/yum-smeserver/7.0beta/smechaapai/ If you want to use on SME7 use yum. For enable yum contrib for your server, do: # echo "contribchaapai=repository|BaseURL|ftp://ftp.chaapai.homelinux.net/yum ...
- Tue Sep 13, 2005 12:00 am
- Forum: Feature Requests
- Topic: db-table-parameter or conf file for include debug level..
- Replies: 4
- Views: 3365
- Sun Sep 04, 2005 10:04 pm
- Forum: Feature Requests
- Topic: db-table-parameter or conf file for include debug level..
- Replies: 4
- Views: 3365
Hello All ! 1° For dbglevel: if you search in forum there are lots of questions for changing the debug level. For users who don't know all command for change this level (like USR signal,...). it's very hard. I propose to simplify the problem with a .ini, .conf file or dbtable for include dbglevel. ...
- Fri Sep 02, 2005 10:34 pm
- Forum: Feature Requests
- Topic: db-table-parameter or conf file for include debug level..
- Replies: 4
- Views: 3365
db-table-parameter or conf file for include debug level..
hello all! I use zm on SME6 and SME7(base centos4.1) without graphical interface, there is no gcc .., and no devtools to rebuild directly rpms. so i making ZM rpms for sme7 but i have a little prbs: It is possible to include, in the next version, mysql base or a another .conf file (ex ZMParam.conf ...
- Tue Apr 26, 2005 5:28 pm
- Forum: ZoneMinder Previous Versions
- Topic: Compilation errors on Red Hat
- Replies: 7
- Views: 4177
hello all !! you can try this : Thanks for that. Previous versions did use round but the header that defined it if it wasn't found is not included in zm_box.h. To get round ( :lol: ) this you can edit zm.h and add the following lines extern "C" { #if !HAVE_DECL_ROUND double round(double); #endif ...
- Sun Feb 06, 2005 10:57 pm
- Forum: ZoneMinder Previous Versions
- Topic: bug : sound
- Replies: 1
- Views: 2529
bug : sound
hello all ! ok, if you have no alarm sound on window monitor...(2 days i search why it wont to play..) in zm_html_view_watchstatus.php ligne 129 <embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="yes" hidden="true"></embed> change autostart="yes" to autostart="true" <embed src ...