OS 11.0 Amanda problems

I cannot get my OS 11.0 system to pass amcheck. I installed the package from YAST.

Here’s the output

Tesla:/etc/xinetd.d # su amanda
amanda@Tesla:/etc/xinetd.d> amcheck DailySet1
Amanda Tape Server Host Check
-----------------------------
slot 1: read label `DailySet1-01', date `X'
NOTE: skipping tape-writable test
Tape DailySet1-01 label ok
NOTE: conf info dir /var/lib/amanda/DailySet1/curinfo does not exist
NOTE: it will be created on the next run.
NOTE: index dir /var/lib/amanda/DailySet1/index does not exist
NOTE: it will be created on the next run.
Server check took 0.061 seconds

Amanda Backup Client Hosts Check
--------------------------------
WARNING: Tesla: selfcheck request failed: error sending REQ: send REQ to Tesla.WJT failed: Socket operation on non-socket
Client check: 1 host checked in 0.017 seconds, 1 problem found

(brought to you by Amanda 2.5.2p1)
amanda@Tesla:/etc/xinetd.d>

The logs…

amanda@Tesla:/tmp/amanda/server/DailySet1> cat amcheck.20090331181829.debug
amcheck: debug 1 pid 10809 ruid 37 euid 0: start at Tue Mar 31 18:18:29 2009
amcheck: debug 1 pid 10809 ruid 37 euid 37: rename at Tue Mar 31 18:18:29 2009
amcheck-clients: time 0.002: security_getdriver(name=BSD) returns 0x7f61c80628a0
amcheck-clients: time 0.002: security_handleinit(handle=0x7f61c80bcf00, driver=0x7f61c80628a0 (BSD))
amcheck-clients: time 0.014: dgram_bind: socket() failed: Address family not supported by protocol
amcheck-clients: time 0.019: dgram_send_addr(addr=0x7f61c80bcf40, dgram=0x7f61c807a4c8)
amcheck-clients: time 0.019: (sockaddr_in6 *)0x7f61c80bcf40 = { 10, 10080, ::ffff:127.0.0.2 }
amcheck-clients: time 0.019: dgram_send_addr: 0x7f61c807a4c8->socket = 0
amcheck-clients: time 0.019: dgram_send_addr: sendto(::ffff:127.0.0.2.10080) failed: Socket operation on non-socket
amcheck-clients: time 0.019: security_seterror(handle=0x7f61c80bcf00, driver=0x7f61c80628a0 (BSD) error=send REQ to Tesla.WJT failed: Socket operation on non-socket)
amcheck-clients: time 0.019: security_seterror(handle=0x7f61c80bcf00, driver=0x7f61c80628a0 (BSD) error=error sending REQ: send REQ to Tesla.WJT failed: Socket operation on non-socket)
amcheck-clients: time 0.019: security_close(handle=0x7f61c80bcf00, driver=0x7f61c80628a0 (BSD))
changer_query: changer return was 25 1
changer_query: searchable = 0
changer_find: looking for NULL changer is searchable = 0
amcheck: time 0.063: pid 10809 finish time Tue Mar 31 18:18:29 2009
amanda@Tesla:/tmp/amanda/server/DailySet1>

xinetd files… (I’ve also tried changing the first one to stream/tcp with no luck)

amanda@Tesla:/etc/xinetd.d> cat amanda
# default: off
# description: Amanda backup client
#
service amanda
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = amanda
        group           = disk
        server          = /usr/lib/amanda/amandad
        disable         = no
}

amanda@Tesla:/etc/xinetd.d>
amanda@Tesla:/etc/xinetd.d> cat amandaidx
# default: off
# description: Amanda backup server with indexing capabilities
#
service amandaidx
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        server          = /usr/lib/amanda/amindexd
        disable         = no
}

amanda@Tesla:/etc/xinetd.d>
amanda@Tesla:/etc/xinetd.d> cat amidxtape
# default: off
# description: Amanda backup server with indexing capabilities
#
service amidxtape
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = amanda
        group           = disk
        server          = /usr/lib/amanda/amidxtaped
        disable         = no
}

amanda@Tesla:/etc/xinetd.d>

Any advice??

Thanks for your help,
WT

Here’s the solution:

OpenSuse 11.0 problems with Amanda - LinuxQuestions.org

Regards,
WT