Search found 24 matches

by cgutierrez
Mon Jan 19, 2015 4:15 am
Forum: ZoneMinder 1.28.x
Topic: GUI Console says "Stopped" but is actually "Running"...
Replies: 7
Views: 4522

Re: GUI Console says "Stopped" but is actually "Running"...

Thanks for replying... I checked my CMakeCache.txt file and I had already compiled with: //Location of temporary files, default: /tmp/zm ZM_TMPDIR:PATH=/var/tmp/zm But then, I checked all the other paths and found that I also had: //Location of Unix domain socket files, default /var/run/zm ZM ...
by cgutierrez
Wed Jan 14, 2015 7:25 pm
Forum: ZoneMinder 1.28.x
Topic: GUI Console says "Stopped" but is actually "Running"...
Replies: 7
Views: 4522

Re: GUI Console says "Stopped" but is actually "Running"...

But Zoneminder is actually running and running well...

Image
by cgutierrez
Wed Jan 14, 2015 7:10 pm
Forum: ZoneMinder 1.28.x
Topic: GUI Console says "Stopped" but is actually "Running"...
Replies: 7
Views: 4522

Re: GUI Console says "Stopped" but is actually "Running"...

I'm having difficulty uploading those screenshots to the forum... :\
by cgutierrez
Wed Jan 14, 2015 7:01 pm
Forum: ZoneMinder 1.28.x
Topic: GUI Console says "Stopped" but is actually "Running"...
Replies: 7
Views: 4522

GUI Console says "Stopped" but is actually "Running"...

Hi! I recently upgraded a Zoneminder 1.27 system running on Fedora 21 x64 to Zoneminder 1.28. For the most part, the upgrade went well and the system *is* up and running. There is just one glitch... for some reason, the console thinks that Zoneminder is "Stopped" and accordingly the links to cycle ...
by cgutierrez
Wed Apr 09, 2014 11:11 pm
Forum: ZoneMinder 1.27.x
Topic: Events saved but not showing up in main web UI
Replies: 3
Views: 2037

Re: Events saved but not showing up in main web UI

Thanks for posting this... you guys just saved me at least one or two hours! :)
by cgutierrez
Mon Oct 14, 2013 3:37 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

Re-compiled using the following:

rm CMakeCache.txt
cmake -C zm_conf.cmake -DENABLE_MMAP=yes .
make
make install
# as root

Now everything is working and the log is green! :D
by cgutierrez
Mon Oct 14, 2013 3:21 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

Ah... ok! Yes, I used cmake... I see there is a workaround; I'm going to try recompiling tonight... Thanks!
by cgutierrez
Mon Oct 14, 2013 6:13 am
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

Just a quick note to let everyone know that I just concluded an upgrade of one of my 1.25.0 systems and it pretty much went well: I did: make install (as root) zmupdate.pl --version=1.25.0 --user=xxxx --pass=yyyy The first time I ran this it failed because for some reason I don't have a /tmp/zm ...
by cgutierrez
Thu Oct 10, 2013 6:26 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

SUCCESS!! Thanks, knnniggett ... the symlinks solve the problem!! why did I not think of doing that before? :roll: I did: [~] root@pollux(pts/1) [2:01pm]# cd /usr/include [/usr/include] root@pollux(pts/1) [2:01pm]# ln -s /usr/include/ffmpeg/libavutil libavutil [/usr/include] root@pollux(pts/1) [2 ...
by cgutierrez
Thu Oct 10, 2013 4:11 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

I tried the following invocation but it did not compile: cmake -DCMAKE_INCLUDE_PATH="/usr/include/ffmpeg" -DCMAKE_REQUIRED_INCLUDES="/usr/include/ffmpeg" -C zm_conf.cmake . For the record, this are all the steps I did: [carlos@pollux ZoneMinder-1.26.4]$ rm CMakeCache.txt [carlos@pollux ZoneMinder-1 ...
by cgutierrez
Thu Oct 10, 2013 5:33 am
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

(Partial) Success! cmake -DCMAKE_REQUIRED_INCLUDES="/usr/include/ffmpeg" -C zm_conf.cmake . got all the ffmpeg modules found! Compilation however, still fails with: [carlos@pollux ZoneMinder-1.26.4]$ make Scanning dependencies of target zm [ 1%] Building CXX object src/CMakeFiles/zm.dir/zm_box.cpp.o ...
by cgutierrez
Thu Oct 10, 2013 4:31 am
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

I apologize that I haven't yet been able to try all the above... I suspect it will now be tomorrow morning that I'll get some time to continue working with 1.26.4

Thanks!

-Carlos
by cgutierrez
Wed Oct 09, 2013 9:28 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Re: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg hea

Thanks... It is still not "finding" the ffmpeg stuff... I did: [carlos@pollux ZoneMinder-1.26.4]$ rm CMakeCache.txt [carlos@pollux ZoneMinder-1.26.4]$ export CMAKE_INCLUDE_PATH="/usr/include/ffmpeg" [carlos@pollux ZoneMinder-1.26.4]$ export CMAKE_REQUIRED_INCLUDES="/usr/include/ffmpeg" [carlos ...
by cgutierrez
Wed Oct 09, 2013 8:17 pm
Forum: ZoneMinder 1.26.x
Topic: Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers
Replies: 14
Views: 8514

Compile/Make Error 1.26.4 on Fedora 19 64-bit ffmpeg headers

I am having trouble compiling Zoneminder 1.26.4 from source using the cmake method. It seems that the ffmpeg headers are not being found automatically by the cmake process. My system runs: Linux pollux.gutierrez.com 3.11.3-201.fc19.i686.PAE #1 SMP Thu Oct 3 01:11:40 UTC 2013 i686 i686 i386 GNU/Linux ...