upgrade from 1.31.1 to 1.31.45 fails

Forum for questions and support relating to the 1.31.x releases only.
Locked
aaronl
Posts: 33
Joined: Wed Aug 19, 2015 9:11 pm

upgrade from 1.31.1 to 1.31.45 fails

Post by aaronl »

Code: Select all

Do you want to continue? [Y/n]
Setting up zoneminder (1.31.45~20180731105318-trusty) ...
/var/lib/dpkg/info/zoneminder.postinst: 53: /etc/zm/conf.d/01-system-paths.conf: neigh: not found
dpkg: error processing package zoneminder (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 zoneminder
E: Sub-process /usr/bin/dpkg returned an error code (1)
Looks to be related to the space in the /etc/zm/conf.d/01-system-paths.conf command (line 53)?

Code: Select all

51 # Full path to optional arp binary
52 # ZoneMinder will find the arp binary automatically on most systems
53 ZM_PATH_ARP=/sbin/ip neigh
I'm running ubuntu 14.04.
Any ideas on how to solve this?

Thanks,
Aaron
aaronl
Posts: 33
Joined: Wed Aug 19, 2015 9:11 pm

Re: upgrade from 1.31.1 to 1.31.45 fails

Post by aaronl »

I changed line 53 to use double quotes:

Code: Select all

ZM_PATH_ARP="/sbin/ip neigh"
and that gets me past that hurdle.

UPDATE: Confirmed, this fixed the issue and I'm up and running again.
Locked