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
[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
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/
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
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
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
+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
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
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
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
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 '
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
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
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
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
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?
>
>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]
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
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
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
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
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
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 ---
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
24 matches
Mail list logo