PDA

View Full Version : Jail port install read only filesystem


gpatrick
November 2nd, 2009, 02:12
Installing bind96 in a jail and everything was working until it attempted to make a directory /usr/include/isc which failed and said it's a read-only filesystem.

The permissions on /usr/include is a link to /basejail/usr/include and are 755.

Thanks.

SirDice
November 2nd, 2009, 10:31
/basejail/usr/include is a link outside of the jail. You cannot create a link inside the jail to somewhere outside it.