Date: Wed, 10 Jun 2015 15:11:04 -0600 From: Ian Lepore <ian@freebsd.org> To: John-Mark Gurney <jmg@funkthat.com> Cc: Dan Langille <dan@langille.org>, freebsd-arm@freebsd.org Subject: Re: shutdown messages Message-ID: <1433970664.1200.366.camel@freebsd.org> In-Reply-To: <20150610194940.GL86224@funkthat.com> References: <24C8E9B5-8A88-44BE-9B18-0BCBEFBFBDD7@langille.org> <20150610194940.GL86224@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2015-06-10 at 12:49 -0700, John-Mark Gurney wrote: > Dan Langille wrote this message on Wed, Jun 10, 2015 at 15:22 -0400: > > With the RPI2 running FreeBSD 11, I'm getting some garbled messages during shutdown: > > > > ### > > un 8 22:26:55 dvl shutdown: power-down by root: > > Stopping cron. > > Waiting for PIDS: 925. > > Stopping sshd. > > Waiting for PIDS: 921. > > Stopping casperd. > > Waiting for PIDS: 834. > > Stopping devd. > > Waiting for PIDS: 644. > > Writing entropy file:. > > . > > Terminated > > Jun 8 22:27:03 dvl syslogd: exiting on signal 15 > > Waiting (max 60 seconds) for system process `vnlru' to stop...done > > Waiting (max 60 seconds) for system process `bufdaemon' to stop...done > > a > > iStyinncgi n(gm adxi s6k0s ,s evcnoonddess) rfeomra isnyisntge.m. .p2r ocess `syncer' to stop...0 0 0 done > > All buffers synced. > > Uptime: 1h54m21s > > > > The operating system has halted. > > Please press any key to reboot. > > > > ### > > Do you not have: > options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. > > In your kernel config? > > Looks like on arm, only AML8726, ATMEL, ETHERNUT5 and SAM9260EK have > this option in the config file.. > You mean the default is not something sensible and you get byte at a time output if this option isn't set? If so, then we should add this to std.armv6. Personally, I rather prefer the byte at a time output, because when crashes and other bad things happen, there are clues in the way the output is interleaved. I can see how it isn't exactly user-friendly though. :) -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1433970664.1200.366.camel>