Re: Getting "Permission Denied" issues after migrating jails

2016-12-11 Thread Miroslav Lachman
rKaya Saman wrote on 2016/12/11 16:05: Thanks a lot Miroslav :-) I found the issue eventually. For some reason it turns out the /var directory got set to 700 permissions after the rsync. a simple chmod 755 /var fixed the issue, however, it looks like all 5 of my jails had the same prob

Re: Getting "Permission Denied" issues after migrating jails

2016-12-11 Thread Miroslav Lachman
Kaya Saman wrote on 2016/12/10 15:33: which suggests fixing the noexec flags. On the actual ZFS dataset the exec=on parameter is already set meaning that this must be a local issue and something to do with the "chflags" command but I can't recall or even find any clue on which files to run the c

Re: Getting "Permission Denied" issues after migrating jails

2016-12-11 Thread Kaya Saman
Thanks a lot Miroslav :-) I found the issue eventually. For some reason it turns out the /var directory got set to 700 permissions after the rsync. a simple chmod 755 /var fixed the issue, however, it looks like all 5 of my jails had the same problem? on vuln.xml the permissions we