astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.14k stars 142 forks source link

Error with multiple Kubebox processes running on the same host #69

Open liqiang-fit2cloud opened 4 years ago

liqiang-fit2cloud commented 4 years ago

Hi, When different OS users (non root) are using kubebox simultaneously on same Ubuntu18 server, the 1st user works fine, but all of the other users encountered below error (open kubebox, select a pod , then process exit) without any detailed information. How to solved this or where I can find the detailed error message? Thanks for help.

image

astefanutti commented 4 years ago

Thanks for the report.

Could you precise what version of kubebox you use?

Could you also run sudo strace -p <pid> to get some insights?

liqiang-fit2cloud commented 4 years ago

Thanks for response. I am using 0.6.1. I will try sudo strace -p

liqiang-fit2cloud commented 4 years ago

The strace log is attached. strace_kubebox.log

astefanutti commented 4 years ago

I don't see anything obvious. I'll have to reproduce to investigate. I'll keep you posted ASAP.

astefanutti commented 3 years ago

Could you please try with the latest 0.9.0 release?