VirtualGL / virtualgl

Main VirtualGL repository

Home Page:https://VirtualGL.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help with VirtualGL in docker

sunyi000 opened this issue · comments

commented

I have a docker container which uses egl backend to run an application.
It works in one k8s cluster but not the other.

the one which is not working outputs an error

[1295:7:0828/141752.127460:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer

I have no idea why this is happening and how to debug/fix this. Could anyone please help on this?

Thank you very much

commented

I'm the only one who typically responds to these GitHub issues. You might have better luck posting to the VirtualGL-Users Google Group. Unfortunately I have no idea what the issue might be.

https://github.com/selkies-project/docker-nvidia-egl-desktop

I maintain this container. I'm assuming that this is a Chromium error with OpenGL. Probably relate to #229 ?

commented

@ehfd No, the OP clearly said that the application works on one cluster but not another. The Chrome failure is a compatibility issue between VGL and Chrome, and it is not system-specific.

Commented because the error message is much likely from Chromium. Yeah, I guess it isn't a VGL issue.

commented

Thanks very much @ehfd @dcommander

The error is from ChimeraX. I suspect it's something to do with the k8s cluster as it runs fine on one cluster but not the other.

I will ask around. Thanks very much