Changes between Initial Version and Version 1 of Ticket #38096, comment 5


Ignore:
Timestamp:
Feb 18, 2013, 10:31:04 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38096, comment 5

    initial v1  
    22> This means that `/opt/local` is owned by user macports and group id 502, although no group exists with that group id. Did you copy the prefix around, restore from a backup or anything similar?
    33
    4 I 've upgraded from Leopard to Snow Leopard with a fresh installation and then to Mountain Lion.
    5 Then I've installed macports with MacPorts-2.1.2-10.8-MountainLion.pkg.
     4I 've upgraded from Leopard to Snow Leopard with a fresh installation and then to Mountain Lion. [[br]]
     5Then I've installed macports with MacPorts-2.1.2-10.8-MountainLion.pkg. [[br]]
    66With the following:
    77
     8{{{
    89xxxx$ cd /opt
    910xxxx$ ls -lht
    10 
    1111total 0
    12 
    1312drwxr-xr-x  12 macports  502     408B 26 Ott 16:05 local
    14 
    1513drwxr-xr-x   8 root      wheel   272B 24 Mag  2012 X11
    16 
    1714xxxx$ cd local
    18 
    1915local xxxx$ ls -lht
    20 
    2116total 8
    22 
    2317drwxr-xr-x  594 macports  502      20K 16 Feb 19:27 bin
    24 
    25 
    2618drwxr-xr-x   58 macports  502     1,9K 16 Feb 19:20 share
    27 
    2819drwxr-xr-x   10 root      admin   340B 16 Feb 19:01 etc
    29 
    3020drwxr-xr-x  354 root      admin    12K 16 Feb 19:01 include
    31 
    3221drwxr-xr-x  984 macports  502      33K 16 Feb 19:01 lib
    33 
    3422drwxr-xr-x   10 root      admin   340B 16 Feb 14:34 libexec
    35 
    3623drwxr-xr-x    8 root      admin   272B 22 Gen 09:41 sbin
    37 
    3824drwxr-xr-x    6 root      admin   204B 29 Nov 23:07 var
    39 
    4025drwxr-xr-x    5 root      wheel   170B 29 Nov 20:14 Library
    41 
    4226lrwxr-xr-x    1 root      admin     9B 11 Ago  2012 man -> share/man
    43 
     27}}}
    4428
    4529This is a very  messy condition
     
    4731If everything below /opt must be of a specific user and of a specific group can I try the following:
    4832
     33{{{
    4934sudo chown -R  a_user.a_group /opt  ?
     35}}}