LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Closed Thread
  Search this Thread
Old 09-21-2010, 02:52 AM   #16
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2

Quote:
Originally Posted by repo View Post
First find the host that is using the IP

Kind regards
look i have 3 ip addresses my company is on 10.x.x.x network.iam also amazed why this error is coming.how can 3 ip address some body using at same time.i dont thnk finding host can be possible bcz no one is on othernetwork.ihave other server as secondary that server is on 192.x.x.x. network no one is using this ips.so plz telme how to resolve the issue.
 
Old 09-21-2010, 02:54 AM   #17
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by mohdsuboor23 View Post
those 2 commands will solve the issue?????
yes - but remember you still have to fix arping
 
Old 09-21-2010, 02:56 AM   #18
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by repo View Post
First find the host that is using the IP
My understanding of the issue is that arping is broken (from wrong arch package / whatever) - as it gives "bad ELF interpreter" message. So in ifup-eth script it returns error, and this script interprets it as duplicate IP. Of course it may be the interpreter problem - but probably not if it's still possible to issue other commands. And if that's a file for another arch for example, then all the files from its package will have this problem, and there may be more wrong packages installed..

Last edited by adamwonski; 09-21-2010 at 03:02 AM.
 
Old 09-21-2010, 03:00 AM   #19
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by adamwonski View Post
My understanding of the issue is that arping is broken/form wrong arch package - as it gives "bad ELF interpreter" message. So in ifup-eth script it returns error, and this script interprets it as duplicate IP
tnx very much for ur support i appreciate it.
but telme now i need to type those 2 commands from #root or in ifup-eth.plz be specfic.i dont know why this error is coming.ijust want to resolve the issue.after typing those 2 command wht next??plz telme the steps iam waiting for ur reply.
 
Old 09-21-2010, 03:21 AM   #20
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by mohdsuboor23 View Post
thanks very much 4 ur support.but should i type the above 2 commands to solve the issue.will this 2 commands will solve the issue.or i need to do this in eth-up.plz telme bcz its our main server so icant do much experiment on that.those 2 commands will solve the issue?????

i have type the 2 commands on root.but still the same error is coming.now wht should i do plztelme
 
Old 09-21-2010, 03:35 AM   #21
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
so just typing:
% true
in shell also gives: "bad ELF interpreter"?

paste the output you get from "service network restart" here

Last edited by adamwonski; 09-21-2010 at 03:44 AM.
 
Old 09-21-2010, 03:43 AM   #22
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by adamwonski View Post
so just typing:
% true
in shell also gives: "bad ELF interpreter"?

paste the output you get from "service network restart" here
bro same error as i got from previous occsaions.plz check the starting posts.nothing changed after typing those 2 cmds.i have type those 2 cmds without% on root bcz it will not accept %cmd on root.that same bad elf interpreter error is coming.how to solve this issue.this error driving me nuts.
 
Old 09-21-2010, 03:47 AM   #23
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
It may be the path sequence, on my system /usr/sbin/arping is just a link to /sbin/arping, so you'd have to replace /sbin/arping in that case:
Code:
mv /sbin/arping /sbin/arping.broken
ln -s /bin/true /sbin/arping
as 'root' or with 'sudo'

or check your paths - may be different:
Code:
which -a arping
and the PATH in /etc/sysconfig/network-scripts/network-functions

Last edited by adamwonski; 09-21-2010 at 03:59 AM.
 
Old 09-21-2010, 03:48 AM   #24
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
sure, % is just my prompt - don't use it

/sbin/arping is the right path - it's in the initial post, so:
Code:
mv /sbin/arping /sbin/arping.broken
ln -s /bin/true /sbin/arping
as 'root' or with 'sudo'

Last edited by adamwonski; 09-21-2010 at 04:26 AM.
 
Old 09-23-2010, 12:59 AM   #25
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by adamwonski View Post
sure, % is just my prompt - don't use it

/sbin/arping is the right path - it's in the initial post, so:
Code:
mv /sbin/arping /sbin/arping.broken
ln -s /bin/true /sbin/arping
as 'root' or with 'sudo'
hi yesturday it was off so i didnt post any thng here.i have found out that glib package is missing that y its giving the error called bad elf interpreter.whn i want to install that package my internet is off on that system.im not able to access my cdrom nor pendrives its giving ur not authorized to do that.so now plz telme how can i install that package.i have got struct here...plz helpme
 
Old 09-23-2010, 02:47 AM   #26
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
.im not able to access my cdrom nor pendrives its giving ur not authorized to do that
How do you access them?
Are you mounting the drives as root?


Kind regards
 
Old 09-23-2010, 05:51 AM   #27
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by repo View Post
How do you access them?
Are you mounting the drives as root?


Kind regards
ya im mounting the drives.but due to bad elf interpreter error im not able to access the cddrom nor pendrives nor external drives anythng.i suspect someone might have hacked my server.......no commands are working as of now. i suspect some packages might have lost......
few days ago when the screensaver page was coming if i touch the keyboard or mouse my login page was coming but from the last 2 3 days ago my loginpage wasnt coming..then slowly my server was getting hang now it totally got out of service.so plz any expert helpme on this.....wht should i do know . i cant reboot my system without informing my manager.but i dont want to do that as of now......
 
Old 09-23-2010, 08:37 AM   #28
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I don't think a hacker would shut down the connection.
Do you have a backup of the server?
Seems to me you erased, replaced or upgraded glibc.
However, if you really think your system is compromised, start here:
http://web.archive.org/web/200801092...checklist.html

Quote:
i cant reboot my system without informing my manager.but i dont want to do that as of now......
Since your server is down for a few days, don't you think the manager will know?
Wouldn't it be better to talk to your manager about the problem?


Kind regards

Last edited by repo; 09-23-2010 at 09:02 AM.
 
Old 09-25-2010, 01:40 AM   #29
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by repo View Post
I don't think a hacker would shut down the connection.
Do you have a backup of the server?
Seems to me you erased, replaced or upgraded glibc.
However, if you really think your system is compromised, start here:
http://web.archive.org/web/200801092...checklist.html


Since your server is down for a few days, don't you think the manager will know?
Wouldn't it be better to talk to your manager about the problem?


Kind regards
tnx for ur reply.
ya i have a backup server on which my network is running as of now.With the help of drbd my server is getting replicated.I also think that some glibc packages are missing...so in order to recover that i want to do linux rescue but for that im not having the same version cd as its install on server.i have fc13 but that kernel is not matching with the kernel install on server..so any one could helpme how can i get a same kernel version OS from internet.
the kernel name is 2.6.33.5-112.fc13.x86_64.
iam waiting for ur reply.
 
Old 09-25-2010, 06:13 AM   #30
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by mohdsuboor23 View Post
tnx for ur reply.
ya i have a backup server on which my network is running as of now.With the help of drbd my server is getting replicated.I also think that some glibc packages are missing...so in order to recover that i want to do linux rescue but for that im not having the same version cd as its install on server.i have fc13 but that kernel is not matching with the kernel install on server..so any one could helpme how can i get a same kernel version OS from internet.
the kernel name is 2.6.33.5-112.fc13.x86_64.
iam waiting for ur reply.
when im trying to do linux resuce its asking abut a driver which is not available on cd....wht should i do now plz helpme on this.?whts is the problem.when im saying have adisk .its not taking .plz helpme

Last edited by mohdsuboor23; 09-28-2010 at 07:28 AM.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless network connects and works fine, but doesnt show up on the network manager newbie236 Linux - Newbie 1 07-07-2010 12:47 AM
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
NETWORK transmit errors - assuming offline / NETWORK restart failed, could not find gcan Linux - Networking 3 11-13-2009 07:01 PM
Unable to connect to wifi network with network manager. Poss authorization issue openSauce Linux - Networking 14 12-13-2008 10:05 AM
LXer: Network World names Zenoss Clear Choice for Network Management LXer Syndicated Linux News 0 06-20-2007 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 09:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration