* [gentoo-user] Cannot access external network
@ 2006-07-05 3:23 Raj Swaminathan
2006-07-05 3:32 ` Raj Swaminathan
0 siblings, 1 reply; 3+ messages in thread
From: Raj Swaminathan @ 2006-07-05 3:23 UTC (permalink / raw
To: gentoo-user
Hi,
Im a gnu/linux newbie and have 2 problems ....
1. At boot, i get net-mount failed on eth0
I am unable to ping machines not listed on /etc/hosts.
Can anyone help me
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Cannot access external network
2006-07-05 3:23 [gentoo-user] Cannot access external network Raj Swaminathan
@ 2006-07-05 3:32 ` Raj Swaminathan
2006-07-05 13:00 ` Daniel Iliev
0 siblings, 1 reply; 3+ messages in thread
From: Raj Swaminathan @ 2006-07-05 3:32 UTC (permalink / raw
To: gentoo-user
Hi,
Im a gnu/linux newbie and have 2 problems ....
1. At boot, i get "net-mount failed on eth0" and ifconfig does not
list eth0. So i manually tried "ifconfig eth0 up" and eth0 is then
listed. Next I am unable to ping machines not listed on /etc/hosts.
My /etc/conf.d/net has entries for config_eth0 and routes_eth0
My /etc/resolv.conf however looks like this:
# Generated by dhcpcd for interface eth1
nameserver <mynameserver>
domain <mydomain>
It seems to say eth1 ..... when it should say eth0?
2. When grub loads, the screen is all blurred and hazy and seems to
get allright 10 seconds after the kernel starts loading. What should i
do?
Any help will be appreciated .... thanks !
raj
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Cannot access external network
2006-07-05 3:32 ` Raj Swaminathan
@ 2006-07-05 13:00 ` Daniel Iliev
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Iliev @ 2006-07-05 13:00 UTC (permalink / raw
To: gentoo-user
Raj Swaminathan wrote:
> Hi,
>
> Im a gnu/linux newbie and have 2 problems ....
>
> 1. At boot, i get "net-mount failed on eth0" and ifconfig does not
> list eth0. So i manually tried "ifconfig eth0 up" and eth0 is then
> listed. Next I am unable to ping machines not listed on /etc/hosts.
>
> My /etc/conf.d/net has entries for config_eth0 and routes_eth0
>
> My /etc/resolv.conf however looks like this:
> # Generated by dhcpcd for interface eth1
> nameserver <mynameserver>
> domain <mydomain>
> It seems to say eth1 ..... when it should say eth0?
>
> 2. When grub loads, the screen is all blurred and hazy and seems to
> get allright 10 seconds after the kernel starts loading. What should i
> do?
>
> Any help will be appreciated .... thanks !
> raj
It seems to me that you don't have the network start script(s) activated.
Try executing:
rc-update add net.eth0 default
You should replace "eth0" with the name of your link.
The gentoo way to:
- start a service is:
"/etc/init.d/<service-name> start"
For example: /etc/init.d/net.eth0 start
- stop a service is:
"/etc/init.d/<service-name> stop"
For example: /etc/init.d/net.eth0 stop
- make a service auto-start during boot is:
"rc-update add <service-name> <run-level>"
For example: rc-update add net.eth0 default
- prevent a service from auto-starting during boot is:
"rc-update del <service-name>"
For example: rc-update del net.eth0 default
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-05 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 3:23 [gentoo-user] Cannot access external network Raj Swaminathan
2006-07-05 3:32 ` Raj Swaminathan
2006-07-05 13:00 ` Daniel Iliev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox