On Mon, Jul 21, 2003 at 06:30:59PM +0000, Mahesh wrote:
> I am getting this message
>    18:28:27 getservbyname(codasrv,udp) failed, using 2432/udp
> while starting venus.

To get rid of this warning you have to make sure you have the right
entries in /etc/services,

You need to have at least the following,

    rpc2portmap     369/udp    # Coda portmapper
    codaauth2       370/udp    # Coda authentication server
    codasrv         2432/udp   # server port
    codasrv-se      2433/udp   # udp sftp side effect

Jan

Reply via email to