Date: Sat, 23 Mar 2002 10:11:25 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: freebsd-current@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: strange log message about "bad file descriptor" Message-ID: <15516.50509.11088.833822@horsey.gshapiro.net> In-Reply-To: <20020323091152.A64479@troutmask.apl.washington.edu> References: <20020323091152.A64479@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
sgk> Cvsup was run this morning (23 Mar 02) at 0623 PST. sgk> After the standard "make" sequence and installation sgk> of a new kernel. The following appears during the sgk> boot process (apologies for long lines). sgk> Mar 23 09:04:30 12-230-81-20 sm-queue[181]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor This is almost certainly caused by this commit: Revision 1.304, Fri Mar 22 23:45:13 2002 UTC by obrien Branch: MAIN CVS Tags: HEAD Changes since 1.303: +5 -5 lines Sendmail can be slow to startup. So start it in the background to speed up booting. Apparently, during bootup the tty isn't available to processes started in the background. The best thing to do is back out this commit. In the mean time, the warnings can be ignored. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15516.50509.11088.833822>