[SOLVED] decryption failed or bad record on remote sync

DrillSgtErnst

Member
Jun 29, 2020
90
5
13
Hi,
I am syncing three servers over the internet.
on one I have issues.
The sync is having problems as follows

2024-04-12T21:17:35+02:00: sync group vm/100 failed - error:0A000119:SSL routines:C:decryption failed or bad record mac:../ssl/record/ssl3_record.c:622:

The error occurs sometimes after one hour, sometimes after 3-4

upon restart I get
2024-04-15T08:53:00+02:00: re-sync snapshot vm/100/2024-04-10T20:00:01Z
2024-04-15T08:53:00+02:00: no data changes
2024-04-15T08:53:00+02:00: percentage done: 33.33% (1/3 snapshots)
2024-04-15T08:53:00+02:00: sync snapshot vm/100/2024-04-11T20:00:02Z

Is this eventually just an disconnection issue?
 
Well the error Message "e1000e reset adapter unexpectedly" indeed appeared on my server too. I wasn't expecting too much of this, but this seemingly was the problem. I applied the fix via ethtool like your colleague Thomas reported

ethtool -K ens18 tso off gso off gro off


To apply it automatically on boot edit /etc/network/interfaces and add a post-up entry for that interface (can also add it on the bridge):
iface ens18 inet manual
# ... existing lines
post-up /sbin/ethtool -K ens18 tso off gso off gro off

Seems to work for now


EDIT:
I can confirm it was the problem. Worked for tha last days. I marked this as solved.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!