oxidecomputer / buildomat

a software build labour-saving device
Mozilla Public License 2.0
53 stars 2 forks source link

lab factory missed exit of `ipmitool` child process #18

Open jclulow opened 1 year ago

jclulow commented 1 year ago

We see this in the log:

Mar 27 01:55:54.348 INFO [sock/1945] serial: "SOL session closed by BMC", name: factory-lab

And nothing about serial for sock after that. There is no message specifically about the process going away that I can see, but it is indeed gone:

jclulow@catacomb ~
$ ptree buildomat
7675   /opt/buildomat/lib/buildomat-factory-lab -f config-lab.toml -d lab.sqlite3
  7678   <defunct>
  7679   /usr/sbin/ipmitool -C 3 -I lanplus -H buskin.lom.eng.oxide.computer -U ...

A few things: