Permission denied -- Say what?

2003-03-25 Thread ronin2
Sometimes I still get baffled by Linux. This is one of those times. I'd like to run the [EMAIL PROTECTED] client; I've done this before on this machine (different system) and on other machines. Today I get Permission denied to execute a file I own, in a directory I own and have write and execute

Re: Permission denied -- Say what?

2003-03-25 Thread Kris
chmod +x setiathome - Original Message - From: [EMAIL PROTECTED] To: debian-user [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 3:25 PM Subject: Permission denied -- Say what? Sometimes I still get baffled by Linux. This is one of those times. I'd like to run the [EMAIL PROTECTED

Re: Permission denied -- Say what?

2003-03-25 Thread Travis Crump
[EMAIL PROTECTED] wrote: bash:/home/ronin/files/seti$ ./setiathome bash: ./setiathome: Permission denied what are the options for the partition that it is on[in fstab]? Does it have 'noexec' set? Remember that 'user' implies noexec. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Permission denied -- Say what?

2003-03-25 Thread Kevin Buhr
[EMAIL PROTECTED] writes: bash:/home/ronin/files/seti$ ./setiathome bash: ./setiathome: Permission denied Is the partition containing your home directory mounted noexec, perhaps? -- Kevin [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Permission denied -- Say what?

2003-03-25 Thread David Z Maze
[EMAIL PROTECTED] writes: Today I get Permission denied to execute a file I own, in a directory I own and have write and execute permissions. What's up with that? bash:/home/ronin/files/seti$ ls -al -r-xr-xr-x1 roninusers 134072 Dec 12 2000 setiathome

Re: Permission denied -- Say what?

2003-03-25 Thread ronin2
] To: debian-user [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 3:25 PM Subject: Permission denied -- Say what? Sometimes I still get baffled by Linux. This is one of those times. I'd like to run the [EMAIL PROTECTED] client; I've done this before on this machine (different system

Re: Permission denied -- Say what?

2003-03-25 Thread ronin2
On 25 Mar 2003 17:58:24 -0800 Kevin Buhr [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: bash:/home/ronin/files/seti$ ./setiathome bash: ./setiathome: Permission denied Is the partition containing your home directory mounted noexec, perhaps? Turned out it was. Thanks to you and

Re: Permission denied -- Say what?

2003-03-25 Thread ronin2
On Tue, 25 Mar 2003 21:40:00 -0500 David Z Maze [EMAIL PROTECTED] wrote: The other thing that might cause this is if setiathome is a script of some sort, and the thing the script points to isn't executable: That's a good point, thanks. As it turns out, in fstab I had specified exec, but I put

Re: Permission denied -- Say what?

2003-03-25 Thread Nicolas Kratz
On Tue, Mar 25, 2003 at 06:25:42PM -0500, [EMAIL PROTECTED] wrote: Sometimes I still get baffled by Linux. This is one of those times. I'd like to run the [EMAIL PROTECTED] client; I've done this before on this machine (different system) and on other machines. Today I get Permission denied