So I had followed the ZFS replication guide by TN themselves, and I don't remember setting up much in that section, but it's been a hot minute and I definitely did some configuring of things without fully understanding what I was doing.
On my main server, SSH service is not enabled - on the backup (receiving) it is. That said, I experimentally tried turning on SSH on the main server, uncertain if that had been on earlier to make it work - nothing. Here is how both of them appear, configuration-wise:
The ZFS send is on an internal network and I prioritized speed, so I remember not setting encryption or anything of the sort for it. Not sure if something got reset on that front.
I checked my /var/log directory and under syslog, for the time period of the last error, I see the following:
Code:
Oct 7 04:00:00 Chimaera systemd[1]: Starting sysstat-collect.service - system activity accounting tool...
Oct 7 04:00:00 Chimaera systemd[1]: sysstat-collect.service: Deactivated successfully.
Oct 7 04:00:00 Chimaera systemd[1]: Finished sysstat-collect.service - system activity accounting tool.
Oct 7 04:00:01 Chimaera systemd-udevd[1385047]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 7 04:00:01 Chimaera systemd-udevd[1385047]: Using default interface naming scheme 'v247'.
Oct 7 04:00:01 Chimaera kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha82d4a66: link becomes ready
Oct 7 04:00:01 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered blocking state
Oct 7 04:00:01 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered disabled state
Oct 7 04:00:01 Chimaera kernel: device vetha82d4a66 entered promiscuous mode
Oct 7 04:00:01 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered blocking state
Oct 7 04:00:01 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered forwarding state
Oct 7 04:00:01 Chimaera systemd-udevd[1385047]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 7 04:00:02 Chimaera systemd-udevd[1385047]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 7 04:00:02 Chimaera kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth241c1b6e: link becomes ready
Oct 7 04:00:02 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered blocking state
Oct 7 04:00:02 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered disabled state
Oct 7 04:00:02 Chimaera kernel: device veth241c1b6e entered promiscuous mode
Oct 7 04:00:02 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered blocking state
Oct 7 04:00:02 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered forwarding state
Oct 7 04:00:02 Chimaera systemd-udevd[1385047]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 7 04:00:03 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered disabled state
Oct 7 04:00:03 Chimaera kernel: device vetha82d4a66 left promiscuous mode
Oct 7 04:00:03 Chimaera kernel: kube-bridge: port 11(vetha82d4a66) entered disabled state
Oct 7 04:00:04 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered disabled state
Oct 7 04:00:04 Chimaera kernel: device veth241c1b6e left promiscuous mode
Oct 7 04:00:04 Chimaera kernel: kube-bridge: port 34(veth241c1b6e) entered disabled state
Oct 7 04:00:35 Chimaera smartd[5675]: Device: /dev/sdb [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 63 to 62
Oct 7 04:00:35 Chimaera smartd[5675]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 63 to 62
Oct 7 04:05:01 Chimaera systemd-udevd[1442716]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 7 04:05:01 Chimaera systemd-udevd[1442716]: Using default interface naming scheme 'v247'.
Oct 7 04:05:01 Chimaera kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethbd28ca17: link becomes ready
Oct 7 04:05:01 Chimaera kernel: kube-bridge: port 11(vethbd28ca17) entered blocking state
Oct 7 04:05:01 Chimaera kernel: kube-bridge: port 11(vethbd28ca17) entered disabled state
Oct 7 04:05:01 Chimaera kernel: device vethbd28ca17 entered promiscuous mode
Oct 7 04:05:01 Chimaera kernel: kube-bridge: port 11(vethbd28ca17) entered blocking state
Oct 7 04:05:01 Chimaera kernel: kube-bridge: port 11(vethbd28ca17) entered forwarding state
Oct 7 04:05:01 Chimaera systemd-udevd[1442716]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
No idea if there is anything of value in there. I also checked the error and auth logs, and didn't see anything that stood out at all.