bitwarden / self-host

Bitwarden's self-hosted release repository
GNU General Public License v3.0
307 stars 54 forks source link

Mariadb broken communication packet after upgrade #197

Open wardragon opened 5 months ago

wardragon commented 5 months ago

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.

sammbw commented 5 months ago

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?

wardragon commented 5 months ago

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.

sammbw commented 5 months ago

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!

wardragon commented 5 months ago

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 commented 5 months ago

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