Amanda-Users

Re: amrestore does not work "NAK: amindexd: invalid service"

2007-07-12 05:14:28
Subject: Re: amrestore does not work "NAK: amindexd: invalid service"
From: Bjoern B <bb AT ic-marl DOT de>
To: Jean-Louis Martineau <martineau AT zmanda DOT com>, fsmith AT hoovers DOT com
Date: Thu, 12 Jul 2007 11:01:55 +0200
Hi,

Jean-Louis Martineau schrieb:
Frank Smith wrote:
amandad: time 0.000: amindexd: invalid service
amandad: time 0.000: sending NAK pkt:
<<<<<
ERROR amindexd: invalid service

My interpretation of this error is that it couldn't find the service
named amindexd.  Is this something new in 2.5, as in 2.4 it was named
amandaidx, which is what is in your xinetd config and probably in
your /etc/services as well.

If you don't get a more definitive answer, try changing the name in
/etc/services and see what happens (I think that is the name that
matters on lookups, not the name in your xinetd config, but I could
be wrong and you might want to change both and try again).
amindexd is not a system services, it is an amanda service, it should not be listed in /etc/services

There is a entry in /etc/services:

amanda          10080/tcp                       # amanda backup services
amanda          10080/udp
kamanda         10081/tcp                       # amanda backup services
(Kerberos)
kamanda         10081/udp
amandaidx       10082/tcp                       # amanda backup services
amidxtape       10083/tcp                       # amanda backup services

have tried:

amanda          10080/tcp                       # amanda backup services
amanda          10080/udp
kamanda         10081/tcp                       # amanda backup services
(Kerberos)
kamanda         10081/udp
amindexd        10082/tcp                       # amanda backup services
amidxtape       10083/tcp                       # amanda backup services

But still the same error.

bye

B²
Jean-Louis