Odd error

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
User avatar
Andyrh
Posts: 292
Joined: Sat Oct 28, 2017 3:55 am

Odd error

Post by Andyrh »

I just finished getting my storage drive running again. While it was down I disabled all of the filters. No place to record so nothing to delete. I noticed this error in the logs. I suspect no one ever thought there would be no filters running in the background.

Code: Select all

11/21/24, 4:40:59 PM CST	zmfilter		1462	WAR	No filter found for SELECT * FROM `Filters` WHERE `Background` = 1 AND( `AutoArchive` = 1 or `AutoUnarchive` = 1 or `AutoVideo` = 1 or `AutoUpload` = 1 or `AutoEmail` = 1 or `AutoMessage` = 1 or `AutoExecute` = 1 or `AutoDelete` = 1 or `UpdateDiskSpace` = 1 or `AutoMove` = 1 or `AutoCopy` = 1 ) ORDER BY `Name` with values()	zmfilter.pl	-
I fixed by finally turning everything back on. More interesting than a real problem.
Andy
o||||o

Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
dougmccrary
Posts: 1335
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: Odd error

Post by dougmccrary »

yeah. Well, it is a warning 'cause you normally have at least two filters on, no?
User avatar
iconnor
Posts: 3266
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Odd error

Post by iconnor »

Yeah, not a common scenario, but yeah shouldn't be a warning.

I think I'll make it an INF level
User avatar
iconnor
Posts: 3266
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Odd error

Post by iconnor »

Actually it's a bit more complex... when I made each filter have it's own process instead of running them all in 1, I left the old way as a fall back.... So I guess I'll have to remove that instead.
Post Reply