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. Server während update nicht mehr erreichbar

NEWS

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

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

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

Server während update nicht mehr erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
10 Beiträge 5 Kommentatoren 598 Aufrufe 4 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.
  • XsevX Offline
    XsevX Offline
    Xsev
    schrieb am zuletzt editiert von
    #1

    Hallo zusammen, ich war vorhin in der Adapterübersicht und aktualisierte einen Adapter (carnvas gaugs) da kam plötzlich ein Timeoutfehler und die Seite war nicht mehr erreichbar, nach einen Neustart des Servers (Debian) bekomme ich folgende Fehlermeldung. Kann mir da wer helfen?

    xsev@Homeserver:~$ iobroker status
    node:internal/modules/cjs/loader:988
      throw err;
      ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
        at Function.Module._load (node:internal/modules/cjs/loader:833:27)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:22:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    
    
    crunchipC Thomas BraunT 2 Antworten Letzte Antwort
    0
    • XsevX Xsev

      Hallo zusammen, ich war vorhin in der Adapterübersicht und aktualisierte einen Adapter (carnvas gaugs) da kam plötzlich ein Timeoutfehler und die Seite war nicht mehr erreichbar, nach einen Neustart des Servers (Debian) bekomme ich folgende Fehlermeldung. Kann mir da wer helfen?

      xsev@Homeserver:~$ iobroker status
      node:internal/modules/cjs/loader:988
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
          at Function.Module._load (node:internal/modules/cjs/loader:833:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
          at node:internal/main/run_main_module:22:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      
      
      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #2

      @xsev

      iob diag
      
      iob stop
      iob fix
      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      iob start
      

      umgestiegen von Proxmox auf Unraid

      XsevX 1 Antwort Letzte Antwort
      1
      • XsevX Xsev

        Hallo zusammen, ich war vorhin in der Adapterübersicht und aktualisierte einen Adapter (carnvas gaugs) da kam plötzlich ein Timeoutfehler und die Seite war nicht mehr erreichbar, nach einen Neustart des Servers (Debian) bekomme ich folgende Fehlermeldung. Kann mir da wer helfen?

        xsev@Homeserver:~$ iobroker status
        node:internal/modules/cjs/loader:988
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
            at Function.Module._load (node:internal/modules/cjs/loader:833:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
            at node:internal/main/run_main_module:22:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #3

        @xsev

        iob diag
        

        sagt?

        Ich würde den js-controller nochmal drüber installieren.

        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
        • crunchipC crunchip

          @xsev

          iob diag
          
          iob stop
          iob fix
          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          iob start
          
          XsevX Offline
          XsevX Offline
          Xsev
          schrieb am zuletzt editiert von Homoran
          #4

          @crunchip
          @Thomas-Braun

          Bei der Diagnose bekomme ich folgende Meldung:

          Den js.controller habe ich noch nicht neuinstalliert. ** Sorry für den Codetag***

          *** ioBroker Diagnosis ***

          Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen

          The following checks may give hints to potential malconfigurations or errors, pl ease post them in our forum:

          https://forum.iobroker.net

          Just copy and paste the Summary Page, including the ``` characters at start and end.
          It helps us to help you!

          Press any key to continue

          ======== Start marking the full check here =========

          Skript v.2023-04-16
          
          *** BASE SYSTEM ***
          Architecture    : x86_64
          Docker          : false
          Virtualization  : none
          Distributor ID: Debian
          Description:    Debian GNU/Linux 9.13 (stretch)
          Release:        9.13
          Codename:       stretch
          
          PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
          NAME="Debian GNU/Linux"
          VERSION_ID="9"
          VERSION="9 (stretch)"
          VERSION_CODENAME=stretch
          ID=debian
          HOME_URL="https://www.debian.org/"
          SUPPORT_URL="https://www.debian.org/support"
          BUG_REPORT_URL="https://bugs.debian.org/"
          
          Systemuptime and Load:
           12:39:32 up 29 min,  1 user,  load average: 0.77, 1.04, 1.04
          CPU threads: 4
          
          
          *** Time and Time Zones ***
                Local time: Sun 2023-05-14 12:39:32 CEST
            Universal time: Sun 2023-05-14 10:39:32 UTC
                  RTC time: Sun 2023-05-14 10:39:32
                 Time zone: Europe/Berlin (CEST, +0200)
           Network time on: yes
          NTP synchronized: yes
           RTC in local TZ: no
          
          *** User and Groups ***
          gugi
          /home/gugi
          gugi root adm cdrom floppy sudo audio dip www-data video plugdev netdev bluetooth scanner iobroker
          
          *** X-Server-Setup ***
          X-Server:       false
          Desktop:
          Terminal:
          Boot Target:    graphical.target
          
          *** MEMORY ***
                        total        used        free      shared  buff/cache   available
          Mem:            16G        1.6G         10G        2.5G        4.7G         11G
          Swap:          8.4G          0B        8.4G
          Total:          24G        1.6G         18G
          
                  16034 M total memory
                   1551 M used memory
                   1881 M active memory
                   3873 M inactive memory
                   9918 M free memory
                    356 M buffer memory
                   4208 M swap cache
                   8172 M total swap
                      0 M used swap
                   8172 M free swap
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          udev           devtmpfs  7.9G     0  7.9G   0% /dev
          tmpfs          tmpfs     1.6G  9.2M  1.6G   1% /run
          /dev/sda1      ext4      102G   81G   17G  84% /
          tmpfs          tmpfs     7.9G  2.5G  5.5G  31% /dev/shm
          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
          tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
          /dev/sdb1      ext4      874G  800G   27G  97% /mnt/sdb1
          tmpfs          tmpfs     1.6G   20K  1.6G   1% /run/user/116
          tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
          tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Sun May 14 12:09:41 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
          [Sun May 14 12:09:43 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
          [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
          [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): mounted filesystem with writeback data mode. Opts: commit=120,data=writeback
          
          Show mounted filesystems (real ones only):
          findmnt: unrecognized option '--real'
          
          Usage:
           findmnt [options]
           findmnt [options] <device> | <mountpoint>
           findmnt [options] <device> <mountpoint>
           findmnt [options] [--source <device>] [--target <path> | --mountpoint <dir>]
          
          Find a (mounted) filesystem.
          
          Options:
           -s, --fstab            search in static table of filesystems
           -m, --mtab             search in table of mounted filesystems
           -k, --kernel           search in kernel table of mounted
                                    filesystems (default)
          
           -p, --poll[=<list>]    monitor changes in table of mounted filesystems
           -w, --timeout <num>    upper limit in milliseconds that --poll will block
          
           -A, --all              disable all built-in filters, print all filesystems
           -a, --ascii            use ASCII chars for tree formatting
           -b, --bytes            print sizes in bytes rather than in human readable format
           -C, --nocanonicalize   don't canonicalize when comparing paths
           -c, --canonicalize     canonicalize printed paths
           -D, --df               imitate the output of df(1)
           -d, --direction <word> direction of search, 'forward' or 'backward'
           -e, --evaluate         convert tags (LABEL,UUID,PARTUUID,PARTLABEL)
                                    to device names
           -F, --tab-file <path>  alternative file for -s, -m or -k options
           -f, --first-only       print the first found filesystem only
           -i, --invert           invert the sense of matching
           -J, --json             use JSON output format
           -l, --list             use list format output
           -N, --task <tid>       use alternative namespace (/proc/<tid>/mountinfo file)
           -n, --noheadings       don't print column headings
           -O, --options <list>   limit the set of filesystems by mount options
           -o, --output <list>    the output columns to be shown
           -P, --pairs            use key="value" output format
           -R, --submounts        print all submounts for the matching filesystems
           -r, --raw              use raw output format
           -S, --source <string>  the device to mount (by name, maj:min,
                                    LABEL=, UUID=, PARTUUID=, PARTLABEL=)
           -T, --target <path>    the path to the filesystem to use
           -M, --mountpoint <dir> the mountpoint directory
           -t, --types <list>     limit the set of filesystems by FS types
           -U, --uniq             ignore filesystems with duplicate target
           -u, --notruncate       don't truncate text in columns
           -v, --nofsroot         don't print [/dir] for bind or btrfs mounts
          
           -x, --verify           verify mount table content (default is fstab)
               --verbose          print more details
          
          
           -h, --help     display this help and exit
           -V, --version  output version information and exit
          
          Available columns:
                SOURCE  source device
                TARGET  mountpoint
                FSTYPE  filesystem type
               OPTIONS  all mount options
           VFS-OPTIONS  VFS specific mount options
            FS-OPTIONS  FS specific mount options
                 LABEL  filesystem label
                  UUID  filesystem UUID
             PARTLABEL  partition label
              PARTUUID  partition UUID
               MAJ:MIN  major:minor device number
                ACTION  action detected by --poll
            OLD-TARGET  old mountpoint saved by --poll
           OLD-OPTIONS  old mount options saved by --poll
                  SIZE  filesystem size
                 AVAIL  filesystem size available
                  USED  filesystem size used
                  USE%  filesystem use percentage
                FSROOT  filesystem root
                   TID  task ID
                    ID  mount ID
            OPT-FIELDS  optional mount fields
           PROPAGATION  VFS propagation flags
                  FREQ  dump(8) period in days [fstab only]
                PASSNO  pass number on parallel fsck(8) [fstab only]
          
          For more details see findmnt(8).
          
          Files in neuralgic directories:
          
          /var:
          
          
          
          DJMarc75D Thomas BraunT crunchipC 3 Antworten Letzte Antwort
          0
          • XsevX Xsev

            @crunchip
            @Thomas-Braun

            Bei der Diagnose bekomme ich folgende Meldung:

            Den js.controller habe ich noch nicht neuinstalliert. ** Sorry für den Codetag***

            *** ioBroker Diagnosis ***

            Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen

            The following checks may give hints to potential malconfigurations or errors, pl ease post them in our forum:

            https://forum.iobroker.net

            Just copy and paste the Summary Page, including the ``` characters at start and end.
            It helps us to help you!

            Press any key to continue

            ======== Start marking the full check here =========

            Skript v.2023-04-16
            
            *** BASE SYSTEM ***
            Architecture    : x86_64
            Docker          : false
            Virtualization  : none
            Distributor ID: Debian
            Description:    Debian GNU/Linux 9.13 (stretch)
            Release:        9.13
            Codename:       stretch
            
            PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
            NAME="Debian GNU/Linux"
            VERSION_ID="9"
            VERSION="9 (stretch)"
            VERSION_CODENAME=stretch
            ID=debian
            HOME_URL="https://www.debian.org/"
            SUPPORT_URL="https://www.debian.org/support"
            BUG_REPORT_URL="https://bugs.debian.org/"
            
            Systemuptime and Load:
             12:39:32 up 29 min,  1 user,  load average: 0.77, 1.04, 1.04
            CPU threads: 4
            
            
            *** Time and Time Zones ***
                  Local time: Sun 2023-05-14 12:39:32 CEST
              Universal time: Sun 2023-05-14 10:39:32 UTC
                    RTC time: Sun 2023-05-14 10:39:32
                   Time zone: Europe/Berlin (CEST, +0200)
             Network time on: yes
            NTP synchronized: yes
             RTC in local TZ: no
            
            *** User and Groups ***
            gugi
            /home/gugi
            gugi root adm cdrom floppy sudo audio dip www-data video plugdev netdev bluetooth scanner iobroker
            
            *** X-Server-Setup ***
            X-Server:       false
            Desktop:
            Terminal:
            Boot Target:    graphical.target
            
            *** MEMORY ***
                          total        used        free      shared  buff/cache   available
            Mem:            16G        1.6G         10G        2.5G        4.7G         11G
            Swap:          8.4G          0B        8.4G
            Total:          24G        1.6G         18G
            
                    16034 M total memory
                     1551 M used memory
                     1881 M active memory
                     3873 M inactive memory
                     9918 M free memory
                      356 M buffer memory
                     4208 M swap cache
                     8172 M total swap
                        0 M used swap
                     8172 M free swap
            
            *** FILESYSTEM ***
            Filesystem     Type      Size  Used Avail Use% Mounted on
            udev           devtmpfs  7.9G     0  7.9G   0% /dev
            tmpfs          tmpfs     1.6G  9.2M  1.6G   1% /run
            /dev/sda1      ext4      102G   81G   17G  84% /
            tmpfs          tmpfs     7.9G  2.5G  5.5G  31% /dev/shm
            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
            tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
            /dev/sdb1      ext4      874G  800G   27G  97% /mnt/sdb1
            tmpfs          tmpfs     1.6G   20K  1.6G   1% /run/user/116
            tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
            tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Sun May 14 12:09:41 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
            [Sun May 14 12:09:43 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
            [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
            [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): mounted filesystem with writeback data mode. Opts: commit=120,data=writeback
            
            Show mounted filesystems (real ones only):
            findmnt: unrecognized option '--real'
            
            Usage:
             findmnt [options]
             findmnt [options] <device> | <mountpoint>
             findmnt [options] <device> <mountpoint>
             findmnt [options] [--source <device>] [--target <path> | --mountpoint <dir>]
            
            Find a (mounted) filesystem.
            
            Options:
             -s, --fstab            search in static table of filesystems
             -m, --mtab             search in table of mounted filesystems
             -k, --kernel           search in kernel table of mounted
                                      filesystems (default)
            
             -p, --poll[=<list>]    monitor changes in table of mounted filesystems
             -w, --timeout <num>    upper limit in milliseconds that --poll will block
            
             -A, --all              disable all built-in filters, print all filesystems
             -a, --ascii            use ASCII chars for tree formatting
             -b, --bytes            print sizes in bytes rather than in human readable format
             -C, --nocanonicalize   don't canonicalize when comparing paths
             -c, --canonicalize     canonicalize printed paths
             -D, --df               imitate the output of df(1)
             -d, --direction <word> direction of search, 'forward' or 'backward'
             -e, --evaluate         convert tags (LABEL,UUID,PARTUUID,PARTLABEL)
                                      to device names
             -F, --tab-file <path>  alternative file for -s, -m or -k options
             -f, --first-only       print the first found filesystem only
             -i, --invert           invert the sense of matching
             -J, --json             use JSON output format
             -l, --list             use list format output
             -N, --task <tid>       use alternative namespace (/proc/<tid>/mountinfo file)
             -n, --noheadings       don't print column headings
             -O, --options <list>   limit the set of filesystems by mount options
             -o, --output <list>    the output columns to be shown
             -P, --pairs            use key="value" output format
             -R, --submounts        print all submounts for the matching filesystems
             -r, --raw              use raw output format
             -S, --source <string>  the device to mount (by name, maj:min,
                                      LABEL=, UUID=, PARTUUID=, PARTLABEL=)
             -T, --target <path>    the path to the filesystem to use
             -M, --mountpoint <dir> the mountpoint directory
             -t, --types <list>     limit the set of filesystems by FS types
             -U, --uniq             ignore filesystems with duplicate target
             -u, --notruncate       don't truncate text in columns
             -v, --nofsroot         don't print [/dir] for bind or btrfs mounts
            
             -x, --verify           verify mount table content (default is fstab)
                 --verbose          print more details
            
            
             -h, --help     display this help and exit
             -V, --version  output version information and exit
            
            Available columns:
                  SOURCE  source device
                  TARGET  mountpoint
                  FSTYPE  filesystem type
                 OPTIONS  all mount options
             VFS-OPTIONS  VFS specific mount options
              FS-OPTIONS  FS specific mount options
                   LABEL  filesystem label
                    UUID  filesystem UUID
               PARTLABEL  partition label
                PARTUUID  partition UUID
                 MAJ:MIN  major:minor device number
                  ACTION  action detected by --poll
              OLD-TARGET  old mountpoint saved by --poll
             OLD-OPTIONS  old mount options saved by --poll
                    SIZE  filesystem size
                   AVAIL  filesystem size available
                    USED  filesystem size used
                    USE%  filesystem use percentage
                  FSROOT  filesystem root
                     TID  task ID
                      ID  mount ID
              OPT-FIELDS  optional mount fields
             PROPAGATION  VFS propagation flags
                    FREQ  dump(8) period in days [fstab only]
                  PASSNO  pass number on parallel fsck(8) [fstab only]
            
            For more details see findmnt(8).
            
            Files in neuralgic directories:
            
            /var:
            
            
            
            DJMarc75D Offline
            DJMarc75D Offline
            DJMarc75
            schrieb am zuletzt editiert von
            #5

            @xsev in codetags packen... kann man dann besser lesen ;)

            Lehrling seit 1975 !!!
            Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
            https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

            XsevX 1 Antwort Letzte Antwort
            0
            • DJMarc75D DJMarc75

              @xsev in codetags packen... kann man dann besser lesen ;)

              XsevX Offline
              XsevX Offline
              Xsev
              schrieb am zuletzt editiert von
              #6

              @djmarc75 Hab ich ;-) jetzt schon 3x irgendwie zerlegt es den immer völlig...

              HomoranH 1 Antwort Letzte Antwort
              0
              • XsevX Xsev

                @crunchip
                @Thomas-Braun

                Bei der Diagnose bekomme ich folgende Meldung:

                Den js.controller habe ich noch nicht neuinstalliert. ** Sorry für den Codetag***

                *** ioBroker Diagnosis ***

                Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen

                The following checks may give hints to potential malconfigurations or errors, pl ease post them in our forum:

                https://forum.iobroker.net

                Just copy and paste the Summary Page, including the ``` characters at start and end.
                It helps us to help you!

                Press any key to continue

                ======== Start marking the full check here =========

                Skript v.2023-04-16
                
                *** BASE SYSTEM ***
                Architecture    : x86_64
                Docker          : false
                Virtualization  : none
                Distributor ID: Debian
                Description:    Debian GNU/Linux 9.13 (stretch)
                Release:        9.13
                Codename:       stretch
                
                PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
                NAME="Debian GNU/Linux"
                VERSION_ID="9"
                VERSION="9 (stretch)"
                VERSION_CODENAME=stretch
                ID=debian
                HOME_URL="https://www.debian.org/"
                SUPPORT_URL="https://www.debian.org/support"
                BUG_REPORT_URL="https://bugs.debian.org/"
                
                Systemuptime and Load:
                 12:39:32 up 29 min,  1 user,  load average: 0.77, 1.04, 1.04
                CPU threads: 4
                
                
                *** Time and Time Zones ***
                      Local time: Sun 2023-05-14 12:39:32 CEST
                  Universal time: Sun 2023-05-14 10:39:32 UTC
                        RTC time: Sun 2023-05-14 10:39:32
                       Time zone: Europe/Berlin (CEST, +0200)
                 Network time on: yes
                NTP synchronized: yes
                 RTC in local TZ: no
                
                *** User and Groups ***
                gugi
                /home/gugi
                gugi root adm cdrom floppy sudo audio dip www-data video plugdev netdev bluetooth scanner iobroker
                
                *** X-Server-Setup ***
                X-Server:       false
                Desktop:
                Terminal:
                Boot Target:    graphical.target
                
                *** MEMORY ***
                              total        used        free      shared  buff/cache   available
                Mem:            16G        1.6G         10G        2.5G        4.7G         11G
                Swap:          8.4G          0B        8.4G
                Total:          24G        1.6G         18G
                
                        16034 M total memory
                         1551 M used memory
                         1881 M active memory
                         3873 M inactive memory
                         9918 M free memory
                          356 M buffer memory
                         4208 M swap cache
                         8172 M total swap
                            0 M used swap
                         8172 M free swap
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                udev           devtmpfs  7.9G     0  7.9G   0% /dev
                tmpfs          tmpfs     1.6G  9.2M  1.6G   1% /run
                /dev/sda1      ext4      102G   81G   17G  84% /
                tmpfs          tmpfs     7.9G  2.5G  5.5G  31% /dev/shm
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
                /dev/sdb1      ext4      874G  800G   27G  97% /mnt/sdb1
                tmpfs          tmpfs     1.6G   20K  1.6G   1% /run/user/116
                tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
                tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Sun May 14 12:09:41 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                [Sun May 14 12:09:43 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
                [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): mounted filesystem with writeback data mode. Opts: commit=120,data=writeback
                
                Show mounted filesystems (real ones only):
                findmnt: unrecognized option '--real'
                
                Usage:
                 findmnt [options]
                 findmnt [options] <device> | <mountpoint>
                 findmnt [options] <device> <mountpoint>
                 findmnt [options] [--source <device>] [--target <path> | --mountpoint <dir>]
                
                Find a (mounted) filesystem.
                
                Options:
                 -s, --fstab            search in static table of filesystems
                 -m, --mtab             search in table of mounted filesystems
                 -k, --kernel           search in kernel table of mounted
                                          filesystems (default)
                
                 -p, --poll[=<list>]    monitor changes in table of mounted filesystems
                 -w, --timeout <num>    upper limit in milliseconds that --poll will block
                
                 -A, --all              disable all built-in filters, print all filesystems
                 -a, --ascii            use ASCII chars for tree formatting
                 -b, --bytes            print sizes in bytes rather than in human readable format
                 -C, --nocanonicalize   don't canonicalize when comparing paths
                 -c, --canonicalize     canonicalize printed paths
                 -D, --df               imitate the output of df(1)
                 -d, --direction <word> direction of search, 'forward' or 'backward'
                 -e, --evaluate         convert tags (LABEL,UUID,PARTUUID,PARTLABEL)
                                          to device names
                 -F, --tab-file <path>  alternative file for -s, -m or -k options
                 -f, --first-only       print the first found filesystem only
                 -i, --invert           invert the sense of matching
                 -J, --json             use JSON output format
                 -l, --list             use list format output
                 -N, --task <tid>       use alternative namespace (/proc/<tid>/mountinfo file)
                 -n, --noheadings       don't print column headings
                 -O, --options <list>   limit the set of filesystems by mount options
                 -o, --output <list>    the output columns to be shown
                 -P, --pairs            use key="value" output format
                 -R, --submounts        print all submounts for the matching filesystems
                 -r, --raw              use raw output format
                 -S, --source <string>  the device to mount (by name, maj:min,
                                          LABEL=, UUID=, PARTUUID=, PARTLABEL=)
                 -T, --target <path>    the path to the filesystem to use
                 -M, --mountpoint <dir> the mountpoint directory
                 -t, --types <list>     limit the set of filesystems by FS types
                 -U, --uniq             ignore filesystems with duplicate target
                 -u, --notruncate       don't truncate text in columns
                 -v, --nofsroot         don't print [/dir] for bind or btrfs mounts
                
                 -x, --verify           verify mount table content (default is fstab)
                     --verbose          print more details
                
                
                 -h, --help     display this help and exit
                 -V, --version  output version information and exit
                
                Available columns:
                      SOURCE  source device
                      TARGET  mountpoint
                      FSTYPE  filesystem type
                     OPTIONS  all mount options
                 VFS-OPTIONS  VFS specific mount options
                  FS-OPTIONS  FS specific mount options
                       LABEL  filesystem label
                        UUID  filesystem UUID
                   PARTLABEL  partition label
                    PARTUUID  partition UUID
                     MAJ:MIN  major:minor device number
                      ACTION  action detected by --poll
                  OLD-TARGET  old mountpoint saved by --poll
                 OLD-OPTIONS  old mount options saved by --poll
                        SIZE  filesystem size
                       AVAIL  filesystem size available
                        USED  filesystem size used
                        USE%  filesystem use percentage
                      FSROOT  filesystem root
                         TID  task ID
                          ID  mount ID
                  OPT-FIELDS  optional mount fields
                 PROPAGATION  VFS propagation flags
                        FREQ  dump(8) period in days [fstab only]
                      PASSNO  pass number on parallel fsck(8) [fstab only]
                
                For more details see findmnt(8).
                
                Files in neuralgic directories:
                
                /var:
                
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #7

                @xsev

                Brauch ich gar nicht weiterlesen als bis:

                Codename: stretch
                

                Das Ding ist tot, tot, tot.
                Installier da ein lebendiges Release.

                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

                XsevX 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @xsev

                  Brauch ich gar nicht weiterlesen als bis:

                  Codename: stretch
                  

                  Das Ding ist tot, tot, tot.
                  Installier da ein lebendiges Release.

                  XsevX Offline
                  XsevX Offline
                  Xsev
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun Die neue Kiste steht schon hier, das Teil muss noch bis ende des Monats halten

                  1 Antwort Letzte Antwort
                  0
                  • XsevX Xsev

                    @crunchip
                    @Thomas-Braun

                    Bei der Diagnose bekomme ich folgende Meldung:

                    Den js.controller habe ich noch nicht neuinstalliert. ** Sorry für den Codetag***

                    *** ioBroker Diagnosis ***

                    Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen

                    The following checks may give hints to potential malconfigurations or errors, pl ease post them in our forum:

                    https://forum.iobroker.net

                    Just copy and paste the Summary Page, including the ``` characters at start and end.
                    It helps us to help you!

                    Press any key to continue

                    ======== Start marking the full check here =========

                    Skript v.2023-04-16
                    
                    *** BASE SYSTEM ***
                    Architecture    : x86_64
                    Docker          : false
                    Virtualization  : none
                    Distributor ID: Debian
                    Description:    Debian GNU/Linux 9.13 (stretch)
                    Release:        9.13
                    Codename:       stretch
                    
                    PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
                    NAME="Debian GNU/Linux"
                    VERSION_ID="9"
                    VERSION="9 (stretch)"
                    VERSION_CODENAME=stretch
                    ID=debian
                    HOME_URL="https://www.debian.org/"
                    SUPPORT_URL="https://www.debian.org/support"
                    BUG_REPORT_URL="https://bugs.debian.org/"
                    
                    Systemuptime and Load:
                     12:39:32 up 29 min,  1 user,  load average: 0.77, 1.04, 1.04
                    CPU threads: 4
                    
                    
                    *** Time and Time Zones ***
                          Local time: Sun 2023-05-14 12:39:32 CEST
                      Universal time: Sun 2023-05-14 10:39:32 UTC
                            RTC time: Sun 2023-05-14 10:39:32
                           Time zone: Europe/Berlin (CEST, +0200)
                     Network time on: yes
                    NTP synchronized: yes
                     RTC in local TZ: no
                    
                    *** User and Groups ***
                    gugi
                    /home/gugi
                    gugi root adm cdrom floppy sudo audio dip www-data video plugdev netdev bluetooth scanner iobroker
                    
                    *** X-Server-Setup ***
                    X-Server:       false
                    Desktop:
                    Terminal:
                    Boot Target:    graphical.target
                    
                    *** MEMORY ***
                                  total        used        free      shared  buff/cache   available
                    Mem:            16G        1.6G         10G        2.5G        4.7G         11G
                    Swap:          8.4G          0B        8.4G
                    Total:          24G        1.6G         18G
                    
                            16034 M total memory
                             1551 M used memory
                             1881 M active memory
                             3873 M inactive memory
                             9918 M free memory
                              356 M buffer memory
                             4208 M swap cache
                             8172 M total swap
                                0 M used swap
                             8172 M free swap
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    udev           devtmpfs  7.9G     0  7.9G   0% /dev
                    tmpfs          tmpfs     1.6G  9.2M  1.6G   1% /run
                    /dev/sda1      ext4      102G   81G   17G  84% /
                    tmpfs          tmpfs     7.9G  2.5G  5.5G  31% /dev/shm
                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                    tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
                    /dev/sdb1      ext4      874G  800G   27G  97% /mnt/sdb1
                    tmpfs          tmpfs     1.6G   20K  1.6G   1% /run/user/116
                    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
                    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Sun May 14 12:09:41 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                    [Sun May 14 12:09:43 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                    [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
                    [Sun May 14 12:09:45 2023] EXT4-fs (sdb1): mounted filesystem with writeback data mode. Opts: commit=120,data=writeback
                    
                    Show mounted filesystems (real ones only):
                    findmnt: unrecognized option '--real'
                    
                    Usage:
                     findmnt [options]
                     findmnt [options] <device> | <mountpoint>
                     findmnt [options] <device> <mountpoint>
                     findmnt [options] [--source <device>] [--target <path> | --mountpoint <dir>]
                    
                    Find a (mounted) filesystem.
                    
                    Options:
                     -s, --fstab            search in static table of filesystems
                     -m, --mtab             search in table of mounted filesystems
                     -k, --kernel           search in kernel table of mounted
                                              filesystems (default)
                    
                     -p, --poll[=<list>]    monitor changes in table of mounted filesystems
                     -w, --timeout <num>    upper limit in milliseconds that --poll will block
                    
                     -A, --all              disable all built-in filters, print all filesystems
                     -a, --ascii            use ASCII chars for tree formatting
                     -b, --bytes            print sizes in bytes rather than in human readable format
                     -C, --nocanonicalize   don't canonicalize when comparing paths
                     -c, --canonicalize     canonicalize printed paths
                     -D, --df               imitate the output of df(1)
                     -d, --direction <word> direction of search, 'forward' or 'backward'
                     -e, --evaluate         convert tags (LABEL,UUID,PARTUUID,PARTLABEL)
                                              to device names
                     -F, --tab-file <path>  alternative file for -s, -m or -k options
                     -f, --first-only       print the first found filesystem only
                     -i, --invert           invert the sense of matching
                     -J, --json             use JSON output format
                     -l, --list             use list format output
                     -N, --task <tid>       use alternative namespace (/proc/<tid>/mountinfo file)
                     -n, --noheadings       don't print column headings
                     -O, --options <list>   limit the set of filesystems by mount options
                     -o, --output <list>    the output columns to be shown
                     -P, --pairs            use key="value" output format
                     -R, --submounts        print all submounts for the matching filesystems
                     -r, --raw              use raw output format
                     -S, --source <string>  the device to mount (by name, maj:min,
                                              LABEL=, UUID=, PARTUUID=, PARTLABEL=)
                     -T, --target <path>    the path to the filesystem to use
                     -M, --mountpoint <dir> the mountpoint directory
                     -t, --types <list>     limit the set of filesystems by FS types
                     -U, --uniq             ignore filesystems with duplicate target
                     -u, --notruncate       don't truncate text in columns
                     -v, --nofsroot         don't print [/dir] for bind or btrfs mounts
                    
                     -x, --verify           verify mount table content (default is fstab)
                         --verbose          print more details
                    
                    
                     -h, --help     display this help and exit
                     -V, --version  output version information and exit
                    
                    Available columns:
                          SOURCE  source device
                          TARGET  mountpoint
                          FSTYPE  filesystem type
                         OPTIONS  all mount options
                     VFS-OPTIONS  VFS specific mount options
                      FS-OPTIONS  FS specific mount options
                           LABEL  filesystem label
                            UUID  filesystem UUID
                       PARTLABEL  partition label
                        PARTUUID  partition UUID
                         MAJ:MIN  major:minor device number
                          ACTION  action detected by --poll
                      OLD-TARGET  old mountpoint saved by --poll
                     OLD-OPTIONS  old mount options saved by --poll
                            SIZE  filesystem size
                           AVAIL  filesystem size available
                            USED  filesystem size used
                            USE%  filesystem use percentage
                          FSROOT  filesystem root
                             TID  task ID
                              ID  mount ID
                      OPT-FIELDS  optional mount fields
                     PROPAGATION  VFS propagation flags
                            FREQ  dump(8) period in days [fstab only]
                          PASSNO  pass number on parallel fsck(8) [fstab only]
                    
                    For more details see findmnt(8).
                    
                    Files in neuralgic directories:
                    
                    /var:
                    
                    
                    
                    crunchipC Abwesend
                    crunchipC Abwesend
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #9

                    @xsev sagte in Server während update nicht mehr erreichbar:

                    stretch

                    bevor du dir Gedanken machst einen Adapter up zu daten, solltest du erstmal das OS auf Stand bringen

                    umgestiegen von Proxmox auf Unraid

                    1 Antwort Letzte Antwort
                    0
                    • XsevX Xsev

                      @djmarc75 Hab ich ;-) jetzt schon 3x irgendwie zerlegt es den immer völlig...

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #10

                      @xsev sagte in Server während update nicht mehr erreichbar:

                      @djmarc75 Hab ich ;-) jetzt schon 3x irgendwie zerlegt es den immer völlig...

                      fixed!

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

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

                      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

                      708

                      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