Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing on window #30

Closed
Zutki opened this issue Aug 21, 2020 · 6 comments
Closed

Nothing on window #30

Zutki opened this issue Aug 21, 2020 · 6 comments

Comments

@Zutki
Copy link

Zutki commented Aug 21, 2020

I know this issue is reported often by users but for me the fixes haven't worked.
These are my system specs:

  • Desktop Environment KDE Plasma

  • Intel Xeon X5482 (8 core) @ 2.890GHz

  • NVIDIA GeForce GTX 1060 6GB (using proprietary driver)

  • 48 GB ram

  • Distro Debian 10 Buster

These are the commands I ran to install the files
$ sudo docker pull mdouchement/zoom-us:latest
$ sudo docker run -it --rm --volume /usr/local/bin:/target mdouchement/zoom-us:latest install
and to run it
$ zoom-us-wrapper zoom

this is the command output of the previous command
Cleaning up stopped zoom-us instances...
Using ZOOM_HOME: /home/david
Starting zoom...

the window appears but nothing is there

I have tried running the mzcu version of this but that didn't work.
This is how I installed the mzcu version:
$ sudo docker build -t mdouchement/zoom-us github.com/mzcu/docker-zoom-us
$ sudo docker run -it --rm --volume /usr/local/bin:/target mdouchement/zoom-us:latest install

and when I run it, I get an nvidia runtime error.
I tried doing what user @erikbeebe recommended (#16 (comment))
but that caused another error

thank in advance

@erikbeebe
Copy link

Hi @LightStorm12345 - do you mind pasting the error you received? It's possible that since you're using Debian 10 (and my comments were based around testing on Ubuntu 20.04), that there may be some differences there. If you can paste the error I might be able to provide some suggestions there. Thanks!

@Zutki
Copy link
Author

Zutki commented Aug 21, 2020

Hi @LightStorm12345 - do you mind pasting the error you received? It's possible that since you're using Debian 10 (and my comments were based around testing on Ubuntu 20.04), that there may be some differences there. If you can paste the error I might be able to provide some suggestions there. Thanks!

Hi! Thanks for trying to help

This is the error I get before the wrapper modification:
Cleaning up stopped zoom-us instances...
Starting zoom...
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'.

And this is the error I get after the modification:
Cleaning up stopped zoom-us instances...
Starting zoom...
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:432: running prestart hook 0 caused \\\"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: ldcache error: open failed: /sbin/ldconfig.real: no such file or directory\\\\n\\\"\"": unknown.

@erikbeebe
Copy link

Oh ok, one thing to note - in my example, I list the sources for Ubuntu, so if you're using Debian, you'll want to use the Debian-specific package sources. Here's an issue referencing the problem you're running into:

NVIDIA/nvidia-docker#614

This link (https://nvidia.github.io/nvidia-docker/) references the different distributions supported - it looks like there is a 'debian10' repo as well, so if you're not already using that one as the source, I'd give that a try. Good luck!

@Zutki
Copy link
Author

Zutki commented Aug 21, 2020

After running the commands on the github page I still get an error:
Cleaning up stopped zoom-us instances...
Starting zoom...
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:432: running prestart hook 0 caused \\\"error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: ldcache error: open failed: /sbin/ldconfig.real: no such file or directory\\\\n\\\"\"": unknown.

I restarted docker using
$ sudo systemctl restart docker
did I miss something?

@erikbeebe
Copy link

That looks correct, but it's clear from the error that /sbin/ldconfig.real doesn't seem to exist. Unfortunately, I don't have a Debian 10 machine to test on, but it looks like a number of others have had success symlink'ing /sbin/ldconfig.real to /sbin/ldconfig

(eg. ln -s /sbin/ldconfig /sbin/ldconfig.real)

That may be worth a try. Good luck!

@Zutki
Copy link
Author

Zutki commented Aug 21, 2020

Thank you! After linking the file it worked! Zoom opens perfectly now.

@Zutki Zutki closed this as completed Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants