Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dellishelly @Thomas Braun last edited by Dellishelly

      @thomas-braun

      pi@iobroker-pi:~ $ sudo apt clean
      -bash: /usr/bin/sudo: Input/output error
      pi@iobroker-pi:~ $ 
      

      der Befehl klappt leider auch nicht glaub ich

      ----- War disconnected........ moment

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

        @dellishelly

        Das ist schlecht.

        sudo su -
        

        dann vermutlich auch nicht mehr?

        D Thomas Braun 2 Replies Last reply Reply Quote 0
        • D
          Dellishelly @Thomas Braun last edited by

          @thomas-braun

          pi@iobroker-pi:~ $ sudo apt clean
          pi@iobroker-pi:~ $ sudo su -
          root@iobroker-pi:~# apt clean
          root@iobroker-pi:~# sudo systemctl restart iobroker
          Failed to restart iobroker.service: Unit iobroker.service has a bad unit file setting.
          See system logs and 'systemctl status iobroker.service' for details.
          root@iobroker-pi:~# 
          
          
          
          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Thomas Braun last edited by

            @thomas-braun

            ls -lah /opt/iobroker/backups/
            

            sagt?

            D 1 Reply Last reply Reply Quote 0
            • D
              Dellishelly @Thomas Braun last edited by

              @thomas-braun

              root@iobroker-pi:~# ls -lah /opt/iobroker/backups/
              insgesamt 401M
              drwxrwxr-x+ 2 iobroker iobroker 4,0K Okt 29 02:41 .
              drwxrwxr-x+ 7 iobroker iobroker 4,0K Okt 31 08:55 ..
              -rw-rwxr--+ 1 iobroker iobroker  42M Sep 21 02:41 iobroker_2023_09_21-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  42M Sep 29 02:41 iobroker_2023_09_29-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  41M Okt  1 02:41 iobroker_2023_10_01-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  42M Okt  5 02:41 iobroker_2023_10_05-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  40M Okt  9 02:41 iobroker_2023_10_09-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  37M Okt 13 02:41 iobroker_2023_10_13-02_40_13_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  40M Okt 17 02:41 iobroker_2023_10_17-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  41M Okt 21 02:41 iobroker_2023_10_21-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  40M Okt 25 02:41 iobroker_2023_10_25-02_40_11_backupiobroker.tar.gz
              -rw-rwxr--+ 1 iobroker iobroker  40M Okt 29 02:41 iobroker_2023_10_29-02_40_11_backupiobroker.tar.gz
              root@iobroker-pi:~# 
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Dellishelly last edited by

                @dellishelly

                exit
                df -h
                

                sagt nun?

                D 2 Replies Last reply Reply Quote 0
                • D
                  Dellishelly @Thomas Braun last edited by Dellishelly

                  @thomas-braun said in HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt:

                  exit
                  df -h

                  pi@iobroker-pi:~ $ df -h
                  Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
                  /dev/root        15G     14G  653M   96% /
                  devtmpfs        1,8G       0  1,8G    0% /dev
                  tmpfs           1,9G       0  1,9G    0% /dev/shm
                  tmpfs           1,9G    8,4M  1,9G    1% /run
                  tmpfs           5,0M    4,0K  5,0M    1% /run/lock
                  tmpfs           1,9G       0  1,9G    0% /sys/fs/cgroup
                  /dev/mmcblk0p1  247M     50M  197M   21% /boot
                  tmpfs           389M       0  389M    0% /run/user/1000
                  pi@iobroker-pi:~ $
                  
                  1 Reply Last reply Reply Quote 0
                  • D
                    Dellishelly @Thomas Braun last edited by

                    @thomas-braun

                    ich lese grad nebenbei noch einen topic in dem der admin nicht erreichbar war....

                    Das Thema mqtt Logfile....

                    Ich glaube ich hab mir den Speicher mit debug Logfiles zugespamt... kann das sein ?

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

                      @dellishelly

                      Schau per

                      sudo ncdu /
                      

                      nach den dicken Dingern.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Dellishelly @Thomas Braun last edited by Dellishelly

                        @thomas-braun said in HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt:

                        sudo ncdu /

                                                 /..
                            3,1 GiB [##########]  iobroker.2023-10-30.log
                          319,6 MiB [#         ]  iobroker.2023-10-24.log.gz
                          315,2 MiB [#         ]  iobroker.2023-10-23.log.gz                            
                          289,0 MiB [          ]  iobroker.2023-10-25.log.gz
                          273,3 MiB [          ]  iobroker.2023-10-28.log.gz
                          259,7 MiB [          ]  iobroker.2023-10-29.log.gz
                          233,6 MiB [          ]  iobroker.2023-10-27.log.gz
                          216,3 MiB [          ]  iobroker.2023-10-26.log.gz
                          177,4 MiB [          ]  iobroker.2023-10-30.log.gz
                           26,6 MiB [          ]  iobroker.2023-10-31.log
                            4,0 KiB [          ]  iobroker-audit.json
                        @   0,0   B [          ]  iobroker.current.log
                        

                        wie lösch ich das Moped ?

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

                          @dellishelly

                          cd /opt/iobroker/logs
                          > iobroker.2023-10-30.log
                          

                          Und dann schaust du per

                          zless iobroker.2023-10-30.log.gz
                          

                          in die Datei rein und guckst was da so ausgetickt ist.

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            Dellishelly @Thomas Braun last edited by

                            @thomas-braun said in HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt:

                            zless iobroker.2023-10-30.log.gz

                            JavaScript Instanz steht auf silly.....

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

                              @dellishelly

                              Joh...
                              Das ist auch ganz schön silly, das dauerhaft auf dem Level laufen zu lassen.

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Dellishelly @Dellishelly last edited by

                                @dellishelly

                                okay also Ursache haben wir damit... Zukünftig die das Log nur auf debug und das Problem sollte behoben sein.

                                was kann ich jetzt tun um den Kahn zu retten ?

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • D
                                  Dellishelly @Thomas Braun last edited by

                                  @thomas-braun

                                  das ist maximal silly.... ich hab vergessen das zurückzustellen..... so ein Dreck....

                                  Danke schonmal für deine Geduld mit mir und deine Hilfe....

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

                                    @dellishelly sagte in HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt:

                                    Zukünftig die das Log nur auf debug und das Problem sollte behoben sein.

                                    Nichtmal auf debug. Bei mir steht der auf 'Warn' oder 'Error' im Normalbetrieb.

                                    iob fix
                                    

                                    geht nicht?

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      Dellishelly @Thomas Braun last edited by Dellishelly

                                      @thomas-braun said in HILFE Admin nicht erreichbar Befehle im Terminal ohne Effekt:

                                      iob fix

                                      nein leider nicht

                                      pi@iobroker-pi:~ $ iob fix
                                      pi@iobroker-pi:~ $ 
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Dellishelly last edited by

                                        @dellishelly

                                        Dann schau mal in der Signatur von @Homoran , der hat da glaube ich den passenden curl-Aufruf dazu drin.

                                        Ich muss jetzt weg.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Dellishelly @Thomas Braun last edited by

                                          @thomas-braun

                                          kannst mir och eben sagen wie ich im terminal das Logfile lösche ?

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

                                            @dellishelly

                                            cd /opt/iobroker/logs
                                            > iobroker.2023-10-30.log
                                            
                                            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

                                            894
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            34
                                            1240
                                            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