From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Illegal user Date: Mon, 20 Feb 2006 07:44:19 +0300 Message-ID: <43F94923.5010907@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Brian Hancock wrote: > Whether you execute dosemu or dosemu.bin it still fails with am > "Illegal User!!!" message Do you have dosemu.bin with the suid bit set perhaps? Illegal user is printed when getpwuid(getuid())==NULL, which usually shouldn't happen. Try CVS code - it will print more information on that error. If nothing helps, just remove that uid checking from the parser.y.in file and recompile dosemu.