dom0/ClockVM: disable ntpd in ClockVM (#435)
To not conflict with ntpdate (both are using 123/udp port).
This commit is contained in:
parent
59e7041554
commit
3a71716db3
@ -2546,9 +2546,9 @@ class QubesVmCollection(dict):
|
|||||||
|
|
||||||
self.clockvm_qid = clockvm.qid
|
self.clockvm_qid = clockvm.qid
|
||||||
|
|
||||||
# Enable ntpd in ClockVM
|
# Disable ntpd in ClockVM - to not conflict with ntpdate (both are using 123/udp port)
|
||||||
if self.clockvm_qid is not None:
|
if self.clockvm_qid is not None:
|
||||||
self[self.clockvm_qid].services['ntpd'] = True
|
self[self.clockvm_qid].services['ntpd'] = False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def pop(self, qid):
|
def pop(self, qid):
|
||||||
|
Loading…
Reference in New Issue
Block a user