Re: access as operator not allowed from....

2002-02-18 Thread Tom Beer

 
 On Thu, Jan 03, 2002 at 03:13:10PM +0100, Tom Beer wrote:
  ERROR: strawberry.system: [access as operator not allowed from
  [EMAIL PROTECTED]] open of //.amandahosts failed
 [...]
  /usr/home/operator/.amandahosts
 
 We've always had to put .amandahosts in /, for whatever reason.

Ok, I've done this and the straight on results are

Amanda Backup Client Hosts Check

ERROR: strawberry.system: [can not read/write
/usr/local/var/amanda/gnutar-lists/.: No such file or directory]
Client check: 1 host checked in 0.097 seconds, 1 problem found

if I do a 777 on the whole tree I get 


Amanda Backup Client Hosts Check

ERROR: strawberry.system: [can not read/write
/usr/local/var/amanda/gnutar-lists/.: Permission denied]
Client check: 1 host checked in 0.109 seconds, 1 problem found

or vice versa ;-|




access as operator not allowed from....

2002-02-18 Thread Tom Beer

Hi,

I'm trying to get amanda(client) running
on a Freebsd4.3-Release. I fetched the ports
did a 

   ./configure \
   --with-user=operator \
   --with-group=operator \
   --with-amandahosts \
   --with-config=daily \
   --with-gnutar=/bin/tar \
   --with-tape-server=milestonenfs.system \
   --with-configdir=/etc/amanda \
   --without-server \
   --with-index-server=milestonenfs.system

and

make install

everything went on smoothly but a 
amcheck -c on the server fails regularly with

Amanda Backup Client Hosts Check

ERROR: strawberry.system: [access as operator not allowed from
[EMAIL PROTECTED]] open of //.amandahosts failed
Client check: 1 host checked in 0.033 seconds, 1 problem found

(brought to you by Amanda 2.4.2p2)

I have to mention that on the server p2 and on the client p1 is running,
if
that makes any difference.

/usr/home/operator/.amandahosts

milestonenfs.system operator

/etc/inetd.conf

amanda dgramudp waitoperator/usr/local/libexec/amandad amandad

/etc/hosts.allow

amandad : 192.168.1.0/255.255.255.240 : allow

On a linux client, with the same configuration it works perfect.

Thanks for any suggestions Tom




access as operator not allowed from....

2002-01-03 Thread Tom Beer

Hi,

I'm trying to get amanda(client) running
on a Freebsd4.3-Release. I fetched the ports
did a 

   ./configure \
   --with-user=operator \
   --with-group=operator \
   --with-amandahosts \
   --with-config=daily \
   --with-gnutar=/bin/tar \
   --with-tape-server=milestonenfs.system \
   --with-configdir=/etc/amanda \
   --without-server \
   --with-index-server=milestonenfs.system

and

make install

everything went on smoothly but a 
amcheck -c on the server fails regularly with

Amanda Backup Client Hosts Check

ERROR: strawberry.system: [access as operator not allowed from
[EMAIL PROTECTED]] open of //.amandahosts failed
Client check: 1 host checked in 0.033 seconds, 1 problem found

(brought to you by Amanda 2.4.2p2)

I have to mention that on the server p2 and on the client p1 is running,
if
that makes any difference.

/usr/home/operator/.amandahosts

milestonenfs.system operator

/etc/inetd.conf

amanda dgramudp waitoperator/usr/local/libexec/amandad amandad

/etc/hosts.allow

amandad : 192.168.1.0/255.255.255.240 : allow

On a linux client, with the same configuration it works perfect.

Thanks for any suggestions Tom



Re: access as operator not allowed from....

2002-01-03 Thread Christopher Masto

On Thu, Jan 03, 2002 at 03:13:10PM +0100, Tom Beer wrote:
 ERROR: strawberry.system: [access as operator not allowed from
 [EMAIL PROTECTED]] open of //.amandahosts failed
[...]
 /usr/home/operator/.amandahosts

We've always had to put .amandahosts in /, for whatever reason.
-- 
Contemplate the mangled bodies of your countrymen, and then say, What
should be the reward of such sacrifices? ... If ye love wealth better
than liberty, the tranquillity of servitude than the animating contest
of freedom -- go from us in peace.  Crouch down and lick the hands which
feed you.  May your chains sit lightly upon you. -- Samuel Adams, 1776

CB461C61 8AFC E3A8 7CE5 9023 B35D  C26A D849 1F6E CB46 1C61



Re: access as operator not allowed from....

2002-01-03 Thread Tom Beer

 
 On Thu, Jan 03, 2002 at 03:13:10PM +0100, Tom Beer wrote:
  ERROR: strawberry.system: [access as operator not allowed from
  [EMAIL PROTECTED]] open of //.amandahosts failed
 [...]
  /usr/home/operator/.amandahosts
 
 We've always had to put .amandahosts in /, for whatever reason.

Ok, I've done this and the straight on results are

Amanda Backup Client Hosts Check

ERROR: strawberry.system: [can not read/write
/usr/local/var/amanda/gnutar-lists/.: No such file or directory]
Client check: 1 host checked in 0.097 seconds, 1 problem found

if I do a 777 on the whole tree I get 


Amanda Backup Client Hosts Check

ERROR: strawberry.system: [can not read/write
/usr/local/var/amanda/gnutar-lists/.: Permission denied]
Client check: 1 host checked in 0.109 seconds, 1 problem found

or vice versa ;-|



Re: Another: access as operator not allowed from root@localhost.localdomain

2001-01-14 Thread Alexandre Oliva

On Jan 14, 2001, Tony Magni [EMAIL PROTECTED] wrote:

 I have put both entries in my .amandahosts
 file, one for operator, one for root (just like on my sgi's), but on
 the sgi's it works, on the linux boxes (both redhat 7) it doesn't.

IIRC, on Red Hat Linux 7, operator's home directory is /root, which is
not accessible to user operator.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist*Please* write to mailing lists, not to me



Another: access as operator not allowed from root@localhost.localdomain

2001-01-13 Thread Tony Magni

I have installed the rpm's that came with redhat 7.0 and am trying to
backup 4 SGI's and 2 linux boxes with amanda installed on one of the 2
linux boxes. 
Installation went fine. I am amchecking, and I resolved all
problems from all sgi machines. But I can't get that "access as
operator not allowed from [EMAIL PROTECTED]" error out of the
way on the 2 linux boxes! I have put both entries in my .amandahosts
file, one for operator, one for root (just like on my sgi's), but on
the sgi's it works, on the linux boxes (both redhat 7) it doesn't.
I looked at all the FAQ's I could find, I checked to see if
redhat had an updated package for amanda but I didn't try to compile
myself on the linux's. Is there something I missed? Is the redhat rpm
compiled with --without-amandahosts ?

Regards,

-- 
Tony Magni
Department of Neurological Surgery
University Hospitals of Cleveland
(216)844-1306, [EMAIL PROTECTED], 
http://discordia.cwru.edu/tinton/  

 - "I know Cleveland: I spent a year there one night!"
  (Bill, San Francisco, 1994)