Well i would use rpm but I compiles the tar ball for this install due to
major problems I had with the amanda rpm once before. Could this possily be
just a bad xinetd file enty here are my xinetd entries for the amanda
programs:
----------------------------------------------------------------
# default: off
#
# description: Part of the Amanda server package
service amandaidx
{
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = operator
group = root
server = /usr/local/libexec/amindexd
}
----------------------------------------------------------------
# default: off
#
# description: Part of the amanda server package
#
service amidxtape
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = operator
group = root
server = /usr/local/libexec/amidxtaped
}
----------------------------------------------------------------
# default: on
# description: the client daemon for Amanda backups
service amanda
{
disable = no
socket_type = dgram
wait = yes
user = operator
group = root
server = /usr/local/libexec/amandad
}
-----------------------------------------------------------------
> Hello...
>
> Try this:
>
> rpm --rebuild http://people.redhat.com/teg/amanda-2.4.2p1-2.src.rpm
>
> then rpm -Fvh /usr/src/redhat/RPMS/i386/amanda*-2.4.2p1-2.i386.rpm
>
> (notice the wildcard(*))
>
> and possibly:
>
> service xinetd restart
>
> Do all your problems go away?
>
>
>
> [EMAIL PROTECTED] wrote:
>
> > Hello,
> > I am currently running Amanda on a RedHat 7 box and am tring to recove
a
> > file.
> > When I run # amrecover DailySet the first time I receive the error:
> >
> > AMRECOVER Version 2.4.2. Contacting server on linus.elyria.com ...
> > amrecover: Error connecting to server: Connection refused
> >
> > and it looks as though xinetd shuts off the amandaidx service untill
xinetd
> > is restarted.
> >
> > My amrecover.debug:
> >
> > amrecover: debug 1 pid 3935 ruid 0 euid 0 start time Fri Feb 23 13:31:51
> > 2001
> > Error connecting to server
> > amrecover: pid 3935 finish time Fri Feb 23 13:31:51 2001
> >
> > Thanks in advance for the help.
> >
> > P.S.
> > I was looking over the eGroups list for amanda and come accross the same
> > thing another person was having. They had what seemed to be some sort of
> > patch but have no clue as to what it actually was and how it worked due
to
> > the fact that i was unable to download it and take a look at it.
>
>
> --
>
> Christopher McCrory
> "The guy that keeps the servers running"
> [EMAIL PROTECTED]
> http://www.pricegrabber.com
>
> "Linux: Because rebooting is for adding new hardware"
>
>