All of the sudden, zmfilter.pl fails right when it tried to upload a video to my SFTP box in my 1.28.0 install:
Code: Select all
Jan 22 21:03:50 lulzsec zmfilter[3467]: INF [Creating upload file '/tmp/zm/PorchCam-1765.zip', 455 files]
Jan 22 21:03:52 lulzsec zmfilter[3467]: INF [Uploading to xxxxxx using SFTP]
Jan 22 21:03:53 lulzsec zmdc[3284]: ERR ['zmfilter.pl ' exited abnormally, exit status 9]
I've tried recompiling zoneminder from source (as I always do when a new release comes out - got it from the master branch from the git repo) - however, no luck there; still get the same message.
A quick google search yielded the following link: https://github.com/ZoneMinder/ZoneMinder/issues/516 - however, the package in question (libmime-tools-perl) is already installed and is at the latest version on my end.
So my next test was to swap to FTP instead of SFTP; that, apparently, got the uploads going but still with an odd message, some events failing to upload but I am getting email notifications:
Code: Select all
Jan 22 21:26:13 lulzsec zmfilter[19828]: INF [Uploading to xxxxxxx.com using FTP]
Jan 22 21:26:18 lulzsec zmfilter[19828]: INF [Creating upload file '/tmp/zm/GarageCam-1767.zip', 429 files]
[b]Jan 22 21:26:20 lulzsec web_php[19885]: ERR [Uncaught SyntaxError: Unexpected token <<][/b]
Jan 22 21:26:21 lulzsec zmfilter[19828]: INF [Uploading to xxxxxxx.com using FTP]
Jan 22 21:26:26 lulzsec zmfilter[19828]: INF [Creating upload file '/tmp/zm/GarageCam-1769.zip', 317 files]
Jan 22 21:26:27 lulzsec zmfilter[19828]: INF [Uploading to xxxxxxx.com using FTP]
[b]Jan 22 21:26:31 lulzsec web_php[2282]: ERR [Uncaught SyntaxError: Unexpected token <<][/b]
Thanks in advance!