Tagged: hikvision QC, HS4, rtsp
-
AuthorPosts
-
HendrikParticipant2019-08-18 at 11:26Post 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
pstackParticipant2019-08-18 at 12:27Post 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.
toni381Participant2019-08-18 at 16:29Post count: 6Habe 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 ?sinn3rParticipant2019-08-18 at 17:16Post count: 368@toni381
klingt für mich nach falschen Berechtigungen im project-Ordner.toni381Participant2019-08-18 at 17:19Post count: 6Nur welche ?
sinn3rParticipant2019-08-18 at 17:42Post count: 368Einfach mal auf 777 setzen, dann siehst Du ja, ob’s klappt.
IchParticipant2019-08-18 at 19:06Post 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 ?