Hello Mender,
I am trying https://github.com/mirzak/dir-overlay-install with read-only filesystem.
Should we modify dir-overlay-install scripts to enable update on read-only filesystem?
What would be correct way to handle update on read-only filesystem?
Some logs:
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=info msg="Update module output: tar: can’t remove old file ./usr/bin/app: Read-only file system"
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=error msg=“Update module terminated abnormally: exit status 1”
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=error msg=“Update module terminated abnormally: exit status 1”
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=error msg=“transient error: Update module terminated abnormally: exit status 1”
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=error msg=“transient error: Update module terminated abnormally: exit status 1”
Oct 13 21:16:39 iqube mender[2137]: time=“2020-10-13T21:16:39Z” level=info msg=“State transition: update-install [ArtifactInstall] -> rollback [ArtifactRollback]”
Many thanks.
Rostislav