Zoneminder on nginx instead of apache2

Forum for questions and support relating to the 1.28.x releases only.
Locked
User avatar
salamander
Posts: 4
Joined: Mon Oct 12, 2015 6:47 am

Zoneminder on nginx instead of apache2

Post by salamander »

Hi,
I'm trying to install zoneminder on my system (Debian 8 Jessie). I was trying to follow a guide on puccinellidigital, since I use nginx on my machine.

everything is OK, but I can't get the xinet to work

Code: Select all

service xinetd status

Code: Select all

...
Oct 09 14:24:39 donnager xinetd[1102]: service/protocol combination not in /etc/services: zms/tcp
...
But if I check

Code: Select all

cat /etc/services |grep zms

Code: Select all

zms-inetd       85/tcp                          # Zoneminder ZMS inetd-wrapper
Can someone help me?
Thanks
User avatar
salamander
Posts: 4
Joined: Mon Oct 12, 2015 6:47 am

Re: Zoneminder on nginx instead of apache2

Post by salamander »

UPDATE:
solved the issue, thanks for help.
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Zoneminder on nginx instead of apache2

Post by bbunge »

Sorry you did not get any help from this forum. I had started to look into nginx but I would have had to learn it from scratch. The recent update needed some testing and changes to the WIKI and then my production server crashed.

Would you be so kind to let us know what you did to get it fixed? You would be welcome to write up a WIKI how to in the Debian area or PM me with the info and I will give you credit for your work.

bb
User avatar
salamander
Posts: 4
Joined: Mon Oct 12, 2015 6:47 am

Re: Zoneminder on nginx instead of apache2

Post by salamander »

It's OK, I didn't meant it bad. I know there isn't many people running zoneminder on nginx.

I can write a post about how I got it to work when I have some spare time. But it still isn't working as it should. It's throwing errors about it not being able to create pipes all over the logs ... But I don't really have the time to look into it, so I'm thinking about migrating my system to Xpenology and using their Surveillance Station.
thehandyman
Posts: 1
Joined: Mon Apr 11, 2016 1:17 pm

Re: Zoneminder on nginx instead of apache2

Post by thehandyman »

I'm seeing exactly the same issue on my system:

Code: Select all

service/protocol combination not in /etc/services: zms/tcp
OP, what did you do to resolve this?
User avatar
salamander
Posts: 4
Joined: Mon Oct 12, 2015 6:47 am

Re: Zoneminder on nginx instead of apache2

Post by salamander »

Oh man, I would love to help, but it's been so long I don't really remember. I got it to work, but there were issues still. Finally migrated to MotionEye, that solved it for me.
Locked