NEWS
iobroker zeschossen
-
@krisiun sagte in iobroker zeschossen:
N: Ignoring file 'nodesource.listy' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Kerl...
Du musst auch schon tun, was man dir einflüstert....Die Datei ist zu viel, lösch die.
sudo rm /etc/apt/sources.list./nodesource.listy
-
OK dann nochmal editor und dann den inhalt löschen?
-
@thomas-braun sagte in iobroker zeschossen:
sudo rm /etc/apt/sources.list./nodesource.listy
da fehlt noch ein "d" hinter list.
-
@krisiun sagte in iobroker zeschossen:
OK dann nochmal editor und dann den inhalt löschen?
Bevor Thomas ganz verrückt wird:
Du sollte auf der Konsole !!! -> nicht im Editor dies eingeben:
sudo rm /etc/apt/sources.list.d/nodesource.listy
-
@bahnuhr
Habe ich doch -
@bahnuhr sagte in iobroker zeschossen:
da fehlt noch ein "d" hinter list.
Stimmt.
sudo rm /etc/apt/sources.list.d/nodesource.listy
also.
-
-
@thomas-braun
Hab alles gemacht -
@krisiun
Dann sollte beisudo apt update
nur noch der fehlende Schlüssel für nodesource angemeckert werden.
-
Kann aber trotzdem den iob nicht starten. Gleiche Fehler.
krisiun@Marek2:/root$ iobroker start /usr/bin/node: 1: cannot create : Permission denied /usr/bin/node: 2: : not found /usr/bin/node: 4: Syntax error: Unterminated quoted string
-
-
krisiun@Marek2:/root$ sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB] Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease Err:4 https://dl.yarnpkg.com/debian stable InRelease The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> Err:6 https://deb.nodesource.com/node_18.x nodistro InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4 Fetched 17.1 kB in 4s (4719 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4 W: Failed to fetch https://deb.nodesource.com/node_18.x/dists/nodistro/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4 W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> W: Some index files failed to download. They have been ignored, or old ones used instead.
-
-
@thomas-braun
Dann sag mir bitte, bitte wie? Sorry aber das ist mir auch schon unangenehm dass ich das nicht schnalle -
Dann
sudo rm `sudo find / -name nodesource.gpg` sudo rm `sudo find / -name nodesource.key` sudo apt install -y ca-certificates curl gnupg sudo mkdir -p /etc/apt/keyrings curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg sudo apt update
-
@krisiun sagte in iobroker zeschossen:
Dann sag mir bitte, bitte wie?
Steht doch da.
sudo rm /etc/apt/sources.list.d/yar*
-
@thomas-braun
Ich bin dabei aber ich kanns nicht finden -
-
@thomas-braun
wo ich das löschen kann -
@krisiun sagte in iobroker zeschossen:
Ich bin dabei aber ich kanns nicht finden
Du sollst da nichts finden.
Sondern dich per putty (oder was du auch immer nimmst) einloggen.
Und dann in der konsole den Befehl eingeben.Mehr nicht.