Bug 2139118
| Summary: | rsync-daemon fail on 3.1.3 [rhel-8.7.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | rsync | Assignee: | Michal Ruprich <mruprich> |
| Status: | CLOSED ERRATA | QA Contact: | Ondrej Mejzlik <omejzlik> |
| Severity: | medium | Docs Contact: | Šárka Jana <sjanderk> |
| Priority: | urgent | ||
| Version: | 8.6 | CC: | fadamo, fkrska, lkuprova, lmanasko, mruprich, omejzlik, pasik, sjanderk |
| Target Milestone: | rc | Keywords: | Reproducer, Triaged, ZStream |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rsync-3.1.3-19.el8_7.1 | Doc Type: | Bug Fix |
| Doc Text: |
.`rsync` no longer fails while using regular expressions for extended attributes
Previously, the `rsync` utility for transferring and synchronizing files was not able to handle extended attributes in RHEL 8 correctly. For example, if you passed the `--delete` option together with the `--filter '-x _string_.pass:[*]'` option for extended attributes to the `rsync` command, and a file on your system satisfied the regular expression, this resulted in an error message stating protocol incompatibilities. With this update, the `rsync` utility handles extended attributes correctly and you can use regular expressions for these attributes.
|
Story Points: | --- |
| Clone Of: | 2125311 | Environment: | |
| Last Closed: | 2023-01-12 09:16:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2125311 | ||
| Bug Blocks: | |||
|
Comment 13
errata-xmlrpc
2023-01-12 09:16:50 UTC
I still have this problem: [root@serverXYZ:~]# lsb_release -rs 8.8 [root@serverXYZ:~]# rpm -q rsync rsync-3.1.3-19.el8_7.1.x86_64 [root@serverXYZ:~]# tail /tmp/rear-rsync.log 2023/08/11 15:05:20 [69430] removing duplicate name /boot from file list (11) 2023/08/11 15:05:20 [69430] removing duplicate name /boot from file list (12) 2023/08/11 15:05:20 [69430] removing duplicate name /home from file list (16) 2023/08/11 15:05:20 [69430] removing duplicate name /opt from file list (20) 2023/08/11 15:05:20 [69430] removing duplicate name /tmp from file list (27) 2023/08/11 15:05:20 [69430] removing duplicate name /var from file list (30) 2023/08/11 15:05:20 [69430] removing duplicate name /var from file list (31) 2023/08/11 15:05:20 [69430] delta-transmission enabled 2023/08/11 15:05:20 [69430] ERROR: rejecting excluded file-list name: /app/ABCDE 2023/08/11 15:05:20 [69430] rsync error: protocol incompatibility (code 2) at flist.c(912) [receiver=3.1.3] |