kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: hdf3@comcast.net (don fisher)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Problem with netconsole and eth0 timing
Date: Wed, 26 Sep 2018 13:25:35 -0700	[thread overview]
Message-ID: <04ea042b-8e6d-2699-2dab-986a62d4d3cb@comcast.net> (raw)
In-Reply-To: <103031.1537928796@turing-police.cc.vt.edu>

On 9/25/18 7:26 PM, valdis.kletnieks at vt.edu wrote:
> On Tue, 25 Sep 2018 18:26:06 -0700, don fisher said:
> 
>> The wicked message eth0: up comes at Sep 24 22:02:01.173616. The
>> difference is maybe 36 seconds? There is an eth0: avail message at Sep
>> 24 22:01:34.112744, don't know if that would suffice for netconsole Both
>> are after netconsole has bailed out. Any obvious solutions I am missing?
>> The documentation is pretty clear on how to set this up, so there must
>> be some way to get it to work. I could find nothing on Google.
> 
> Here's the big clue:
> 
> Sep 24 22:01:25 dfpc60 systemd-modules-load[185]: Module 'netconsole' is builtin
> 
> which means that it's going to get initialized during *very* early boot, before
> the initramfs gets called. netconsole is able to do the equivalent of
> 'ifconfig' (or at least enough of it to set the IPs/ports/ARP entries before
> the rest of networking comes up), but it can't also get the physical device up and
> running if the hardware driver isn't present.
> 
> Since it's builtin, this is probably a custom-built kernel.  So make sure that
> the driver for eth0 is also builtin.
> 
Would you tell me how to tell the driver that it is to be eth0, ip 
address etc. Maybe on linux command line, but I do not know the format.

Thanks
Don

  reply	other threads:[~2018-09-26 20:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26  1:26 Problem with netconsole and eth0 timing don fisher
2018-09-26  2:26 ` valdis.kletnieks at vt.edu
2018-09-26 20:25   ` don fisher [this message]
2018-09-26 21:33     ` valdis.kletnieks at vt.edu
2018-09-27  4:38       ` don fisher
2018-09-27  7:01         ` valdis.kletnieks at vt.edu
2018-09-27 22:16           ` don fisher
2018-09-27 23:52             ` don fisher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04ea042b-8e6d-2699-2dab-986a62d4d3cb@comcast.net \
    --to=hdf3@comcast.net \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).