Richard G
Verified User
On every restore I do, the directadmin error logs show a line like this:
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.
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.