From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 22:36:09 2003 Return-Path: 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 E168637B401 for ; Fri, 11 Apr 2003 22:36:09 -0700 (PDT) Received: from joloxbox.joshualokken.com (12-225-249-250.client.attbi.com [12.225.249.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E607E43FBF for ; Fri, 11 Apr 2003 22:36:08 -0700 (PDT) (envelope-from joshualokken@attbi.com) Received: from joloxbox.joshualokken.com (localhost.joshualokken.com [127.0.0.1])h3C5adBJ001060; Fri, 11 Apr 2003 22:36:40 -0700 (PDT) (envelope-from joshualokken@attbi.com) Received: (from jolok@localhost) by joloxbox.joshualokken.com (8.12.9/8.12.9/Submit) id h3C5aXwE001059; Fri, 11 Apr 2003 22:36:33 -0700 (PDT) X-Authentication-Warning: joloxbox.joshualokken.com: jolok set sender to joshualokken@attbi.com using -f Date: Fri, 11 Apr 2003 22:36:33 -0700 From: Joshua Lokken To: Max Guernsey Message-ID: <20030412053633.GA936@joloxbox.joshualokken.com> References: <20030412040350.DA46E37B404@hub.freebsd.org> <000001c300ad$adcb4d30$6601a8c0@Wolf> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c300ad$adcb4d30$6601a8c0@Wolf> User-Agent: Mutt/1.4i Organization: little to none X-OS: FreeBSD joloxbox.joshualokken.com 4.8-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 3, Issue 23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 05:36:10 -0000 * Max Guernsey (xam@isomedia.com) wrote: ==> > > ... inetd[488]: cannot execute /usr/local/sbin/nmbd: No ==> > such file or ==> > > directory ... Inetd[489]: cannot execute ==> > /usr/local/sbin/nmbd: No such ==> > > file or directory ==> > > ... Inetd[490]: cannot execute /usr/local/sbin/nmbd: No such file or ==> > > directory ==> > > ==> > > ==> > > And so on. ==> > > ==> Dan, ==> ==> Thanks for responding. ==> ==> Is there a way that I can turn off the messages from inetd? You get two ==> or three messages and then there is a 5 or 10 second pause. I hardly Hi. I'm not Dan, by any means, but I'll offer this. You may want to boot into single-user mode, edit /etc/inetd.conf and stick inetd_enable="NO" in /etc/rc.conf. That may stop the inetd messages and allow you to do more troubleshooting. HTH, -- Joshua