[Bug 1994810] Re: rsync 3.2.3 to module broken with read-only system error
Lukas Märdian
1994810 at bugs.launchpad.net
Thu Oct 27 10:09:24 UTC 2022
Hello, thanks for your report and for providing a work around right
away!
Could you please paste the exact error message when executing your
"rsync -rptoglav /tmp/test/ <ip>::test" command? And also please paste
the output of "ls -la /etc/letsencrypt"
Thanks.
** Changed in: rsync (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1994810
Title:
rsync 3.2.3 to module broken with read-only system error
Status in rsync package in Ubuntu:
Incomplete
Bug description:
There is a issue rsyncing to a rsync module with the error: failed:
Read-only file system (30)
Both server are ubuntu 22.04.1 with rsync version 3.2.3-8ubuntu3
I tried with no success "use chroot" different value options
Permissions are OK in the end side
Installing manually rsync package version 3.1.3-8ubuntu0.4 from ubuntu
20 in the end side server solves the issue (without any configuration
changes)
Also, a workaround (both same version of rsync), is to use the following parameters in rsync: -e ssh
however, this might not work for automated cron scripts.
1) Start side server command:
rsync -rptoglav /tmp/test/ <ip>::test
2) End side server configuration of rsyncd.conf:
=======================================
[test]
path = /etc/letsencrypt
read only = false
uid = root
gid = root
=======================================
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1994810/+subscriptions
More information about the foundations-bugs
mailing list