path: debian-edu-config_2.12.904/testsuite/kerberos
for process in krb5kdc kadmind ; do
    if pidof $process > /dev/null ; then
	echo "success: $0: $process is running."
    else
