1.31.26 No Background Filters & User Authentification Problem

Forum for questions and support relating to the 1.31.x releases only.
Locked
Alec
Posts: 52
Joined: Thu Aug 17, 2017 3:55 am

1.31.26 No Background Filters & User Authentification Problem

Post by Alec »

I've upgraded my test installation to 1.31.26 . . .

zmfilter is still not working for me:

Code: Select all

2018-01-23 10:11:47.490290	zmfilter		13607	INF	Checking filter Purge Day-Old delete returned 0 events 	zmfilter.pl	
If I "list" this filter manually, I get 24 Events.

But even worse, ZMS returns:

Code: Select all

2018-01-23 10:22:06.680613	zms_m5		15702	ERR	Unable to authenticate user	zms.cpp	202
2018-01-23 10:22:06.641883	zms_m5		15701	ERR	Unable to authenticate user	zms.cpp	202
2018-01-23 10:22:06.600688	zms_m5		15700	ERR	Unable to authenticate user	zms.cpp	202
2018-01-23 10:22:06.555722	zms_m5		15699	ERR	Unable to authenticate user	zms.cpp	202
2018-01-23 10:22:06.515818	zms_m5		15698	ERR	Unable to authenticate user	zms.cpp	202
2018-01-23 10:22:06.475708	zms_m5		15697	ERR	Unable to authenticate user	zms.cpp	202
And, naturally, I cannot view any feeds or events . . .

I did have to do "apt install -f" to get this test installation to upgrade from 1.31.1 to 1.31.26, so something may have gone wrong unique to me, but right now I am stuck . . .

And I managed to upgrade my production install to .31.19 by accident, which does not have working background filters, so I was hoping to upgrade out of that mess once I tested out 1.31.26.

Thanks,

Alec
DFU
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: 1.31.26 No Background Filters & User Authentification Problem

Post by iconnor »

I think you need to go into options and check HASH_LOGINs... I need to review/cleanup all this AUTh stuff. It's a mess.
Alec
Posts: 52
Joined: Thu Aug 17, 2017 3:55 am

Re: 1.31.26 No Background Filters & User Authentification Problem

Post by Alec »

go into options and check HASH_LOGINs...
That was the authorization problem. Thank you. And thank you for all of the development work you have put into 1.31.


I am still having the background filter problem, however. I'm trying to understand zmfilter.pl. From the log, it appears that everything is working, just all the filters are returning "0 events". . . It's as though the queries are all broken and returning a zero set or something?

If anyone can help me understand / troubleshoot this, I'd appreciate it.

Alec
DFU
Eradicator
Posts: 41
Joined: Tue Jan 24, 2017 5:58 am

Re: 1.31.26 No Background Filters & User Authentification Problem

Post by Eradicator »

1.31.38 same auth error.
When try to watch any monitor:

Code: Select all

2018-02-21 14:01:17.502327	zms_m1		587	ERR	Unable to authenticate user	zms.cpp
Hash logins - checked. If uncheck OPT_USE_AUTH all monitors good.
Eradicator
Posts: 41
Joined: Tue Jan 24, 2017 5:58 am

Re: 1.31.26 No Background Filters & User Authentification Problem

Post by Eradicator »

1.31.39 still error =(

Code: Select all

2018-02-25 12:39:35.003631	zms_m1		629	ERR	Unable to authenticate user	zms.cpp	203
Locked