Hello,
I run three jails on a FreeBSD 11-release host, and manage them with ezjail. One of the jails generates an error when attempting to archive it.
I tried running
on the host but still the error occurs.
How can I resolve this issue?
Thanks,
Tim
I run three jails on a FreeBSD 11-release host, and manage them with ezjail. One of the jails generates an error when attempting to archive it.
Code:
ezjail-admin stop reminder
ezjail-admin archive reminder
pax: Access/modification time set failed on: ./var/empty <Operation not permitted>
Warning: Archiving jail reminder was not completely successful.\n Please refer to the output above for problems the archiving tool encountered.\n You may ignore reports concerning setting access and modification times.\n You might want to check and remove /usr/jails/ezjail_archives/reminder-201701300002.32.tar.gz.Warning: Archiving jail reminder was not completely successful. For a running jail this is not unusual.
I tried running
Code:
chflags noschg /var/empty
How can I resolve this issue?
Thanks,
Tim