Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. willkürliche abstürzte der Adapter seit node 10 update

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    602

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

willkürliche abstürzte der Adapter seit node 10 update

Scheduled Pinned Locked Moved Solved Error/Bug
javaupdate absturzadapteradmin
70 Posts 4 Posters 6.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Halmand

    @Thomas-Braun ```
    ahhh so geht das mit code posten ähhm weis garnicht was die level bedeuten ach ja auf der maschine sind es nur 4gb hab aber noch eine mit 8 gb das gleich problem speicher kann ich zuweßen wie viel ich möchte bis 256GB

    server@debian-iobroker:~$ free -h
                  total        used        free      shared  buff/cache   available
    Mem:           3.9G        1.2G        1.1G        5.2M        1.6G        2.7G
    Swap:          4.0G          0B        4.0G
    server@debian-iobroker:~$ sudo init 3
    
    We trust you have received the usual lecture from the local System
    Administrator. It usually boils down to these three things:
    
        #1) Respect the privacy of others.
        #2) Think before you type.
        #3) With great power comes great responsibility.
    
    [sudo] password for server:
    Sorry, user server is not allowed to execute '/sbin/init 3' as root on debian-iobroker.
    server@debian-iobroker:~$ su
    Password:
    root@debian-iobroker:/home/server# sudo init 3
    root@debian-iobroker:/home/server#
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #16

    @Halmand sagte in willkürliche abstürzte der Adapter seit node 10 update:

    server@debian-iobroker:~$ su

    Da fehlen aber auch wieder die Grundlagen.
    Als root:

    usermod -aG sudo server
    

    Dann wieder als 'server' einloggen. Und den Quatsch mit su und root werden wieder vergessen.

    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

    H 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @Halmand sagte in willkürliche abstürzte der Adapter seit node 10 update:

      server@debian-iobroker:~$ su

      Da fehlen aber auch wieder die Grundlagen.
      Als root:

      usermod -aG sudo server
      

      Dann wieder als 'server' einloggen. Und den Quatsch mit su und root werden wieder vergessen.

      H Offline
      H Offline
      Halmand
      wrote on last edited by
      #17

      @Thomas-Braun aso hab gerne das sudo nicht gesamte macht hat

      Thomas BraunT 1 Reply Last reply
      0
      • H Halmand

        @Thomas-Braun aso hab gerne das sudo nicht gesamte macht hat

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by Thomas Braun
        #18

        @Halmand Aber dann als dicker mächtiger root in eine root-shell einloggen? Du hast das Konzept nicht verstanden.
        Mittels sudo kannst du die 'Macht' ja eben viel zielgenauer dosieren.

        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

        H 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @Halmand Aber dann als dicker mächtiger root in eine root-shell einloggen? Du hast das Konzept nicht verstanden.
          Mittels sudo kannst du die 'Macht' ja eben viel zielgenauer dosieren.

          H Offline
          H Offline
          Halmand
          wrote on last edited by
          #19

          @Thomas-Braun so offt nutze ich die konsole auch nicht und jaa ich bin linux noob weiß nur bar sachen

          Thomas BraunT 1 Reply Last reply
          0
          • H Halmand

            @Thomas-Braun so offt nutze ich die konsole auch nicht und jaa ich bin linux noob weiß nur bar sachen

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #20

            @Halmand
            Dann merk dir die 'richtigen' Sachen. Per 'sudo' machst du viel weniger kaputt als in einer root-shell. Auch und gerade mit wenig Ahnung.

            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

            H 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @Halmand
              Dann merk dir die 'richtigen' Sachen. Per 'sudo' machst du viel weniger kaputt als in einer root-shell. Auch und gerade mit wenig Ahnung.

              H Offline
              H Offline
              Halmand
              wrote on last edited by
              #21

              @Thomas-Braun darum hab ich ja in ner VM da mach ich snapshots davor XD

              Thomas BraunT 1 Reply Last reply
              0
              • H Halmand

                @Thomas-Braun darum hab ich ja in ner VM da mach ich snapshots davor XD

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #22

                @Halmand Trotzdem kann man mit seinem System sauber umgehen.

                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

                H 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @Halmand Trotzdem kann man mit seinem System sauber umgehen.

                  H Offline
                  H Offline
                  Halmand
                  wrote on last edited by
                  #23

                  @Thomas-Braun ja hast ja recht

                  Thomas BraunT 1 Reply Last reply
                  0
                  • H Halmand

                    @Thomas-Braun ja hast ja recht

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #24

                    @Halmand
                    Als user 'server'

                    groups
                    

                    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

                    H 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @Halmand
                      Als user 'server'

                      groups
                      
                      H Offline
                      H Offline
                      Halmand
                      wrote on last edited by
                      #25

                      @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                      groups

                      server@debian-iobroker:~$ groups
                      server cdrom floppy sudo audio dip video plugdev netdev lpadmin scanner
                      
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • H Halmand

                        @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                        groups

                        server@debian-iobroker:~$ groups
                        server cdrom floppy sudo audio dip video plugdev netdev lpadmin scanner
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #26

                        @Halmand
                        Okay, du bleibst jetzt immer user 'server'. root ist tabu!

                        iobroker status
                        

                        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

                        H 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @Halmand
                          Okay, du bleibst jetzt immer user 'server'. root ist tabu!

                          iobroker status
                          
                          H Offline
                          H Offline
                          Halmand
                          wrote on last edited by
                          #27

                          @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                          iobroker status

                          server@debian-iobroker:~$ iobroker status
                          iobroker is running on this host.
                          
                          At least one iobroker host is running.
                          
                          Objects type: file
                          States  type: file
                          
                          
                          Thomas BraunT 1 Reply Last reply
                          0
                          • H Halmand

                            @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                            iobroker status

                            server@debian-iobroker:~$ iobroker status
                            iobroker is running on this host.
                            
                            At least one iobroker host is running.
                            
                            Objects type: file
                            States  type: file
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #28

                            @Halmand

                            iobroker version
                            

                            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

                            H 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @Halmand

                              iobroker version
                              
                              H Offline
                              H Offline
                              Halmand
                              wrote on last edited by
                              #29

                              @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                              iobroker version

                              server@debian-iobroker:~$ iobroker version
                              3.0.20
                              
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • H Halmand

                                @Thomas-Braun said in willkürliche abstürzte der Adapter seit java 10 update:

                                iobroker version

                                server@debian-iobroker:~$ iobroker version
                                3.0.20
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #30

                                @Halmand Würde ich mit node12 fahren.

                                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

                                H 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @Halmand Würde ich mit node12 fahren.

                                  H Offline
                                  H Offline
                                  Halmand
                                  wrote on last edited by
                                  #31

                                  @Thomas-Braun habe ich auch schon versucht nur dann habe ich noch mehr probleme da sbfspot noch nicht auf 12 läuft aber habe die selben probleme

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • H Halmand

                                    @Thomas-Braun habe ich auch schon versucht nur dann habe ich noch mehr probleme da sbfspot noch nicht auf 12 läuft aber habe die selben probleme

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #32

                                    @Halmand Sicher? sbfspot scheint mir doch in aktiver Entwicklung zu sein.

                                    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

                                    H 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @Halmand Sicher? sbfspot scheint mir doch in aktiver Entwicklung zu sein.

                                      H Offline
                                      H Offline
                                      Halmand
                                      wrote on last edited by
                                      #33

                                      @Thomas-Braun !![alt text](38f6941c-edc0-4821-aee9-f042e7e3c0a2-image.png image url)

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • H Halmand

                                        @Thomas-Braun !![alt text](38f6941c-edc0-4821-aee9-f042e7e3c0a2-image.png image url)

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #34

                                        @Halmand Das muss gegen die aktuelle node Version gebaut werde in dem Fall.

                                        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

                                        H 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @Halmand Das muss gegen die aktuelle node Version gebaut werde in dem Fall.

                                          H Offline
                                          H Offline
                                          Halmand
                                          wrote on last edited by
                                          #35

                                          @Thomas-Braun löst aber mein problem nicht :confused:

                                          Thomas BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          583

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe