Page 1 of 1

'zmfilter.pl ' exited abnormally, exit status 9

Posted: Wed Dec 30, 2009 4:29 am
by overly
After setting up a fresh install of Slackware 13 and ZM 1.24.2 I was getting messages in zmdc.log that zmfilter.pl was failing.

When I ran zmfilter manually from a shell prompt I got the following...

Code: Select all

Insecure $ENV{PATH} while running with -T switch at /usr/lib/perl5/site_perl/5.10.0/Date/Manip/TZ.pm line 588, <DATA> line 335.
Compilation failed in require at /usr/local/bin/zmfilter.pl line 53, <DATA> line 335.
BEGIN failed--compilation aborted at /usr/local/bin/zmfilter.pl line 53, <DATA> line 335.
I googled and found a Debian bug report posting which indicated a problem with Date::Manip::TZ (I'm using perl 5.10.0). A follow-up post mentioned Date::Manip::TZ doesn't understand SystemV timezones on /etc/timezone and suggested a different timezone format.

Slackware doesn't use an /etc/timezone file (AFAIK anyway), however on a whim I created the file with the command below and the error with zmfilter went away.

Code: Select all

echo "America/New_York" > /etc/timezone
Hope this might help someone else experiencing the same problem.

Posted: Sat Jan 23, 2010 9:22 pm
by onethumbwilly2
Thank you. This helped me as well but in my case I used US/Pacific

Re: 'zmfilter.pl ' exited abnormally, exit status 9

Posted: Tue Aug 02, 2011 5:14 pm
by jbmia
This helped me as well.. Amahi/Fedora 14 install...
Thanks!

jbmia