From mboxrd@z Thu Jan 1 00:00:00 1970 From: jankomEarthlink Subject: Re: Problem with dosemu Date: Mon, 14 Apr 2014 11:26:36 -0400 Message-ID: <534BFE2C.5080507@earthlink.net> References: <53323C56.4090205@earthlink.net> <5338674A.70108@hanzlici.cz> <5338A746.6030207@earthlink.net> <533919B4.7010809@hanzlici.cz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <533919B4.7010809@hanzlici.cz> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Frantisek Hanzlik , linux-msdos@vger.kernel.org Hi Frantisek, This is an update. No progress. Dosemu is not working. Your rpm loads, dosemu command produces a black screen with a white block cursor and no prompt. It is unresponsive. Compiled 1.4 produces white screen and no prompt It is unresponsive, Ctr-C will stop it and brings me back to bash prompt. No error messages in either case. Please note that I installed rpm to a clean system, i.e. no dosemu files or directories. Also, before compiling 1.4 I uninstalled rpm and cleaned out dosemu files and dierctories, so again, started with a clean system. I saw nothing in log files, so I don't know how to proceed and find out what is going on. I checked processes running on the 1.4 installation: ps before and whiledosemu was running. See below: [apu@Andraslinux ~]$ su -c "ps -e > psb4dosemu.txt" Password: [apu@Andraslinux ~]$ dosemu & [1] 27554 [apu@Andraslinux ~]$ su -c "ps -e > psWdosemu.txt" Password: [apu@Andraslinux ~]$ kill 27554 [apu@Andraslinux ~]$ diff psb4dosemu.txt psWdosemu.txt 67,68d66 < 27410 ? 00:00:00 kio_http < 27412 ? 00:00:00 kio_http 71,73c69,72 < 27532 pts/1 00:00:00 su < 27537 pts/1 00:00:00 bash < 27538 pts/1 00:00:00 ps --- > 27554 pts/1 00:00:24 dosemu.bin > 27577 pts/1 00:00:00 su > 27584 pts/1 00:00:00 bash > 27585 pts/1 00:00:00 ps [1]+ Terminated dosemu [apu@Andraslinux ~]$ Note: I can run dosbox through ssh from another linux installation. I would like to run dosemu from my own system. Can you or anybody else help to debug the situation? Thanks, Janos