From: Mike McCarty <mike.mccarty@sbcglobal.net>
To: linux-msdos@vger.kernel.org
Subject: Re: Running dosemu as a user
Date: Thu, 29 Dec 2005 11:58:35 -0600 [thread overview]
Message-ID: <43B423CB.5000400@sbcglobal.net> (raw)
In-Reply-To: <op.s2jslgze6hj6fq@vwathome>
Victor Warner wrote:
> unable to run Dosemu as a user. When I try to run xdosemu or dosemu as
> a user I get
> the following message: "bash: dosemu: command not found".
This indicates a likely error in your PATH variable. BASH uses
the PATH variable to search for command files.
> There no are problems running from root (eg su from Konsole). A copy of
> MSDOS 6.22
> is installed in /home/victor/dos. Running Linspire 5.0.59
>
> I compiled from source code. After compilation Dosemu (1.3.1, 1.3.2 or
> 1.3.3) is placed in
>
> 1. /etc/dosemu (containing dosemu.conf, dosemu.users, global.conf)
> 2. /usr/local/bin (containing dosemu.bin etc)
You probably need to add /usr/local/bin to your PATH variable.
A possible fix is to add in .profile, .bashrc, or wherever you prefer
a line like:
export PATH=$PATH:/usr/local/bin
You may need to add other things to the PATH variable.
[snip]
> Help in solving this would be gratefully received.
HTH.
[snip]
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!
next prev parent reply other threads:[~2005-12-29 17:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-29 13:47 Running dosemu as a user Victor Warner
2005-12-29 17:58 ` Mike McCarty [this message]
2005-12-30 0:16 ` Victor Warner
2005-12-30 1:45 ` Mike McCarty
-- strict thread matches above, loose matches on Subject: below --
2006-01-03 14:42 Victor Warner
2006-01-03 17:05 Victor Warner
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=43B423CB.5000400@sbcglobal.net \
--to=mike.mccarty@sbcglobal.net \
--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.