[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QEMU image boots into dmd
From: |
Ludovic Courtès |
Subject: |
Re: QEMU image boots into dmd |
Date: |
Sat, 21 Sep 2013 21:34:14 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> address@hidden (Ludovic Courtès) writes:
[...]
>> Once logged in you can run incredible things such
>> as ‘/nix/store/*dmd*/bin/deco detailed-status dmd’.
>
> I ran this command, and a strange thing happened: every character in the
> output was written twice, mostly (but not entirely) interleaved, as if
> two processes were writing the same output at the same time.
Yes, that happens on tty1 but not elsewhere, apparently because dmd
itself writes it on stdout (arguably a bug), and deco prints it too.
Ludo’.