Problem with file permission change in a mount point in iocage jail

Status
Not open for further replies.

ertank

Explorer
Joined
Sep 16, 2018
Messages
66
Hello,

I have setup an iocage jail in FreeNAS-11.2-BETA3. I also added a mount point from my pool for file storing directly.
I want to use subversion (svn) in that jail. When I try to create my repository in that mounted directory I get following error:

root@svn:~ # svnadmin create /svn
svnadmin: E000001: Can't set permissions on '/svn/db/svn-mOzGmb'
svnadmin: E000001: Can't set permissions on '/svn/db/svn-mOzGmb': Operation not permitted
svnadmin: E200042: Additional errors:
svnadmin: E000016: Can't remove directory '/svn': Device busy


I see that there is a plus sign next to svn directory.
drwxrwxr-x+ 2 1000 wheel 2 Oct 14 02:27 svn

I am no expert system administrator. It is my guess that plus means something about permissions. If I try to create a file in /svn that works. I can also modify file and save my modifications. I can also delete that file. Unfortunately, I cannot use svnadmin to create a repository in it.

Is there anything I can do solve my problem above?

Thanks & regards,
Ertan
 
Status
Not open for further replies.
Top