From owner-freebsd-questions Thu Jan 18 11:31: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id E162637B404 for ; Thu, 18 Jan 2001 11:30:46 -0800 (PST) Received: from bob (phantom.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.0/8.11.0) with SMTP id f0IJRPm84252 for ; Thu, 18 Jan 2001 14:27:25 -0500 (EST) (envelope-from freymann@eagle.ca) Message-ID: <004c01c08185$443dd3f0$0f10a7d1@bob> Reply-To: "Gerald T. Freymann" From: "Gerald T. Freymann" To: Subject: /usr/ports/misc/amanda24 question re: smbclient support Date: Thu, 18 Jan 2001 14:31:33 -0500 Organization: eagle.ca MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Still on my rebuilding/update kick... the latest box is our tape backup server.. Running FreeBSD me.foo.bar 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.Free BSD.org:/usr/src/sys/compile/GENERIC i386 I went into /usr/ports/misc/amanda24 to get amanda running as the server again. I did install samba first and it's working fine. What I needed was the --with-smbclient=/usr/local/bin/smbclient option enabled, as we use amanda to backup 5 PC's. I figured I'd be clever, and just edit /usr/ports/misc/amanda24/Makefile and add the option in there, so it looks like this: CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ --with-dump-honor-nodump \ --with-smbclient=/usr/local/bin/smbclient \ --with-user=operator --with-group=operator Now, I've done a "make && make install" and have the config files, user, services, inetd, passwords, directories and all that stuff running fine. I'm running the "amcheck host" command and it's timing out Amanda Backup Client Hosts Check -------------------------------- WARNING: amanda: selfcheck request timed out. Host down? Client check: 3 hosts checked in 30.165 seconds, 1 problem found. As near as I can figure, it's timing out on all the smbclient shares... I've run "/usr/local/bin/smbclient -U samba -L peeceename" entered the password, and get a list of resources fine. Anyway to confirm smbclient support has been enabled? Is there a better place to add the --with-smbclient option. Thanks. Gerry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message