Date: Sat, 26 May 2001 22:14:56 -0500 From: Dan Nelson <dnelson@emsphone.com> To: "G. Adam Stanislav" <adam@whizkidtech.net> Cc: hackers@FreeBSD.ORG Subject: Re: Bizarre shutdown behavior Message-ID: <20010526221456.A15384@dan.emsphone.com> In-Reply-To: <20010526192545.A275@whizkidtech.net> References: <20010526192545.A275@whizkidtech.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010526221456.A15384>