Date: Thu, 31 May 2001 10:58:42 +0300 From: Valentin Nechayev <netch@iv.nn.kiev.ua> To: stable@freebsd.org, hackers@freebsd.org Subject: Re: Kernel Fails to Boot. Errors out On MySQL Message-ID: <20010531105842.B749@iv.nn.kiev.ua> In-Reply-To: <3B15F0A8.2A4E1BF6@DougBarton.net>; from DougB@DougBarton.net on Thu, May 31, 2001 at 12:20:08AM -0700 References: <20010530230634.25706.qmail@web11502.mail.yahoo.com> <3B15F0A8.2A4E1BF6@DougBarton.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>>> Doug Barton wrote: > Once the system comes up multiuser, diagnose and fix mysql problems. For > future reference, ALWAYS disable startup scripts for third party stuff > before _starting_ the upgrade. This is especially true for remote upgrades. The pity moment is that init(8) logic is absolutely inconsistent: it doesn't allow local logins before /etc/rc terminates, and even doesn't allow reboot via ctrl-alt-del before /etc/rc terminates. If system hangs during boot scripts, the only way to unhang it locally is to press reset. (Using debugger is not considered.) Does anybody think for cured init? (Really, question not for -stable) /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010531105842.B749>