self-host icon indicating copy to clipboard operation
self-host copied to clipboard

Mariadb broken communication packet after upgrade

Open wardragon opened this issue 1 year ago • 5 comments

After upgrade to latest beta, bitwarden could not autheticate user and mariadb is full of log as this:

2024-01-22 13:51:10 441 [Warning] Aborted connection 441 to db: 'xxxxx' user: 'yyyyyyy' host: 'zzzzzzzzz' (Got an error reading communication packets)

Note: i tried to use also the dev image, but it's the same.

wardragon avatar Jan 22 '24 14:01 wardragon

Hello @wardragon thanks for your report - can I confirm the OS and kernel version you are using, as well as the version of Docker you have installed?

sammbw avatar Jan 23 '24 01:01 sammbw

It's running on k3s version num. v1.23.17 +k3s1, running on ubuntu 20.04.6 LTS (focal fossa) , kernel version 5.4.0-164-generic from ubuntu repository.

wardragon avatar Jan 23 '24 10:01 wardragon

Hi there,

I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

sammbw avatar Jan 24 '24 02:01 sammbw

try to login or create an user, give 404 page not found and mariadb logs this:

2024-01-31 8:43:17 40 [Warning] Aborted connection 40 to db: 'bitwarden' user: 'bitwarden' host: 'xxx.xxx.xxx.xxx' (Got an error reading communication packets) Wed, Jan 31 2024 9:43:17 am 2024-01-31 8:43:17 38 [Warning] Aborted connection 38 to db: 'unconnected' user: 'bitwarden' host: 'xxx.xxx.xxx.xxx' (Got an error reading communication packets) Wed, Jan 31 2024 9:43:42 am 2024-01-31 8:43:42 46 [Warning] Aborted connection 46 to db: 'unconnected' user: 'bitwarden' host: 'xxx.xxx.xxx.xxx' (Got an error reading communication packets) Wed, Jan 31 2024 9:43:42 am 2024-01-31 8:43:42 50 [Warning] Aborted connection 50 to db: 'bitwarden' user: 'bitwarden' host: 'xxx.xxx.xxx.xxx' (Got an error reading communication packets)

wardragon avatar Jan 31 '24 08:01 wardragon

now try to login again and give this:

Si è verificato un errore. Cannot read properties of null (reading 'iterations')

and mariadb logs the same as above on previus comment

wardragon avatar Jan 31 '24 08:01 wardragon