> I added the last argument, the name of the program, and restarted inetd, but
> it still didn't work.  It still timed out.  The netstat -an | grep 10080 had
> this output:
> tcp4       0      0  *.10080                *.*                    LISTEN
> 
> The /etc/services had these lines:
> amanda             10080/udp  #Dump server control
> amandaidx       10082/tcp  #Amanda indexing
> amidxtape       10083/tcp  #Amanda tape indexing
> 
> ...Doesn't the amanda service run as udp?  Why does the netstat have the
> 10080 port as a tcp service?

Don't know much about FreeBSD, but amandad should run on UDP 10080. You
might check with lsof who is listening on TCP 10080.

$ netstat -an | grep 10080
udp        0      0 0.0.0.0:10080           0.0.0.0:*

Reply via email to