Networking Forums

Networking Forums > Computer Networking > Linux Networking > hangs on starting eth0

Reply
Thread Tools Display Modes

hangs on starting eth0

 
 
Geoff
Guest
Posts: n/a

 
      12-23-2003, 01:25 PM
Hi,
When my RedHat box boots it hangs when it tries to bring up eth0. I
have set it up as a static IP (192.168.247.5). How can I figure out
where/why it is hanging ?

If I don't start eth0 on boot, but do it later via ifup eth0 the whole box
hangs (no response from the mouse/keyboard.)

Geoff.


 
Reply With Quote
 
 
 
 
mgrd
Guest
Posts: n/a

 
      12-23-2003, 02:30 PM
Geoff wrote:
> When my RedHat box boots it hangs when it tries to bring up eth0. I
> have set it up as a static IP (192.168.247.5). How can I figure out
> where/why it is hanging ?
>
> If I don't start eth0 on boot, but do it later via ifup eth0 the whole box
> hangs (no response from the mouse/keyboard.)


seems you have a hardware problem .. I suggest to test it with another
ethernet device you know it works.

 
Reply With Quote
 
Geoff
Guest
Posts: n/a

 
      12-23-2003, 02:47 PM
I have tried other ethernet cards with no sucess either, some of them have
booted, however I cannot ping in or out.


"mgrd" <(E-Mail Removed)> wrote in message
news:bs9mvf$asth5$(E-Mail Removed)...
> Geoff wrote:
> > When my RedHat box boots it hangs when it tries to bring up eth0. I
> > have set it up as a static IP (192.168.247.5). How can I figure out
> > where/why it is hanging ?
> >
> > If I don't start eth0 on boot, but do it later via ifup eth0 the whole

box
> > hangs (no response from the mouse/keyboard.)

>
> seems you have a hardware problem .. I suggest to test it with another
> ethernet device you know it works.
>



 
Reply With Quote
 
mgrd
Guest
Posts: n/a

 
      12-23-2003, 03:10 PM
But these are two different issues: hanging OS and no working network.

Use a device that doesn't harm your OS
Come back if the network doesn't work. Reasons may be no correct routing
table, work DNS entry etc.

Geoff wrote:
> I have tried other ethernet cards with no sucess either, some of them have
> booted, however I cannot ping in or out.
>
>>Geoff wrote:
>>
>>> When my RedHat box boots it hangs when it tries to bring up eth0. I
>>>have set it up as a static IP (192.168.247.5). How can I figure out
>>>where/why it is hanging ?
>>>
>>>If I don't start eth0 on boot, but do it later via ifup eth0 the whole

>
> box
>
>>>hangs (no response from the mouse/keyboard.)

>>
>>seems you have a hardware problem .. I suggest to test it with another
>>ethernet device you know it works.
>>


 
Reply With Quote
 
Andrew M. Appel
Guest
Posts: n/a

 
      12-23-2003, 03:22 PM

Make sure you have your eth0 IP address defined in your host file. It may
be trying a DNS lookup and hanging.

Just a thought!

-Andy

On Tue, 23 Dec 2003 09:25:16 -0500, Geoff wrote:

> Hi,
> When my RedHat box boots it hangs when it tries to bring up eth0. I
> have set it up as a static IP (192.168.247.5). How can I figure out
> where/why it is hanging ?
>
> If I don't start eth0 on boot, but do it later via ifup eth0 the whole box
> hangs (no response from the mouse/keyboard.)
>
> Geoff.


 
Reply With Quote
 
Torsten Kaiser
Guest
Posts: n/a

 
      12-23-2003, 04:51 PM
Andrew M. Appel wrote:

>
> Make sure you have your eth0 IP address defined in your host file. It may
> be trying a DNS lookup and hanging.


Right! Discovered similar problems with my DHCP-client on system shutdown of
the server, cutting off the network-branch I'm sitting on. DHCP has a
timeout in seconds. Static IP times out in minutes.

HTH
Torsten Kaiser

--
XP doesn't HAVE Security holes.
XP IS a security hole.
 
Reply With Quote
 
Geoff
Guest
Posts: n/a

 
      12-23-2003, 04:53 PM
I removed the orginal ethernet (remove in bios as on the motherboard)

Added a four port Adaptec PCI ethernet card, when I booted Hardware
discovery
found the new card,

#1
IP 192.168.247.5
Netmask 255.255.255.0
Default gateway 192.168.247.254
Nameserver 192.168.247.1

#2 Do nothing
#3 Do nothing
#4 Do nothing


Then when brining up eth0 it hangs as it did before.


"mgrd" <(E-Mail Removed)> wrote in message
news:bs9pah$aqhr9$(E-Mail Removed)...
> But these are two different issues: hanging OS and no working network.
>
> Use a device that doesn't harm your OS
> Come back if the network doesn't work. Reasons may be no correct routing
> table, work DNS entry etc.
>
> Geoff wrote:
> > I have tried other ethernet cards with no sucess either, some of them

have
> > booted, however I cannot ping in or out.
> >
> >>Geoff wrote:
> >>
> >>> When my RedHat box boots it hangs when it tries to bring up eth0.

I
> >>>have set it up as a static IP (192.168.247.5). How can I figure out
> >>>where/why it is hanging ?
> >>>
> >>>If I don't start eth0 on boot, but do it later via ifup eth0 the whole

> >
> > box
> >
> >>>hangs (no response from the mouse/keyboard.)
> >>
> >>seems you have a hardware problem .. I suggest to test it with another
> >>ethernet device you know it works.
> >>

>



 
Reply With Quote
 
Geoff
Guest
Posts: n/a

 
      12-23-2003, 05:36 PM

With the Adaptec if I change it to DNS then it boots fine, however I get an
error that there may not be a cable connected, however this is and the hub
(and the card) do have "lights"




"Geoff" <(E-Mail Removed)> wrote in message
news:Ei%Fb.46$(E-Mail Removed)...
> I removed the orginal ethernet (remove in bios as on the motherboard)
>
> Added a four port Adaptec PCI ethernet card, when I booted Hardware
> discovery
> found the new card,
>
> #1
> IP 192.168.247.5
> Netmask 255.255.255.0
> Default gateway 192.168.247.254
> Nameserver 192.168.247.1
>
> #2 Do nothing
> #3 Do nothing
> #4 Do nothing
>
>
> Then when brining up eth0 it hangs as it did before.
>
>
> "mgrd" <(E-Mail Removed)> wrote in message
> news:bs9pah$aqhr9$(E-Mail Removed)...
> > But these are two different issues: hanging OS and no working network.
> >
> > Use a device that doesn't harm your OS
> > Come back if the network doesn't work. Reasons may be no correct routing
> > table, work DNS entry etc.
> >
> > Geoff wrote:
> > > I have tried other ethernet cards with no sucess either, some of them

> have
> > > booted, however I cannot ping in or out.
> > >
> > >>Geoff wrote:
> > >>
> > >>> When my RedHat box boots it hangs when it tries to bring up eth0.

> I
> > >>>have set it up as a static IP (192.168.247.5). How can I figure out
> > >>>where/why it is hanging ?
> > >>>
> > >>>If I don't start eth0 on boot, but do it later via ifup eth0 the

whole
> > >
> > > box
> > >
> > >>>hangs (no response from the mouse/keyboard.)
> > >>
> > >>seems you have a hardware problem .. I suggest to test it with another
> > >>ethernet device you know it works.
> > >>

> >

>
>



 
Reply With Quote
 
mgrd
Guest
Posts: n/a

 
      12-23-2003, 05:58 PM
damn
but you told, you ..
> have tried other ethernet cards

[..]
> some of them have booted, however I cannot ping in or out.


If I understand it correctly, it means, with such a card you *can*
bootstrap into the system properly .. "only" the network is not up.
Why not starting at this point with `route', `config' etc.?
Pls. correct me if I'm wrong.


Geoff wrote:
> I removed the orginal ethernet (remove in bios as on the motherboard)
>
> Added a four port Adaptec PCI ethernet card, when I booted Hardware
> discovery
> found the new card,
>
> #1
> IP 192.168.247.5
> Netmask 255.255.255.0
> Default gateway 192.168.247.254
> Nameserver 192.168.247.1
>
> #2 Do nothing
> #3 Do nothing
> #4 Do nothing
>
>
> Then when brining up eth0 it hangs as it did before.
>
>
> "mgrd" <(E-Mail Removed)> wrote in message
> news:bs9pah$aqhr9$(E-Mail Removed)...
>
>>But these are two different issues: hanging OS and no working network.
>>
>>Use a device that doesn't harm your OS
>>Come back if the network doesn't work. Reasons may be no correct routing
>>table, work DNS entry etc.
>>
>>Geoff wrote:
>>
>>>I have tried other ethernet cards with no sucess either, some of them

>
> have
>
>>>booted, however I cannot ping in or out.

>>
>> >

>>
>>>>Geoff wrote:
>>>>
>>>>
>>>>> When my RedHat box boots it hangs when it tries to bring up eth0.

>
> I
>
>>>>>have set it up as a static IP (192.168.247.5). How can I figure out
>>>>>where/why it is hanging ?
>>>>>
>>>>>If I don't start eth0 on boot, but do it later via ifup eth0 the whole
>>>
>>>box
>>>
>>>
>>>>>hangs (no response from the mouse/keyboard.)
>>>>
>>>>seems you have a hardware problem .. I suggest to test it with another
>>>>ethernet device you know it works.
>>>>

>>

>
>


--
SDF - Super Dimensional Fortress
Public Access UNIX System - http://sdf.lonestar.org

 
Reply With Quote
 
mgrd
Guest
Posts: n/a

 
      12-23-2003, 06:08 PM
power light but no traffic, right? try another cable

you might run `dmesg' for the other messages .. and have a look at
/var/log/messages


Geoff wrote:
> With the Adaptec if I change it to DNS then it boots fine, however I get an
> error that there may not be a cable connected, however this is and the hub
> (and the card) do have "lights"
>
>
>
>
> "Geoff" <(E-Mail Removed)> wrote in message
> news:Ei%Fb.46$(E-Mail Removed)...
>
>>I removed the orginal ethernet (remove in bios as on the motherboard)
>>
>>Added a four port Adaptec PCI ethernet card, when I booted Hardware
>>discovery
>>found the new card,
>>
>>#1
>> IP 192.168.247.5
>> Netmask 255.255.255.0
>> Default gateway 192.168.247.254
>> Nameserver 192.168.247.1
>>
>>#2 Do nothing
>>#3 Do nothing
>>#4 Do nothing
>>
>>
>>Then when brining up eth0 it hangs as it did before.
>>
>>
>>"mgrd" <(E-Mail Removed)> wrote in message
>>news:bs9pah$aqhr9$(E-Mail Removed)...
>>
>>>But these are two different issues: hanging OS and no working network.
>>>
>>>Use a device that doesn't harm your OS
>>>Come back if the network doesn't work. Reasons may be no correct routing
>>>table, work DNS entry etc.
>>>
>>>Geoff wrote:
>>>
>>>>I have tried other ethernet cards with no sucess either, some of them

>>
>>have
>>
>>>>booted, however I cannot ping in or out.
>>>
>>> >
>>>
>>>>>Geoff wrote:
>>>>>
>>>>>
>>>>>> When my RedHat box boots it hangs when it tries to bring up eth0.

>>
>>I
>>
>>>>>>have set it up as a static IP (192.168.247.5). How can I figure out
>>>>>>where/why it is hanging ?
>>>>>>
>>>>>>If I don't start eth0 on boot, but do it later via ifup eth0 the

>
> whole
>
>>>>box
>>>>
>>>>
>>>>>>hangs (no response from the mouse/keyboard.)
>>>>>
>>>>>seems you have a hardware problem .. I suggest to test it with another
>>>>>ethernet device you know it works.
>>>>>
>>>

>>

>
>


--
SDF - Super Dimensional Fortress
Public Access UNIX System - http://sdf.lonestar.org

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
My system hangs at "Starting portmapper" when booting GS Linux Networking 5 10-04-2006 08:09 PM
DHCPD starting before ETH0 gives error. edavid3001@gmail.com Linux Networking 2 11-18-2005 11:44 PM
eth0 not starting on boot -- debina sarge Steve Lefevre Linux Networking 1 10-30-2004 08:27 PM
system hangs on reboot when initialising eth0..help? Steven Davies Linux Networking 3 06-14-2004 10:32 PM
system hangs on 'ifup eth0' mino Linux Networking 2 01-24-2004 05:20 PM



1 2 3 4 5 6 7 8 9 10 11