Re: console hangs after setting hostname



On 8/25/07, KOT MATPOCKuH <matpockuh@xxxxxxxxx> wrote:
On 8/23/07, Hidetoshi Shimokawa <simokawa@xxxxxxxxxxx> wrote:

It looks that the low level console is not locked though the high level
console
is locked by Giant.

Could you try the attached patch?

Thanks you! Console doesn't hangs...

Thank for the test.

...and I'm too see corrupt messages in /var/run/dmesg.boot and on console:

cd0: <_NEC DVD_RW ND-3540A 1.01> Removable CD-ROM SCSI-0 device
cdS0M:P :3 3A.P 0C0P0UM B#/s1 tLraaunnscfheerds!

This is expected. If you concern interleaved meassges, could you try to
add the following line to your kernel configuration file as sun4v?

options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
--
/\ Hidetoshi Shimokawa
\/ simokawa@xxxxxxxxxxx
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: console hangs after setting hostname
    ... It looks that the low level console is not locked though the high level ... is locked by Giant. ... Could you try the attached patch? ...
    (freebsd-current)
  • Re: console hangs after setting hostname
    ... It looks that the low level console is not locked though the high level ... add the following line to your kernel configuration file as sun4v? ... make sense that any kernel messages should be displayed in such a way ...
    (freebsd-current)
  • Re: Reading the handbook from console
    ... The is a famous library, svgalib, a "low level console graphics ...
    (freebsd-questions)
  • [PATCH] interrupt driven hvc_console as vio device (final)
    ... Here is the revised hvc_console patch which fixes the issues you were ... This is an hvc_console patch which provides driver and ppc64 ... console output functionality prior to early console init (pre mem init ... -Added early discovery of vterm/vty adapters by doing a bus walk on ...
    (Linux-Kernel)
  • Re: TIOCCONS security revisited
    ... > In August 2004, Olaf Dabrunz posted a patch, which appears to have got ... The problem is that TIOCCONS causes security problems. ... the ioctl TIOCCONS allows any user to redirect console output to ...
    (Linux-Kernel)