Strange "Unable to load interpreter" message!


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Strange "Unable to load interpreter" message!
# 1  
Old 05-14-2002
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.
# 2  
Old 05-14-2002
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  
Old 05-14-2002
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  
Old 05-14-2002
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  
Old 05-14-2002
I have bunch of users on that machine. Is there any script to search through user's crontab files?

Thank you!
# 6  
Old 05-14-2002
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  
Old 05-15-2002
MySQL

It explains everything!!!
Thanks a lot!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Shell Programming and Scripting

Why awk print is strange when I set FS = " " instead of FS = "\t"?

Look at the following data file(cou.data) which has four fields separated by tab. Four fields are country name, land area, population, continent where it belongs. As for country name or continent name which has two words, two words are separated by space. (Data are not accurately... (1 Reply)
Discussion started by: chihuyu
1 Replies

3. Solaris

"Load Average" vs "virtual processor"

Hi, I have one question regarding the understanding of “load average” in a platform with virtual processors. Suppose in this situation: Total number of physical processors: 1 Number of virtual processors: 32 Total number of cores: 4 Number of cores per physical... (1 Reply)
Discussion started by: MDING
1 Replies

4. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Infrastructure Monitoring

HPUX net-SNMP interpreter "/bin/perl" not found

I am trying to install net-snmp on an HPUX box. I am getting the fallowing error message when I try to run the snmpconf file. I installed the fallowing version of net-snmp net-snmp-5.0.10.2-HP-UX_B.11.11_9000_800.tar and my HPUX box is version HP-UX commnms B.11.11 U 9000/800... (2 Replies)
Discussion started by: krisarmstrong
2 Replies

7. SuSE

VMDB Failure" followed by "Unable to open snapshot file"

keep getting an error when I try to revert to a snapshot: "VMDB Failure" followed by "Unable to open snapshot file" Im using vmware server 1.0.4, host OS is windows xp and guest OS is SLES. Is there anything I can do to recover the snapshot or am I in trouble!?!?! (0 Replies)
Discussion started by: s_linux
0 Replies
Login or Register to Ask a Question