[Bug 1994810] Re: rsync 3.2.3 to module broken with read-only system error
Launchpad Bug Tracker
1994810 at bugs.launchpad.net
Tue Dec 27 04:17:23 UTC 2022
[Expired for rsync (Ubuntu) because there has been no activity for 60
days.]
** Changed in: rsync (Ubuntu)
Status: Incomplete => Expired
--
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:
Expired
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