public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] net.eth0 starting yet not starting
@ 2006-10-23 23:59 Lord Sauron
  2006-10-24  9:23 ` Juan Miguel Perez
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lord Sauron @ 2006-10-23 23:59 UTC (permalink / raw
  To: gentoo-user

Weird problem.

On my server net.eth0 isn't starting, yet it is.

During boot it goes through the normal routine, it starts net.lo and
everything, however, then it goes into runlevel 3 and then all my
services fail (apache, sshd, ddclient, etc), complaining that net.eth0
isn't running.  I log in and try to start net.eth0 and it tells me
that it's already running!

I tried adding net.eth0 to runlevel boot, boot and default, and then
just default, but it still doesn't work.  Does anyone know what is
going on?  This is really confusing me.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-23 23:59 [gentoo-user] net.eth0 starting yet not starting Lord Sauron
@ 2006-10-24  9:23 ` Juan Miguel Perez
  2006-10-24 14:47   ` Lord Sauron
  2006-10-24  9:56 ` Roger Mason
  2006-10-25  8:51 ` Robert Svoboda
  2 siblings, 1 reply; 8+ messages in thread
From: Juan Miguel Perez @ 2006-10-24  9:23 UTC (permalink / raw
  To: gentoo-user

Lord Sauron wrote:

> Weird problem.
>
> On my server net.eth0 isn't starting, yet it is.
>
> During boot it goes through the normal routine, it starts net.lo and
> everything, however, then it goes into runlevel 3 and then all my
> services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> isn't running.  I log in and try to start net.eth0 and it tells me
> that it's already running!
>
> I tried adding net.eth0 to runlevel boot, boot and default, and then
> just default, but it still doesn't work.  Does anyone know what is
> going on?  This is really confusing me.
>
Hi
try to fix in the kernel the module of your net card like * and not like 
M i think that can be one way

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-23 23:59 [gentoo-user] net.eth0 starting yet not starting Lord Sauron
  2006-10-24  9:23 ` Juan Miguel Perez
@ 2006-10-24  9:56 ` Roger Mason
  2006-10-24 14:46   ` Lord Sauron
  2006-10-25  8:51 ` Robert Svoboda
  2 siblings, 1 reply; 8+ messages in thread
From: Roger Mason @ 2006-10-24  9:56 UTC (permalink / raw
  To: gentoo-user

Hello,

"Lord Sauron" <lordsauronthegreat@gmail.com> writes:

> Weird problem.
>
> On my server net.eth0 isn't starting, yet it is.
>
> During boot it goes through the normal routine, it starts net.lo and
> everything, however, then it goes into runlevel 3 and then all my
> services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> isn't running.  I log in and try to start net.eth0 and it tells me
> that it's already running!

Have you tried zapping net.eth0 then restarting it?

/etc/init.d/net.eth0 zap
/etc/init.d/net.eth0 start
/etc/init.d/sshd start
etc...

Roger

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-24  9:56 ` Roger Mason
@ 2006-10-24 14:46   ` Lord Sauron
  0 siblings, 0 replies; 8+ messages in thread
From: Lord Sauron @ 2006-10-24 14:46 UTC (permalink / raw
  To: gentoo-user

On 10/24/06, Roger Mason <rmason@esd.mun.ca> wrote:
> Hello,
>
> "Lord Sauron" <lordsauronthegreat@gmail.com> writes:
>
> > Weird problem.
> >
> > On my server net.eth0 isn't starting, yet it is.
> >
> > During boot it goes through the normal routine, it starts net.lo and
> > everything, however, then it goes into runlevel 3 and then all my
> > services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> > isn't running.  I log in and try to start net.eth0 and it tells me
> > that it's already running!
>
> Have you tried zapping net.eth0 then restarting it?
>
> /etc/init.d/net.eth0 zap
> /etc/init.d/net.eth0 start
> /etc/init.d/sshd start
> etc...

Well, this is happening all at boot before login, so I want to fix it
there so that sshd start at boot so I can hide the server in the
garage and administer it remotely.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-24  9:23 ` Juan Miguel Perez
@ 2006-10-24 14:47   ` Lord Sauron
  2006-10-25  1:31     ` Lord Sauron
  0 siblings, 1 reply; 8+ messages in thread
From: Lord Sauron @ 2006-10-24 14:47 UTC (permalink / raw
  To: gentoo-user

On 10/24/06, Juan Miguel Perez <victormt@ult.edu.cu> wrote:
> Lord Sauron wrote:
> > Weird problem.
> >
> > On my server net.eth0 isn't starting, yet it is.
> >
> > During boot it goes through the normal routine, it starts net.lo and
> > everything, however, then it goes into runlevel 3 and then all my
> > services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> > isn't running.  I log in and try to start net.eth0 and it tells me
> > that it's already running!
> >
> > I tried adding net.eth0 to runlevel boot, boot and default, and then
> > just default, but it still doesn't work.  Does anyone know what is
> > going on?  This is really confusing me.
> >
> Hi
> try to fix in the kernel the module of your net card like * and not like
> M i think that can be one way

I'll go do that once I get home.  I hadn't thought of that.

Any other possible causes?  I mean, if that doesn't work, I may have
to take Gentoo off the server and use something else : (

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-24 14:47   ` Lord Sauron
@ 2006-10-25  1:31     ` Lord Sauron
  0 siblings, 0 replies; 8+ messages in thread
From: Lord Sauron @ 2006-10-25  1:31 UTC (permalink / raw
  To: gentoo-user

Didn't work.  Does anyone know what could be going on?  This is really
odd...  I have this feeling that I'm in way over my head.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-23 23:59 [gentoo-user] net.eth0 starting yet not starting Lord Sauron
  2006-10-24  9:23 ` Juan Miguel Perez
  2006-10-24  9:56 ` Roger Mason
@ 2006-10-25  8:51 ` Robert Svoboda
  2006-10-25 17:40   ` Lord Sauron
  2 siblings, 1 reply; 8+ messages in thread
From: Robert Svoboda @ 2006-10-25  8:51 UTC (permalink / raw
  To: gentoo-user

* Lord Sauron <lordsauronthegreat@gmail.com> [2006-10-24 11:18]:
> During boot it goes through the normal routine, it starts net.lo and
> everything, however, then it goes into runlevel 3 and then all my
> services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> isn't running.  I log in and try to start net.eth0 and it tells me
> that it's already running!

have you tried ifconfig? that command shows whether your eth0
is up, have IP assigned and other things, post result here if unsure

what does dmesg say about your network card?

Robert

-- 
Robert Svoboda
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] net.eth0 starting yet not starting
  2006-10-25  8:51 ` Robert Svoboda
@ 2006-10-25 17:40   ` Lord Sauron
  0 siblings, 0 replies; 8+ messages in thread
From: Lord Sauron @ 2006-10-25 17:40 UTC (permalink / raw
  To: gentoo-user

On 10/25/06, Robert Svoboda <r080@atlas.cz> wrote:
> * Lord Sauron <lordsauronthegreat@gmail.com> [2006-10-24 11:18]:
> > During boot it goes through the normal routine, it starts net.lo and
> > everything, however, then it goes into runlevel 3 and then all my
> > services fail (apache, sshd, ddclient, etc), complaining that net.eth0
> > isn't running.  I log in and try to start net.eth0 and it tells me
> > that it's already running!
>
> have you tried ifconfig? that command shows whether your eth0
> is up, have IP assigned and other things, post result here if unsure
>
> what does dmesg say about your network card?

Alright, your original recompile of the kernel fix does work.

I just automatically installed the wrong driver.  I'm used to hacking
my Athlon64 to death, so I installed the forcedeth driver.  Wrong!  I
needed some PCI drivers for 3Com/Linksys PCI cards.

My mistake.  It works just fine now.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-10-25 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-23 23:59 [gentoo-user] net.eth0 starting yet not starting Lord Sauron
2006-10-24  9:23 ` Juan Miguel Perez
2006-10-24 14:47   ` Lord Sauron
2006-10-25  1:31     ` Lord Sauron
2006-10-24  9:56 ` Roger Mason
2006-10-24 14:46   ` Lord Sauron
2006-10-25  8:51 ` Robert Svoboda
2006-10-25 17:40   ` Lord Sauron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox