Re: Help! I can't even execute my own executables any more!

2006-05-25 Thread hendrik
On Wed, May 24, 2006 at 08:54:18AM -0800, Joshua J. Kugler wrote: > On Tuesday 23 May 2006 10:11, [EMAIL PROTECTED] wrote: > > A program I wrote and has run many many times before suddenly stopped > > running, giving "permission denied" errors. Thinking this ight have to > > to with the recent C++

Re: Help! I can't even execute my own executables any more!

2006-05-25 Thread Henrique G. Abreu
which shell do you use? you probably, uninstalled or deleted it by mistake -- Henrique G. Abreu [EMAIL PROTECTED]

Re: Help! I can't even execute my own executables any more!

2006-05-24 Thread Joshua J. Kugler
On Tuesday 23 May 2006 10:11, [EMAIL PROTECTED] wrote: > A program I wrote and has run many many times before suddenly stopped > running, giving "permission denied" errors. Thinking this ight have to > to with the recent C++ library changes, I recompiled it. But this did > not help. I decided to

Re: SOLVED: Help! I can't even execute my own executables any more!

2006-05-24 Thread Stephan Seitz
On Wed, May 24, 2006 at 09:52:04AM -0400, [EMAIL PROTECTED] wrote: I had changed the mount options for the volume containing the source and object code to 'user,defaults'. For some reason that turned off execute Yes, as it is written in the man page for mount for the option user and users: T

SOLVED: Help! I can't even execute my own executables any more!

2006-05-24 Thread hendrik
On Tue, May 23, 2006 at 02:11:33PM -0400, [EMAIL PROTECTED] wrote: > A program I wrote and has run many many times before suddenly stopped > running, giving "permission denied" errors. I have found the problem. I feel really stupid, but maybe someone will make the same mistake and find this in t

Re: Help! I can't even execute my own executables any more!

2006-05-24 Thread Digby Tarvin
On Tue, May 23, 2006 at 02:11:33PM -0400, [EMAIL PROTECTED] wrote: > A program I wrote and has run many many times before suddenly stopped > running, giving "permission denied" errors. Thinking this ight have to > to with the recent C++ library changes, I recompiled it. But this did > not help.

Re: Help! I can't even execute my own executables any more!

2006-05-24 Thread Felipe Sateler
[EMAIL PROTECTED] wrote: > execve("i686/txt", ["i686/txt"], [/* 26 vars */]) = -1 EACCES (Permission > denied) > It looks as if execve is failing to read the executable. But there were > no compilation errors, and permissions seem to be set correctly. It is indeed an EACCESS error, but permission

Help! I can't even execute my own executables any more!

2006-05-23 Thread hendrik
A program I wrote and has run many many times before suddenly stopped running, giving "permission denied" errors. Thinking this ight have to to with the recent C++ library changes, I recompiled it. But this did not help. I decided to strace, and get a clue what it might be trying to do: [EMA