Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-28 Thread Filipe Brandenburger
Hi, On Tue, Jul 28, 2009 at 14:52, Dave wrote: > On Tue, Jul 28, 2009 at 1:04 AM, William L. Maltby > wrote: >> In bash, you could probably stil run it with the "source" or "," >> command, e.g. >> >> . >> source > > Nope, in desperation I tried those also, to no avail. My problem was > that th

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-28 Thread Dave
On Tue, Jul 28, 2009 at 1:04 AM, William L. Maltby wrote: > In bash, you could probably stil run it with the "source" or "," > command, e.g. > > . > source Nope, in desperation I tried those also, to no avail. My problem was that the disk was mounted noexec, and the OS refuses to run scripts th

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-28 Thread William L. Maltby
On Mon, 2009-07-27 at 23:15 -1000, Dave wrote: > > > On Mon, Jul 27, 2009 at 3:20 AM, James Pearson > wrote: > > You could have probably run the script using: > > sh /media/MATHWORKS_R2009A/install > > No, I had tried that before I figured out that the DVD had

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-28 Thread Dave
On Mon, Jul 27, 2009 at 3:20 AM, James Pearson wrote: > Dave wrote: > > command I typed: > > /media/MATHWORKS_R2009A/install & > > > > Error message I received: > > [1] 10759 > > [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: > > bad interpreter: Permission denied > > > > Solu

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-27 Thread Hakan Koseoglu
On Mon, Jul 27, 2009 at 4:01 PM, Hakan Koseoglu wrote: > On Sat, Jul 25, 2009 at 2:32 AM, Dave wrote: >> Installing matlab on Centos5. >> [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: >> bad interpreter: Permission denied > Sometimes this can happen if the file has Windows-st

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-27 Thread Hakan Koseoglu
On Sat, Jul 25, 2009 at 2:32 AM, Dave wrote: > Installing matlab on Centos5. > [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: > bad interpreter: Permission denied Sometimes this can happen if the file has Windows-style EOLs and the interpreter /bin/sh is translated as /bin/sh^M

Re: [CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-27 Thread James Pearson
Dave wrote: > Installing matlab on Centos5. > > command I typed: > > /media/MATHWORKS_R2009A/install & > > Error message I received: > [1] 10759 > [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: > bad interpreter: Permission denied > > Google found no hits with this precise

[CentOS] install DVD mounted -noexec by default == bad interpreter permission denied

2009-07-24 Thread Dave
Installing matlab on Centos5. command I typed: /media/MATHWORKS_R2009A/install & Error message I received: [1] 10759 [r...@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh: bad interpreter: Permission denied Google found no hits with this precise error message, but several similar h