[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-09-27 Thread Jon B
Thanks, that fixed the graphs. Turns out that the lack of a "Last updated" message was due to me playing around with the message that is displayed when the data hasn't been updated for a while - for some reason trying to customise this caused it to break. I'll try the stack overflow solutions

[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-09-27 Thread vince
See if https://stackoverflow.com/questions/667992/rsync-error-failed-to-set-times-on-foo-bar-operation-not-permitted helps any For the graphs thing, look at https://groups.google.com/g/weewx-user/c/yfG1JvCP3Us if you're running an

[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-09-27 Thread Jon B
I was able to fix this issue by adding "ssh_options = "-av -oHostKeyAlgorithms=+ssh-dss" " to the Rsync section of weewx.conf and the Rsync now works (it's able to make the connection and transfer files), though there is still an error in the logs. This error is: Sep 27 16:38:25 machine-name

[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-08-23 Thread Jon B
Thanks for the reply. I've just copied the correct key across to the server, but I'm still getting the same error. When I try to ssh to the server using simply "ssh username@remote-server" I also get that error, and I have to add "-o HostKeyAlgorithms=ssh-dss" to be able to ssh in

[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-08-23 Thread Invisible Man
Your Rsync works through SSH, and the first line of the logs shows that it expects to be able to log in using a host key, but it can't find your host key. So, you need to copy the SSH key of the host you are Rsyncing from to the host you are Rsyncing to, in its .ssh/authorized_keys. I presume