What | Removed | Added |
---|---|---|
CC | alexander.wenzel@qbeyond.de |
Created attachment 846500 [details]
log of partial workaround for transactional-update error
To reproducibly workaround one part of the bug:
ERROR: filesystem error: cannot copy: File exists [/run/netconfig]
[/.snapshots/2/snapshot/run/netconfig]
It is somehow sufficient, to let netconfig recreate the yp.conf like this:
echo -n > /etc/yp.conf && netconfig update -f
NETCONFIG_NIS_POLICY is still set to its default "auto".
Afterwards transactional-update works fine again. I did not dive any further so
far, but I thought, this piece might help anyway. See also attached log.
NB: We're building a variant of MicroOS using kiwi/obs and installing the OS
using PXE which shows the current behaviour/bug. Using the ISO or skipping the
ignition/combustion part, will lead to a system without update capability... An
so we're at this point here and the wheel has come full circle ;)