Comment 1 for bug 787670

Revision history for this message
Frédéric Nass (nass) wrote :

On the first try (when it fails) /home directory contains :

root@db-computer:/home# tree -p -d /home
/home
└── [drwx--x--x] department

Then on the second try (when it succeeds) /home directory contains :

root@db-computer:/home# tree -p -d /home
/home
└── [drwx--x--x] department
    └── [drwx--x--x] group
        └── [drwx-----x] testlogin

Frédéric.