[libvirt-users] call for volunteer: FLOSS weekly podcast opportunity
by Eric Blake
The FLOSS weekly podcast is interested in doing an interview about
libvirt development on June 6, at 9:30am Los Angeles time (UTC-7). For
more information on past podcasts, see:
http://twit.tv/show/floss-weekly
With prodding from Justin Clift, I have volunteered to take on the task,
but the show host, Randal, prefers to have two developers per show, so
I'm looking for anyone else who has developed for or with libvirt, who
would be interested in sharing the opportunity. You don't have to have
a lot of commits under your belt, so much as having enough active
interest in the project and what it enables you to do. In fact, having
someone not directly tied to Red Hat as the second contact will probably
provide a nicer balance to the interview.
--
Eric Blake eblake(a)redhat.com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
12 years, 7 months
[libvirt-users] libvirt-lxc Cannot SSH into container
by Shweta Shinde
Hi,
I am trying to run containers on rhel 6.2 using libvirt-lxc.
I want to migrate my containers from sf.net lxc to libvirt-lxc. So, I am
using the same root file system for libvirt-lxc, which I used for sf.netlxc.
After starting the container, and getting console for it, I can see the
boot log for the container, it shows all the services started successfully.
I get ping reply from the IP assigned to this container, but cannot ssh
into the container. After entering the password for ssh, connection closed
error comes up.
I tried chroot to the root filesystem, and checked sshd service status. It
shows that sshd is stopped. Also the /proc of container is empty.
Am I missing out something in configuration?
This is my xml file for container
<domain type='lxc'>
<name>test01</name>
<memory>332768</memory>
<os>
<type>exe</type>
<init>/sbin/init</init>
</os>
<vcpu>1</vcpu>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<filesystem type='mount'>
<source dir='/srv/lxc/test01'/>
<target dir='/'/>
</filesystem>
<interface type='network'>
<source network='default'/>
</interface>
<console type='pty' />
</devices>
</domain>
Thanks,
Shweta
12 years, 7 months