-
Notifications
You must be signed in to change notification settings - Fork 2k
VolumeDriver.Create: internal error #188
Comments
I am having a very similar problem on Ubuntu 16.04. I have tried different versions of the nvidia driver, each on a fresh install of Ubuntu. The same error message always persists:
I am currently getting:
I do not have a /var/log/upstart/nvidia-docker.log file either. However, I see the following in /var/log/kern.log:
Do you see this error in your /var/log/kern.log? I wonder if we are having the same problem as the poster BLACKY_001 here: https://devtalk.nvidia.com/default/topic/960139/toubles-at-ubuntu-update/?offset=6 In addition to trying different versions of the nvidia driver, I've also tried Docker 1.9, 1.11, and 1.12. I have the same problem on each version. I have made sure to only have a single nvidia driver installed at a time. |
NO - I do not get the message "breaks the protection by the permission bits on the lower branch" Do not wonder - it's also me - because I'm searching in all possible directions.
Reg. 16.04: I also thought to update to this OS version 16
What do you get with:
and does
work? |
You installed a new driver but didn't reboot or reload the module.
Check the ouptut of the logs: On ubuntu 14.04 (upstart):
If you have systemd (centos 7, ubuntu 16.04):
|
Output of my
Output of my
|
What about |
Output of
Output of
with:
but no existing:
Output of
|
Your output of |
See #133 and this comment in particular |
Output of
output of
I have no log file Output of my
Output of my
Found in /var/log/kern.log:
|
I see from https://github.com/NVIDIA/nvidia-docker/wiki/nvidia-docker-plugin#known-limitations that I need to use I tried
I followed the instructions at #133 (comment) but now received the following message:
And following this post #184 I knew I needed to change the permissions so that nvidia-docker user can write/modify inside /usr/local/nvidia-driver but I was not sure what commands to run to do this. I tried While
However, after restarting it worked! Output of
Thank you all for your help! tl;dr: I was having the same problem as these posts: #133 (comment) |
Made:
Result:
AFTERWARDS:
.... IT WORKED ! May thanks! |
Regarding #34
I found some commands which will not work in my configuration:
First some system information:
Addition Information:
I had a runable version with 352.93 - but the package update to 352.99 caused
conistency troubles.
/var/log/kern.log
So I tried to deinstall everything - and reinstalled 367.44.
... and I pulled nvidia-docker code and compiled it with make.
(additionally make deb + dpkg -i ....deb )
with:
Is there a possibility to get the nvidia-docker - not the docker - version information?
But:
From issue/34 I thought to take the commands:
nvidia-docker volume setup
does not work:
Did the flags change in one of the last versions of docker ?
... this volume is the regards to the previous running version!
Additionally I thought to get some information in
/var/log/upstart/nvidia-docker.log
How can I generate a volume name regarding to my actual version 367.44?
The text was updated successfully, but these errors were encountered: