Re: : bad interpreter: No such file or directory

2003-06-04 Thread Jonathan Bartlett
s simple script in RedHat 9.0 > > but i keep getting this error: > > : bad interpreter: No such file or directory > > Usually, this happens when the file you are trying to > run is not executable. Two solutions: > > 1) Make the file executable: chmod +x /path/to/scri

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Gordon Messmer
Emmanuel Seyman wrote: On Tue, Jun 03, 2003 at 02:51:05PM -0700, John Scamba wrote: I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Usually, this happens when the file you are trying to run is not executable

Re: : bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
Thanks man, this workedspent a whole day knockin my head on this. thanks again --- Gordon Messmer <[EMAIL PROTECTED]> wrote: > John Scamba wrote: > > I am trying to run this simple script in RedHat > 9.0 > > but i keep getting this error: > > : bad interpre

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Gordon Messmer
John Scamba wrote: I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Script: #!/bin/sh You have DOS linefeeds in your file. Convert the file to Unix linefeeds, either by copying the file using ASCII mode FTP, or one of

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Emmanuel Seyman
On Tue, Jun 03, 2003 at 02:51:05PM -0700, John Scamba wrote: > > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory Usually, this happens when the file you are trying to run is not executable. Two solutio

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 3 Jun 2003 14:51:05 -0700 (PDT), John Scamba wrote: > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory > > Script: > #!/bin/sh >

RE: : bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
D] > [mailto:[EMAIL PROTECTED] Behalf Of > John Scamba > Sent: Tuesday, June 03, 2003 4:51 PM > To: [EMAIL PROTECTED] > Subject: : bad interpreter: No such file or > directory > > > I am trying to run this simple script in RedHat 9.0 > but i keep getting this erro

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Robert
try changing /bin/sh to /bin/bash or create a symbolic ling from bash to sh R.D. On Tue, 2003-06-03 at 17:51, John Scamba wrote: > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory > > Scri

RE: : bad interpreter: No such file or directory

2003-06-04 Thread Joseph M. Day
f Of John Scamba Sent: Tuesday, June 03, 2003 4:51 PM To: [EMAIL PROTECTED] Subject: : bad interpreter: No such file or directory I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Script: #!/bin/sh echo "Monitoring H

: bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Script: #!/bin/sh echo "Monitoring HLDS" while true do cd /home/fanatic54/hlds_l nohup ./hlds_fan54 > output date >> crashlog sleep 10 done It use

RE: no such file or directory

2002-11-20 Thread Shuler, Bert
. -Original Message-From: Hernan Brun [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 19, 2002 2:00 PMTo: [EMAIL PROTECTED]Subject: no such file or directory Hi folks! I have a script in /etc/rc.d If I execute it in rc.local way, not work   If I change to /etc/rc.d and

Re: no such file or directory

2002-11-20 Thread Bret Hughes
On Tue, 2002-11-19 at 13:00, Hernan Brun wrote: > Hi folks! > I have a script in /etc/rc.d > If I execute it in rc.local way, not work > > If I change to /etc/rc.d and write ./script > No such file or directory > But the file is there and have x permision!! > What

Re: no such file or directory

2002-11-19 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernan Brun wrote: | Hi folks! I have a script in /etc/rc.d If I execute it in rc.local way, | not work If I change to /etc/rc.d and write ./script No such file or | directory But the file is there and have x permision!! What can i do? | The file

Re: no such file or directory

2002-11-19 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-Nov-2002/19:07 -0600, Yoink! <[EMAIL PROTECTED]> wrote: >On Tue, 19 Nov 2002, Hernan Brun wrote: >> I have a script in /etc/rc.d >> If I execute it in rc.local way, not work >> >> If I change to /etc/rc.d and w

Re: no such file or directory

2002-11-19 Thread Yoink!
On Tue, 19 Nov 2002, Hernan Brun wrote: > I have a script in /etc/rc.d > If I execute it in rc.local way, not work > > If I change to /etc/rc.d and write ./script > No such file or directory > But the file is there and have x permision!! > What can i do? > The file was

RE: no such file or directory

2002-11-19 Thread Cowles, Steve
> -Original Message- > From: Hernan Brun > Sent: Tuesday, November 19, 2002 1:00 PM > Subject: no such file or directory > > > Hi folks! > I have a script in /etc/rc.d > If I execute it in rc.local way, not work > > If I change to /etc/rc.d and write ./s

Re: no such file or directory

2002-11-19 Thread Bruno Negrao
PM Subject: no such file or directory Hi folks! I have a script in /etc/rc.d If I execute it in rc.local way, not work   If I change to /etc/rc.d and write  ./script No such file or directory But the file is there and have x permision!! What can i do? The

no such file or directory

2002-11-19 Thread Hernan Brun
Hi folks! I have a script in /etc/rc.d If I execute it in rc.local way, not work   If I change to /etc/rc.d and write  ./script No such file or directory But the file is there and have x permision!! What can i do? The file was copied form backup cdrom   Thanks in advance Hernan

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
On Fri, 21 Jun 2002, Nicolas Bock wrote: > > thanks for your hints. I followed all the steps you mention and things are > working now. Still, I keep getting this error message. At this point the > problem is not that quota doesn't work at all, but rather that I keep > getting the error message.

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Paul Bradshaw
> >You may not need or want the -M flag, see the man pages. > ># 4) enable quotas (or reboot) >quotaon -a > ># 5) commands: >repquota -a >edquota > > > >- Original Message - >From: "Nicolas Bock" <[EMAIL PROTECTED]> >To:

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
On Fri, 21 Jun 2002, Henrik Schmiediche wrote: > >Hello, > the following procedure to set up quotas worked for me. Maybe it will help > you. > > > > >quota: Error while getting quota from myhost:(pid3258) for 3369: No > such > > > >file or di

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Henrik Schmiediche
: "Nicolas Bock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 9:14 AM Subject: Re: quota: Error while getting quota [...] No such file or directory > > >quota: Error while getting quota from myhost:(pid3258) for 3369: No such > > >fil

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
> >quota: Error while getting quota from myhost:(pid3258) for 3369: No such > >file or directory > >Disk quotas for user nbock (uid 3369): none > > > You need to initialise the disk quota files on that volume (quota.user and > quota.group). Use edquota to do it.

Re: quota: Error while getting quota [...] No such file or directory

2002-06-20 Thread Kevin Myers
On Thu, 20 Jun 2002 10:49:21 -0400 (EDT), Nicolas wrote: >when I run quota now, using any account including root's, I get this >output: > >quota: Error while getting quota from myhost:(pid3258) for 3369: No such >file or directory >Disk quotas for user nbock (uid 33

Re: Help - /boot/initrd: No such file or directory

1998-05-29 Thread Ray Curtis
da wdm> Merging with /boot/boot.b wdm> Boot image: /boot/vmlinuz-2.0.32 wdm> Mapping RAM disk /boot/initrd-2.0.32 wdm> Added linux * wdm> Boot image: /boot/vmlinuz-2.0.31 wdm> Mapping RAM disk /boot/initrd wdm> open /boot/initrd: No such file or directory wdm> ^^^

Help - /boot/initrd: No such file or directory

1998-05-29 Thread W.D.McKinney
image: /boot/vmlinuz-2.0.31 Mapping RAM disk /boot/initrd open /boot/initrd: No such file or directory ^ Any help from anyone ? Thanks -Dee -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ