View previous topic :: View next topic |
Author |
Message |
Xminos n00b
Joined: 06 Feb 2003 Posts: 6 Location: Kansas city
|
Posted: Mon Feb 10, 2003 11:33 am Post subject: Error on boot up..host name failure |
|
|
I searched but found no luck for a fix for my problem. Ok..to start off
Its on a celeron based computer, from stage 1. Its a powerspec (basic computer with a lot of onboard junk) with a onboard lan. I messed with that damn onboard Network card for the last few days, the only module it would run was dummy(found this out from lsmod after I booted from the install cd)then I dug up a old kingston KNE111TX. From a quick search on here I decided Tulip is the module after more searching I then learned it must be compiled into the kernel. So, off I went to compile it. I found the correct module and loaded it up. Did a quick Code: | # make dep && make clean bzImage modules modules_install
# mv /boot/bzImage /boot/bzImage.orig
# cp /usr/src/linux/arch/i386/boot/bzImage /boot
|
and that was that, I figured my networking woes would be over. hah, fooled me. Ok, here is where I stand now. Upon boot up it says
Code: | dhcpcd: Host name failure
ifconfig: '--help' gives usage information
*faied to bring eth0 up
*ERROR: Problem starting needed services
* "netmount" was not started. |
Now this confuses me.. what should I do? I run a DHCP router that drops me a ip and that works on all my other computers fine at the moment.
I guess here is some networking settings that could be in question, just to try to save you all some time...
This is my /etc/conf.d/net file
Code: | iface_eth0"192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0
iface_eth0"dhcpcd" |
Since it was a host name error, my 1st suspect was the /etc/resolv.conf file, sadly it looks to be fine
Code: | nameserver 24.94.165.25
nameserver 24.94.163.34
nameserver 24.94.163.33
search kc.rr.com |
on a side note, I have tried changing just about everything, and then back, just normal troubleshooting, I have done
Code: | rc-update add net.eth0 default |
among a ton of other fixes I found while digging through the forums here. Oh well, I hope someone is able to help me, im STUCK.
Thanx for atleast reading it, sorry for all the typo's. Its 530 here and I have been staring at my gentoo console for about 5 hours now.
Tim
xminos(at)kc.rr.com _________________ "Disce quasi semper victurus; vive quasi cras moriturus" (Learn as if you were going to live forever; live as if you were going to die tomorrow.) |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Mon Feb 10, 2003 12:21 pm Post subject: Re: Error on boot up..host name failure |
|
|
Code: | iface_eth0"192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0
iface_eth0"dhcpcd" |
It shouldn't be
? |
|
Back to top |
|
|
Xminos n00b
Joined: 06 Feb 2003 Posts: 6 Location: Kansas city
|
Posted: Mon Feb 10, 2003 7:26 pm Post subject: Whoops |
|
|
sorry a minor typo on my behalf, it does have the "=" in the conf, Just whie typing it I seemed to have left it out on here..sorry about that. It is correct.
Tim _________________ "Disce quasi semper victurus; vive quasi cras moriturus" (Learn as if you were going to live forever; live as if you were going to die tomorrow.) |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Tue Feb 11, 2003 5:02 pm Post subject: |
|
|
make sure that the card is working 'lsmod' and 'ifconfig', edit the /etc/init.d script so that it doesnt send errors to the big bit bucket... _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|