Tar not preserving Owner/Permissions
Solution 1:
Sounds like a bug in tar to me. Which version are you using? If it's GNU tar you can find out with tar --version
. The NEWS file for GNU tar version 1.24 mentions some fixes for bugs relating to permissions, which could be the problem.