Ubuntu Server 16.04 fresh install issues
Posted: Sun Oct 30, 2016 3:50 am
Hi,
I have just installed a fresh ubuntu server 16.04 LTS and followed the directions in the wiki. I have added my cameras and see they have connected, but when I try to view them, I get 404's on the requests for the images.
The installed version is: 1.29.0+dfsg-1ubuntu2
The url is writes out is this
http://zm:8080/cgi-bin/nph-zms?mode=jpe ... and=392918
but it should be this:
http://zm:8080/zm/cgi-bin/nph-zms?mode=jpeg&scale=100&maxfps=30&buffer=1000&monitor=2&connkey=80314&rand=392918
I tracked the issue being that this patch must not have been applied when the package was built.
https://github.com/ZoneMinder/ZoneMinde ... path.patch
I then went and edited the perl module directly at /usr/share/perl5/ZoneMinder/ConfigData.pm and then restarted the server. It seems to still no use the /zm/ in the url when it's generating the page. My guess is that the perl module is cached somewhere but i'm not sure where.
Does anyone have any ideas? Any help is greatly appreciated.
I have just installed a fresh ubuntu server 16.04 LTS and followed the directions in the wiki. I have added my cameras and see they have connected, but when I try to view them, I get 404's on the requests for the images.
The installed version is: 1.29.0+dfsg-1ubuntu2
The url is writes out is this
http://zm:8080/cgi-bin/nph-zms?mode=jpe ... and=392918
but it should be this:
http://zm:8080/zm/cgi-bin/nph-zms?mode=jpeg&scale=100&maxfps=30&buffer=1000&monitor=2&connkey=80314&rand=392918
I tracked the issue being that this patch must not have been applied when the package was built.
https://github.com/ZoneMinder/ZoneMinde ... path.patch
I then went and edited the perl module directly at /usr/share/perl5/ZoneMinder/ConfigData.pm and then restarted the server. It seems to still no use the /zm/ in the url when it's generating the page. My guess is that the perl module is cached somewhere but i'm not sure where.
Does anyone have any ideas? Any help is greatly appreciated.