Amanda-Users

Re: Moving Amanda to FreeBSD host, problems

2003-01-11 15:16:45
Subject: Re: Moving Amanda to FreeBSD host, problems
From: Marius Sorteberg <marius AT overalt DOT no>
To: "amanda; amanda users lisr" <amanda-users AT amanda DOT org>
Date: Sat, 11 Jan 2003 20:36:49 +0100
On Sat, Jan 11, 2003 at 11:43:52AM -0500, stan wrote:
> First is device names. It looks like (from dmesg) that my SCSI DLT40 drive
> is found at /dev/sa0. And Indeed I seem to be able to access it there.
> However I don't see a /dev/sa0n. What would the no rewind device  be under
> FreeBSD?
>
Try /dev/nrsa0, it's the no rewind device under FreeBSD.
 
> Second, the machine in question (the new tape/index) server, has been
> aclient of the existing server since it was born. I have an user named
> amanda, and historicaly amanda has belonged to the group opeerator. However
> aparently that won't work for the server side?
> 
> I'm geting erros about planner, dumper, and amcheck not being SUID root.
> Do they need to be owned ny root?
>
No, but it could be your entry in /etc/inetd.conf. Mine looks like this:

# Amanda backup client
amandaidx stream tcp    nowait  amanda /usr/local/libexec/amanda/amindexd 
amindexd
amidxtape stream tcp    nowait  amanda /usr/local/libexec/amanda/amidxtaped 
amidxtaped
amanda dgram udp        wait    amanda /usr/local/libexec/amanda/amandad amandad

I installed Amanda server whith this command:
portupgrade -Nm "-DWITHOUT_GNUTAR AMANDA_CONFIG=DLT AMANDA_USER=amanda 
AMANDA_GROUP=operator" amanda-server

And the clients like this:
portupgrade -Nm "-DWITHOUT_GNUTAR AMANDA_CONFIG=DLT AMANDA_USER=operator 
AMANDA_GROUP=operator AMANDA_SERVER=your.backup.server" amanda-client

With /this in /etc/inetd.conf:
amanda dgram udp        wait    operator /usr/local/libexec/amanda/amandad 
amandad


-- Marius Sorteberg


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