I am having trouble with my background filters. Both in .19 & .20
I just updated my test installation to .20 from Isaac's PPA. The background filters are all returning zero events (E.g. Purge when full, MSG, and the new Update DiskSpace??) according to the log . . . however, if I run them manually through the web interface, they return events . . .
I am running this on Ubuntu 16.04 with LAMP, fully updated as of 15 minutes ago. Am I the only one having this result? All of these filters worked in .18, but stopped working with .19, and now also in .20.
Thanks!
Alec
1.31.20 No Background Filters!
-
- Posts: 41
- Joined: Tue Jan 24, 2017 5:58 am
Re: 1.31.20 No Background Filters!
Same problem. I tried to off OPT_FAST_DELETE. In 2-3 hours will see was it helpful.
Also i tried to clean install 1.31.20 but encountered a db problem. In log: "Can't insert event: Unknown column 'Scheme' in 'field list'."
db/zm_create.sql hasn't column 'Scheme'
Also i tried to clean install 1.31.20 but encountered a db problem. In log: "Can't insert event: Unknown column 'Scheme' in 'field list'."
db/zm_create.sql hasn't column 'Scheme'
Re: 1.31.20 No Background Filters!
Please update to 1.31.23
Re: 1.31.20 No Background Filters!
Oh wait... I havn't actually published .23 yet. You can use the following line in /etc/apt/sources.list to get newer packages.
deb https://zmrepo.zoneminder.com/debian/storageareas xenial/
deb https://zmrepo.zoneminder.com/debian/storageareas xenial/
Re: 1.31.20 No Background Filters!
Ok .23 packages are up for xenial at least.
-
- Posts: 41
- Joined: Tue Jan 24, 2017 5:58 am
Re: 1.31.20 No Background Filters!
Now even can't add server...
SQL-ERR 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'zmstats.pl' in 'field list'', statement was 'INSERT INTO Servers set `Name` = 'test', `Hostname` = '10.0.2.64', `zmstats.pl` = '1', `zmaudit.pl` = '1', `zmtrigger.pl` = '1'' params:
Is anywhere zm_create.sql with right db scheme for clean install?
SQL-ERR 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'zmstats.pl' in 'field list'', statement was 'INSERT INTO Servers set `Name` = 'test', `Hostname` = '10.0.2.64', `zmstats.pl` = '1', `zmaudit.pl` = '1', `zmtrigger.pl` = '1'' params:
Is anywhere zm_create.sql with right db scheme for clean install?
Re: 1.31.20 No Background Filters!
Try this: mysql -u zmuser -p zm < /usr/share/zoneminder/db/zm_update-1.31.17.sqlEradicator wrote: ↑Wed Jan 17, 2018 2:45 pm Now even can't add server...
SQL-ERR 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'zmstats.pl' in 'field list'', statement was 'INSERT INTO Servers set `Name` = 'test', `Hostname` = '10.0.2.64', `zmstats.pl` = '1', `zmaudit.pl` = '1', `zmtrigger.pl` = '1'' params:
Is anywhere zm_create.sql with right db scheme for clean install?
I could not see events
-
- Posts: 41
- Joined: Tue Jan 24, 2017 5:58 am
Re: 1.31.20 No Background Filters!
Thx for answer but it wasn't helpful for me. Result was same, can't add server.
In addition i tried to dump db from main .18 server, restore dump on test server and update it. Still can't add server.
Re: 1.31.20 No Background Filters!
the .pl in the column names caused a problem. So I had to rename them to just zmaudit, zmstats, zmtrigger
-
- Posts: 41
- Joined: Tue Jan 24, 2017 5:58 am