Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] virtualbox in headless configuration broken after update: delayed echo
Date: Wed, 10 Jun 2020 13:32:19
Message-Id: a51b37df-b547-ed3a-9cfc-b5b278e924ad@web.de
1 I updated my system and now characters typed into vbox over ssh are not
2 echo-ed until *after* a CR is entered.
3
4 I diffed the stty output, to see if I could spot anything:
5
6 10~>cat /tmp/sttydiff
7 2,3c2,3
8 <  rows 37
9 <  columns 100
10 ---
11 >  rows 44
12 >  columns 88
13 21d20
14 <  discard = ^O
15 23c22,23
16 < min = 1
17 ---
18 > discard = ^O
19 >  min = 1
20 30c30
21 < hupcl
22 ---
23 > -hupcl
24 36c36
25 < brkint
26 ---
27 > -brkint
28 48,49c48,49
29 < imaxbel
30 < iutf8
31 ---
32 > -imaxbel
33 > -iutf8
34
35 Also, the font seems to be screwed up, because the last line of the
36 window only shows the top half of the line.
37
38 Anybody else encounter this or know what's wrong?
39
40 Vbox seems to work okay when run locally, on the machine it's installed on.

Replies