From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 19:04:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E3F016A41F for ; Tue, 25 Oct 2005 19:04:21 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14DB43DBF for ; Tue, 25 Oct 2005 19:04:07 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 73334 invoked by uid 89); 26 Oct 2005 05:04:07 +1000 Received: by simscan 1.1.0 ppid: 73191, pid: 73264, t: 2.8862s scanners: clamav: 0.86.1/m:33/d:984 spam: 3.0.4 Received: from unknown (HELO ?192.168.1.34?) (194.125.71.240) by 0 with SMTP; 26 Oct 2005 05:04:04 +1000 In-Reply-To: <20051025190053.GG63163@xor.obsecurity.org> References: <67BE63FB-D752-4188-AAB1-C67F37D1B2CB@redry.net> <20051025190053.GG63163@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Tue, 25 Oct 2005 20:03:58 +0100 To: Kris Kennaway X-Mailer: Apple Mail (2.734) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,WEIRD_PORT autolearn=no version=3.0.4 Cc: freebsd-questions@freebsd.org Subject: Re: swat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 19:04:22 -0000 On 25 Oct 2005, at 20:00, Kris Kennaway wrote: > On Tue, Oct 25, 2005 at 07:52:56PM +0100, eoghan wrote: > >> Hello >> I have followed the manual for setting up SWAT. >> http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html >> I have checked my /etc/services and it has >> swat 901/tcp >> and I have commented in the line in /etc/inetd.conf >> swat stream tcp nowait/400 root /usr/ >> local/ >> sbin/swat swat >> my paths to my swat file is correct. >> I restarted too. >> But when I go to http://localhost:901 i just get a connection refused >> message. >> Samba is up and running. >> Im using freeBSD 5.3 >> swat version 3.0.20 >> Any things I should consider? >> > > Enable inetd (in /etc/rc.conf)? :-) > > Kris > inetd_enable="YES" ? Thanks