LinuxQuestions.org
Review your favorite Linux distribution.
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-20-2010, 10:06 AM   #1
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Rep: Reputation: 2
network gone down


Hi,
plz helpme on this.
im not able to ping nor able to restart the services.....i dont know wht happened.its giving the error.........
/etc/sysconfig/network-scripts/ifup-eth:/ sbin/arping :/lib/ld-linux.so 2:bad ELF interpreter: No such file or directory
Error,some other host already uses address.im having 3 ethernet cards...
this is my main server of company.plz any know abutthis its urgent.
 
Old 09-20-2010, 10:13 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Which distribution?
Did you installed something previous to the start of the problem?
Seems to me you installed 64 bit software on a 32 bit system or 32 bit software on a 64 bit system.

Kind regards
 
Old 09-20-2010, 10:17 AM   #3
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by repo View Post
Which distribution?
Did you installed mething previous to the start of the problem?
Seems to me you installed 64 bit software on a 32 bit system or 32 bit software on a 64 bit system.

Kind regards
no i havent installanythng. im using 32-bit system...is this happening because someone hacked my system.or its giving error called some other host already uses address.plz helpme on this
 
Old 09-20-2010, 10:47 AM   #4
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
What output do you get just by using this command?:
> arping
bad ELF interpreter?
 
Old 09-20-2010, 11:16 AM   #5
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
ya exactly.im able to ping from other systems.but it is not ping to his own ipaddress nor anycommand is giving any results.plz helpme .my job at stake plz
 
Old 09-20-2010, 11:23 AM   #6
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
so that binary is the cause of ifup-eth failing - as a temporary solution comment out the whole "if" section like this:
# if ! arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then
# echo $"Error, some other host already uses address ${IPADDR}."
# exit 1
# fi
and bring up your interfaces. Then reinstall arping and uncomment the "if" section.

BUT if it's a duplicate IP then you have to resolve that problem first - either find the other host using this IP, or choose another one for the server in question. Are there other people in your company who can change IPs? Ask around

Also does any other binary give this output? Something from iputils package specifically? like tracepath?

Last edited by adamwonski; 09-20-2010 at 11:31 AM.
 
Old 09-20-2010, 11:28 AM   #7
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
my network ethernet card is showing in active.when im trying to active that its giving some other host is using the same address.i cant change address bcz its server ip all are connected to that only.so plz telme wht to do
 
Old 09-20-2010, 11:39 AM   #8
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
tnx for ur reply.but which conf file to edit my nic card is inactive at this stage.those ip addresss are conected to other server so no one is using that except other server ......so wht should i do now
 
Old 09-20-2010, 12:04 PM   #9
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
sorry, I don't understand your explanations about IPs - calm down and try to explain it again.

Looking at your initial post, I thought you were running /etc/sysconfig/network-scripts/ifup-eth - or maybe ifup? service network restart? Or what did you run to get this message? Why did you run it in the first place? Trying to restart interfaces to resolve connectivity problems?
 
Old 09-21-2010, 01:08 AM   #10
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
look friend.now i have recognize the problem.the problem is my nic cards are not getting up.when im trying to get up the interfaces by service network restart its giving the error."bad elf interpreter"no such file or directory.some other host may be using the address.so i want to up my nic cards but its not happening.i cant change my ip addresses on those cards.so plz telme wht to do ...
 
Old 09-21-2010, 01:18 AM   #11
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
this is the error its coming when im trying to service network restart
/etc/sysconfig/netwok-scripts/ifup-eth: /sbin/arping /lib/ld-linux.so.2:bad elf interpreter:no such file or directory Error,some other host already uses address 192.x.x.x.
plz anyone telme how to resolve this
 
Old 09-21-2010, 02:01 AM   #12
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
ok, so to make "service network restart" work you can try to edit /etc/sysconfig/network-scripts/ifup-eth file and comment out the whole "if" section like this (search for "arping" word to locate it):
# if ! arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then
# echo $"Error, some other host already uses address ${IPADDR}."
# exit 1
# fi
and bring up your interfaces now using "service network restart". Then reinstall arping and uncomment the "if" section in /etc/sysconfig/network-scripts/ifup-eth file. There are other ways to bring up interfaces, but if you leave arping broken, next time "service network (re)start" is run (/etc/inid.d/network script) for whatever reason - you'll get the same problem.

Look for all "arping" words, and comment out lines containing it, I have:
# update ARP cache of neighboring computers
# arping -q -A -c 1 -I ${REALDEVICE} ${IPADDR}
# ( sleep 2;
# arping -q -U -c 1 -I ${REALDEVICE} ${IPADDR} ) > /dev/null 2>&1 < /dev/null &

Last edited by adamwonski; 09-21-2010 at 02:06 AM.
 
Old 09-21-2010, 02:10 AM   #13
adamwonski
LQ Newbie
 
Registered: Aug 2010
Distribution: debian, centos
Posts: 20

Rep: Reputation: 0
instead of editing this file you could also try something like this:
% mv /usr/sbin/arping /usr/sbin/arping.broken
% ln -s /bin/true /usr/sbin/arping
 
Old 09-21-2010, 02:34 AM   #14
mohdsuboor23
Member
 
Registered: Sep 2010
Posts: 71

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by adamwonski View Post
instead of editing this file you could also try something like this:
% mv /usr/sbin/arping /usr/sbin/arping.broken
% ln -s /bin/true /usr/sbin/arping
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?????
 
Old 09-21-2010, 02:47 AM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Error,some other host already uses address 192.x.x.x.
First find the host that is using the IP

Kind regards
 
  


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 03:39 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