Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#727 closed defect (fixed)

serial mode broken on a Sun 40z

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: high Milestone: 3.0.5
Component: mindi Version: 3.0.4
Severity: critical Keywords: serial
Cc:

Description

When restoring on a Sun 40z machine using the serial mode of the Management board, there is no interaction possible with the machine: keyboard keys are sent but never used by mondorestore. If you type an arrow to go down on the screen you get a ]]B Similar nothing happens when pressing TAB or CR.

The same version works with an HP ProLiant server.

Change History (3)

comment:1 by Bruno Cornec, 10 years ago

Status: newassigned

Context: RHEL 4.6 mondo 3.0.2 mindi 2.1.3-1 + mindi-busybox-1.18.5 PXE boot with console=ttyS0 serial=ttyS0 expert

I tried using a pre script in order to detect the problems. I launched in it tty (gives /dev.static/console), stty -a and stty sane which doesn't help. removing serial doesn't change anything launching a shell with redirection from+to console doesn't help. launching a shell with redirection from+to /dev/ttyS0 works (keyboard input and output)

Bug in mindi on console param (a /dev/ strings was misisng) serial wasn't used with full device name.

Improving the pre sript with:

ln -sf /dev/ttys0 /dev/tty
sh </dev/ttyS0 > /dev/ttyS0 2>&1

works !! So this is a work around (or a hint when such an issue is met)

comment:2 by Bruno Cornec, 10 years ago

Resolution: fixed
Status: assignedclosed

rev [3200] bring the correct fix to mindi to supprt serial console correctly on these systems.

comment:3 by Bruno Cornec, 10 years ago

in rev [3244] for branch 3.0 (rev [3200] is for branch 3.2. May allow an update 3.0.5.

Note: See TracTickets for help on using tickets.