Amanda-Users

[Amanda-users] Amrecover is not starting

2008-10-29 08:33:33
Subject: [Amanda-users] Amrecover is not starting
From: rakesh <amanda-forum AT backupcentral DOT com>
To: amanda-users AT amanda DOT org
Date: Wed, 29 Oct 2008 08:26:18 -0400
Hi

amandad.*.debug is not generating any new logs

configuration details for xinetd  as below 
root@BackUp-Host-Server:/etc/xinetd.d# ls -la
total 40
drwxr-xr-x  2 root root 4096 2008-10-08 19:46 .
drwxr-xr-x 83 root root 4096 2008-10-08 19:58 ..
-rw-r--r--  1 root root  338 2008-10-08 19:43 amanda
-rw-r--r--  1 root root  211 2008-10-08 19:45 amandaidx
-rw-r--r--  1 root root  212 2008-10-08 19:46 amidxtape
-rw-r--r--  1 root root  798 2006-05-09 17:20 chargen
-rw-r--r--  1 root root  660 2006-05-09 17:20 daytime
-rw-r--r--  1 root root  536 2006-05-09 17:20 discard
-rw-r--r--  1 root root  580 2006-05-09 17:20 echo
-rw-r--r--  1 root root  727 2006-05-09 17:20 time
root@BackUp-Host-Server:/etc/xinetd.d# cat amanda
# default: on
# description: The amanda service
service amanda
{
        only_from               = BackUp-Host-Server BackUp-Client 
BackUp-Client BackUp-Client BackUp-Client BackUp-Client
        disable         = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = disk
        server                  = /usr/local/libexec/amandad
        server_args             = -auth=bsd amdump amindexd amidxtaped
}
root@BackUp-Host-Server:/etc/xinetd.d# cat amandaidx
#default: on
# description: The amanda index service
service amandaidx
{
        disable                 = no
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = disk
        server                  = /usr/local/libexec/amindexd
}
root@BackUp-Host-Server:/etc/xinetd.d# cat amidxtape
#default: on
# description: The amanda tape service
service amidxtape
{
        disable                 = no
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = amanda
        group                   = disk
        server                  = /usr/local/libexec/amidxtaped
}

+----------------------------------------------------------------------
|This was sent by rakesh AT translogicsys DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------