[MacPorts] #40667: Macports taking over file permissions on Time Machine files
MacPorts
noreply at macports.org
Fri Oct 4 11:10:41 PDT 2013
#40667: Macports taking over file permissions on Time Machine files
------------------------+--------------------------------
Reporter: grapesh@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: |
------------------------+--------------------------------
Comment (by grapesh@…):
I think I found a solution myself...
This is ACL issue:
{{{
drwx------+
}}}
where '+' sign indicates ACL dependency.
I ran
{{{
cd /Volumes/Toshi/Backups.backupdb/
chmod -RN vostok
}}}
to rid of ACL and voila:
{{{
host-l-179:svinogradov svinogra$ ls -ltr
total 0
drwxr-xr-x@ 5 root staff 170 Dec 20 2012 Sites
drwxr-xr-x@ 5 root staff 170 Dec 20 2012 Public
drwxr-xr-x@ 4 root staff 136 Dec 28 2012 Movies
drwxr-xr-x@ 38 root staff 1292 Jan 12 2013 Library
drwxr-xr-x@ 7 root staff 238 Feb 1 2013 Music
drwxr-xr-x@ 16 root staff 544 Mar 5 2013 Documents
drwxr-xr-x@ 13 root staff 442 Mar 7 2013 Pictures
drwxr-xr-x@ 53 root staff 1802 Mar 11 2013 Downloads
drwxr-xr-x@ 4 root staff 136 Mar 14 2013 Import
drwxr-xr-x@ 18 root staff 612 Mar 14 2013 Desktop
}}}
Still unsure how MacPorts hijacked my permissions, but chmod -'''''RN'''''
did the trick!
--
Ticket URL: <https://trac.macports.org/ticket/40667#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list