Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nodejs v18.12.1

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Nodejs v18.12.1

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

      Hallo
      hat noch jemand eine Idee?

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

        @krisiun

        cat /etc/systemd/system/multi-user.target.wants/iobroker.service
        

        sagt?

        Krisiun 2 Replies Last reply Reply Quote 0
        • ?
          A Former User @Krisiun last edited by

          @krisiun

          Hi,
          naja, da scheint etwas mit der Datei die beim Rechnerstart aufgerufen wird kaputt zu sein.

          such mal die Datei

          iobroker.service
          

          sollte irgend wo unter

          /etc/systemd/system/multi-user.target.wants/
          

          liegen, und zeig uns was da drin steht.

          Edit:
          Und Thoams war schneller

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

            @thomas-braun sagte in Nodejs v18.12.1:

            @krisiun

            cat /etc/systemd/system/multi-user.target.wants/iobroker.service
            

            sagt?

            Hi Thomas. Leider keine bekomme ich keine Antwort von der Konsole

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

              @krisiun sagte in Nodejs v18.12.1:

              Leider keine bekomme ich keine Antwort von der Konsole

              Schon mal gesagt...
              Kann nicht sein. Entweder kommt der Inhalt der Datei oder eine Fehlermeldung.

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

                @thomas-braun sagte in Nodejs v18.12.1:

                cat /etc/systemd/system/multi-user.target.wants/iobroker.service

                pi@raspberrypi4-iob:~ $ cat /etc/systemd/system/multi-user.target.wants/iobroker.service
                
                pi@raspberrypi4-iob:~ $
                
                

                Kommt keine Antwort

                1 Reply Last reply Reply Quote 0
                • Krisiun
                  Krisiun last edited by

                  pi@raspberrypi4-iob:~ $ iobroker.service
                  -bash: iobroker.service: Kommando nicht gefunden.
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Krisiun last edited by Thomas Braun

                    @krisiun

                    pi@raspberrypi4-iob:~ $ iobroker.service

                    -bash: iobroker.service: Kommando nicht gefunden.

                    Kerl...
                    Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...

                    cat /etc/systemd/system/multi-user.target.wants/iobroker.service
                    

                    lautet das.

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

                      @thomas-braun sagte in Nodejs v18.12.1:

                      @krisiun

                      Kerl...
                      Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...

                      cat /etc/systemd/system/multi-user.target.wants/iobroker.service
                      

                      lautet das.

                      Ich kopiere einfach die Zeile und füge sie in putty ein. Das ist doch korrekt oder?

                      ? Thomas Braun 2 Replies Last reply Reply Quote 0
                      • ?
                        A Former User @Krisiun last edited by

                        @krisiun sagte in Nodejs v18.12.1:

                        @thomas-braun sagte in Nodejs v18.12.1:

                        @krisiun

                        Kerl...
                        Da gibt man dir Buchstabe für Buchstabe vor was da einzugeben oder zu kopieren ist...

                        cat /etc/systemd/system/multi-user.target.wants/iobroker.service
                        

                        lautet das.

                        Ich kopiere einfach die Zeile und füge sie in putty ein. Das ist doch korrekt oder?

                        Hi,

                        ja , kopieren und einfügen - Enter. Mach doch mal

                        ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
                        

                        VG
                        Bernd

                        1 Reply Last reply Reply Quote 0
                        • Krisiun
                          Krisiun last edited by

                          @dp20eic sagte in Nodejs v18.12.1:

                          ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service

                          pi@raspberrypi4-iob:~ $ ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
                          lrwxrwxrwx 1 root root 36 Okt 29  2021 /etc/systemd/system/multi-user.target.wants/iobroker.service -> /lib/systemd/system/iobroker.service
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Krisiun last edited by

                            @krisiun

                            
                            sudo cp /usr/lib/systemd/system/iobroker.service /etc/systemd/system/multi-user.target.wants/iobroker.service
                            

                            Dann

                            sudo systemctl restart iobroker.service
                            
                            1 Reply Last reply Reply Quote 0
                            • Krisiun
                              Krisiun last edited by

                              pi@raspberrypi4-iob:~ $ sudo cp /usr/lib/systemd/system/iobroker.service /etc/systemd/system/multi-user.target.wants/iobroker.service
                              cp: '/usr/lib/systemd/system/iobroker.service' und '/etc/systemd/system/multi-user.target.wants/iobroker.service' sind die gleiche Datei
                              pi@raspberrypi4-iob:~ $ sudo systemctl restart iobroker.service
                              Failed to restart iobroker.service: Unit iobroker.service has a bad unit file setting.
                              See system logs and 'systemctl status iobroker.service' for details.
                              pi@raspberrypi4-iob:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Krisiun last edited by

                                @krisiun sagte in Nodejs v18.12.1:

                                cat /usr/lib/systemd/system/iobroker.service
                                
                                Krisiun 1 Reply Last reply Reply Quote 0
                                • Krisiun
                                  Krisiun @Thomas Braun last edited by

                                  @thomas-braun sagte in Nodejs v18.12.1:

                                  cat /usr/lib/systemd/system/iobroker.service

                                  Kommt wieder keine Antwort

                                  Krisiun 1 Reply Last reply Reply Quote 0
                                  • Krisiun
                                    Krisiun @Krisiun last edited by

                                    @krisiun

                                    pi@raspberrypi4-iob:~ $ cat /usr/lib/systemd/system/iobroker.service
                                    
                                    pi@raspberrypi4-iob:~ $
                                    
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Krisiun last edited by

                                      @krisiun sagte in Nodejs v18.12.1:

                                      ls -la /usr/lib/systemd/system/iobroker.service
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Krisiun
                                        Krisiun last edited by

                                        @thomas-braun sagte in Nodejs v18.12.1:

                                        ls -la /usr/lib/systemd/system/iobroker.service

                                        pi@raspberrypi4-iob:~ $ ls -la /usr/lib/systemd/system/iobroker.service
                                        -rw-r--r-- 1 root root 1 Nov 24 08:03 /usr/lib/systemd/system/iobroker.service
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Krisiun last edited by

                                          @krisiun

                                          ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Krisiun
                                            Krisiun last edited by

                                            @thomas-braun sagte in Nodejs v18.12.1:

                                            ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service

                                            pi@raspberrypi4-iob:~ $ ls -la /etc/systemd/system/multi-user.target.wants/iobroker.service
                                            lrwxrwxrwx 1 root root 36 Okt 29  2021 /etc/systemd/system/multi-user.target.wants/iobroker.service -> /lib/systemd/system/iobroker.service
                                            
                                            
                                            Thomas Braun 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

                                            497
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            382
                                            42180
                                            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