I have installed Cistron radiusd-cistron-1.5.4-1 but they cant start service eroor found AAA : AAA server: /etc/init.d/radius line no. 27 eroor . command not found
Radius full configuraiton of radius file eroor is starting AAA server radwatch /etc/init.d/radiusd line 27 start- stop daemon commnad not found radiusd. #!/bin/sh # # radiusd Start the radius daemon. # # This is a script suitable for the Debian Linux distribution. # Copy it to /etc/init.d/radiusd, make it executable, and execute # "update-rc.d radiusd defaults 50". # RADIUSD=/usr/sbin/radiusd WATCHER=/usr/sbin/radwatch NAME1=radiusd NAME2=radwatch test -f $RADIUSD || exit 0 case "$1" in start) if [ ! -f /var/log/radutmp ] then :>/var/log/radutmp fi echo -n 'Starting AAA server: ' if [ -x $WATCHER ] then echo -n "radwatch " start-stop-daemon --start --quiet --startas $WATCHER \ --pidfile /var/run/$NAME2.pid --exec $RADIUSD -- -y else start-stop-daemon --start --quiet \ --pidfile /var/run/$NAME1.pid --exec $RADIUSD -- -y fi echo "radiusd." ;; stop) [ -z "$2" ] && echo -n 'Stopping AAA server: ' if [ -x $WATCHER ] then [ -z "$2" ] && echo -n "radwatch " start-stop-daemon --stop --quiet \ --pidfile /var/run/$NAME2.pid -- exec $RADWATCH #killall -9 radwatch 2>/dev/null else start-stop-daemon --stop --quiet \ --pidfile /var/run/$NAME1.pid --exec $RADIUSD fi #killall radiusd 2>/dev/null [ -z "$2" ] && echo "radiusd." ;; reload|restart) sh /etc/init.d/radiusd stop quiet sleep 3 /etc/init.d/radiusd start ;; *) echo "Usage: /etc/init.d/$NAME1 {start|stop|reload}" exit 1 esac exit 0
Radius output of start-stop -daemon /usr/bin/which: no start-stop-daemon in (/usr/local/sbin: /usr/local/bin:/sbin: /bin: /usr/sbin /usr/bin: /usr/ X1R6/bin: /root/bin)
start-stop-daemon is used by Debian. Is it possible that your init script is for Debian, but not for RedHat 8?
radius /usr/bin/which: no start-stop-daemon in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6 /bin:/home/qavi/bin)
I guess you installed the wrong init script on your first server (the one for Debian), because cistron Radius is working on your second server which also does not have start-stop-daemon.
radius cistron whenever I installed Cistron Radius on REDHAT linux 8.0 found warning message. (radiusd-cistron -1.5.4-1.i386. rpm ... V3 RSA/MD5 Signature: NO key idcba29bf9. what is this, how is remove.
I have installed radiusd-cistron-1.5.4-1.i386.rpm in linux enterprise 4 but it is not working . when I remove rpm is showing error the rpm is not installed. then I install message shows rpm is installed. any idea.