Date: Tue, 26 Feb 2008 10:43:45 +0000 From: Tom Evans <tevans.uk@googlemail.com> To: Yehonatan Yossef <yoniy@mellanox.co.il> Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org, freebsd-drivers@freebsd.org Subject: RE: Capturing dmesg upon system crash on 6.3 Message-ID: <1204022625.2126.118.camel@localhost> In-Reply-To: <6C2C79E72C305246B504CBA17B5500C903641642@mtlexch01.mtl.com> References: <6C2C79E72C305246B504CBA17B5500C903641642@mtlexch01.mtl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-PQXXfntwCv4BEZPFMnFN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-02-25 at 15:41 +0200, Yehonatan Yossef wrote: > I'm looking into the syslogd capabilities at the moment, it might be > enough. > I've tried following the serial console setup you've pointed, but when I > added the 'console=3D"comconsole"' to loader.conf the OS hanged during > boot time, had to re-install the system. >=20 > I'm currently porting Mellanox ethernet driver, InfiniBand will be > probably next. Mail me outside this list if you're interested in > InfiniBand. >=20 The OS probably didnt hang, you told it to send all its output to comconsole (ie serial port) and not display anything. This might look as though it has hung. Try (in /boot/loader.conf): boot_multicons=3D"YES" console=3D"vidconsole,comconsole" to output to both of them. Also, set the correct tty on your serial console with something like (in /etc/ttys): ttyd0 "/usr/libexec/getty std.9600" vt100 off secure There will be a ttyd0 line already. All of this is in the various handbooks. Cheers Tom --=-PQXXfntwCv4BEZPFMnFN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHw+1elcRvFfyds/cRAtRAAKCcRdEnyODeavqpNgdO8hxzoOrtuACfQ5dJ qetwCxmSmOtOqzanF+UjPJc= =dSpX -----END PGP SIGNATURE----- --=-PQXXfntwCv4BEZPFMnFN--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1204022625.2126.118.camel>