From: Norberto Bensa <norberto+linux-kernel@bensa.ath.cx>
To: Felipe Alfaro Solana <felipe_alfaro@linuxmail.org>
Cc: Kyle Schlansker <kylesch@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: FIXED?? (Is anyone using vmware 4.5 with 2.6.9-rc2-mm
Date: Thu, 23 Sep 2004 00:49:10 -0300 [thread overview]
Message-ID: <200409230049.10668.norberto+linux-kernel@bensa.ath.cx> (raw)
In-Reply-To: <19102930-0D04-11D9-B9FD-000D9352858E@linuxmail.org>
Felipe Alfaro Solana wrote:
> > I'll try a plain /tmp directory, but I'd like to know why I can't use
> > tmpfs
> > anymore with kernels >=2.6.9-rc2-mm1.
>
> That's a question that requires far more knowledge than I have.
> Maybe someone here... Andrew?
I think I fixed.
It's not a problem of tmpfs. It's a permissions issue.
This:
tmpfs /tmp tmpfs size=256m,noexec,nosuid,nodev 0 0
...gives the "can't allocate memory" message.
Doing:
# mount -o remount,exec /tmp
# /etc/init/vmware restart
Gives a working vmware (I've tried 2.6.9-rc2-mm1-VP-S2)
# mount | grep \ /tmp
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=256m)
Now, why the hell does vmware want exec permission on /tmp, only vmware devs
know :(
Thanks everyone,
Norberto
next prev parent reply other threads:[~2004-09-23 3:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-22 19:06 NOT FIXED (Is anyone using vmware 4.5 with 2.6.9-rc2-mm Petr Vandrovec
2004-09-22 21:45 ` Kyle Schlansker
2004-09-22 23:09 ` Felipe Alfaro Solana
2004-09-23 1:36 ` Norberto Bensa
2004-09-23 1:58 ` Felipe Alfaro Solana
2004-09-23 3:49 ` Norberto Bensa [this message]
2004-09-23 4:53 ` FIXED?? " Tonnerre
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=200409230049.10668.norberto+linux-kernel@bensa.ath.cx \
--to=norberto+linux-kernel@bensa.ath.cx \
--cc=felipe_alfaro@linuxmail.org \
--cc=kylesch@gmail.com \
--cc=linux-kernel@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.