mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-05 12:37:54 +00:00
1cbdad2531
The comment blamed mawk: updateflag.awk needs gawk's |& and Ubuntu's /usr/bin/awk is mawk. That is wrong on this path -- compute.subiquity.tmpl has installed gawk in the target since Ubuntu 20.04 support was added, so updateflag.awk would have found it. The flip was going unanswered because xcatd's install monitor, which serves port 3002, dies and is never re-forked. That is fixed in #7759. The /dev/tcp exchange here is hardening: it retries and reports, rather than reinstalling in silence. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>