Hallo Andreas!
> > XInetD ist installiert und konfiguriert. Nur leider läßt es sich trotz
> > Startscript in /usr/local/etc/rc.d nicht starten.
>
>Eine typische Falle waere, dass das x-Bit fuer xinetd.sh nicht
>gesetzt ist.
Das hatte ich kontrolliert. Das x-Bit für Owner war gesetzt.
> > /usr/local/etc/rc.d/xinetd.sh:
> > #!/bin/sh
> >
> > case "$1" in
> > start)
> > [ -x /usr/local/libexec/xinetd ] && \
> > /usr/local/libexec/xinetd -pidfile /var/run/xinetd.pid && \
> > echo -n ' xinetd'
>... siehst Du denn bei den Startmeldungen diese Ausgabe?
>Und stimmt der Pfad zum xinetd-Binary?
Startmeldungen erschienen nicht. Die Ausgabe von " xinetd" gab es auch nicht.
Der Pfad war schuld. Das Binary lag unter /usr/local/sbin statt
/usr/local/libexec.
In den Diskussionsgruppen habe ich immer wieder davon gelesen, daß der Port
das Binary unter /usr/local/libexec ablegt. War dann wohl doch nicht so.
Man sollte sich halt nicht auf das verlassen, was man liest.
Regards
Jan
-- "If organized religion is the opium of the masses then disorganized religion is the marijuana of the lunatic fringe." To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 20 Nov 2002 - 15:06:51 CET