openvstorage / integrationtests

Open vStorage automated integration tests.
Other
0 stars 1 forks source link

Resolve dpkg issues breaking nightly build runs #564

Open pploegaert opened 7 years ago

pploegaert commented 7 years ago

This kind of errors regularly occurs on random env setups.

E.g.: http://10.100.199.200:8080/job/Setup_ovs_check_mk_plugins/124/console

Possible workarounds:

However this will not solve the issue for physical setups.

Best option might be to:

JeffreyDevloo commented 7 years ago

Apt-system daily is mainly the culprit.

These can be disabled using:

$ sudo systemctl mask apt-daily.service      # disable apt-daily.service
$ sudo systemctl disable apt-daily.timer     # disable apt-daily.timer
$ sudo systemctl disable unattended-upgrades # disable unattended-upgrades

Also be sure to reconfigure apt after disabling these.