On Thursday 08 February 2007 09:46, Yogesh Hasabnis wrote: >Hi, > >I had to upgrade to amanda-2.5.1p2 for some reason. I >used the doc at >http://amanda.zmanda.com/quick-backup-setup.html for >reference. Now when I run the "amcheck <config_name>" >command at the end, I get the following error >Amanda Backup Client Hosts Check >selfcheck request failed: timeout waiting for ACK. > >In my setup the same host acts as a client as well as >the server. So I have only installed the >amanda-backup_server-2.5.1p2-1 rpm. My .amandahost >looks like this ><host_name> root amindexd amidxtaped ><host_name> amandabackup amdump > >In xinetd.d, I have created only one file which looks >like >service amanda >{ > only_from = <host_name> > disable = no > 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 >} > >I have tried various things up till now, but I am not >able to resolve this issue. Kindly suggest, where I >may be going wrong. > >Thanks in advance > >Yogesh > Generally, for xinetd to work, you'll need descriptors for 3 functions, which may in fact all be in one file, here's mine: # default = off # # description: Part of the Amanda server package # This is the list of daemons & such it needs service amanda { only_from = coyote.coyote.den disable = no socket_type = dgram protocol = udp wait = yes user = amanda group = disk groups = yes server = /usr/local/libexec/amandad server_args = -auth=bsd amdump amindexd amidxtaped } service amandaidx { disable = no socket_type = stream protocol = tcp wait = no user = amanda group = disk groups = yes server = /usr/local/libexec/amindexd } service amidxtape { disable = no socket_type = stream protocol = tcp wait = no user = amanda group = disk groups = yes server = /usr/local/libexec/amidxtaped } ======= Adjust to suit of course.
> > > >________________________________________________________________________ >____________ No need to miss a message. Get email on-the-go >with Yahoo! Mail for Mobile. Get started. >http://mobile.yahoo.com/mail -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Yahoo.com and AOL/TW attorneys please note, additions to the above message by Gene Heskett are: Copyright 2007 by Maurice Eugene Heskett, all rights reserved.
