what brings us again to:  LP: #406397 ...
So, the only general solution is a pre-start-script like
  #!/bin/bash
  count=0
  reachable=0
  while [ $count -le 10 ]; do
        ping -c1 tic.sixxs.net >/dev/null
        reachable=$?
        if [ "$reachable" != "2" ]; then
                count=11
        fi
        count=$[$count+1]
  done

(ping returns a "2" if the name could not be resolved...)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967095

Title:
  aiccu fails to start if DNS services are not started

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/967095/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to