Amanda-Users

Re: Permissions with Amanda-client

2002-12-19 19:56:45
Subject: Re: Permissions with Amanda-client
From: Gene Heskett <gene_heskett AT iolinc DOT net>
To: o.darchuk AT wucb.lviv DOT net, Christoph Scheeder <christoph.scheeder AT scheeder DOT de>
Date: Thu, 19 Dec 2002 19:26:51 -0500
On Thursday 19 December 2002 11:23, Oleksandr Darchuk wrote:
>On Thursday 19 December 2002 18:09, you wrote:
>> Hi,
>> are you using xinetd?
>> if yes have you the line
>> groups=yes
>> in your servicefile for amandad?
>> Christoph
>
>Hmmmm I have no this option. But I've added it just now, then
>/etc/rc.d/init.d/xinetd restart and try again.
>The same result :(((

Here is a good 'amanda' file for xinetd.d that you can use for 
comparison.

--------------------------
# 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
}
---------------------------------
Its owned by root, group root, but that doesn't seem to bother it.
perms are -rw-r--r-.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.20% setiathome rank, not too shabby for a WV hillbilly

<Prev in Thread] Current Thread [Next in Thread>