Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Very odd 'bash' problem in RH7.1 - What!?!!
- To: tlug@example.com
- Subject: Re: Very odd 'bash' problem in RH7.1 - What!?!!
- From: "Thomas O'Dowd" <tom@example.com>
- Date: Mon, 28 May 2001 21:51:32 +0900
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <Pine.LNX.4.33.0105282105350.1754-100000@example.com>; from denismcm@example.com on Mon, May 28, 2001 at 09:15:41PM +0900
- References: <15121.16685.149779.335987@example.com> <Pine.LNX.4.33.0105282105350.1754-100000@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <3bC2cB.A.6g.plkE7@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: Mutt/1.2.5i
There is no rehash for bash. Do you have the same problem with a different shell, ie try it with tcsh... Could be something in the environment also, send us the output of the env command. I seem to remember having a wierd ksh problem something like this about 3 years ago and it was something in the environment. Can't remember if this was exactly it or not though but it sounds very similar. Another trick I would try is running strace on your current shell process from another terminal. ie $ strace -p <PID_OF_OTHER_SHELL> then try the command and see if you can see what might be failing... you might want to use the -f option if it manages to fork and exec successfully hitting on the problem in the sub shell. It is probably obvious but I can't think of anything else right now, give that a try to start. Tom. On Mon, May 28, 2001 at 09:15:41PM +0900, Dennis McMurchy wrote: > On Mon, 28 May 2001, Viktor Pavlenko wrote: > > > DM> What on earth can be happening here: > > > > DM> <root@example.com:/home/denis/internet>$ ls -l pppc* > > DM> -rwxr-xr-x 1 denismcm users 126 May 12 1997 pppc > > DM> -rwxr-xr-x 1 denismcm users 136 Nov 19 1996 pppc.big > > DM> -rwxr-xr-x 1 denismcm users 8017 Nov 13 1996 pppcosts > > DM> <root@example.com:/home/denis/internet>$ ./pppcosts > > DM> bash: ./pppcosts: No such file or directory > > DM> <root@example.com:/home/denis/internet>$ ls -l ./pppcosts > > DM> -rwxr-xr-x 1 denismcm users 8017 Nov 13 1996 ./pppcosts > > > > This simply means that the program which should execute your script is > > not found. Type > > $ head -1 ./pppcosts > > and you will see what it is. > > Hi Viktor, > > Unfortunately, this is not the problem. The program in question is a > compiled executable: -- Thomas O'Dowd. - Nooping - http://nooper.com tom@example.com - Testing - http://nooper.co.jp/labs
- References:
- Re: Very odd 'bash' problem in RH7.1 - What!?!!
- From: Viktor Pavlenko <vp@example.com>
- Re: Very odd 'bash' problem in RH7.1 - What!?!!
- From: Dennis McMurchy <denismcm@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: good firewalls
- Next by Date: Re: Very odd 'bash' problem in RH7.1 - What!?!!
- Prev by thread: Re: Very odd 'bash' problem in RH7.1 - What!?!!
- Next by thread: Re: Very odd 'bash' problem in RH7.1 - What!?!!
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links