SOLVED: Has /bin/sh become a bad interpreter on etch?

2006-05-24 Thread hendrik
On Tue, May 23, 2006 at 01:12:48PM -0400, [EMAIL PROTECTED] wrote: > This morning, when running a script I have run many many times before, I > got the message: > > bash: /home/parents/bin/acc05: /bin/sh: bad interpreter: Permission denied I have found the problem. I feel really

Re: Has /bin/sh become a bad interpreter on etch?

2006-05-24 Thread Felipe Sateler
[EMAIL PROTECTED] wrote: > This morning, when running a script I have run many many times before, I > got the message: > > bash: /home/parents/bin/acc05: /bin/sh: bad interpreter: Permission denied This, together with the other mail you sent, seems to point that you have some filesys

Has /bin/sh become a bad interpreter on etch?

2006-05-23 Thread hendrik
This morning, when running a script I have run many many times before, I got the message: bash: /home/parents/bin/acc05: /bin/sh: bad interpreter: Permission denied The script is as follows: #!/bin/sh nohup gnucash /home/parents/accounts/05/work & nohup gnucash /home/parents/accounts/05/

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Colin Watson
On Thu, Jan 09, 2003 at 06:54:06AM +1100, Peter Johnson wrote: > On Wed, 2003-01-08 at 22:57, Colin Watson wrote: > > [BTW, I'd prefer replies to be kept on the list, so that other people > > can help.] > > --> sorry bout that chief ... I actually also resent it to the list, > when I realised. Ye

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Peter Johnson
Thanks, that looks like it could be it. On Wed, 2003-01-08 at 22:57, Colin Watson wrote: > On Wed, Jan 08, 2003 at 10:41:11PM +1100, Peter Johnson wrote: > > Not it, this is the file server so all filesystems are local. > > That doesn't imply that filesystems aren't mounted, and local > filesyst

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread HdV
On Wed, 8 Jan 2003, Peter Johnson wrote: > > Hi all, > > I have a small problem and was hoping that someone else out there has > experienced and resolved it for themselves at some stage in the past. > > Basically, whenever I attempt to execute a script it dies with t

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Alvin Oga
+1100, Peter Johnson wrote: > > > > I have a small problem and was hoping that someone else out there > > has > > > > experienced and resolved it for themselves at some stage in the > > past. > > > > > > > > Basically, whenever I a

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Colin Watson
On Wed, Jan 08, 2003 at 10:41:11PM +1100, Peter Johnson wrote: > Not it, this is the file server so all filesystems are local. That doesn't imply that filesystems aren't mounted, and local filesystems can perfectly well be mounted with noexec (possibly by accident - the 'user' flag implies it, for

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Peter Johnson
gt; experienced and resolved it for themselves at some stage in the past. > > > > Basically, whenever I attempt to execute a script it dies with the 'bad > > interpreter: Permission denied' catch-cry. So far this is sh and perl > > files i.e. files beginning with &quo

Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Peter Johnson
Hi all, I have a small problem and was hoping that someone else out there has experienced and resolved it for themselves at some stage in the past. Basically, whenever I attempt to execute a script it dies with the 'bad interpreter: Permission denied' catch-cry. So far this is sh and

Re: Problem: 'bad interpreter: Permission denied'

2003-01-08 Thread Colin Watson
On Wed, Jan 08, 2003 at 09:39:43PM +1100, Peter Johnson wrote: > I have a small problem and was hoping that someone else out there has > experienced and resolved it for themselves at some stage in the past. > > Basically, whenever I attempt to execute a script it dies with the '

Re: Bad interpreter

2002-10-31 Thread Rob Weir
On Thu, Oct 31, 2002 at 12:40:20AM -0600, Dan Hunt wrote: > Hi! Bad interpreter? > I did edit the top of the script with the Midnight Commander edit > program to remove those pesky M$ spaces or carriage returns. > > #!/bin/sh ^ Are you sure that this is just a singl

Re: Bad interpreter

2002-10-31 Thread Seneca
On Thu, Oct 31, 2002 at 12:40:20AM -0600, Dan Hunt wrote: > Hi! Bad interpreter? > I did edit the top of the script with the Midnight Commander edit > program to remove those pesky M$ spaces or carriage returns. > > #!/bin/sh > for CHAIN in INPUT OUTPUT FORWARD POSTROUTI

Re: Bad interpreter

2002-10-30 Thread Sean 'Shaleh' Perry
On Wednesday 30 October 2002 22:40, Dan Hunt wrote: > Hi! Bad interpreter? > I did edit the top of the script with the Midnight Commander edit > program to remove those pesky M$ spaces or carriage returns. > > #!/bin/sh > for CHAIN in INPUT OUTPUT FORWARD POSTROUTING PREROUTIN

Bad interpreter

2002-10-30 Thread Dan Hunt
Hi! Bad interpreter? I did edit the top of the script with the Midnight Commander edit program to remove those pesky M$ spaces or carriage returns. #!/bin/sh for CHAIN in INPUT OUTPUT FORWARD POSTROUTING PREROUTING do iptables -P $CHAIN ACCEPT iptables -F $CHAIN done /usr/bin/nice: ./doit.sh

[Solved] Re: Perl: bad interpreter

2002-09-11 Thread Jacob S .
On Tue, 10 Sep 2002 23:48:37 -0700 Wade Richards <[EMAIL PROTECTED]> wrote: > >On 10/09/02 Jacob S. did speaketh: > > > >> bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: > >> Permission denied > > Is the NFS drive mounted noexec? >

Re: Perl: bad interpreter

2002-09-10 Thread Wade Richards
>On 10/09/02 Jacob S. did speaketh: > >> bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: >> Permission denied Is the NFS drive mounted noexec? --- Wade -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Perl: bad interpreter

2002-09-10 Thread Michael P. Soulier
On 10/09/02 Jacob S. did speaketh: > bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: > Permission denied This usually means that there is no interpreter at /usr/bin/perl. Having the file mounted via NFS means nothing significant that I know of, since it's loa

Perl: bad interpreter

2002-09-10 Thread Jacob S .
parate computer connected by NFS. bash: /mnt/path/to/helloscript: /usr/bin/perl: bad interpreter: Permission denied Both the machines are running Debian Woody, with all security updates installed. The client is a Pentium 133 w/64mb of ram, running kernel 2.2.19. The file server is a 1Ghz AMD T-Bird

Re: www-data sends email to itself (bad interpreter)

2001-10-28 Thread Ian Marlier
I have just found out that www-data sends emails to www-data. What's the point of that? nobody logs in as www-data and the emails are invisible. here's what the email says: /bin/sh: /usr/sbin/awstats-update: bad interpreter: Permission denied the bug was already filed for this pr

Re: www-data sends email to itself (bad interpreter)

2001-10-28 Thread Karsten M. Self
rompt for recipient, or add an appropriate /etc/aliases entry. > here's what the email says: > > /bin/sh: /usr/sbin/awstats-update: bad interpreter: Permission denied > > the bug was already filed for this problem but isn't sending the email > a problem in itse

www-data sends email to itself (bad interpreter)

2001-10-27 Thread Erik Steffl
I have just found out that www-data sends emails to www-data. What's the point of that? nobody logs in as www-data and the emails are invisible. here's what the email says: /bin/sh: /usr/sbin/awstats-update: bad interpreter: Permission denied the bug was already filed for this p

Re: perl: bad interpreter

2001-05-14 Thread Tommi Komulainen
On Mon, May 14, 2001 at 10:15:12AM +0200, Florian Petri wrote: > Hi! > > I have got a problem with perl and one skript... [..] > nuntius:~/dynip-client$ ./dynip-client.pl > bash: ./dynip-client.pl: bad interpreter: No such file or directory [..] > --- ./dynip-client.pl ---

perl: bad interpreter

2001-05-14 Thread Florian Petri
Hi! I have got a problem with perl and one skript... --- bash --- nuntius:~/dynip-client$ ll dynip-client.pl -rwxr-xr-x1 flop flop 1463 May 14 10:01 dynip-client.pl nuntius:~/dynip-client$ ./dynip-client.pl bash: ./dynip-client.pl: bad interpreter: No such file or directory