<p dir="ltr">I had installed LXC in fedora 20 day before yesterday using yum. But I got the version as .9 instead of 1.x and every thing seems to work fine.</p>
<div class="gmail_quote">On 28 Jun 2014 15:35, "Ajith Adapa" <<a href="mailto:ajith.adapa@gmail.com">ajith.adapa@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
lxc-start is failing in latest fedora 20 saying virbr0 is not found.<br>
<br>
1. Is it madatory for the admin to create virbr0 interface before<br>
starting a container ?<br>
<br>
2. How can I create a container with a default password for root<br>
rather than auto-generating the same ?<br>
<br>
<br>
# lxc-create -n test -t fedora<br>
Host CPE ID from /etc/os-release: cpe:/o:fedoraproject:fedora:20<br>
Checking cache download in /var/cache/lxc/fedora/x86_64/20/rootfs ...<br>
Cache found. Updating...<br>
No packages marked for update<br>
Update finished<br>
Copy /var/cache/lxc/fedora/x86_64/20/rootfs to /var/lib/lxc/test/rootfs ...<br>
Copying rootfs to /var/lib/lxc/test/rootfs ...<br>
Storing root password in '/var/lib/lxc/test/tmp_root_pass'<br>
Expiring password for user root.<br>
passwd: Success<br>
installing fedora-release package<br>
Package fedora-release-20-3.noarch already installed and latest version<br>
Nothing to do<br>
<br>
Container rootfs and config have been created.<br>
Edit the config file to check/enable networking setup.<br>
<br>
The temporary root password is stored in:<br>
<br>
        '/var/lib/lxc/test/tmp_root_pass'<br>
<br>
<br>
The root password is set up as expired and will require it to be changed<br>
at first login, which you should do as soon as possible.  If you lose the<br>
root password or wish to change it without starting the container, you<br>
can change it from the host by running the following command (which will<br>
also reset the expired flag):<br>
<br>
        chroot /var/lib/lxc/test/rootfs passwd<br>
<br>
# lxc-start -n test<br>
lxc-start: failed to attach 'vethKOT10G' to the bridge 'virbr0' : No such device<br>
lxc-start: failed to create netdev<br>
lxc-start: failed to create the network<br>
lxc-start: failed to spawn 'test'<br>
<br>
======================================================<br>
configuration<br>
======================================================<br>
<br>
# yum install lxc*<br>
Loaded plugins: langpacks<br>
Package lxc-extra-1.0.3-2.fc21.x86_64 already installed and latest version<br>
Package lxc-templates-1.0.3-2.fc21.x86_64 already installed and latest version<br>
Package lxc-libs-1.0.3-2.fc21.x86_64 already installed and latest version<br>
Package lxc-1.0.3-2.fc21.x86_64 already installed and latest version<br>
Package lxc-doc-1.0.3-2.fc21.noarch already installed and latest version<br>
Package lxc-devel-1.0.3-2.fc21.x86_64 already installed and latest version<br>
<br>
-------------------------------------------<br>
<br>
# lxc-checkconfig<br>
Kernel configuration not found at /proc/config.gz; searching...<br>
Kernel configuration found at /boot/config-3.14.5-200.fc20.x86_64<br>
--- Namespaces ---<br>
Namespaces: enabled<br>
Utsname namespace: enabled<br>
Ipc namespace: enabled<br>
Pid namespace: enabled<br>
User namespace: enabled<br>
Network namespace: enabled<br>
Multiple /dev/pts instances: enabled<br>
<br>
--- Control groups ---<br>
Cgroup: enabled<br>
Cgroup clone_children flag: enabled<br>
Cgroup device: enabled<br>
Cgroup sched: enabled<br>
Cgroup cpu account: enabled<br>
Cgroup memory controller: enabled<br>
Cgroup cpuset: enabled<br>
<br>
--- Misc ---<br>
Veth pair device: enabled<br>
Macvlan: enabled<br>
Vlan: enabled<br>
File capabilities: enabled<br>
<br>
Note : Before booting a new kernel, you can check its configuration<br>
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig<br>
<br>
Regards,<br>
Ajith<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></blockquote></div>