Hello.
El 17/01/13 05:15, James Bulpin escribió:
Try reversing the order of the two console= args in the kernel
command line. Linux uses the rightmost of these for /dev/console,
i.e. you want the hvc0 one last.
Got it. If I put the consoles as
"console=tty0 xencons=hvc console=hvc0", the startup messages become
visible on the serial console.
-----Original Message-----
- Made inttab to use serial as console (Wiki suggests using agetty
instead of getty, don't know how relevant this might be):
T0:2345:respawn:/sbin/getty -L ttyS1 115200 vt100
I must add, the configuration of getty is unnecessary in /etc/inittab.
The serial console is mapped to hvc0, inittab already defines a spawn of
a getty on that tty.
Another thing, /sbin/getty is simply unavailable on XCP 1.6 default
install. For any purpose, /sbin/mingetty or /sbin/agetty should be used.
- Added 'ttyS1' to /etc/securetty (not sure if really needed).
A login on a serial console appears as attached to TTY hvc0, no
alteration of securetty is required.
(Note the incomplete line at 9.990896, that's also an issue)
It still does something wired around [ 10.000000], when detecting USB.
The output changed slightly after changing the console order in kernel's
boot parameters.
Was:
[ 9.870053] usb 1-1.6.1: new high speed USB device using ehci_hcd and
address 4
[ 9.990896] u[ 20.637067] kjournald starting. Commit interval 15
seconds
[ 20.637083] EXT3-fs: mounted filesystem with ordered data mode.
Now:
[ 10.524283] usb 1-1.6.1: new high speed USB device using ehci_hcd and
address 4
[ 10.645127] usbScanning and configuring dmraid supported devices
Creating root device.
Mounting root filesystem.
[ 21.243566] kjournald starting. Commit interval 15 seconds
Setting up other filesystems.
Setting up new root fs
[ 21.243586] EXT3-fs: mounted filesystem with ordered data mode.
Thank you.
--
Alexandre Kouznetsov
_______________________________________________
Xen-api mailing list
[email protected]
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api