All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brian Hancock" <brian.hancock@brileigh.com>
To: linux-msdos@vger.kernel.org
Subject: Re: Illegal user
Date: Thu, 23 Feb 2006 11:34:38 +1100	[thread overview]
Message-ID: <012a01c63810$ee629c70$6501a8c0@brianx> (raw)
In-Reply-To: 43F9FAEC.6070509@aknet.ru

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@aknet.ru>
To: <linux-msdos@vger.kernel.org>
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;
> }
> 


  reply	other threads:[~2006-02-23  0:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-20 17:22 Illegal user Stas Sergeev
2006-02-23  0:34 ` Brian Hancock [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-23 10:39 Stas Sergeev
2006-02-20  4:44 Stas Sergeev
2006-02-20  3:19 Brian Hancock
2006-02-20  3:42 ` Brian Hancock
2006-02-07 16:32 Generating Interrupt 10h (switching from protected mode to real mode) Stas Sergeev
     [not found] ` <00f801c62c72$2dcfba00$6501a8c0@brianx>
2006-02-09 18:58   ` Illegal user Stas Sergeev
2006-02-05 11:49 Make problem when installing dosemu 1.3.1 Victor Warner
2006-02-08  6:48 ` Illegal User Brian Hancock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='012a01c63810$ee629c70$6501a8c0@brianx' \
    --to=brian.hancock@brileigh.com \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.