0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

volumioにvscode Remote SSHでアクセスする

Posted at

volumioにvscode Remote SSHでアクセスする

VS codeのRemote SSH拡張機能でvolumio(ラズパイOS)にアクセスしようとしたときの備忘録です。
image.png
↑こいつ

こんなエラーがでる

Resolver error: Error: The VS Code Server failed to start

ログをたどっていくと、どうやらファイルが見つかっていないようです。

error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory

apt-getで必要なファイルを入れて終わり

apt-get install libatomic1

volumioには libatomic.so.1がデフォルトで入っていないみたいです。
追加で入れてやりましょう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?