Tagged: 

Viewing 15 posts - 31 through 45 (of 149 total)
  • Author
    Posts
  • Paul
    Participant
      Post count: 52

      Credits gehen in erster Linie an sinn3r !!!

      Wie gesagt, ich will erst noch ein paar Sachen anpassen und dann kann ich mal gucken ob ich nen Image mit Default Projekt hochladen kann

      lebi1976
      Participant
        Post count: 44

        Das wäre wirklich total nett von Dir!

        Aus der dmidecode und ifconfig deine MAC raus löschen
        und ein neues Prjoket übertragen dann sollte es ja clean sein :-)

        Danke für die Mühe die du Dir machst!

        mosjka1
        Participant
          Post count: 41

          us dem INSTALL/ex Ordner noch die Python-lib “Serial” nach /usr/lib/python2.7/dist-packages kopieren (hier habe ich kein passendes Paket zum Installieren gefunden)

          Welche datei habt ihr hier genommen?

          [email protected]:/hs# /hs/bin/hs_main main
          Traceback (most recent call last):
            File "./../hssrc/hs_main.py", line 86, in <module>
            File "./../hssrc/hs_isdn_data.py", line 32, in <module>
            File "./../hssrc/lib_isdn_dispatcher.py", line 7, in <module>
            File "./../hssrc/lib_serial.py", line 4, in <module>
          ImportError: No module named serial
          lebi1976
          Participant
            Post count: 44

            Also ich habe das gesamt Verzeichnis ‘/INSTALL/ex/usr/lib/python2.7/dist-packages/serial’ nach ‘/usr/lib/python2.7/dist-packages’ kopiert.

            Paul
            Participant
              Post count: 52

              korrekt ich auch … wobei man das auch via PIP installieren könnte.

              apt-get install python-pip python-dev
              pip install serial

              müsste auch gehen

              lebi1976
              Participant
                Post count: 44

                Dachte ich versuch mal zusätzlich via PIP zu installieren – jetzt startet meine HS_main auch nicht mehr :-(

                Ich glaube jetzt ist der Punkt gekommen wo ich nochmals von vorne beginnen muss.

                Wie habt ihr eure Platte eigentlich partitioniert ?

                Paul
                Participant
                  Post count: 52

                  4 Partitionen..

                  Nr 1 Primär : SWAP
                  Nr 2 Primär : EXT4 mit Root /
                  Nr 3 Primär : Ohne FS
                  Nr 4 Primär : Ohne FS

                  lebi1976
                  Participant
                    Post count: 44

                    Ok ich hatte nur zwei – deshalb die Fehlermeldungen bezüglich fehlender dev‘s

                    Ich glaub ich warte und hoffe besser auf ein Image zum Download ?

                    Paul
                    Participant
                      Post count: 52

                      @sinn3r :

                      Ich glaub ich habs, hab deine Service als Basis genommen:

                      ########### hs4.service ###########
                      [Unit]
                      Desription=homeserver 4 with systemd, respawn
                      After=network.target
                      After=getty.target
                      [email protected]

                      [Service]
                      ExecStart=/hs/bin/hs_main main
                      Restart=always
                      [email protected]
                      StandardInput=tty-force
                      StandardOutput=inherit
                      StandardError=inherit

                      [Install]
                      WantedBy=multi-user.target