From: Oliver Zemann <oliver.zemann@gmail.com>
To: kvm@vger.kernel.org
Subject: Re: question regarding early ssh with kvm
Date: Fri, 20 Sep 2013 18:44:08 +0200 [thread overview]
Message-ID: <523C7B58.2040904@gmail.com> (raw)
In-Reply-To: <20130919114040.GI22814@stefanha-thinkpad.redhat.com>
Hi Stefan
Everything looks as expected.
Even more wierd: when i execute the script 01remote-ssh.sh as stated in
http://roosbertl.blogspot.ch/2012/12/centos6-disk-encryption-with-remote.html
i can connect with ssh to that machine, so its not a kvm problem i guess.
Many thanks for your help.
Btw.: when running on centos and not knowing how to get a initramfs
interactive shell, simply append "rdshell" to the kernel params (grub)
and hit 2 times ctrl+c on the password prompt for the hdd/luks encryption.
Regards,
Oliver
Am 19.09.2013 13:40, schrieb Stefan Hajnoczi:
> On Wed, Sep 18, 2013 at 09:44:48PM +0200, Oliver Zemann wrote:
>> I am able now to print some messages like lsmod, ip addr show etc.
>> I loaded virtio_net and virtio_pci, there are also a few more, but
>> eth0 is still unknown to the system.
>> Do i need any other module?
> Check that the virtio-net PCI adapter is present:
>
> $ grep 1af41000 /proc/bus/pci/devices
>
> The output should print many fields and end with "virtio_pci" (the
> driver that is bound to this device).
>
> If you get no output from this grep command then your QEMU command-line
> does not define a virtio-net PCI device.
>
> If you get output but the last field is empty or "?" then you are
> missing virtio kernel modules. This can happen either because you
> didn't compile them or because the udev device aliases file hasn't been
> updated to autoload the right kernel module.
>
> Stefan
prev parent reply other threads:[~2013-09-20 16:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 19:27 question regarding early ssh with kvm Oliver Zemann
2013-09-18 8:14 ` Stefan Hajnoczi
2013-09-18 19:44 ` Oliver Zemann
2013-09-19 11:40 ` Stefan Hajnoczi
2013-09-20 16:44 ` Oliver Zemann [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=523C7B58.2040904@gmail.com \
--to=oliver.zemann@gmail.com \
--cc=kvm@vger.kernel.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 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.