Re: Illegal user

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Stav,

Thanks for your assistance... The webhost had put my account onto a 64-bit server... In trying to sort out the "Illegal User" message, I asked their support to try and run DOSEMU as root which they did and got a "vm86plus not available" and then they mentioned to me that it was on a 64 bit server... They moved it over to a 32-bit server and everything works fine...

Sorry to send you out chasing a red herring...

Regards
Brian



----- Original Message ----- From: "Stas Sergeev" <stsp@xxxxxxxx>
To: <linux-msdos@xxxxxxxxxxxxxxx>
Sent: Tuesday, February 21, 2006 4:22 AM
Subject: Re: Illegal user


Stas Sergeev wrote:
If nothing helps, just remove that uid checking from
the parser.y.in file and recompile dosemu.
No, that won't work, don't try.
Run the attached test program instead, please.




--------------------------------------------------------------------------------


#include <stdio.h>
#include <sys/types.h>
#include <pwd.h>
#include <unistd.h>
#include <stdlib.h>

int main()
{
 printf("%p\n", getpwuid(getuid()));
 perror("getpw");
 system("ls -l /etc/passwd");
 return 0;
}


-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Console]     [Linux Audio]     [Linux for Hams]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Camping]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Samba]     [Linux Media]     [Fedora Users]

  Powered by Linux