From: Jonathan Rajotte Date: Thu, 6 Dec 2018 22:05:17 +0000 (-0500) Subject: LAVA: force start of systemd timesyncd service X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1bc2b3ded0d76ff6fff88c297343a4352a13c3d2;p=lttng-ci.git LAVA: force start of systemd timesyncd service The root filesystem (/) is mounted with 700 permission and timesyncd/systemd expect 755 to work... go figure. Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/template_lava_job.jinja2 b/scripts/system-tests/template_lava_job.jinja2 index e4270e9..fcf7e01 100644 --- a/scripts/system-tests/template_lava_job.jinja2 +++ b/scripts/system-tests/template_lava_job.jinja2 @@ -75,6 +75,8 @@ actions: - x86 run: steps: + - chmod 755 / + - systemctl start systemd-timesyncd - echo nameserver 172.18.0.12 > /etc/resolv.conf - ip a - groupadd tracing