Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wollte mal wieder updaten, leider nur Probleme

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Wollte mal wieder updaten, leider nur Probleme

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pingps @pingps last edited by

      @pingps von der bestehenden 10 Installation, die von 9 upgedated wurde

      P 1 Reply Last reply Reply Quote 0
      • P
        pingps @pingps last edited by

        @pingps also ich sollte jetzt wieder fertig sein - leider nur mit den Nerven 😱 😏

        nach iobroker start tut sich leider nix.

        in /usr/bin steht u.a. dann folgendes:

        -rwxr-xr-x 1 root root    75421096  1. Feb 09:05  node
        lrwxrwxrwx 1 root root          13 11. Feb 13:57  nodejs -> /usr/bin/node
        lrwxrwxrwx 1 root root          38  1. Feb 15:40  npm -> ../lib/node_modules/npm/bin/npm-cli.js
        
        

        ist das so ok?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @pingps last edited by

          @pingps

          Schau damit nach:

          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          
          P 2 Replies Last reply Reply Quote 0
          • P
            pingps @Thomas Braun last edited by pingps

            @thomas-braun

            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v14.19.0
            v14.19.0
            6.14.16
            

            sollte ja passen.

            nur bekomme ich keinen iobroker unter ip:8081

            das Verzeichnis iobroker hat sich jetzt auch ins user Verzeichnis installiert.

            noch eine Idee?

            Thomas Braun 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @pingps last edited by

              @pingps

              Das ist nicht die vollständige Ein- und Ausgabe.

              1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @pingps last edited by

                @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                das Verzeichnis iobroker hat sich jetzt auch ins user Verzeichnis installiert.

                Was meinst du damit?

                P 1 Reply Last reply Reply Quote 0
                • P
                  pingps @Thomas Braun last edited by

                  @thomas-braun said in Wollte mal wieder updaten, leider nur Probleme:

                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                  uli@debian-uli:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.19.0
                  v14.19.0
                  6.14.16
                  uli
                  /home/uli
                  [sudo] Passwort für uli:
                  Das hat nicht funktioniert, bitte nochmal probieren.
                  [sudo] Passwort für uli:
                  OK:1 https://security.debian.org/debian-security bullseye-security InRelease
                  OK:2 http://ftp.de.debian.org/debian bullseye InRelease
                  OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                  OK:4 http://ftp.de.debian.org/debian bullseye-updates InRelease
                  OK:5 https://dl.yarnpkg.com/debian stable InRelease
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Alle Pakete sind aktuell.
                  nodejs:
                    Installiert:           14.19.0-deb-1nodesource1
                    Installationskandidat: 14.19.0-deb-1nodesource1
                    Versionstabelle:
                   *** 14.19.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                          100 /var/lib/dpkg/status
                       12.22.5~dfsg-2~11u1 500
                          500 http://ftp.de.debian.org/debian bullseye/main amd64 Packages
                          500 https://security.debian.org/debian-security bullseye-security/main amd64 Packages
                  uli@debian-uli:~$
                  
                  

                  so wolltest du das?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @pingps last edited by

                    @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                    OK:5 https://dl.yarnpkg.com/debian stable InRelease

                    Die Quelle für yarn deaktivieren.

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      pingps @Thomas Braun last edited by

                      @thomas-braun
                      sorry, war /home:

                      uli@debian-uli:~$ ls -l /home
                      insgesamt 12
                      drwxr-xr-x  6 iobroker iobroker 4096  6. Jan 2021  iobroker
                      drwxr-xr-x  8 uli      uli      4096 11. Feb 14:17 uli
                      drwxr-xr-x 20 ulinuc   ulinuc   4096 10. Feb 15:23 ulinuc
                      uli@debian-uli:~$
                      
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • P
                        pingps @Thomas Braun last edited by pingps

                        @thomas-braun und wie deaktiviere ich die Quelle für yarn?

                        sudo apt remove yarn
                        

                        ?

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @pingps last edited by

                          @pingps

                          Ich weiß nicht wo die liegt. Vermutlich in

                          ls -l /etc/apt/sources.list.d/
                          

                          als eigene yarn.list oder so ähnlich.

                          P 1 Reply Last reply Reply Quote 0
                          • P
                            pingps @Thomas Braun last edited by

                            @thomas-braun

                            $ ls -l /etc/apt/sources.list.d/
                            insgesamt 8
                            -rw-r--r-- 1 root root 208 11. Feb 13:55 nodesource.list
                            -rw-r--r-- 1 root root  90  8. Feb 17:21 yarn.list
                            $
                            
                            

                            und hier aus list.d rauslöschen?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @pingps last edited by

                              @pingps

                              sudo rm /etc/apt/sources.list.d/yarn.list
                              sudo apt update
                              

                              Und nicht wieder installieren, auch wenn das irgendwo mal im Terminal auftauchen sollte.

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                pingps @Thomas Braun last edited by

                                @thomas-braun
                                auch nach einem reboot nix

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @pingps last edited by

                                  @pingps sagte in Wollte mal wieder updaten, leider nur Probleme:

                                  auch nach einem reboot nix

                                  Nix was?

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    pingps @Thomas Braun last edited by

                                    @thomas-braun
                                    ich denke, iobroker sollte jetzt starten. Das tut er nicht.
                                    Habe noch zu den oben genannten Befehlen einen reboot durchgeführt, leider gibts unter ip:8081 keinen iobroker.

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @pingps last edited by

                                      @pingps

                                      iobroker status
                                      iobroker update -i
                                      iobroker list instances
                                      
                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        pingps @Thomas Braun last edited by

                                        @thomas-braun said in Wollte mal wieder updaten, leider nur Probleme:

                                        
                                        uli@debian-uli:~$ iobroker status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        uli@debian-uli:~$ iobroker update -i
                                        Used repository: beta
                                        Adapter    "admin"        : 5.3.0    , installed 4.2.1  [Updatable]
                                        Adapter    "backitup"     : 2.3.0    , installed 2.2.4  [Updatable]
                                        Adapter    "discovery"    : 2.7.5    , installed 2.7.5
                                        Controller "js-controller": 4.0.8    , installed 4.0.4  [Updatable]
                                        uli@debian-uli:~$ iobroker list instances
                                          system.adapter.admin.0                  : admin                 : debian-uli                               - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.alias-manager.0          : alias-manager         : debian-uli                               -  enabled
                                          system.adapter.backitup.0               : backitup              : debian-uli                               - disabled
                                          system.adapter.ble.0                    : ble                   : debian-uli                               - disabled
                                          system.adapter.calendar.0               : calendar              : debian-uli                               - disabled, port: 8095
                                          system.adapter.discovery.0              : discovery             : debian-uli                               - disabled
                                          system.adapter.ds18b20.0                : ds18b20               : debian-uli                               - disabled
                                          system.adapter.dwd.0                    : dwd                   : debian-uli                               - disabled
                                          system.adapter.email.0                  : email                 : debian-uli                               - disabled
                                          system.adapter.feiertage.0              : feiertage             : debian-uli                               - disabled
                                          system.adapter.flot.0                   : flot                  : debian-uli                               -  enabled
                                          system.adapter.fritzbox.0               : fritzbox              : debian-uli                               - disabled
                                          system.adapter.fritzdect.0              : fritzdect             : debian-uli                               - disabled
                                          system.adapter.history.0                : history               : debian-uli                               - disabled
                                          system.adapter.hm-rega.0                : hm-rega               : debian-uli                               - disabled
                                          system.adapter.hm-rpc.0                 : hm-rpc                : debian-uli                               - disabled, port: 0
                                          system.adapter.hm-rpc.1                 : hm-rpc                : debian-uli                               - disabled, port: 12001
                                          system.adapter.hm-rpc.3                 : hm-rpc                : debian-uli                               - disabled, port: 12010
                                          system.adapter.ical.0                   : ical                  : debian-uli                               - disabled
                                          system.adapter.info.0                   : info                  : debian-uli                               - disabled
                                          system.adapter.javascript.0             : javascript            : debian-uli                               - disabled
                                          system.adapter.javascript.1             : javascript            : debian-uli                               - disabled
                                          system.adapter.javascript.2             : javascript            : debian-uli                               - disabled
                                          system.adapter.luftdaten.0              : luftdaten             : debian-uli                               - disabled
                                          system.adapter.luftdaten.1              : luftdaten             : debian-uli                               - disabled
                                          system.adapter.luftdaten.2              : luftdaten             : debian-uli                               - disabled
                                          system.adapter.mqtt.0                   : mqtt                  : debian-uli                               - disabled, port: 1883, bind: 192.168.0.9
                                          system.adapter.mysensors.0              : mysensors             : debian-uli                               - disabled, port: 5003, bind: 0.0.0.0
                                          system.adapter.node-red.0               : node-red              : debian-uli                               - disabled, port: 1880, bind: 0.0.0.0
                                          system.adapter.nut.0                    : nut                   : debian-uli                               - disabled
                                          system.adapter.odl.0                    : odl                   : debian-uli                               - disabled
                                          system.adapter.parser.0                 : parser                : debian-uli                               - disabled
                                          system.adapter.parser.1                 : parser                : debian-uli                               - disabled
                                          system.adapter.ping.0                   : ping                  : debian-uli                               - disabled
                                          system.adapter.scenes.0                 : scenes                : debian-uli                               - disabled
                                          system.adapter.shelly.0                 : shelly                : debian-uli                               - disabled, port: 1892, bind: 192.168.0.9
                                          system.adapter.sonoff.0                 : sonoff                : debian-uli                               - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sonoff.1                 : sonoff                : debian-uli                               - disabled, port: 1884, bind: 0.0.0.0
                                          system.adapter.sonoff.2                 : sonoff                : debian-uli                               - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sonoff.3                 : sonoff                : debian-uli                               - disabled, port: 1886, bind: 0.0.0.0
                                          system.adapter.sonoff.4                 : sonoff                : debian-uli                               - disabled, port: 1888, bind: 0.0.0.0
                                          system.adapter.sonoff.5                 : sonoff                : debian-uli                               - disabled, port: 1889, bind: 0.0.0.0
                                          system.adapter.sonoff.6                 : sonoff                : debian-uli                               - disabled, port: 1890, bind: 0.0.0.0
                                          system.adapter.sonoff.7                 : sonoff                : debian-uli                               - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sonoff.8                 : sonoff                : debian-uli                               - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sonoff.9                 : sonoff                : debian-uli                               - disabled, port: 1883, bind: 192.168.0.9
                                          system.adapter.sony-bravia.0            : sony-bravia           : debian-uli                               - disabled
                                          system.adapter.synology.0               : synology              : debian-uli                               - disabled, port: 5001
                                          system.adapter.systeminfo.0             : systeminfo            : debian-uli                               - disabled
                                          system.adapter.tankerkoenig.0           : tankerkoenig          : debian-uli                               - disabled
                                          system.adapter.telegram.0               : telegram              : debian-uli                               - disabled, port: 8443, bind: 0.0.0.0
                                          system.adapter.telegram.1               : telegram              : debian-uli                               - disabled, port: 8443, bind: 0.0.0.0
                                          system.adapter.terminal.0               : terminal              : debian-uli                               - disabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          system.adapter.text2command.0           : text2command          : debian-uli                               - disabled
                                          system.adapter.trashschedule.0          : trashschedule         : debian-uli                               - disabled
                                          system.adapter.tvspielfilm.0            : tvspielfilm           : debian-uli                               - disabled
                                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : debian-uli                               -  enabled
                                          system.adapter.vis-history.0            : vis-history           : debian-uli                               -  enabled
                                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : debian-uli                               -  enabled
                                          system.adapter.vis-justgage.0           : vis-justgage          : debian-uli                               -  enabled
                                          system.adapter.vis-keyboard.0           : vis-keyboard          : debian-uli                               -  enabled
                                          system.adapter.vis-map.0                : vis-map               : debian-uli                               -  enabled
                                          system.adapter.vis-metro.0              : vis-metro             : debian-uli                               -  enabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : debian-uli                               -  enabled
                                          system.adapter.vis-weather.0            : vis-weather           : debian-uli                               -  enabled
                                          system.adapter.vis.0                    : vis                   : debian-uli                               - disabled
                                          system.adapter.web.0                    : web                   : debian-uli                               - disabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                          system.adapter.yr.0                     : yr                    : debian-uli                               - disabled
                                        
                                        + instance is alive
                                        uli@debian-uli:~$
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @pingps last edited by

                                          @pingps

                                          iobroker stop
                                          iobroker upgrade 
                                          iobroker upgrade self
                                          iobroker start
                                          iobroker start admin
                                          
                                          P 1 Reply Last reply Reply Quote 0
                                          • P
                                            pingps @Thomas Braun last edited by

                                            @thomas-braun said in Wollte mal wieder updaten, leider nur Probleme:

                                            iobroker start admin

                                            👍 😇

                                            SUPER!
                                            jetzt sollte nur noch restore funktionieren, dann wär die Sache perfekt. Ich probier mal 👩‍🎓

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            614
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            93
                                            5377
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo