First time here? Check out the FAQ!
![]() | 1 | initial version |
Run as stack
$ cd dev*
$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf &
It will give stack trace , either start nova-compute.
![]() | 2 | No.2 Revision |
Run as stack
$ cd dev*
$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf &
It will give stack trace , either start nova-compute.
@binou
You have got a clear message
NovaException: Nova requires libvirt version 0.9.11 or greater.
Libvirt upgrade on Ubuntu 14.04 ( works for me ). Download libvirt-1.2.9.tar.gz form the Net
apt-get build-dep libvirt
tar xvzf libvirt-1.2.9.tar.gz -C /usr/src
cd /usr/src/libvirt-1.2.9
./configure --prefix=/usr/
make
make install
![]() | 3 | No.3 Revision |
Run as stack
$ cd dev*
$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf &
It will give stack trace , either start nova-compute.
@binou
You have got a clear message
NovaException: Nova requires libvirt version 0.9.11 or greater.
Libvirt upgrade on Ubuntu 14.04 ( works for me ). Download libvirt-1.2.9.tar.gz form the Net
Run as root
apt-get build-dep libvirt
tar xvzf libvirt-1.2.9.tar.gz -C /usr/src
cd /usr/src/libvirt-1.2.9
./configure --prefix=/usr/
make
make install
service libvirt-bin restart
![]() | 4 | No.4 Revision |
Run as stack
$ cd dev*
$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf &
It will give stack trace , either start nova-compute.
@binou
You have got a clear message
NovaException: Nova requires libvirt version 0.9.11 or greater.
Libvirt upgrade on Ubuntu 14.04 ( works for me ). Download libvirt-1.2.9.tar.gz form the Net
Run as root
apt-get build-dep libvirt
tar xvzf libvirt-1.2.9.tar.gz libvirt-1.0.0.tar.gz -C /usr/src
cd /usr/src/libvirt-1.2.9
/usr/src/libvirt-1.0.0
./configure --prefix=/usr/
make
make install
service libvirt-bin restart
Another option for you just follow http://blog.scottlowe.org/2012/11/05/compiling-libvirt-1-0-0-on-ubuntu-12-04-and-12-10/
![]() | 5 | No.5 Revision |
Run as stack
$ cd dev*
$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf &
It will give stack trace , either start nova-compute.
@binou
You have got a clear message
NovaException: Nova requires libvirt version 0.9.11 or greater.
Libvirt upgrade on Ubuntu 14.04 ( works for me ). Download libvirt-1.2.9.tar.gz libvirt-1.0.0.tar.gz form the Net
Run as root
apt-get build-dep libvirt
tar xvzf libvirt-1.0.0.tar.gz -C /usr/src
cd /usr/src/libvirt-1.0.0
./configure --prefix=/usr/
make
make install
service libvirt-bin restart
Another option for you just follow http://blog.scottlowe.org/2012/11/05/compiling-libvirt-1-0-0-on-ubuntu-12-04-and-12-10/