On Saturday 20 December 2003 07:11, Dean Pullen wrote:
>I'm not actually getting any debug files in /tmp/amanda on my client
> machine (database01).
>
>Does this probably mean amandad isn't being run on startup?
>
>If I manually try to start amandad a debug file appears, so I
> believe all the directory permissions are ok.
Do you still have the default "disable=yes" in the
/etc/xinetd.d/amanda and such files? Change it to =no in all three
sections or all 3 files, like this:
/etc/xinetd.d/amanda:
--------------------
# default = off
#
# description: Part of the Amanda server package
# This is the list of daemons & such it needs
service amanda
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = amanda
group = disk
groups = yes
server = /usr/local/libexec/amandad
}
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
}
-------------------
modify the paths to match your install if they are different of
course. Also the user and group if required. This is the more or
less default install when done from a tarball.
--
Cheers, Gene
AMD [EMAIL PROTECTED] 320M
[EMAIL PROTECTED] 512M
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2003 by Maurice Eugene Heskett, all rights reserved.