Menu

#2 Permission denied making/changing directories with rsync

1.0
open
rsync (1)
2022-06-09
2022-06-09
No

We have our automated build releasing scripts made long back in last year and they were working fine but few days back we started to get these errors -

rsync: change_dir#3 "/home/frs/project/pbrp/RMX2001" failed: Permission denied (13)
rsync error: errors selecting input/output files, dirs (code 3) at main.c(726) [Receiver=3.1.4dev]

Full log available: https://pipelines.actions.githubusercontent.com/serviceHosts/9d8d0891-b53f-49fe-ac5b-6d20c6d495a5/_apis/pipelines/1/runs/45/signedlogcontent/2?urlExpires=2022-06-09T06%3A42%3A52.4975735Z&urlSigningMethod=HMACV1&urlSignature=oe4Pgh8Jh%2BtGbGDcfYZyiYpFnuLKi7f60ndlrK8qJk0%3D

As you can see in files, RMX2001 directory is present but the command is throwing us the error as permission denied.

The script and the line where it's causing issue can be found here: https://github.com/PitchBlackRecoveryProject/vendor_utils/blob/pb/pb_deploy.sh#L189

Discussion


Log in to post a comment.