[Avcheck] RE: AVP check

Piotr Klaban makler@man.torun.pl
Tue, 11 Sep 2001 09:58:28 +0200


On Tue, Sep 11, 2001 at 09:39:18AM +0200, Johan de Vries wrote:
> This is the startscript i use
> 
> /usr/bin/env - HOME=/ \
> /bin/nice \
> /var/spool/avp/uchroot -u avpd /var/spool/avp \
> #./AvpDaemon -dl -f=/ctl /tst > /dev/null
> ./AvpDaemon -dl -f=/ctl /tst

I do not know if this is the source of the problem,
but you concatenate command with comment, and that is not right.
That mistake is popular ...

The last line above is not the part of 'uchroot' command.
Just move the comment one line below:

> /usr/bin/env - HOME=/ \
> /bin/nice \
> /var/spool/avp/uchroot -u avpd /var/spool/avp \
> ./AvpDaemon -dl -f=/ctl /tst
> #./AvpDaemon -dl -f=/ctl /tst > /dev/null

-- 
Piotr Klaban