lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 03 Feb 2009 23:42:12 -0500 (EST)
From:	Len Brown <lenb@...nel.org>
To:	Sam Ruby <rubys@...ertwingly.net>
Cc:	Thomas Gleixner <tglx@...utronix.de>,
	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>, linux-acpi@...r.kernel.org,
	x86@...nel.org, "Maciej W. Rozycki" <macro@...ux-mips.org>
Subject: Re: [APIC] Kernel panic, rsync corruption, intel q8200, 2.6.28-rc8

> > Do you have a second computer around with a serial port ? If yes, then
> > please add the following to the kernel command line:
> > 
> >        earlyprintk=serial,ttyS0,115200 apic=debug
> > 
> > and connect the serial ports with a null modem cable. Fire up a
> > terminal program on the second machine and capture the output.
> 
> I do have a second computer, and went out and bought a null modem adapter for
> my serial cable and connected the two machines.  I've tried installing minicom
> and also connecting it to ttyS0 at 115200 baud on the second machine, but when
> I boot the first machine I don't see any output on the terminal.

/boot/grub/menu.lst:

serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=300 serial console

is what I use.

this will give you a prompt from grub even before the kernel boots
so you can select (and edit) your kernel via menu over the serial line
if you wish.

If this doesn't work, then the kernel earlyprintk is unlikely to work 
also.

Note that there may be some BIOS SETUP options related to the serial port 
-- worth checking.

Also, in minicom, be sure to turn off HW flow control

there is a fancy serial console document someplace on this,
probably at http://tldp.org/

good luck,
-Len

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ