Seite 1 von 1

[Docker] VSCode

Verfasst: So 30. Jan 2022, 17:42
von pekabo
Hallo @ all,

nach dem Update funktioniert fast alles, sobald ich versuche, den VSCode-Editor aufzurufen, erhalte ich im Firefox folgende Fehlermeldungen:

Code: Alles auswählen

Error: Verbindung fehlgeschlagen
Firefox kann sich nicht mit dem Server unter xx.xx.xx.xx:2222 verbinden...
Ein Neustart des conatiners vscode in Portainer für führt nicht zum Ziel. Ich verwende kein Passwort in der docker-compose.yml für vscode.

Folgenden Fehler erhalte ich im VSCode Log vom Portainer:

Code: Alles auswählen

[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing... 
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 01-migrations: executing... 
[migrations] started
[migrations] no migrations found
[cont-init.d] 01-migrations: exited 0.
[cont-init.d] 02-tamper-check: executing... 
[cont-init.d] 02-tamper-check: exited 0.
[cont-init.d] 10-adduser: executing... 
usermod: no changes
-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/
Brought to you by linuxserver.io
-------------------------------------
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid:    0
User gid:    0
-------------------------------------
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Your DockerHost is running an outdated version of libseccomp
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
Apps will not behave correctly without this
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
sleep: cannot read realtime clock: Operation not permitted
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
setting permissions::configuration
setting permissions::workspace
[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-custom-folders: executing... 
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
starting with no password
Node.js[376]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
starting with no password
Habt ihr einen Tipp wie ich das behebn kann?

Viele Grüße
Pekabo

Re: [Docker] VSCode

Verfasst: Mo 31. Jan 2022, 19:43
von juergjue
Tut mir leid, leider nein.
Ich habe auch überlegt upzudaten, habs dann aber gelassen - gute Entscheidung :lol:
Hast vorher ein Backup gemacht auf das zu zurücksetzen kannst?
Bzw. wenn du das Problem gelöst hast, wäre es toll zu wissen wie :D - danke.

Re: [Docker] VSCode

Verfasst: Mo 31. Jan 2022, 21:54
von Andy
Na steht hier nicht die Lösung des Problems ?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Your DockerHost is running an outdated version of libseccomp
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
Apps will not behave correctly without this
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Da führt es einen dann zu
https://docs.docker.com/engine/install/debian/

Re: [Docker] VSCode

Verfasst: Di 1. Feb 2022, 11:43
von pekabo
Andy hat geschrieben:
Mo 31. Jan 2022, 21:54
Da führt es einen dann zu
https://docs.docker.com/engine/install/debian/
@Andy Danke, das war der Richtige ansatz.

Ich habe libseccomp auf dem OS Raspbian GNU/Linux 10 (buster) aktualisiert.
Die Paketadresse im wget-Befehl sind nicht mehr aktuell. Ihr könnt die neuesten Versionen hier finden.

Für mich war die richtige Lösung (Stand 01.02.2022)

Code: Alles auswählen

wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb                                                                                                                                                             libseccomp2_2.5.3-2_armhf.deb
sudo dpkg -i libseccomp2_2.5.3-2_armhf.deb
VSCode läuft wieder und alles ist UpToDate (Komplettes Update)

Re: [Docker] VSCode

Verfasst: Di 1. Feb 2022, 22:20
von Andy
Merke:
In Zukunft immer die komplette Fehlermeldung lesen ! :mrgreen:

Re: [Docker] VSCode

Verfasst: So 6. Feb 2022, 14:34
von ei23felix
So lernt man doch immer was dazu 8-)