From 17eb55c52985bb68ac7666ca1afa5b5f848b7b53 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 11 Jan 2018 11:45:07 +0100 Subject: Remove lavapdu support and replace with pdu_generic Recent lavapdu is unpackaged and buggy. Remove it and replace with a generic PDU command line wrapper --- lava-slave/scripts/start.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lava-slave/scripts') diff --git a/lava-slave/scripts/start.sh b/lava-slave/scripts/start.sh index c9645b3..dcbbcd7 100755 --- a/lava-slave/scripts/start.sh +++ b/lava-slave/scripts/start.sh @@ -10,17 +10,6 @@ service tftpd-hpa start || exit 4 rm -f /var/run/lava-slave.pid service lava-slave start || exit 5 -if [ -e /etc/lavapdu ];then - /etc/init.d/postgresql start || exit 6 - - echo "== Start lavapdu listen ==" - /etc/init.d/lavapdu-listen start || exit 7 - # lava listen create the database, let it some time - sleep 5 - echo "== Start lavapdu runner ==" - /etc/init.d/lavapdu-runner start || exit 8 -fi - touch /var/run/conmux-registry /usr/sbin/conmux-registry 63000 /var/run/conmux-registry& sleep 2 -- cgit 1.2.3-korg