> I have read extensively and have failed to find a solution to my
> problem.  I am hoping someone will know what I have done wrong.  I
> can't
> seem to get "amrecover" to work for me.

Check using netstat if the following port are bound:

$ netstat -an|grep :1008. 
tcp        0      0 0.0.0.0:10082           0.0.0.0:*              
LISTEN
tcp        0      0 0.0.0.0:10083           0.0.0.0:*              
LISTEN
udp        0      0 0.0.0.0:10080           0.0.0.0:*

$ grep ^am /etc/services 
amanda          10080/udp                       # amanda backup services
amandaidx       10082/tcp                       # amanda backup services
amidxtape       10083/tcp                       # amanda backup services

Reply via email to