On Sat, 24 Oct 2009 20:56:15 +0200
Jakov Sosic <[email protected]> wrote:
> import os, re
> arch = os.uname()[4]
> if re.search('64', arch):
> arch_libdir = 'lib64'
> else:
> arch_libdir = 'lib'
Apparently this is a problem for virsh. I changed that to simple:
arch_libdir = 'lib64'
and now everything works.
Also I had to set up MAC addresses for interfaces for fully virtualized
guests.
--
| Jakov Sosic | ICQ: 28410271 | PGP: 0x965CAE2D |
=================================================================
| start fighting cancer -> http://www.worldcommunitygrid.org/ |
--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster