![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| strange "No such file or directory" errors on NFS volumes | fishsponge | UNIX for Advanced & Expert Users | 3 | 06-17-2008 12:37 AM |
| interpreter " /bin/ksh" not found | Vinner | Shell Programming and Scripting | 4 | 04-22-2008 04:42 AM |
| Strange error "host: isc_taskmgr_create: no available threads" | Santi | Linux | 0 | 01-03-2008 02:49 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 10:52 PM |
| bash: cd command to access "strange" directories | robotronic | Shell Programming and Scripting | 3 | 07-06-2007 01:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Strange "Unable to load interpreter" message!
Hi all,
I run RedHat. Not a long ago it has started to give me message on the screen "Unable to load an interpreter". Just plain message. I checked log files. I havent found anything strange in there. Any suggestions what it might mean and how to get rid of it? Thank you all. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
As in it's displaying that on the console?
If it's on the console, it should also be in /var/log/messages Did you change or move /bin/sh or bash? Is it running from a startup script, cron, .bash_profile, etc? The first thing to do is to find out what's causing it... |
|
#3
|
||||
|
||||
|
No i havnt touched bash, and i havnt change any scripts in .bash_profile. I have had my .bash_profile unchanged for about a year or so. Is there any possibility that my box has been hacked? Or any other possible suggestions?
|
|
#4
|
||||
|
||||
|
I've never seen that before...
I did wonder if an intruder used a crappy script that tried to execute something that wasn't there (perl, ksh, python, etc). Check all user's crontabs, look for new users in your passwd file (also check the shadow file for system accounts that all of the sudden have passwords). Does it happen at any given time? Are you running any services (ftp, telnet, ssh, etc)? Can you find anything in /var/log/* ? Right after it happens, do an "ls -ltr /var/log/messages" to see if (or which) logs were written to. And does it happen at the console when you're logged in, when the login banner is up, or both? |
|
#5
|
||||
|
||||
|
I have bunch of users on that machine. Is there any script to search through user's crontab files?
Thank you! |
|
#6
|
||||
|
||||
|
You know what? I just did what I should have done first:
Searched google. I found this page: http://linuxperf.nl.linux.org/general/common.html Looks like it should be relatively simple to fix... |
|
#7
|
||||
|
||||
|
It explains everything!!!
Thanks a lot!!! |
||||
| Google The UNIX and Linux Forums |