Ankündigung

Einklappen
Keine Ankündigung bisher.

Can't start in debug mode?

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

    Can't start in debug mode?

    Hello Guys.
    I've installed the smarthome.py on a ubuntu system, works perfect, followed this guide:
    https://github.com/mknx/smarthome/wi...ibd-und-1-Wire

    But if i wanna start the smrathome in Debug mode i can't do that? Normally i start it on my Raspberry Pi with:

    /usr/local/smarthome/bin/smarthome.py -d
    This doesn't work here?
    The smarthome.py file is in the correct folder....

    I start it here in this installation with:
    /etc/init.d/smarthome start
    Zuletzt geändert von Rasmus7700; 06.09.2015, 20:20.

    #2
    Be sure that Smarthome.py doesn't already run. Check it out first:

    Code:
    ps ax | grep smarthome.py
    should reveal that. If it's still running (well, demons just do that) you can execute
    Code:
    kill id
    where id is the process number you will be displayed as above shown in ps ...

    Then switch directories and start:
    Code:
    cd /usr/local/smarthome/bin
    ./smarthome.py -d
    Regards,
    Bernd

    Kommentar


      #3
      That worked - thanks a lot

      Kommentar

      Lädt...
      X