Tagged: , ,

Viewing 15 posts - 61 through 75 (of 102 total)
  • Author
    Posts
  • HendrikHendrik
    Participant
      Post count: 13

      Du hast das loopback Interface verändert. Und du hast ein „i“ vergessen.
      Es muss so aussehen:

      # The loopback network interface
      auto lo
      iface lo inet loopback
      
      # The primary network interface
      allow-hotplug eth0
      iface eth0 inet static
      address 192.168.178.11
      netmask 255.255.255.0
      gateway 192.168.178.1
      pstackpstack
      Participant
        Post count: 4

        @Ich unable to create socket on lo (2) for 127.0.0.1#123 means that a ntp daemon is already running. You have to disable timesyncd AND ntp. You just have to make sure, that the ntpd binary is on the system, it will be used then by the hs process itself.

        I’m currently testing hstk, getting back after that.

        toni381toni381
        Participant
          Post count: 6

          Habe ihn mittlerweile zum laufen bekommen mein Projekt was ich manuell als Datei und entpackt habe läuft auch
          Habe nur ein Problem wenn ich mit dem Experten das Projekt aktualisieren möchte meckerte der Experte das nicht genügend Speicher Platz wäre was aber nicht sein kann,
          Hat wer ne Ahnung wo es dran liegen könnte ?

          sinn3rsinn3r
          Participant
            Post count: 368

            @toni381
            klingt für mich nach falschen Berechtigungen im project-Ordner.

            toni381toni381
            Participant
              Post count: 6

              Nur welche ?

              sinn3rsinn3r
              Participant
                Post count: 368

                Einfach mal auf 777 setzen, dann siehst Du ja, ob’s klappt.

                IchIch
                Participant
                  Post count: 38

                  @pstack
                  Vielen Dank für dein Feedback. Nachdem ich den ntp-Dienst deaktiviert habe, ist die Fehlermeldung auch verschwunden. Wenn ich das richtige verstanden habe, hätte ich ntp erst garnicht installieren müssen, da der Dienst bereits in hs enthalten ist. Richtig ?