Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Änderungen iob CLI/Installer/Fixer mit Root Accounts

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Änderungen iob CLI/Installer/Fixer mit Root Accounts

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
202 Beiträge 25 Kommentatoren 39.5k Aufrufe 30 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ChaotC Chaot

    @thomas-braun sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

    iob nodejs-update

    haus@ioBroker:~$ iob nodejs-update
    iobroker nodejs-update [<major-version>]
    
    Upgrade the Node.JS installation to the current LTS
    
    Options:
      --help  Show help  [boolean]
    

    Ich bin wieder runter auf die 6.0.11.
    Aber irgendwas ist da verbogen

    haus@ioBroker:~$ iob stop
    Could not send "SIGTERM" to process 201: kill EPERM
    No "killall.sh" script found. Just stop.
    ^[[Ahaus@ioBroker:~$         
    haus@ioBroker:~$ iob fix
    iobroker fix
    
    Execute the installation fixer script, this updates your ioBroker installation
    
    Options:
      --help  Show help  [boolean]
    haus@ioBroker:~$ iob start
    Controller is already running with pid 201
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #165

    @chaot

    Versuch mal den Fixer direkt zu laden:

    curl -fsL https://iobroker.net/fix.sh | bash -
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    ChaotC 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @chaot

      Versuch mal den Fixer direkt zu laden:

      curl -fsL https://iobroker.net/fix.sh | bash -
      
      ChaotC Offline
      ChaotC Offline
      Chaot
      schrieb am zuletzt editiert von
      #166

      @thomas-braun
      könnte klappen, wenn ich den iobroker stoppen kann

      haus@ioBroker:~$ iob stop
      Could not send "SIGTERM" to process 201: kill EPERM
      No "killall.sh" script found. Just stop.
      haus@ioBroker:~$ curl -fsL https://iobroker.net/fix.sh | bash -
      
      Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
      library: loaded
      Library version=2024-10-22
      ioBroker or some processes are still running:
      201 iobroker.js-con
      408 io.admin.0
      419 io.javascript.0
      449 io.email.0
      478 io.influxdb.0
      513 io.whatsapp-cmb
      528 io.history.0
      539 io.tr-064.0
      558 io.sonoff.0
      637 io.proxmox.0
      666 io.backitup.0
      816 io.nut.0
      831 io.alexa2.0
      842 io.unifi.0
      873 io.ems-esp.0
      888 io.drag-indicat
      903 io.tuya.0
      918 io.web.0
      972 io.tankerkoenig
      1178 io.fritzdect.0
      1185 io.phantomjs.0
      1263 io.nina.0
      1309 io.trashschedul
      1401 io.sourceanalyt
      1438 io.wled.0
      1453 io.vis-inventwo
      1468 io.smartcontrol
      1479 io.linux-contro
      1498 io.time-switch.
      1564 io.upnp.0
      1575 io.mytime.0
      1586 io.ws.0
      1620 io.rssfeed.0
      1632 io.alexa-timer-
      1647 io.wiegand-tcpi
      1662 io.drops-weathe
      Please stop them first and try again!
      haus@ioBroker:~$ 
      

      ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • ChaotC Chaot

        @thomas-braun
        könnte klappen, wenn ich den iobroker stoppen kann

        haus@ioBroker:~$ iob stop
        Could not send "SIGTERM" to process 201: kill EPERM
        No "killall.sh" script found. Just stop.
        haus@ioBroker:~$ curl -fsL https://iobroker.net/fix.sh | bash -
        
        Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
        library: loaded
        Library version=2024-10-22
        ioBroker or some processes are still running:
        201 iobroker.js-con
        408 io.admin.0
        419 io.javascript.0
        449 io.email.0
        478 io.influxdb.0
        513 io.whatsapp-cmb
        528 io.history.0
        539 io.tr-064.0
        558 io.sonoff.0
        637 io.proxmox.0
        666 io.backitup.0
        816 io.nut.0
        831 io.alexa2.0
        842 io.unifi.0
        873 io.ems-esp.0
        888 io.drag-indicat
        903 io.tuya.0
        918 io.web.0
        972 io.tankerkoenig
        1178 io.fritzdect.0
        1185 io.phantomjs.0
        1263 io.nina.0
        1309 io.trashschedul
        1401 io.sourceanalyt
        1438 io.wled.0
        1453 io.vis-inventwo
        1468 io.smartcontrol
        1479 io.linux-contro
        1498 io.time-switch.
        1564 io.upnp.0
        1575 io.mytime.0
        1586 io.ws.0
        1620 io.rssfeed.0
        1632 io.alexa-timer-
        1647 io.wiegand-tcpi
        1662 io.drops-weathe
        Please stop them first and try again!
        haus@ioBroker:~$ 
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #167

        @chaot

        sudo systemctl stop iobroker
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        ChaotC 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @chaot

          sudo systemctl stop iobroker
          
          ChaotC Offline
          ChaotC Offline
          Chaot
          schrieb am zuletzt editiert von
          #168

          @thomas-braun
          Danke. Deine "Zauberfinger" haben mir das wieder gerade gebogen

          
          ```bash
          ======================= SUMMARY =======================
                                 v.2024-10-19
          
          
            Static hostname: ioBroker
                  Icon name: computer-container
                    Chassis: container
             Virtualization: lxc
           Operating System: Ubuntu 20.04.6 LTS
                     Kernel: Linux 6.5.13-5-pve
               Architecture: x86-64
          
          Installation:           lxc
          Kernel:                 x86_64
          Userland:               64 bit
          Timezone:               Europe/Berlin (CEST, +0200) 
          User-ID:                1001
          Display-Server:         false
          Boot Target:            multi-user.target
          
          Pending OS-Updates:     0
          Pending iob updates:    1
          
          Nodejs-Installation:
          /usr/bin/nodejs         v20.18.0
          /usr/bin/node           v20.18.0
          /usr/bin/npm            10.8.2
          /usr/bin/npx            10.8.2
          /usr/bin/corepack       0.29.3
          
          Recommended versions are nodejs  and npm 10.8.2
          nodeJS installation is correct
          
          MEMORY: 
                       total        used        free      shared  buff/cache   available
          Mem:           6.1G        3.7G        735M        1.0M        1.7G        2.4G
          Swap:          2.0G          0B        2.0G
          Total:         8.2G        3.7G        2.8G
          
          Active iob-Instances:   6
          Upgrade policy: none
          
          ioBroker Core:          js-controller           6.0.11
                                 admin                   7.2.6
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: redis
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
           system.adapter.admin.1                  : admin                 : ioBroker                                 - disabled, port: 80, bind: 0.0.0.0, run as: admin
           system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects:                2
          States:                 29089
          
          Size of iob-Database:
          
          29M     /opt/iobroker/iobroker-data/objects.jsonl
          21M     /opt/iobroker/iobroker-data/objects.json.migrated
          21M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
          8.0K    /opt/iobroker/iobroker-data/states.json
          4.0K    /opt/iobroker/iobroker-data/states.json.bak
          
          
          Operating System codenamed 'focal' is an aging Ubuntu release! Please upgrade to the latest LTS release 'noble' in due time!
          
          =================== END OF SUMMARY ====================
          

          === Mark text until here for copying ===

          [/s]

          ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • ChaotC Chaot

            @thomas-braun
            Danke. Deine "Zauberfinger" haben mir das wieder gerade gebogen

            
            ```bash
            ======================= SUMMARY =======================
                                   v.2024-10-19
            
            
              Static hostname: ioBroker
                    Icon name: computer-container
                      Chassis: container
               Virtualization: lxc
             Operating System: Ubuntu 20.04.6 LTS
                       Kernel: Linux 6.5.13-5-pve
                 Architecture: x86-64
            
            Installation:           lxc
            Kernel:                 x86_64
            Userland:               64 bit
            Timezone:               Europe/Berlin (CEST, +0200) 
            User-ID:                1001
            Display-Server:         false
            Boot Target:            multi-user.target
            
            Pending OS-Updates:     0
            Pending iob updates:    1
            
            Nodejs-Installation:
            /usr/bin/nodejs         v20.18.0
            /usr/bin/node           v20.18.0
            /usr/bin/npm            10.8.2
            /usr/bin/npx            10.8.2
            /usr/bin/corepack       0.29.3
            
            Recommended versions are nodejs  and npm 10.8.2
            nodeJS installation is correct
            
            MEMORY: 
                         total        used        free      shared  buff/cache   available
            Mem:           6.1G        3.7G        735M        1.0M        1.7G        2.4G
            Swap:          2.0G          0B        2.0G
            Total:         8.2G        3.7G        2.8G
            
            Active iob-Instances:   6
            Upgrade policy: none
            
            ioBroker Core:          js-controller           6.0.11
                                   admin                   7.2.6
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: redis
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
             system.adapter.admin.1                  : admin                 : ioBroker                                 - disabled, port: 80, bind: 0.0.0.0, run as: admin
             system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                2
            States:                 29089
            
            Size of iob-Database:
            
            29M     /opt/iobroker/iobroker-data/objects.jsonl
            21M     /opt/iobroker/iobroker-data/objects.json.migrated
            21M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
            8.0K    /opt/iobroker/iobroker-data/states.json
            4.0K    /opt/iobroker/iobroker-data/states.json.bak
            
            
            Operating System codenamed 'focal' is an aging Ubuntu release! Please upgrade to the latest LTS release 'noble' in due time!
            
            =================== END OF SUMMARY ====================
            

            === Mark text until here for copying ===

            [/s]
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #169

            @chaot

            Okay, iob stop / iob start sowie iob fix funktionieren jetzt wieder im direkten Aufruf?

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            ChaotC 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @chaot

              Okay, iob stop / iob start sowie iob fix funktionieren jetzt wieder im direkten Aufruf?

              ChaotC Offline
              ChaotC Offline
              Chaot
              schrieb am zuletzt editiert von
              #170

              @thomas-braun Ja, alles wieder wie gewohnt. Der neue Fixer hat auch gleich die GUI ausgeschaltet (die mir nicht bewusst war). Funktioniert also alles wieder wie gewohnt.
              Herzlichen Dank

              ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • ChaotC Chaot

                @thomas-braun Ja, alles wieder wie gewohnt. Der neue Fixer hat auch gleich die GUI ausgeschaltet (die mir nicht bewusst war). Funktioniert also alles wieder wie gewohnt.
                Herzlichen Dank

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #171

                @chaot sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                Der neue Fixer hat auch gleich die GUI ausgeschaltet (die mir nicht bewusst war).

                Na ich hoffe aber, das du wenigstens gefragt wurdest und das aktiv per y-Taste bestätigt hast?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                ChaotC 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @chaot sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                  Der neue Fixer hat auch gleich die GUI ausgeschaltet (die mir nicht bewusst war).

                  Na ich hoffe aber, das du wenigstens gefragt wurdest und das aktiv per y-Taste bestätigt hast?

                  ChaotC Offline
                  ChaotC Offline
                  Chaot
                  schrieb am zuletzt editiert von
                  #172

                  @thomas-braun Ja, aber beim ersten Durchlauf lief der fixer nach der Frage weiter. Beim zweiten Start des fixers hat er dann angehalten und auf das "y" gewartet.

                  ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • ChaotC Chaot

                    @thomas-braun Ja, aber beim ersten Durchlauf lief der fixer nach der Frage weiter. Beim zweiten Start des fixers hat er dann angehalten und auf das "y" gewartet.

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #173

                    @chaot

                    Ja, so ist es richtig.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    1 Antwort Letzte Antwort
                    0
                    • FeuersturmF Online
                      FeuersturmF Online
                      Feuersturm
                      schrieb am zuletzt editiert von
                      #174

                      @Thomas-Braun Ich hab gerade die aktuelle Version von iob fix ausgeführt und das Terminal im Hintergrund einige Zeit vergessen.
                      Anscheinend läuft ein Timer der irgendwann die Authentifizierung abbricht und als Fehlerhaft ausgibt.
                      Hat es einen Grund, das das Skript nicht einfach auf die Eingabe wartet oder aktiv abgebrochen werden muss mit Strg+C?

                      Bei einem zweiten Aufruf von iob fix war dann alles i.O.

                      ==========================================================================
                          Checking autostart (5/5)
                      ==========================================================================
                      
                      ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
                      Authentication is required to stop 'iobroker.service'.
                      Authenticating as: ,,, (proxmox)
                      Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure
                      Enabling autostart...
                      Autostart enabled!
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • FeuersturmF Feuersturm

                        @Thomas-Braun Ich hab gerade die aktuelle Version von iob fix ausgeführt und das Terminal im Hintergrund einige Zeit vergessen.
                        Anscheinend läuft ein Timer der irgendwann die Authentifizierung abbricht und als Fehlerhaft ausgibt.
                        Hat es einen Grund, das das Skript nicht einfach auf die Eingabe wartet oder aktiv abgebrochen werden muss mit Strg+C?

                        Bei einem zweiten Aufruf von iob fix war dann alles i.O.

                        ==========================================================================
                            Checking autostart (5/5)
                        ==========================================================================
                        
                        ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
                        Authentication is required to stop 'iobroker.service'.
                        Authenticating as: ,,, (proxmox)
                        Password: polkit-agent-helper-1: pam_authenticate failed: Authentication failure
                        Enabling autostart...
                        Autostart enabled!
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von Thomas Braun
                        #175

                        @feuersturm sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                        Hat es einen Grund, das das Skript nicht einfach auf die Eingabe wartet oder aktiv abgebrochen werden muss mit Strg+C?

                        Kann ich nicht steuern, das kommt so vom polkit/pam.
                        Allerdings könnte man die falsche Erfolgsmeldung Autostart enabled! anpassen.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        1 Antwort Letzte Antwort
                        0
                        • David G.D Online
                          David G.D Online
                          David G.
                          schrieb am zuletzt editiert von David G.
                          #176

                          Leider nur ein Screenshot, das c&p wollte irgendwie nicht...

                          Screenshot_20241026_125833_RaspController.jpg

                          Debian 12.

                          Zeigt eure Lovelace-Visualisierung klick
                          (Auch ideal um sich Anregungen zu holen)

                          Meine Tabellen für eure Visualisierung klick

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • David G.D David G.

                            Leider nur ein Screenshot, das c&p wollte irgendwie nicht...

                            Screenshot_20241026_125833_RaspController.jpg

                            Debian 12.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #177

                            @david-g

                            Ja, ist bekannt. Fix ist 'in der Mache'.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            David G.D 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @david-g

                              Ja, ist bekannt. Fix ist 'in der Mache'.

                              David G.D Online
                              David G.D Online
                              David G.
                              schrieb am zuletzt editiert von
                              #178

                              @thomas-braun

                              Wird das Script das auch irgendwann selber lösen können?

                              david@iobroker:~$ iob stop
                              david@iobroker:~$ iob fix
                              [sudo] Passwort für david:
                              bash: /home/iobroker/.fix.sh: Keine Berechtigung
                              david@iobroker:~$ sudo iob fix
                              
                              ***For security reasons ioBroker should not be run or administrated as root.***
                              By default only a user that is member of iobroker group can execute ioBroker commands.
                              Please read the Documentation on how to set up such a user, if not done yet.
                              Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
                              Please note that this option may be disabled in the future, so please change your setup accordingly now.
                              david@iobroker:~$
                              

                              Zeigt eure Lovelace-Visualisierung klick
                              (Auch ideal um sich Anregungen zu holen)

                              Meine Tabellen für eure Visualisierung klick

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • David G.D David G.

                                @thomas-braun

                                Wird das Script das auch irgendwann selber lösen können?

                                david@iobroker:~$ iob stop
                                david@iobroker:~$ iob fix
                                [sudo] Passwort für david:
                                bash: /home/iobroker/.fix.sh: Keine Berechtigung
                                david@iobroker:~$ sudo iob fix
                                
                                ***For security reasons ioBroker should not be run or administrated as root.***
                                By default only a user that is member of iobroker group can execute ioBroker commands.
                                Please read the Documentation on how to set up such a user, if not done yet.
                                Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
                                Please note that this option may be disabled in the future, so please change your setup accordingly now.
                                david@iobroker:~$
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #179

                                @david-g sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                                Wird das Script das auch irgendwann selber lösen können?

                                Was genau?
                                Schau dir die Rechte an

                                ls -l /home/iobroker/
                                ls -l /home/iobroker/.fix.sh
                                

                                Vermutlich ist david nicht in der Gruppe 'iobroker' enthalten.

                                groups
                                

                                zeigt die.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                David G.D 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @david-g sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                                  Wird das Script das auch irgendwann selber lösen können?

                                  Was genau?
                                  Schau dir die Rechte an

                                  ls -l /home/iobroker/
                                  ls -l /home/iobroker/.fix.sh
                                  

                                  Vermutlich ist david nicht in der Gruppe 'iobroker' enthalten.

                                  groups
                                  

                                  zeigt die.

                                  David G.D Online
                                  David G.D Online
                                  David G.
                                  schrieb am zuletzt editiert von
                                  #180

                                  @thomas-braun

                                  Dass ein User automatisch der erforderlichen Gruppe hinzugefügt werden kann.

                                  Ggf hat man ja schon einen User den man verwenden möchte anstatt einen neuen anzulegen.

                                  david@iobroker:~$ sudo ls -l /home/iobroker/
                                  [sudo] Passwort für david:
                                  insgesamt 24
                                  -rw-r--r-- 1 iobroker iobroker   122 21. Okt 22:17 iob_diag.log
                                  -rwxr--r-- 1 iobroker iobroker 15796 29. Sep 2023  iob_node_update
                                  drwxr-xr-x 5 iobroker iobroker  4096 31. Mär 2024  skripte
                                  david@iobroker:~$ sudo ls -l /home/iobroker/.fix.sh
                                  -rw-r--r-- 1 iobroker iobroker 45390 26. Okt 13:04 /home/iobroker/.fix.sh
                                  david@iobroker:~$ groups
                                  david sudo users
                                  david@iobroker:~$
                                  

                                  Zeigt eure Lovelace-Visualisierung klick
                                  (Auch ideal um sich Anregungen zu holen)

                                  Meine Tabellen für eure Visualisierung klick

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • David G.D David G.

                                    @thomas-braun

                                    Dass ein User automatisch der erforderlichen Gruppe hinzugefügt werden kann.

                                    Ggf hat man ja schon einen User den man verwenden möchte anstatt einen neuen anzulegen.

                                    david@iobroker:~$ sudo ls -l /home/iobroker/
                                    [sudo] Passwort für david:
                                    insgesamt 24
                                    -rw-r--r-- 1 iobroker iobroker   122 21. Okt 22:17 iob_diag.log
                                    -rwxr--r-- 1 iobroker iobroker 15796 29. Sep 2023  iob_node_update
                                    drwxr-xr-x 5 iobroker iobroker  4096 31. Mär 2024  skripte
                                    david@iobroker:~$ sudo ls -l /home/iobroker/.fix.sh
                                    -rw-r--r-- 1 iobroker iobroker 45390 26. Okt 13:04 /home/iobroker/.fix.sh
                                    david@iobroker:~$ groups
                                    david sudo users
                                    david@iobroker:~$
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #181

                                    @david-g sagte in Änderungen iob CLI/Installer/Fixer mit Root Accounts:

                                    Dass ein User automatisch der erforderlichen Gruppe hinzugefügt werden kann.

                                    Nee, das muss der sys admin selber für bestehende user machen.
                                    Sonst könnte ja ein user, der es gar nicht in die Gruppe reingehört einfach das Skript aufrufen und sich dann so hinzufügen.

                                    sudo usermod -a -G iobroker david
                                    

                                    Den david dann einmal ausloggen und wieder einloggen.

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    1 Antwort Letzte Antwort
                                    0
                                    • David G.D Online
                                      David G.D Online
                                      David G.
                                      schrieb am zuletzt editiert von
                                      #182

                                      @thomas-braun

                                      Kann aber gerne einen Thread auf machen.
                                      Ist ja eher sehr offtopic....
                                      Zumindest wenn der fixer es technisch nicht übernehmen kann.

                                      david@iobroker:~$ groups david
                                      david : david sudo users iobroker
                                      david@iobroker:~$ iob stop
                                      david@iobroker:~$ iob fix
                                      [sudo] Passwort für david:
                                      bash: /home/iobroker/.fix.sh: Keine Berechtigung
                                      david@iobroker:~$ sudo iob fix
                                      
                                      ***For security reasons ioBroker should not be run or administrated as root.***
                                      By default only a user that is member of iobroker group can execute ioBroker commands.
                                      Please read the Documentation on how to set up such a user, if not done yet.
                                      Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
                                      Please note that this option may be disabled in the future, so please change your setup accordingly now.
                                      david@iobroker:~$
                                      

                                      Zeigt eure Lovelace-Visualisierung klick
                                      (Auch ideal um sich Anregungen zu holen)

                                      Meine Tabellen für eure Visualisierung klick

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • David G.D David G.

                                        @thomas-braun

                                        Kann aber gerne einen Thread auf machen.
                                        Ist ja eher sehr offtopic....
                                        Zumindest wenn der fixer es technisch nicht übernehmen kann.

                                        david@iobroker:~$ groups david
                                        david : david sudo users iobroker
                                        david@iobroker:~$ iob stop
                                        david@iobroker:~$ iob fix
                                        [sudo] Passwort für david:
                                        bash: /home/iobroker/.fix.sh: Keine Berechtigung
                                        david@iobroker:~$ sudo iob fix
                                        
                                        ***For security reasons ioBroker should not be run or administrated as root.***
                                        By default only a user that is member of iobroker group can execute ioBroker commands.
                                        Please read the Documentation on how to set up such a user, if not done yet.
                                        Only in very special cases you can run iobroker commands by adding the --allow-root option at the end of the command line.
                                        Please note that this option may be disabled in the future, so please change your setup accordingly now.
                                        david@iobroker:~$
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #183

                                        @david-g

                                        david wurde ausgeloggt?

                                        ls -l /home
                                        

                                        sagt?

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        David G.D 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @david-g

                                          david wurde ausgeloggt?

                                          ls -l /home
                                          

                                          sagt?

                                          David G.D Online
                                          David G.D Online
                                          David G.
                                          schrieb am zuletzt editiert von David G.
                                          #184

                                          @thomas-braun

                                          Ja, auch einmal als anderen User angemeldet.

                                          david@iobroker:~$ ls -l /home
                                          insgesamt 8
                                          drwx------ 4 david    david    4096 26. Okt 13:36 david
                                          drwx------ 9 iobroker iobroker 4096 26. Okt 12:54 iobroker
                                          david@iobroker:~$
                                          

                                          Zeigt eure Lovelace-Visualisierung klick
                                          (Auch ideal um sich Anregungen zu holen)

                                          Meine Tabellen für eure Visualisierung klick

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          928

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe