Search found 5 matches
- Tue Jan 03, 2012 10:14 pm
- Forum: ZoneMinder 1.25.x
- Topic: QNAP problems
- Replies: 6
- Views: 4200
Re: QNAP problems
Thanks for the suggestion PacoLM: That was my first thought so I set it chmod -R a+rwx For testing prior to the logs ls -al drwxrwxrwx 2 webusr everyone 4096 Jan 3 16:47 streamtmp/ The map files are never created as far as I can tell. By the way the distribution from Qnap does not have a user root ...
- Tue Jan 03, 2012 3:58 pm
- Forum: ZoneMinder 1.25.x
- Topic: QNAP problems
- Replies: 6
- Views: 4200
Re: QNAP problems
Not sure these are the right logs but here goes: logs/zm_debug.log.7665 ====================== 01/03/12 16:47:59.675206 web_php[7665].DBG [LogOpts: level=DBG/DBG, screen=OFF, database=INF, logfile=DBG->/share/Web/zoneminder/logs/zm_debug.log.7665, weblog=INF, syslog=INF] at /share/Web/zoneminder ...
- Thu Dec 29, 2011 12:20 pm
- Forum: ZoneMinder 1.25.x
- Topic: QNAP problems
- Replies: 6
- Views: 4200
Re: QNAP problems
Dear PacoLM
Thanks for the suggestion I appreciate it..
but I had already tried that (
(that's where I go the hint for the export CFLAGS at the start)
Thanks for the suggestion I appreciate it..
but I had already tried that (
(that's where I go the hint for the export CFLAGS at the start)
- Wed Dec 28, 2011 7:19 pm
- Forum: ZoneMinder 1.25.x
- Topic: QNAP problems
- Replies: 6
- Views: 4200
QNAP problems
I think it must be something obvious but I can't spot it. I've compiled and got "running" Zoneminder on a QNAP server ( arm based) but have hit a problem using the following configuration export CFLAGS="-march=armv5te -O4 -mtune=arm926ej-s -Fno-strict-aliasing -msoft-float -D__GCC_FLOAT_NOT_NEEDED ...
- Wed Dec 28, 2011 1:12 pm
- Forum: ZoneMinder 1.25.x
- Topic: Unable to run "/usr/local/bin/zmfix", output is ""
- Replies: 4
- Views: 2536
Re: Unable to run "/usr/local/bin/zmfix", output is ""
try sudo -u [the webuser] /usr/local/bin/zmfix
or
sudo ldd /usr/local/bin/zmfix
what you'll find is that zmfix can't find a few libraries.
so just ln -s [path to missing library] /usr/lib/
or
sudo ldd /usr/local/bin/zmfix
what you'll find is that zmfix can't find a few libraries.
so just ln -s [path to missing library] /usr/lib/