2018年9月4日火曜日

グラフィックドライバーのインストール

9月4日8時30ー23時30

改めてこのような機会とお時間を頂戴して社長やご理解頂いた方々に感謝します。

PCやスマホ等のインストールやアップデートに人生のどれだけ消費するのかと思うと本当に便利になったのかと感じます。やはり出来合い(あれば?)を買った方がいいですね。

さて会社でこのシステムを導入する事をイメージして作業を進めています。
パソコンのSSDが安くなったのでSSDを2台取り付けてwindowsとUbuntuをデュアルブートする様にすると何かと好都合。
インストールの際は誤ってwindows領域に上書きしない様に注意が必要。

今回はグラフィックボードのドライバーをインストールするので最悪画面が表示できない場合があるのでLAN経由でubuntuにアクセス出来る様にSSHで接続するのであらかじめログインIDとPCのIPアドレスこの段階で記録する事。例wiwao@wiwao-desktop.localと
192.168.1.10

sshを通じてドライバーを再インストールするさいは操作は全てコマンド操作(CLI)。







ここでアップデートubuntu18にアップデートしないように注意。ubuntu16.04ltsのままになる様にも注意。

ここで休憩。

13時ー
ここからが前回失敗した所なので過去の作業を確認しながら確認。
結構な量のパッチでアップデートに2時間。光回線が間に合っていないのでダウンロードしながら作業の確認。
cudaのインストールから、cudaとはGPUメーカーが出している並列演算をGPUで効果的に処理するドライバーのようなもの。分かりやすく説明すると500kのセントラルのパワコンで発電するのではなく25kのパワコンを20台で発電する様なイメージ。分散するのが何かにつけ流行っていますね。

次にcudnnをダウンロード(deep nural network)でcudaで深層学習(AI)を処理するドライバーの様なもの。

14時ー台風が激しく停電の為作業中止。
窓の向こうの電線が切れて光って停電、ベランダの物が巻き上げられていますが何もできずです。

15時ー

cudaのダウンロード後、展開でエラー

wiwao@wiwao:~$ sudo dpkg -i cuda-repo-ubuntu1604_9.2.148-1_amd64.deb
sudo: unable to resolve host wiwao
[sudo] password for wiwao: 
dpkg-deb: error: 'cuda-repo-ubuntu1604_9.2.148-1_amd64.deb' is not a debian format archive
dpkg: error processing archive cuda-repo-ubuntu1604_9.2.148-1_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 cuda-repo-ubuntu1604_9.2.148-1_amd64.deb
wiwao@wiwao:~$ 

ここからは書いている通りに進めず、前回失敗した時はLinuxはファイル操作になれが必要で何か基本的な事が間違っている感じでダウンロードファイルをダウンロードのフォルダーで展開しようとしてエラー間違ったーフォルダーに展開すると必要なファイルを呼び出す事ができないので実行エラーになるのでホームディレクトリーに移動して実行。
でも同じエラー。ネットで検索中。Windowsに慣れているとインストーラーをどこでも展開出来るのでここがLinux(ubuntu)の大きな違い。ファイルがどこにあるかを常に意識しないとエラーを見つけられない。

17時ー
ダウンロードしたパッケージが不完全に気がつくまで2時間ネットで同様なケースがなくアイコンがおかしかったので再度ダウンロードでアイコンが変わったので実行で、
殆ど下記の様な操作が続きます。

wiwao@wiwao:~$ sudo dpkg -i cuda-repo-ubuntu1604_9.2.148-1_amd64.deb
sudo: unable to resolve host wiwao
[sudo] password for wiwao:
Selecting previously unselected package cuda-repo-ubuntu1604.
(Reading database ... 270542 files and directories currently installed.)
Preparing to unpack cuda-repo-ubuntu1604_9.2.148-1_amd64.deb ...
Unpacking cuda-repo-ubuntu1604 (9.2.148-1) ...
Setting up cuda-repo-ubuntu1604 (9.2.148-1) ...
wiwao@wiwao:~$ sudo apt-key adv --fetch-keys https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64%2F7fa2af80.pub&data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&sdata=ROARtG9o%2BWqhHftXBJi0A66txD7u9bhbBWQ%2Bd7oKF3w%3D&reserved=0
sudo: unable to resolve host wiwao
Executing: /tmp/tmp.OU3jH3ZcYd/gpg.1.sh --fetch-keys
https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64%2F7fa2af80.pub&data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&sdata=ROARtG9o%2BWqhHftXBJi0A66txD7u9bhbBWQ%2Bd7oKF3w%3D&reserved=0
gpg: key 7FA2AF80: "cudatools <cudatools@nvidia.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
wiwao@wiwao:~$ sudo apt-get update
sudo: unable to resolve host wiwao
Get:1 file:/var/cuda-repo-9-1-local  InRelease
Ign:1 file:/var/cuda-repo-9-1-local  InRelease
Get:2 file:/var/cuda-repo-9-1-local  Release [574 B]
Get:2 file:/var/cuda-repo-9-1-local  Release [574 B]
Hit:4 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial InRelease
Get:5 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates InRelease [109 kB]
Ign:6 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=QpygUas%2F32NZpo33ryaY1CP1o47HMBDW7E0dsl79Ua4%3D&amp;reserved=0 InRelease
Get:7 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=QpygUas%2F32NZpo33ryaY1CP1o47HMBDW7E0dsl79Ua4%3D&amp;reserved=0 Release [564 B]
Get:8 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=eJB2t%2BJ5JPqLF96jXLQ143V29PuHXwHh3YGBkcv0fPQ%3D&amp;reserved=0 xenial-security InRelease [107 kB]
Get:9 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=QpygUas%2F32NZpo33ryaY1CP1o47HMBDW7E0dsl79Ua4%3D&amp;reserved=0 Release.gpg [801 B]
Get:10 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-backports InRelease [107 kB]
Get:11 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeveloper.download.nvidia.com%2Fcompute%2Fcuda%2Frepos%2Fubuntu1604%2Fx86_64&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=QpygUas%2F32NZpo33ryaY1CP1o47HMBDW7E0dsl79Ua4%3D&amp;reserved=0 Packages [139 kB]
Get:12 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/main amd64 Packages [841 kB]
Get:13 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=eJB2t%2BJ5JPqLF96jXLQ143V29PuHXwHh3YGBkcv0fPQ%3D&amp;reserved=0 xenial-security/main amd64 DEP-11 Metadata [67.7 kB]
Get:14 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=eJB2t%2BJ5JPqLF96jXLQ143V29PuHXwHh3YGBkcv0fPQ%3D&amp;reserved=0 xenial-security/main DEP-11 64x64 Icons [68.0 kB]
Get:15 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=eJB2t%2BJ5JPqLF96jXLQ143V29PuHXwHh3YGBkcv0fPQ%3D&amp;reserved=0 xenial-security/universe amd64 DEP-11 Metadata [107 kB]
Get:16 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsecurity.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=eJB2t%2BJ5JPqLF96jXLQ143V29PuHXwHh3YGBkcv0fPQ%3D&amp;reserved=0 xenial-security/universe DEP-11 64x64 Icons [142 kB]
Get:17 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/main i386 Packages [758 kB]
Get:18 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/main amd64 DEP-11 Metadata [320 kB]
Get:19 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/main DEP-11 64x64 Icons [225 kB]
Get:20 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/universe amd64 Packages [681 kB]
Get:21 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/universe i386 Packages [623 kB]
Get:22 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/universe amd64 DEP-11 Metadata [247 kB]
Get:23 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/universe DEP-11 64x64 Icons [335 kB]
Get:24 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/multiverse amd64 DEP-11 Metadata [5,964 B]
Get:25 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-updates/multiverse DEP-11 64x64 Icons [14.2 kB]
Get:26 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482587435&amp;sdata=qpPxdtLbkuAcN7APxKsJRpYMeOJIrvwqGy6wGCxAexo%3D&amp;reserved=0 xenial-backports/main amd64 DEP-11 Metadata [3,328 B]
Get:27 https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjp.archive.ubuntu.com%2Fubuntu&amp;data=02%7C01%7C%7C1f535fda25704e6d304f08d6123cc172%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636716449482743700&amp;sdata=wG5GsGhs49E1v4rvRXLyf6uxNPmbaakJP3e%2Fp34FHRw%3D&amp;reserved=0 xenial-backports/universe amd64 DEP-11 Metadata [5,100 B]
Fetched 4,907 kB in 1min 4s (76.0 kB/s)
AppStream cache update completed, but some metadata was ignored due to errors.
Reading package lists... Done
wiwao@wiwao:~$ sudo apt-get install cuda
sudo: unable to resolve host wiwao
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  cuda-9-1 cuda-command-line-tools-9-1 cuda-compiler-9-1 cuda-cublas-9-1
  cuda-cublas-dev-9-1 cuda-cudart-9-1 cuda-cudart-dev-9-1 cuda-cufft-9-1
  cuda-cufft-dev-9-1 cuda-cuobjdump-9-1 cuda-cupti-9-1 cuda-curand-9-1
  cuda-curand-dev-9-1 cuda-cusolver-9-1 cuda-cusolver-dev-9-1
  cuda-cusparse-9-1 cuda-cusparse-dev-9-1 cuda-demo-suite-9-1
  cuda-documentation-9-1 cuda-driver-dev-9-1 cuda-gdb-9-1
  cuda-gpu-library-advisor-9-1 cuda-libraries-9-1 cuda-libraries-dev-9-1
  cuda-license-9-1 cuda-memcheck-9-1 cuda-misc-headers-9-1 cuda-npp-9-1
  cuda-npp-dev-9-1 cuda-nsight-9-1 cuda-nvcc-9-1 cuda-nvdisasm-9-1
  cuda-nvgraph-9-1 cuda-nvgraph-dev-9-1 cuda-nvml-dev-9-1 cuda-nvprof-9-1
  cuda-nvprune-9-1 cuda-nvrtc-9-1 cuda-nvrtc-dev-9-1 cuda-nvtx-9-1
  cuda-nvvp-9-1 cuda-runtime-9-1 cuda-samples-9-1 cuda-toolkit-9-1
  cuda-tools-9-1 cuda-visual-tools-9-1 libllvm5.0 linux-headers-4.10.0-28
  linux-headers-4.10.0-28-generic linux-image-4.10.0-28-generic
  linux-image-extra-4.10.0-28-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  cuda-9-2 cuda-command-line-tools-9-2 cuda-compiler-9-2 cuda-cublas-9-2
  cuda-cublas-dev-9-2 cuda-cudart-9-2 cuda-cudart-dev-9-2 cuda-cufft-9-2
  cuda-cufft-dev-9-2 cuda-cuobjdump-9-2 cuda-cupti-9-2 cuda-curand-9-2
  cuda-curand-dev-9-2 cuda-cusolver-9-2 cuda-cusolver-dev-9-2
  cuda-cusparse-9-2 cuda-cusparse-dev-9-2 cuda-demo-suite-9-2
  cuda-documentation-9-2 cuda-driver-dev-9-2 cuda-drivers cuda-gdb-9-2
  cuda-gpu-library-advisor-9-2 cuda-libraries-9-2 cuda-libraries-dev-9-2
  cuda-license-9-2 cuda-memcheck-9-2 cuda-misc-headers-9-2 cuda-npp-9-2
  cuda-npp-dev-9-2 cuda-nsight-9-2 cuda-nvcc-9-2 cuda-nvdisasm-9-2
  cuda-nvgraph-9-2 cuda-nvgraph-dev-9-2 cuda-nvml-dev-9-2 cuda-nvprof-9-2
  cuda-nvprune-9-2 cuda-nvrtc-9-2 cuda-nvrtc-dev-9-2 cuda-nvtx-9-2
  cuda-nvvp-9-2 cuda-runtime-9-2 cuda-samples-9-2 cuda-toolkit-9-2
  cuda-tools-9-2 cuda-visual-tools-9-2 libcuda1-396 nvidia-396 nvidia-396-dev
  nvidia-modprobe nvidia-opencl-icd-396 nvidia-settings
The following packages will be REMOVED:
  libcuda1-387 nvidia-367 nvidia-387 nvidia-387-dev nvidia-opencl-icd-387
The following NEW packages will be installed:
  cuda-9-2 cuda-command-line-tools-9-2 cuda-compiler-9-2 cuda-cublas-9-2
  cuda-cublas-dev-9-2 cuda-cudart-9-2 cuda-cudart-dev-9-2 cuda-cufft-9-2
  cuda-cufft-dev-9-2 cuda-cuobjdump-9-2 cuda-cupti-9-2 cuda-curand-9-2
  cuda-curand-dev-9-2 cuda-cusolver-9-2 cuda-cusolver-dev-9-2
  cuda-cusparse-9-2 cuda-cusparse-dev-9-2 cuda-demo-suite-9-2
  cuda-documentation-9-2 cuda-driver-dev-9-2 cuda-gdb-9-2
  cuda-gpu-library-advisor-9-2 cuda-libraries-9-2 cuda-libraries-dev-9-2
  cuda-license-9-2 cuda-memcheck-9-2 cuda-misc-headers-9-2 cuda-npp-9-2
  cuda-npp-dev-9-2 cuda-nsight-9-2 cuda-nvcc-9-2 cuda-nvdisasm-9-2
  cuda-nvgraph-9-2 cuda-nvgraph-dev-9-2 cuda-nvml-dev-9-2 cuda-nvprof-9-2
  cuda-nvprune-9-2 cuda-nvrtc-9-2 cuda-nvrtc-dev-9-2 cuda-nvtx-9-2
  cuda-nvvp-9-2 cuda-runtime-9-2 cuda-samples-9-2 cuda-toolkit-9-2
  cuda-tools-9-2 cuda-visual-tools-9-2 libcuda1-396 nvidia-396 nvidia-396-dev
  nvidia-opencl-icd-396
The following packages will be upgraded:
  cuda cuda-drivers nvidia-modprobe nvidia-settings
4 upgraded, 50 newly installed, 5 to remove and 4 not upgraded.
Need to get 1,261 MB of archives.
After this operation, 2,755 MB of additional disk space will be used.
Do you want to continue? [Y/n] y

ここから2.5GBのダウンロードで終わり。明日朝?

20時ー
一部ファイルのインストールに失敗しているようで正常起動出来ず。
原因不明、ネットで検索するも適当が事例が見つからず。
取り敢えずリカバリーモードで起動、修復でも改善せず。

グラフィックボードにはドライバーで接続している模様。
知合いに助けを求めて下記を試してみました。
画面解像度やloginできなくなった時、後から簡単に元に戻すことが可能(設定->ソフトウェアとアップグレード->追加のドライバーを開けると確認できます。別の端末からssh接続してsudo apt-get install nvidia-367 --reinstallを実行するだけ
 そうそう。一番最初にsudo apt-get sshsshをインストールしてreboot。他のコンピューターからSSH接続してから、その端末で以下を操作する方法が最良だと思います。
sudo apt-get --purge remove nvidia-*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-390
sudo apt-get install mesa-common-dev
sudo apt-get install freeglut3-dev
正常起動する様になったので次はCUDNNのインストールです。

インストールに失敗したドライバーを一旦消すのでモニター画面が映らなくなります。
その為別のパソコンから遠隔(SSH)でコンソール操作。この方法はLinuxでは良くする事のようです。Linuxはサーバー用途が多い為モニターを付けず運用の際にこの方法がとられるようです。sudo(管理者権限)で操作する方法は書籍でも中々書かれていないのでこの手の問題の際はどうするか課題。

初日からトラブルスタートです。

0 件のコメント:

コメントを投稿