Search found 16 matches

by hans109h
Mon Feb 03, 2020 5:27 pm
Forum: ZoneMinder 1.30.x
Topic: PTZ with onvif
Replies: 43
Views: 165775

Re: PTZ with onvif

I want to share what has worked for me in case it will help others. I have 3 JideTech POE PTZ cameras. By appearance they look identical, however they have different firmware: Two of my cameras have the following: Version: V1.04.10-180423 IPD-E17T08 series And my newest camera has: Version: V1.04.11...
by hans109h
Sat Apr 28, 2018 1:11 am
Forum: ZoneMinder 1.31.x
Topic: ZM 1.31.1 on Ubuntu 18.04 Bionic
Replies: 2
Views: 2638

Re: ZM 1.31.1 on Ubuntu 18.04 Bionic

Just an FYI that I had to manually install the libapache2-mod-php7.2, disable the 7.1 mod and enable the 7.2 for things to work out. I had some issues with my upgrade to 18.04, so not sure if this will apply to others but figured I'd post here in case it is helpful.

Hans
by hans109h
Sat Apr 12, 2014 12:50 am
Forum: ZoneMinder 1.27.x
Topic: New ZM Install on Ubuntu 13:10?
Replies: 4
Views: 3464

Re: New ZM Install on Ubuntu 13:10?

Ok, no I feel silly for wasting time posting above. Here's what I just did: $git pull $git checkout mysql2PDO $git commit -a -m 'merge PDO' $git checkout master $git merge mysql2PDO $cmake -DZM_CGIDIR="/usr/lib/cgi-bin" -DZM_CONTENTDIR="/media/JW_2TB_1/zm" -DZM_PERL_SUBPREFIX=&qu...
by hans109h
Sat Apr 12, 2014 12:18 am
Forum: ZoneMinder 1.27.x
Topic: New ZM Install on Ubuntu 13:10?
Replies: 4
Views: 3464

Re: New ZM Install on Ubuntu 13:10?

Here is my experience with 1.27 on Ubuntu 13.10 building from source: The week 1.27 was released I had 1.26.5 up and running. I cloned the 1.27 master from github and merged the mysql2PDO branch into it. I used the cmakecacheimport script to generate a cache file then used cmake to build the package...
by hans109h
Sat Mar 29, 2014 2:47 am
Forum: ZoneMinder 1.27.x
Topic: INSTALL_BASE or PREFIX
Replies: 1
Views: 2427

Re: INSTALL_BASE or PREFIX

I was able to get around this by running make as root.
by hans109h
Wed Mar 26, 2014 9:16 pm
Forum: ZoneMinder 1.27.x
Topic: INSTALL_BASE or PREFIX
Replies: 1
Views: 2427

INSTALL_BASE or PREFIX

Everytime I "make" I get the following error: Only one of PREFIX or INSTALL_BASE can be given. Not both. make[2]: *** [scripts/ZoneMinder/CMakeFiles/zmperlmodules] Error 255 make[1]: *** [scripts/ZoneMinder/CMakeFiles/zmperlmodules.dir/all] Error 2 make: *** [all] Error 2 Yet, I'm still ab...
by hans109h
Thu Feb 20, 2014 8:26 pm
Forum: ZoneMinder Distributions
Topic: Installing on Kubuntu 13.10
Replies: 18
Views: 16202

Re: Installing on Kubuntu 13.10

Failure isn't very helpful.

locate your zmpkg.pl file and attempt to execute it directly and post back what the standard output is. Also monitor your system log.

Hans
by hans109h
Thu Oct 24, 2013 6:27 am
Forum: ZoneMinder 1.26.x
Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Replies: 9
Views: 5226

Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.

I rebuilt a bunch of times and finally got it to work. Not really sure what changed, just a different build I guess. I ran into some problems trying to locate the binaries in /usr/bin, zmpkg.pl kept trying to load zmupdate out of //bin. Couldn't change the env path in zmpkg.pl to get it to work, so ...
by hans109h
Thu Oct 24, 2013 2:15 am
Forum: ZoneMinder 1.26.x
Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Replies: 9
Views: 5226

Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.

Hmmm,

I wonder if your locate database is out of date, did you verify that apache.conf is actually located in /etc/zm/?

You can do a sudo updatedb and then relocate to see if it is there.

otherwise copy it from the build directory into /etc/zm/ and run your ln again.
by hans109h
Wed Oct 23, 2013 10:11 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Replies: 9
Views: 5226

Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.

Hi, I have the same problems, zoneminder and Ubuntu 13.10, not working. sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf [sudo] password for xxxxx: ln: failed to create symbolic link ‘/etc/apache2/conf.d/zoneminder.conf’: No such file or directory I had to get around this too, luc...
by hans109h
Wed Oct 23, 2013 10:10 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Replies: 9
Views: 5226

Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.

Here is as far as I've gotten: $ export CFLAGS="-march=native -O2 -pipe" $ export CXXFLAGS="${CFLAGS}" $ export CPPFLAGS="${CFLAGS} -D__STDC_CONSTANT_MACROS" $ ./configure --prefix=/ --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr --with-webuser=www-data --wit...
by hans109h
Tue Oct 22, 2013 7:28 pm
Forum: ZoneMinder 1.26.x
Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Replies: 9
Views: 5226

Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10

Zoneminder is not functional for me after upgrading to Ubuntu 13.10. Just a heads up. I have tried building the latest from source, but I keep running into errors. Please bewarned.
by hans109h
Tue Nov 06, 2012 3:19 am
Forum: ZoneMinder 1.25.x
Topic: Compiling in Ubuntu 12.10 problems
Replies: 0
Views: 1072

Compiling in Ubuntu 12.10 problems

I'm stuck. Not sure what's going on here. Any help would be appreciated. Hans See the results of make: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -g -O2 -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c -o zm_local_camer...
by hans109h
Wed Oct 03, 2012 1:58 am
Forum: ZoneMinder 1.25.x
Topic: Missing something really basic
Replies: 2
Views: 2112

Re: Missing something really basic

The v4lctl command didn't have any effect on starting the capture card. Perhaps I should just load tvtime and boot and then kill it.

Hans
by hans109h
Sun Sep 30, 2012 8:37 am
Forum: ZoneMinder 1.25.x
Topic: Missing something really basic
Replies: 2
Views: 2112

Missing something really basic

I am using zoneminder with one camera hooked up though an BT878 capture card (Fusion-HD). If I reboot my server and start up zoneminder and try to view the monitor all that I get is a green screen with static at the very bottom. My workaround for this is to run tvtime -d and point it to the video so...