Cant run ZM1.30 on Ubuntu 16.04.1

Forum for questions and support relating to the 1.30.x releases only.
Locked
exciter
Posts: 1
Joined: Mon Oct 24, 2016 10:04 am

Cant run ZM1.30 on Ubuntu 16.04.1

Post by exciter »

Hi there,
i cant get Zm 1.30 to work on my Intel Nuc I5 with Ubuntu Server 16.04.1.
I have followed several times the installtion intructions but i cant start the Zm service. It just keep saying:

"ZoneMinder Console - Stopped - default v1.30.0"

systemctl start zoneminder:

"Job for zoneminder.service failed because the control process exited with error code. See "systemctl status zoneminder.service" and "journalctl -xe" for details."

systemctl status zoneminder.service:

● zoneminder.service - ZoneMinder CCTV recording and surveillance system
Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mo 2016-10-24 12:40:38 CEST; 40s ago
Process: 10648 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=95)

Okt 24 12:40:38 Smarthome systemd[1]: Starting ZoneMinder CCTV recording and surveillance system...
Okt 24 12:40:38 Smarthome zmpkg[10648]: INF [Sanity checking States table...]
Okt 24 12:40:38 Smarthome zmpkg[10648]: INF [Command: start]
Okt 24 12:40:38 Smarthome zmpkg.pl[10648]: Insecure directory in $ENV{PATH} while running with -T switch at /usr/bin/zmpkg.pl line 386.
Okt 24 12:40:38 Smarthome systemd[1]: zoneminder.service: Control process exited, code=exited status=95
Okt 24 12:40:38 Smarthome systemd[1]: Failed to start ZoneMinder CCTV recording and surveillance system.
Okt 24 12:40:38 Smarthome systemd[1]: zoneminder.service: Unit entered failed state.
Okt 24 12:40:38 Smarthome systemd[1]: zoneminder.service: Failed with result 'exit-code'.


Anyone who can help me with this?

Greetings Steffen
rockedge
Posts: 1199
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Cant run ZM1.30 on Ubuntu 16.04.1

Post by rockedge »

Yes I think I can. Your $ENV paths has a directory that has a write permission when it shouldn't. Check the permissions on each directory listed in the $ENV paths and change to read only.
Ich wünsche dir einen schönen Tag!

Erik
bbunge
Posts: 2975
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Cant run ZM1.30 on Ubuntu 16.04.1

Post by bbunge »

Locked