Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync://rsync.puppet.com/ contains unreadable folders causing sync errors: rsync: opendir "/apt/work.520523.m2zydoT5pI" (in packages) failed: Permission denied (13) #9396

Closed
sbraz opened this issue Jun 17, 2024 · 2 comments
Labels
accepted Valid issue that we intend to work on when we have the bandwidth bug Something isn't working

Comments

@sbraz
Copy link

sbraz commented Jun 17, 2024

Describe the Bug

Hello,
When following instructions from http://apt.puppetlabs.com/README.txt and running rsync -a rsync://rsync.puppet.com/packages/apt /var/apt, there are errors. This started happening on 2024-06-11:

rsync: opendir "/apt/work.520523.m2zydoT5pI" (in packages) failed: Permission denied (13)
rsync: opendir "/apt/work.520524.CcTiRqJJjT" (in packages) failed: Permission denied (13)
rsync: opendir "/apt/work.520528.8n56JVSKON" (in packages) failed: Permission denied (13)

Expected Behavior

The sync should succeed without errors, like it did on 2024-06-10 and before.

Steps to Reproduce

Run rsync -a rsync://rsync.puppet.com/packages/apt /var/apt

Environment

Not relevant

Additional Context

The folders have the following permissions:

drwx--S---          4,096 2024/06/11 06:35:19 work.520523.m2zydoT5pI
drwx--S---          4,096 2024/06/11 06:36:25 work.520524.CcTiRqJJjT
drwx--S---          4,096 2024/06/11 06:35:19 work.520528.8n56JVSKON
@sbraz sbraz added the bug Something isn't working label Jun 17, 2024
@cthorn42
Copy link
Collaborator

Can confirm I'm seeing the same failure if I'm using the option --dry-run:

rsync --dry-run -a rsync://rsync.puppet.com/packages/apt /var/apt
rsync: opendir "/apt/work.520523.m2zydoT5pI" (in packages) failed: Permission denied (13)
rsync: opendir "/apt/work.520524.CcTiRqJJjT" (in packages) failed: Permission denied (13)
rsync: opendir "/apt/work.520528.8n56JVSKON" (in packages) failed: Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1865) [generator=3.2.7]

@tvpartytonight tvpartytonight added the accepted Valid issue that we intend to work on when we have the bandwidth label Jun 18, 2024
@cthorn42
Copy link
Collaborator

Our Release Team fixed this issue, thank you for the report @sbraz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Valid issue that we intend to work on when we have the bandwidth bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants