|
Home > Archive > Debian Developers > March 2004 > Weird debootstrap output
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Weird debootstrap output
|
|
| Torsten Landschoff 2004-03-15, 6:34 am |
| Hi *,
I am currently fiddling with debootstrap as I am building my own
installer for a stripped down Debian router system. My problem is that
debootstrap is freezing my terminal and I can't find out why. I captured
the output and catting it to an xterm yields the same result.
Interestingly it works fine on the Linux console and inside screen
as I just noticed. I still would like to know what's breaking xterm
in this output so if somebody wants to help or is curious please
have a look at
http://people.debian.org/~torsten/debootstrap.capture
Any hints appreciated.
Thanks
Torsten
| |
| Vincent Zweije 2004-03-15, 9:36 am |
| On Mon, Mar 15, 2004 at 11:57:50AM +0100, Torsten Landschoff wrote:
|| I am currently fiddling with debootstrap as I am building my own
|| installer for a stripped down Debian router system. My problem is that
|| debootstrap is freezing my terminal and I can't find out why. I captured
|| the output and catting it to an xterm yields the same result.
||
|| Interestingly it works fine on the Linux console and inside screen
|| as I just noticed. I still would like to know what's breaking xterm
|| in this output so if somebody wants to help or is curious please
|| have a look at
||
|| http://people.debian.org/~torsten/debootstrap.capture
Primary suspect: an escape sequence doing something weird to your
terminal. And indeed:
$od -Ax1 -tc debootstrap.capture | grep -B5 '\<033\>'
006f90 . 6 6 - 1 ) . . . \n \n S e t t
006fa0 i n g u p c o n s o l e - t
006fb0 o o l s ( 0 . 2 . 3 - 2 3 . 3
006fc0 ) . . . \n L o o k i n g f o
006fd0 r k e y m a p t o i n s t
006fe0 a l l : \n N O N E \n 033 ] R \n S e
$
Looks like the console-tools setup produces an escape sequence.
Ciao. Vincent.
| |
| Petter Reinholdtsen 2004-03-15, 10:36 am |
| [Vincent Zweije]
> Primary suspect: an escape sequence doing something weird to your
> terminal. And indeed:
[...]
> Looks like the console-tools setup produces an escape sequence.
Yes, the terminal do not freeze, it just ends up white on white. I've
seen it several times, bug have no idea what is happening.
It was reported as bug #115699 and believed to be fixed, even if
no-one understood what was going on.
--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Torsten Landschoff 2004-03-15, 7:34 pm |
| Hi Petter,
On Mon, Mar 15, 2004 at 03:38:00PM +0100, Petter Reinholdtsen wrote:
>
> Yes, the terminal do not freeze, it just ends up white on white. I've
> seen it several times, bug have no idea what is happening.
>
> It was reported as bug #115699 and believed to be fixed, even if
> no-one understood what was going on.
For me it just stops doing any output, scrolling or whatever. More
interestingly the processes just disappear but do not seem to finish.
Using "2>&1|tee foobar" helps but that's hardly a solution. Running it
in screen works as well.
Silly. Weird. More coffee ;)
Greetings
Torsten
| |
| Thomas Dickey 2004-03-16, 1:38 pm |
| Vincent Zweije <zweije@xs4all.nl> wrote:
> Primary suspect: an escape sequence doing something weird to your
> terminal. And indeed:
> $od -Ax1 -tc debootstrap.capture | grep -B5 '\<033\>'
> 006f90 . 6 6 - 1 ) . . . \n \n S e t t
> 006fa0 i n g u p c o n s o l e - t
> 006fb0 o o l s ( 0 . 2 . 3 - 2 3 . 3
> 006fc0 ) . . . \n L o o k i n g f o
> 006fd0 r k e y m a p t o i n s t
> 006fe0 a l l : \n N O N E \n 033 ] R \n S e
> $
> Looks like the console-tools setup produces an escape sequence.
see
http://invisible-island.net/xterm/x....html#xterm_178
(brokenLinuxOSC)
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|
|
|
|