xinetd.d/amandaserver looks like
---------------
service amanda
{
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
}
----------------
amandahosts looks like
----------------
localhost root amindexd amidxtaped
localhost amandabackup amdump
localhost.localdomain root amindexd amidxtaped
localhost.localdomain amandabackup amdump
-----------------
Note sure what you mean by
$amanda_local_account
Cheers,
On 07/08/12 01:01, Bryan Hodgson wrote:
> On Mon, Aug 06, 2012 at 10:23:30PM +1000, Subscriptions wrote:
>> Everything is set up to use amandabackup as the user (and this
>> worked for months prior to upgrading to 12.04), so not sure why it
>> expects the user to be 'backup'
>>
> Doesn't matter. Fix xinetd.d/amanda, ~$amanda_local_account/.amandahosts
> to permit it to run, and move on.
>