From: michael chang <thenewme91@gmail.com>
To: Kris Van Bruwaene <Kris.VanBruwaene@vrt.be>,
Reiserfs List <reiserfs-list@namesys.com>
Subject: Re: Executability problem
Date: Thu, 1 Sep 2005 10:31:10 -0400 [thread overview]
Message-ID: <b14e81f005090107314061f741@mail.gmail.com> (raw)
In-Reply-To: <20050901162300.6516ac34.Kris.VanBruwaene@vrt.be>
On 9/1/05, Kris Van Bruwaene <Kris.VanBruwaene@vrt.be> wrote:
> michael chang <thenewme91@gmail.com> schreef:
>
> > On 9/1/05, Kris Van Bruwaene <Kris.VanBruwaene@vrt.be> wrote:
> > > Looks like you've hit it. How come it's noexec here and exec/defaults in /etc/fstab ??
> >
> > How are you mounting the filesystem? E.g. from a command line, or from
> > an init script; as root or as a user, etc.
>
> It usually gets mounted at boot time, I suppose by an init script
> (I'm using Knoppix). But I just did (as root):
> root@A00012344:/home/kris# mount -o remount /home
> root@A00012344:/home/kris# cat /etc/fstab | grep home
> /dev/hda3 /home reiserfs defaults,exec,user,auto 0 0
> root@A00012344:/home/kris# cat /etc/mtab | grep home
> /dev/hda3 /home reiserfs rw,noexec,nosuid,nodev 0 0
>
> ...and it's still noexec!?
try
"mount -o remount,exec /home"
or
"umount /home; mount /home;"
(or both)
As for the knoppix init scripts... they're pretty restrictive. Like
mounting things read only, AFAIK.
--
~Mike
- Just my two cents
- No man is an island, and no man is unable.
next prev parent reply other threads:[~2005-09-01 14:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-30 13:28 Executability problem Kris Van Bruwaene
2005-08-30 13:48 ` Sander
2005-08-30 18:21 ` michael chang
[not found] ` <43155434.3030408@vrt.be>
[not found] ` <b14e81f0050831063950019e67@mail.gmail.com>
2005-08-31 13:40 ` michael chang
2005-09-01 7:13 ` Nikita
[not found] ` <20050901133725.06b5d3c5.Kris.VanBruwaene@vrt.be>
[not found] ` <b14e81f0050901071269f9a23c@mail.gmail.com>
[not found] ` <20050901162300.6516ac34.Kris.VanBruwaene@vrt.be>
2005-09-01 14:31 ` michael chang [this message]
[not found] ` <20050901163621.51d70dd1.Kris.VanBruwaene@vrt.be>
2005-09-02 2:34 ` michael chang
[not found] ` <4317F778.4010104@vrt.be>
2005-09-02 15:45 ` michael chang
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=b14e81f005090107314061f741@mail.gmail.com \
--to=thenewme91@gmail.com \
--cc=Kris.VanBruwaene@vrt.be \
--cc=reiserfs-list@namesys.com \
/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.