fi
fi
+ super="--super-users-file $GLITE_LOCATION/etc/LB-super-users"
[ -z "$creds" ] && echo $0: WARNING: No credentials specified. Using default lookup which is dangerous. >&2
su - $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-bkserverd \
--notif-il-sock=/tmp/glite-lb-notif.sock \
--notif-il-fprefix=/var/tmp/glite-lb-notif \
- $creds -i $pidfile $port" && echo " done" || echo " FAILED"
+ $super $creds -i $pidfile $port" && echo " done" || echo " FAILED"
echo -n Starting glite-lb-notif-interlogd ...
su - $GLITE_USER -c "$GLITE_LOCATION/bin/glite-lb-notif-interlogd \
int cnt = 0;
if (!roots) {
- perror(file);
- return 1;
+ syslog(LOG_WARNING,"%s: %m, continuing without --super-users-file",file);
+ dprintf(("%s: %s, continuing without --super-users-file\n",file,strerror(errno)));
+ return 0;
}
while (!feof(roots)) {