boinc icon indicating copy to clipboard operation
boinc copied to clipboard

Windows docker wrapper Web Graphics Error

Open lfield opened this issue 8 months ago • 2 comments

Describe the bug

The latest build from master gives the following error.

<stderr_txt> Using podman 27-Mar-2025 15:45:08 socket(): No error can't allocated host port for web graphics create command generated 'Error' create_container() failed: -1 2025-03-27 15:45:09 (26284): called boinc_finish(1)

</stderr_txt>

lfield avatar Mar 27 '25 15:03 lfield

Is this reproducible? Can you run it with verbose=1 to show the commands and their output?

Note: the 'can't allocate host port' means that boinc_get_port() failed; this does socket(), bind(), and getsockname() to get an unused port. It suggests a problem unrelated to Docker.

I made a PR with slightly improved error messages.

davidpanderson avatar Mar 27 '25 22:03 davidpanderson

BTW if this port allocation fails, in theory the job should proceed without graphics.

davidpanderson avatar Mar 27 '25 22:03 davidpanderson

@lfield, and updates on this?

AenBleidd avatar Jul 07 '25 10:07 AenBleidd

Closing. Not sure it is still an issue.

lfield avatar Jul 07 '25 10:07 lfield