Yes,
this is the file merged:
# default: on
#
# description: Amanda services for Amanda server and client.
#
service amanda
{
only_from = UbuntuServer
disable = no
flags = IPv4
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/lib/amanda/amandad
server_args = -auth=bsdtcp amdump amindexd amidxtaped
}
This is xinetd restart
amandabackup@DebianServer:~$ /etc/init.d/xinetd restart
Stopping internet superserver: xinetd/etc/init.d/xinetd: 72:
start-stop-daemon: not found
failed!
Starting internet superserver: xinetd/etc/init.d/xinetd: 72:
start-stop-daemon: not found
failed!
amandabackup@DebianServer:~$ exit
logout
root@DebianServer:~# /etc/init.d/xinetd reload
Reloading internet superserver configuration: xinetd.
root@DebianServer:~# /etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
This is to verify if Server are able to connect the Client
amandabackup@UbuntuServer:~$ amservice DebianServer bsdtcp noop </dev/null
Request failed: Connection timed out
2013/1/31 Jean-Louis Martineau <[email protected]>:
> On 01/31/2013 06:12 AM, Raffaele Chiocchetti wrote:
>>
>> HI all, I am beginner with Amanda, last week I had setted without
>> problem a simple system with 2 server (Ubuntu and Windows).
>>
>> Now, I am setting a system with 3 servers.
>>
>> I) Amanda Server on ubuntu 12.04 (ubuntu.server.com)
>> II)Amanda Client on Windows 2008 Server
>> III)Amanda Client on Debian 6.0 (DebianServer)
>>
>> For Windows I don't have problem. I can terminate with success both
>> amcheck that amdump.
>>
>> I have some problem during the installation on Debian server, in-fact
>> I never find a guide to install and configure debian.
>>
>> This are the instructions that i have used to install Amanda on debian 6
>>
>> root@debian:~$ apt-get update
>> root@debian:~$ apt-get install build-essential
>> root@debian:~$ dpkg -i amanda-backup-server_XXX_i386.deb
>> root@debian:~$ passwd amandabackup
>> root@debian:~$ mkdir -p /data/amanda/vtape/DailySet1
>> root@debian:~$ chown amandabackup:disk /data/amanda/vtape/DailySet1
>> root@debian:~$ chmod -R 750 /data/amanda/vtape/DailySet1
>>
>> After, I have added a debian client in Amanda server
>>
>> amandabackup@ubuntu:~$ amaddclient --config DailySet2 --client
>> DebianServer --diskdev /home/Folder --dumptype comp-user-tar
>> Logging to /var/log/amanda/amaddclient.20130131115218.debug
>> /etc/amanda/DailySet2/disklist has 'DebianServer/home/Folder ...'
>> entry, file not updated
>> updating /var/lib/amanda/.amandahosts on ubuntu.server.com
>> /var/lib/amanda/.amandahosts contains DebianServer root, file not updated
>> Attempting to update /var/lib/amanda/.amandahosts on DebianServer
>> amandabackup@DebianServer's password:
>> .amandahosts 100% 340 0.3KB/s
>> 00:00
>> /var/lib/amanda/.amandahosts contains ubuntu.server.com amandabackup,
>> file not updated
>> debianServer:/var/lib/amanda/.amandahosts updated successfully
>> Creating amanda-client.conf for DebianServer
>> Creating /etc/amanda/DailySet2 on DebianServer
>> amandabackup@DebianServer's password:
>> amandabackup@DebianServer's password:
>> amanda-client.conf-DebianServer 100% 392 0.4KB/s 00:00
>> Copy /var/lib/amanda/amanda-client.conf-DebianServer to DebianServer
>> successfully
>
>
>> File /var/lib/amanda/example/xinetd.amandaclient contains the latest
>> Amanda client daemon configuration.
>> Please merge it to /etc/xinetd.d/amandaclient.
>
> Have you merged it? Have you restarted xinetd?
>
> Jean-Louis
>
>>
>> But now I receive a selfcheck request failed
>>
>> amandabackup@ubuntu:~$ amcheck DailySet2 -c
>>
>> Amanda Backup Client Hosts Check
>> --------------------------------
>> WARNING: xx.yyy.xx.yy: selfcheck request failed: Connection timed out
>> Client check: 1 host checked in 199.542 seconds. 1 problem found.
>>
>> (brought to you by Amanda 3.3.3)
>>
>> I use bsdtcp for the authentication.
>>
>> Someone can help me?
>>
>> Thanks in advance
>>
>> Raffaele
>
>