From owner-freebsd-hackers Sat May 26 20:15: 4 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 4461237B43F for ; Sat, 26 May 2001 20:14:59 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f4R3Eu218218; Sat, 26 May 2001 22:14:57 -0500 (CDT) (envelope-from dan) Date: Sat, 26 May 2001 22:14:56 -0500 From: Dan Nelson To: "G. Adam Stanislav" Cc: hackers@FreeBSD.ORG Subject: Re: Bizarre shutdown behavior Message-ID: <20010526221456.A15384@dan.emsphone.com> References: <20010526192545.A275@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010526192545.A275@whizkidtech.net> User-Agent: Mutt/1.3.18i X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (May 26), G. Adam Stanislav said: > Yesterday I upgraded from FreeBSD 3.1 to 4.3-20010525-STABLE. I am very > impressed by what I see, and would like to express both my thanks and my > congratulations to all developers on a job well done. > > I do experience one bizarre thing, and would appreciate any input on what > to change: Whenever I use either the shutdown or the reboot command, I get: > > Shutting down daemon processes: Modula-3No matching processes were found > Working in auto mode > Using interface: tun1 > Warning: Add route failed: default already exists > > What is strange is that after the words "Working in auto mode" it dials > up to my ISP, then hangs up, then prints the rest. Have you created any custom /usr/local/etc/rc.d/ scripts? 4.0 calls these on shutdown with the "stop" argument, so you can cleanly stop things like databases. If your scripts don't check for this, they will try to start up again. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message