c3d / ociplex

An OCI runtime multiplexer
0 stars 0 forks source link

Error "bad file descriptor" #6

Closed c3d closed 1 year ago

c3d commented 1 year ago

Running the following command:

_ podman --runtime $PWD/run-kata run -it  fedora bash

I get the following error (from the log file):

io.containerd.kata.v2: file file+net socket: setnonblock: bad file descriptor
c3d commented 1 year ago

Investigation showed that this was a result of a missing start command on the command-line.

Go error handling and command-line parsing have not proven super-convincing so far.