Gilles Darold

Results 347 comments of Gilles Darold

pgbadger documentation is claiming the following: ``` Each CloudSQL Postgresql log is a fairly normal PostgreSQL log, but encapsulated in JSON format. It is autodetected by pgBadger but in case...

Hi, Does content of the /var/lib/pgsql/12/pgbadger/ directory have been copied from another server before running pgbadger? If not, can you report the result of the following command: ``` find /var/lib/pgsql/12/pgbadger/2023/03/...

I think that the binary file generated for day2023-03-20 is created with some corruption: /var/lib/pgsql/12/pgbadger/2023/03/20/2023-03-20-2310819.bin if you skip this day from pgbadger analyze you might not encounter the problem again....

From https://perldoc.perl.org/Storable ``` huge objects On 64bit systems some data structures may exceed the 2G (i.e. I32_MAX) limit. On 32bit systems also strings between I32 and U32 (2G-4G). Since Storable...

I guess this is 1 day log file. I use to process 10GB and more log files regularly without any issue. I think that this is not the real source...

Well I don't see any reason why you have this problem and I can not reproduce. If by chance you can send to my private email gilles AT darold DOT...

If all data are fully imported this is a false positive, maybe a connection timeout. Have you set idle_session_timeout on PostgreSQL side?

Hi, If there is no c-icap ouput related to squidclamav that mean that we never go through squidclamav, the hang is at a higher lever.

Which version of Ubuntu?

Does sysusage report an error when executed manually? ``` sudo /usr/local/sysusage/bin/sysusage ```