W. Dale Hall wrote:
> Here's the deal: I've got RH 7.3 running just fine until an hour ago.
> I crashed a Matlab session and decided it was a good time to reboot
> my machine. The shutdown process hung at some point leaving the
> note "No more processes at this level", and after about 5 minutes
> I hit the reset button.
>
> When the machine came back up, it complained about the ethernet
> interface, saying this:
>
> "Bringing up interface eth0: Error, some other host already uses address
> [my IP address]"
>
> Plus, I get a big fat red "FAILED" on the screen, just to make me
> feel better.
>
> How do I get my box to behave again?
>
> I'm pretty much out of clues, so any you folks have would be
> a pure treat.
>
> Thanks,
>
> Dale.
>
What does "ifconfig -a" report?
I'm going to make a guess and assume two things: the system is on a
network with a dhcp server (possibly a router), and the machine has a
script with a hardcoded IP address that it tries to use at boot. Now
that the machine is up, I suggest trying to assign a different IP for
eth0 on the same subnet.
eg., if the machine expects eth0 to have the IP 10.1.190.10, I suggest
pinging 10.1.190.11 (to check if a second machine is using it), and if
it's free, run "ipconfig eth0 inet 10.1.190.11". Now on the machine,
try and ping other machines on the network and see if your issue is
resolved.
|