From owner-freebsd-questions Fri Jan 14 4:20:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.atrada.de (hermes.atrada.de [212.118.32.33]) by hub.freebsd.org (Postfix) with SMTP id 9171C155EE for ; Fri, 14 Jan 2000 04:20:05 -0800 (PST) (envelope-from maret@atrada.de) Received: from erlangen01.atrada.de by hermes.atrada.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 14 Jan 2000 12:20:04 UT Received: (private information removed) Message-ID: <58A002A02C5ED311812E0050044517F00D2486@erlangen01.atrada.de> From: Alexander Maret To: "'freebsd-questions@freebsd.org'" Subject: Amanda Problems 2. Date: Fri, 14 Jan 2000 13:21:34 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some minutes ago I sent you the message below. Meanwhile I realised that the inetd.conf entry was wrong. It has to be: amanda dgram udp wait amanda /usr/local/libexec/amanda/amandad amandad Unfortunately I now get the following error from amcheck: ================================================================== Amanda Backup Client Hosts Check -------------------------------- ERROR: localhost NAK: service selfcheck unavailable Client check: 1 hosts checked in 0.033 seconds, 1 problems found. (brought to you by Amanda 2.3.0) ================================================================== Even if I set hosts.allow to: ALL : ALL : allow Any ideas? Please reply to me directly as I'm not on the list. Alex ################################ Previous message: Hello, I've got some problems with amanda here. I installed Amanda on a machine, which will be backuped too. Unfortunately on doing "amcheck " the client( =master ) always times out. I did everything as described in the INSTALL file: inetd.conf: =========== amanda dgram udp wait bin /usr/local/libexec/amanda/amandad amandad login stream tcp nowait root /usr/libexec/rlogind rlogind hosts.allow: ============ ALL : localhost : allow host.equiv ========== localhost amanda ~/.rhosts = ~/.amandahosts ========================== localhost amanda /etc/group ========== operator:*:5:root,amanda amanda:*:1002: /etc/passwd =========== amanda:*:1010:1002:Amanda Backup User:/home/amanda:/bin/sh /dev/rda0a ========== ll /dev/rda0a crw-r----- 1 root operator 13, 0 Jul 23 11:43 /dev/rda0a amcheck -c =================== Amanda Backup Client Hosts Check -------------------------------- WARNING: localhost: selfcheck request timed out. Host down? Client check: 1 hosts checked in 30.031 seconds, 1 problems found. (brought to you by Amanda 2.3.0) rlogin works fine, but amanda doesn't seem to be able to logon. FreeBSD-3.3-Stable, Amanda 2.3.0 Any ideas? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message