[squid-users] log_db_daemon errors

Robert 'Bobby' Zenz Robert.Zenz at bonsaimind.org
Thu Nov 2 18:10:59 UTC 2023


> Use of uninitialized value $DBI::errstr in concatenation (.) or
> string at /usr/lib64/squid/log_db_daemon line 403.

You're trying to use an uninitialized variable when outputting(?) the
error message. Fix that first. I'm guessing you're using the `errstr`
function wrong there, see the official documentation for hints:
https://metacpan.org/pod/DBD::MariaDB

> Cannot connect to database:  at /usr/lib64/squid/log_db_daemon line
> 403.

And then you should see what error you're actually getting here. My
guess is that it will be a permission issue. User not allowed to
connect from this host, or process not allowed to access the socket or
something similar.


More information about the squid-users mailing list