я пытаюсь решить проблему autoPPP d в логах... mgetty[12354]: data dev=ttyM6, pid=12354, caller='none', conn='57600', name='', cmd='/usr/sbin/pppd', user='/AutoPPP/' <-- вот это мне не нравится, т.к. на некоторых польз. оно их имена не пишет
[root@inet ppp]# cat auth-up #!/bin/bash
LOGFILE=/tmp/$0.log DATE=`date "+%k:%M:%S %d.%m.%Y"` echo $DATE $* >> $LOGFILE
в манах написано
/etc/ppp/auth-up A program or script which is executed after the remote system successfully authenticates itself. It is executed with the parameters
interface-name peer-name user-name tty-device speed
Note that this script is not executed if the peer doesn't authenticate itself, for example when the noauth option is used.
но в логах inet pppd[12429]: Can't execute /etc/ppp/auth-up: Exec format error
вопрос: в каком таком формате должен быть сабж?? или что я не так делаю?