From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Willem Stumpel Subject: boot.log (2) Date: Fri, 27 Jun 2003 18:29:32 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3EFC70EC.7080206@my.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Found my missing boot.log by doing an strace: strace -omytest -f -e trace=file dosemu In mytest there is a line 594 open("/tmp/dosemu.qvalfr/boot.log", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3 So boot.log is somewhere in /tmp, not in ~/.dosemu -- and it *disappears* when (x)dosemu terminates. That's why I couldn't find it; I can see it in another VC/xterm only while (x)dosemu is still running. Any idea what could cause this? Regards, Jan