all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: myglc2 <myglc2@gmail.com>
To: Marius Bakke <mbakke@fastmail.com>
Cc: help-guix@gnu.org
Subject: Re: how do I config freeipmi SOL (serial over LAN)?
Date: Wed, 25 Jan 2017 19:48:41 -0500	[thread overview]
Message-ID: <86d1faprx2.fsf@gmail.com> (raw)
In-Reply-To: 87mveh65f3.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me

On 01/23/2017 at 18:40 Marius Bakke writes:

> myglc2 <myglc2@gmail.com> writes:
>
>> I am using freeipmi on a headless GuixSD server.
>>
>> I have SOL (serial over LAN) working to where 'ipmiconsole' shows the
>> BIOS config and "Welcome to GRUB!" but nothing more.
>>
>> It seems I need to configure Grub and the Kernel to send output to SOL.
>
> Hi George,
>
> You probably need to pass the "console" argument to Linux command line.
> If your IPMI SOL device is "/dev/ttyUSB0", try adding a
> "kernel-arguments" like this in your guixSD configuration:
>
>   (kernel-arguments '("console=ttyUSB0"))
>
> ...not sure how to make Grub output to a serial console.
>
> Hope this helps!

It did. I ended up with ...

 (kernel-arguments '("console=tty0 console=ttyS1,115200"))

... which leaves the local console active _and_ ships a copy over SOL.

This captures the boot messages when something awful happens and they
don't end up in /var/log. And if/when Guix punts into the REPL, I can
interact with it remotely. YEAH!

Many Thanks! - George

      reply	other threads:[~2017-01-26  0:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23 16:05 how do I config freeipmi SOL (serial over LAN)? myglc2
2017-01-23 17:40 ` Marius Bakke
2017-01-26  0:48   ` myglc2 [this message]

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=86d1faprx2.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=mbakke@fastmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.