Admin backup/transfer restore error! Openssl i/o and bytes delivered.

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,791
Location
Maastricht
On every restore I do, the directadmin error logs show a line like this:
Code:
2021:03:16-20:31:08: SSL Socket write error (ret=-1): Some I/O error occurred.  The OpenSSL error queue may contain more information on the error.  If the error queue is empty (i.e. ERR_get_error() returns 0), ret can be used to find out more about the error: If ret == 0, an EOF was observed that violates the protocol.  If ret == -1, the underlying BIO reported an I/O error (for socket I/O on Unix systems, consult errno for details).
openssl error queue:
empty error queue.  ret=-1
errno: Broken pipe

2021:03:16-20:31:10: Send:sendData(/CMD_ADMIN_BACKUP): attempted to send 24994 bytes, but only 1827 were delivered

I don't know what the broken pipe means. Does this happen because nameservers are not changed yet to the new server?
If yes, what does that last line mean abuot the bytes send but only a lot less were delivered?

P.s. it's a freshly installed server, we have more then enough free disk space and memory.
 
Does the backup actually restore? Or it fails to restore?

Is this just more of an error you see in the log?
 
The backup actually restores and it looks as if it has restored without problems. At least in the /CMD_TICKET section it gives nice restored and no errors visible. Goes for all restores.

The error is exactly visible as shown in the /var/log/directadmin/error.log file and is written in there on the end of every restore. Just before the restore is finished.
 
I don't know if all e-mail is complete, but it look likes everything is working fine for the rest.

Ofcourse except for the long known bug of admin packages not being restored on restore. But I used rsync to fix that.
 
Back
Top