Ankündigung

Einklappen
Keine Ankündigung bisher.

SmartHomeNG läuft nicht

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #16
    Verzeichnis ist gesetzt

    Kommentar


      #17
      Zitat von B0b1 Beitrag anzeigen
      Verzeichnis ist gesetzt

      Was heisst das?
      Viele Grüße
      Martin

      There is no cloud. It's only someone else's computer.

      Kommentar


        #18
        Läuft vielen Dank. habe das Verzeichnis erstellt, wie du es gesagt hast.

        Kommentar


          #19
          [smarthome@SmartHomeNG /usr/local/smarthome]$ python3 bin/smarthome.py -f
          ----------------- Init SmartHomeNG 1.7.2c.b9936a87.develop -----------------
          python_bin_path=/usr/bin
          [smarthome@SmartHomeNG /usr/local/smarthome]$ No instance of SmartHomeNG running
          Daemon PID 2895
          ps -ef|grep smarthome|grep bin
          smartho+ 2895 1 36 18:30 ? 00:00:54 /usr/bin/python3 /usr/local/smarthome/bin/smarthome.py -r
          [smarthome@SmartHomeNG /usr/local/smarthome]$

          Kommentar


            #20
            was für eine Geburt

            Kommentar


              #21
              Zitat von B0b1 Beitrag anzeigen
              was für eine Geburt
              Nennt sich Zangen-Geburt
              Viele Grüße
              Martin

              There is no cloud. It's only someone else's computer.

              Kommentar


                #22
                Hm sollte da irgendwas hinterlegt werden damit das Verzeichnis automatisch erstellt wird..? Vielleicht im Service ein entsprechender Befehl?

                Kommentar


                  #23
                  Onkelandy Was mich im Moment wundert: Wiso sind andere Nutzer Deines Images nacht darüber gestolpert.
                  Viele Grüße
                  Martin

                  There is no cloud. It's only someone else's computer.

                  Kommentar


                    #24
                    mich auch Es ist eh grad ein neues Raspi OS image raus gekommen, da werd ich das ganze Prozedere ohnehin wieder neu durchspielen und nochmals testen. Mit neuem shng Release gibt's dann auch wieder neues Image von mir.

                    Kommentar


                      #25
                      Hatte beim neu einrichten auch diverse Probleme mit den fehlenden Ordnern unter smarthome/var

                      Wäre wirklich nicht schlecht shng bringt diese leer mit (nach dem checkout) oder legt diese zur runtime selbst an.

                      Kommentar


                        #26
                        Welches Verzeichnis/welche Verzeichnisse außer dem oben geannten var/run fehlte denn bei Dir im Image?
                        Viele Grüße
                        Martin

                        There is no cloud. It's only someone else's computer.

                        Kommentar


                          #27
                          Evtl kann mir auch hier jemand helfen.... Bei mir läuft die ganze sache auf einem Beaglebone


                          Diese Ausgabe sollte laut Anleitung passen
                          Code:
                          smarthome@beaglebone:/usr/local/smarthome$ python3 bin/smarthome.py
                          Daemon PID 4389
                          PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                          NAME="Debian GNU/Linux"
                          VERSION_ID="10"
                          VERSION="10 (buster)"

                          Mit
                          Code:
                          python3 bin/smarthome.py -f
                          kommt

                          Code:
                          -------------------- Init SmartHomeNG 1.9.0.master (985af52b) --------------------
                          python_bin_path=/usr/bin
                          Bei
                          Code:
                           ps -ef|grep smarthome|grep bin
                          kommt keine Ausgabe

                          Was kann ich noch tuen... ;-O

                          Gruß

                          Zuletzt geändert von DarkSnoop; 01.02.2022, 14:29.

                          Kommentar


                            #28
                            Schau Dir mal die Logfiles unter /usr/local/smarthome/var/log an. Da müsste zumindestens was zum Problem zu finden sein.

                            Kommentar


                              #29
                              Oh meno ich glaube irgend wo habe ich einen Bock geschossen...

                              Bei

                              Code:
                              smarthome@beaglebone:/usr/local/smarthome$ python3 bin/smarthome.py
                              kommt

                              Code:
                              Daemon PID 14310
                              bei

                              Code:
                              smarthome@beaglebone:~$ python3 bin/smarthome.py
                              python3: can't open file 'bin/smarthome.py': [Errno 2] No such file or directory
                              smarthome-warnings.log

                              Code:
                              2022-02-01 19:04:13 NOTICE lib.smarthome -------------------- Init SmartHomeNG 1.9.0.master (985af52b) --------------------
                              2022-02-01 19:04:13 NOTICE lib.smarthome Running in Python interpreter 'v3.7.3 final', from directory /usr/local/smarthome
                              2022-02-01 19:04:14 NOTICE lib.smarthome - on Linux-4.19.94-ti-r42-armv7l-with-debian-10.11 (pid=14310)
                              2022-02-01 19:04:14 NOTICE lib.smarthome - Loglevel NOTICE is set to value 31 because handler of root logger is set to level WARNING or hi$
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'cheroot' not installed, any version needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'cherrypy' not installed. Minimum v8.1.2 needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'janus' not installed. Minimum v0.5.0 needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'jinja2' not installed. Minimum v2.9 needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'paho-mqtt' not installed. Minimum v1.2.2 needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'pyjwt' not installed. Minimum v1.6.4 needed
                              2022-02-01 19:04:16 ERROR lib.shpypi test_requirements: 'websockets' not installed. Minimum v8.1 needed
                              2022-02-01 19:04:16 WARNING lib.shpypi Installing base requirements for the current user, please wait...
                              2022-02-01 19:04:16 WARNING lib.shpypi > using PIP command: '/usr/bin/pip3'
                              2022-02-01 19:04:16 ERROR lib.shpypi /bin/sh: 1: /usr/bin/pip3: not found
                              
                              2022-02-01 19:04:16 CRITICAL lib.smarthome Python package requirements for modules are not met and unable to install base requirements
                              2022-02-01 19:04:16 CRITICAL lib.smarthome Do you have multiple Python3 Versions installed? Maybe PIP3 looks into a wrong Python environment.$
                              2022-02-01 19:04:16 CRITICAL lib.smarthome Aborting


                              Kommentar


                                #30
                                In welchem Verzeichnis liegt denn bei Deiner Python Installation das PIP Programm?
                                Viele Grüße
                                Martin

                                There is no cloud. It's only someone else's computer.

                                Kommentar

                                Lädt...
                                X