FS#14038 - [abs] fix perms in args for rsync

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Tuesday, 31 March 2009, 02:45 GMT
Last edited by Allan McRae (Allan) - Tuesday, 31 March 2009, 11:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: abs script should use the aditional parameters "--no-p --no-o --no-g" in $SYNCARGS

--no-p because, directories in server have "setgid, and files not all have contains "0644", then default umask will be used.
--no-o because, files have owner=1018
--no-g for complement --no-o :)

If in a system have a user with uid=1018, will own all files

Additional info:
abs-2.3.1-1

This task depends upon

Closed by  Allan McRae (Allan)
Tuesday, 31 March 2009, 11:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  abs-2.3.2-1
Comment by Allan McRae (Allan) - Tuesday, 31 March 2009, 03:01 GMT
The actual files are owned by root but the directories are owned by 1018. I will add the fix for abs.

We can also fix this on the server. Dan/Aaron: Can you fix the ownership of the directories in /src/abs/rsync to be root:root?
Comment by Dan McGee (toofishes) - Tuesday, 31 March 2009, 03:19 GMT
Ok- everything in /srv/abs/ is now root.root owned.

It looks like we have some extra cruft sitting around- do /srv/abs/extra/ and /srv/abs/testing/ have to be there?
Comment by Allan McRae (Allan) - Tuesday, 31 March 2009, 03:31 GMT
I assume you mean /srv/abs/rsync/{extra,testing}? They are safe to delete.
Comment by Dan McGee (toofishes) - Tuesday, 31 March 2009, 03:36 GMT
OK, deleted. Now this bug is yours.

Loading...