From: Sander <sander@humilis.net>
To: Kris Van Bruwaene <Kris.VanBruwaene@vrt.be>
Cc: reiserfs-list@namesys.com
Subject: Re: Executability problem
Date: Tue, 30 Aug 2005 15:48:27 +0200 [thread overview]
Message-ID: <20050830134827.GB27593@favonius> (raw)
In-Reply-To: <20050830152859.45e0b010.Kris.VanBruwaene@vrt.be>
Kris, please linewrap after 72 chars and refrain from posting
non-relevant signatures.
Kris Van Bruwaene wrote (ao):
> I recently discovered that scripts have become non-executable on my reiserfs share, even though the -x flags are set:
> root@A00012344:/home/kris# cat tst
> #! /usr/bin/perl -w
> print "Hello world\n";
> root@A00012344:/home/kris# ./tst
> bash: ./tst: /usr/bin/perl: bad interpreter: Toegang geweigerd #(=Access denied)
> root@A00012344:/home/kris# perl tst
> Hello world
> root@A00012344:/home/kris# cp tst /tmp
> root@A00012344:/home/kris# cd /tmp
> root@A00012344:/tmp# ./tst
> Hello world
> root@A00012344:/tmp# ls tst -l
> -rwxr-xr-x 1 root root 43 2005-08-30 15:19 tst
> root@A00012344:/tmp# ls /home/kris/tst -l
> -rwxrwxr-x 1 kris users 43 2005-08-25 11:00 /home/kris/tst
Can you try:
which perl
ls -l `which perl`
perl -wc /home/kris/tst
/home/kris/tst
and send the output?
--
Humilis IT Services and Solutions
http://www.humilis.net
next prev parent reply other threads:[~2005-08-30 13:48 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 [this message]
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
[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=20050830134827.GB27593@favonius \
--to=sander@humilis.net \
--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.