Une machine virtuelle basé sur le noyau ( KVM) est une infrastructure de virtualisation intégrée pour Linux OS et conçu pour fonctionner sur l’architecture de processeur x86 . Il se compose d’ un module de noyau chargeable , kvm.ko , qui fournit l’infrastructure de virtualisation de base et un module spécifique du processeur , kvm- intel.ko ou KVM - amd.ko . KVM nécessite aussi un QEMU modifiée mais des travaux sont en cours pour obtenir les changements nécessaires en amont.
KVM est un logiciel open source . En utilisant KVM , on peut exécuter plusieurs machines virtuelles fonctionnant images Linux ou Windows non modifiés . Chaque machine virtuelle dispose d’un matériel privé virtualisé : une carte réseau , disque, carte graphique , etc.
Cette commande permet de déterminer l’utilisation de KVM . Il énumère les autres paramètres de KVM . Il décrit également la syntaxe pour le fonctionnement du module KVM . La commande d’aide pour kvm est représentée ci-dessous .
ptconfigure KVM help
La représentation picturale de la commande ci-dessus est listé ci-dessous ,
kevell@corp:/# ptconfigure KVM help
******************************
This command allows you to update KVM.
KVM, kvm
- install
Installs the latest version of KVM
example: ptconfigure kvm install
------------------------------
End Help
******************************
La commande utilisée pour installer le module KVM sur le terminal est listé ci-dessous ,
ptconfigure kvm install
La représentation picturale de la commande ci-dessus est listé ci-dessous ,
kevell@corp:/# ptconfigure kvm install
Install KVM? (Y/N)
y
*******************************
* Pharaoh Tools *
* KVM! *
*******************************
Creating /tmp/ptconfigure-temp-script-29831803287.sh
chmod 755 /tmp/ptconfigure-temp-script-29831803287.sh 2>/dev/null
Changing /tmp/ptconfigure-temp-script-29831803287.sh Permissions
Executing /tmp/ptconfigure-temp-script-29831803287.sh
Pre-installation checklist
4
For KVM installation above command result shoud be greater than 0
Temp File /tmp/ptconfigure-temp-script-29831803287.sh Removed
[Pharaoh Logging] Package cpu-checker from the Packager Apt is already installed, so not installing
Creating /tmp/ptconfigure-temp-script-60819632738.sh
chmod 755 /tmp/ptconfigure-temp-script-60819632738.sh 2>/dev/null
Changing /tmp/ptconfigure-temp-script-60819632738.sh Permissions
Executing /tmp/ptconfigure-temp-script-60819632738.sh
INFO: /dev/kvm exists
KVM acceleration can be used
4
For KVM installation above command result shoud be greater than 0
x86_64
For KVM installatio above command result should be x86_64
Temp File /tmp/ptconfigure-temp-script-60819632738.sh Removed
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
ipxe-qemu libaio1 libboost-thread1.54.0 libfdt1 librados2 librbd1
libseccomp2 libusbredirparser1 libxen-4.4 libxenstore3.0 qemu-keymaps
qemu-system-common qemu-system-x86 qemu-utils seabios sharutils
Suggested packages:
samba vde2 sgabios kvm-ipxe-precise debootstrap bsd-mailx mailx
The following NEW packages will be installed:
ipxe-qemu libaio1 libboost-thread1.54.0 libfdt1 librados2 librbd1
libseccomp2 libusbredirparser1 libxen-4.4 libxenstore3.0 qemu-keymaps
qemu-kvm qemu-system-common qemu-system-x86 qemu-utils seabios sharutils
0 upgraded, 17 newly installed, 0 to remove and 86 not upgraded.
Need to get 2,370 kB/5,421 kB of archives.
After this operation, 27.4 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]
Get:2 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main librados2 amd64 0.80.7-0ubuntu0.14.04.1 [1,413 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main librbd1 amd64 0.80.7-0ubuntu0.14.04.1 [316 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu/ trusty/main libseccomp2 amd64 2.1.0+dfsg-1 [34.8 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu/ trusty/main libusbredirparser1 amd64 0.6-2ubuntu1 [13.2 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu/ trusty/main libfdt1 amd64 1.4.0+dfsg-1 [15.7 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main libxenstore3.0 amd64 4.4.1-0ubuntu0.14.04.4 [18.6 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main libxen-4.4 amd64 4.4.1-0ubuntu0.14.04.4 [273 kB]
Get:10 http://in.archive.ubuntu.com/ubuntu/ trusty/main seabios all 1.7.4-4 [108 kB]
Get:11 http://in.archive.ubuntu.com/ubuntu/ trusty/main sharutils amd64 1:4.14-1ubuntu1 [145 kB]
Fetched 2,370 kB in 20s (113 kB/s)
Selecting previously unselected package libaio1:amd64.
(Reading database ... 195744 files and directories currently installed.)
Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ...
Unpacking libaio1:amd64 (0.3.109-4) ...
Selecting previously unselected package libboost-thread1.54.0:amd64.
Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package librados2.
Preparing to unpack .../librados2_0.80.7-0ubuntu0.14.04.1_amd64.deb ...
Unpacking librados2 (0.80.7-0ubuntu0.14.04.1) ...
Selecting previously unselected package librbd1.
Preparing to unpack .../librbd1_0.80.7-0ubuntu0.14.04.1_amd64.deb ...
Unpacking librbd1 (0.80.7-0ubuntu0.14.04.1) ...
Selecting previously unselected package libseccomp2:amd64.
Preparing to unpack .../libseccomp2_2.1.0+dfsg-1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.1.0+dfsg-1) ...
Selecting previously unselected package libusbredirparser1:amd64.
Preparing to unpack .../libusbredirparser1_0.6-2ubuntu1_amd64.deb ...
Unpacking libusbredirparser1:amd64 (0.6-2ubuntu1) ...
Selecting previously unselected package qemu-system-common.
Preparing to unpack .../qemu-system-common_2.0.0+dfsg-2ubuntu1.10_amd64.deb ...
Unpacking qemu-system-common (2.0.0+dfsg-2ubuntu1.10) ...
Selecting previously unselected package libfdt1:amd64.
Preparing to unpack .../libfdt1_1.4.0+dfsg-1_amd64.deb ...
Unpacking libfdt1:amd64 (1.4.0+dfsg-1) ...
Selecting previously unselected package ipxe-qemu.
Preparing to unpack .../ipxe-qemu_1.0.0+git-20131111.c3d1e78-2ubuntu1.1_all.deb ...
Unpacking ipxe-qemu (1.0.0+git-20131111.c3d1e78-2ubuntu1.1) ...
Selecting previously unselected package libxenstore3.0.
Preparing to unpack .../libxenstore3.0_4.4.1-0ubuntu0.14.04.4_amd64.deb ...
Unpacking libxenstore3.0 (4.4.1-0ubuntu0.14.04.4) ...
Selecting previously unselected package libxen-4.4.
Preparing to unpack .../libxen-4.4_4.4.1-0ubuntu0.14.04.4_amd64.deb ...
Unpacking libxen-4.4 (4.4.1-0ubuntu0.14.04.4) ...
Selecting previously unselected package qemu-keymaps.
Preparing to unpack .../qemu-keymaps_2.0.0+dfsg-2ubuntu1.10_all.deb ...
Unpacking qemu-keymaps (2.0.0+dfsg-2ubuntu1.10) ...
Selecting previously unselected package seabios.
Preparing to unpack .../seabios_1.7.4-4_all.deb ...
Unpacking seabios (1.7.4-4) ...
Selecting previously unselected package qemu-system-x86.
Preparing to unpack .../qemu-system-x86_2.0.0+dfsg-2ubuntu1.10_amd64.deb ...
Unpacking qemu-system-x86 (2.0.0+dfsg-2ubuntu1.10) ...
Selecting previously unselected package qemu-kvm.
Preparing to unpack .../qemu-kvm_2.0.0+dfsg-2ubuntu1.10_amd64.deb ...
Unpacking qemu-kvm (2.0.0+dfsg-2ubuntu1.10) ...
Selecting previously unselected package qemu-utils.
Preparing to unpack .../qemu-utils_2.0.0+dfsg-2ubuntu1.10_amd64.deb ...
Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.10) ...
Selecting previously unselected package sharutils.
Preparing to unpack .../sharutils_1%3a4.14-1ubuntu1_amd64.deb ...
Unpacking sharutils (1:4.14-1ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
Setting up libaio1:amd64 (0.3.109-4) ...
Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up librados2 (0.80.7-0ubuntu0.14.04.1) ...
Setting up librbd1 (0.80.7-0ubuntu0.14.04.1) ...
Setting up libseccomp2:amd64 (2.1.0+dfsg-1) ...
Setting up libusbredirparser1:amd64 (0.6-2ubuntu1) ...
Setting up qemu-system-common (2.0.0+dfsg-2ubuntu1.10) ...
Setting up libfdt1:amd64 (1.4.0+dfsg-1) ...
Setting up ipxe-qemu (1.0.0+git-20131111.c3d1e78-2ubuntu1.1) ...
Setting up libxenstore3.0 (4.4.1-0ubuntu0.14.04.4) ...
Setting up libxen-4.4 (4.4.1-0ubuntu0.14.04.4) ...
Setting up qemu-keymaps (2.0.0+dfsg-2ubuntu1.10) ...
Setting up seabios (1.7.4-4) ...
Setting up qemu-system-x86 (2.0.0+dfsg-2ubuntu1.10) ...
qemu-kvm start/running
Setting up qemu-utils (2.0.0+dfsg-2ubuntu1.10) ...
Setting up sharutils (1:4.14-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up qemu-kvm (2.0.0+dfsg-2ubuntu1.10) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
[Pharaoh Logging] Adding Package qemu-kvm from the Packager Apt executed correctly
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
augeas-lenses bridge-utils ebtables gawk libaugeas0 libnetcf1 libsigsegv2
libvirt0 libxml2-utils
Suggested packages:
augeas-doc gawk-doc augeas-tools radvd lvm2
The following NEW packages will be installed:
augeas-lenses bridge-utils ebtables gawk libaugeas0 libnetcf1 libsigsegv2
libvirt-bin libvirt0 libxml2-utils
0 upgraded, 10 newly installed, 0 to remove and 86 not upgraded.
Need to get 1,312 kB/4,242 kB of archives.
After this operation, 21.4 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu/ trusty/main libsigsegv2 amd64 2.10-2 [15.0 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ trusty/main gawk amd64 1:4.0.1+dfsg-2.1ubuntu2 [781 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main augeas-lenses all 1.2.0-0ubuntu1.1 [230 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu/ trusty/main bridge-utils amd64 1.5-6ubuntu2 [29.2 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu/ trusty/main ebtables amd64 2.0.10.4-3ubuntu1 [77.5 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main libaugeas0 amd64 1.2.0-0ubuntu1.1 [135 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu/ trusty/main libnetcf1 amd64 1:0.2.3-4ubuntu1 [44.4 kB]
Fetched 1,312 kB in 11s (119 kB/s)
Selecting previously unselected package libsigsegv2:amd64.
(Reading database ... 195983 files and directories currently installed.)
Preparing to unpack .../libsigsegv2_2.10-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-2) ...
Setting up libsigsegv2:amd64 (2.10-2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Selecting previously unselected package gawk.
(Reading database ... 195991 files and directories currently installed.)
Preparing to unpack .../gawk_1%3a4.0.1+dfsg-2.1ubuntu2_amd64.deb ...
Unpacking gawk (1:4.0.1+dfsg-2.1ubuntu2) ...
Selecting previously unselected package augeas-lenses.
Preparing to unpack .../augeas-lenses_1.2.0-0ubuntu1.1_all.deb ...
Unpacking augeas-lenses (1.2.0-0ubuntu1.1) ...
Selecting previously unselected package bridge-utils.
Preparing to unpack .../bridge-utils_1.5-6ubuntu2_amd64.deb ...
Unpacking bridge-utils (1.5-6ubuntu2) ...
Selecting previously unselected package ebtables.
Preparing to unpack .../ebtables_2.0.10.4-3ubuntu1_amd64.deb ...
Unpacking ebtables (2.0.10.4-3ubuntu1) ...
Selecting previously unselected package libaugeas0.
Preparing to unpack .../libaugeas0_1.2.0-0ubuntu1.1_amd64.deb ...
Unpacking libaugeas0 (1.2.0-0ubuntu1.1) ...
Selecting previously unselected package libnetcf1.
Preparing to unpack .../libnetcf1_1%3a0.2.3-4ubuntu1_amd64.deb ...
Unpacking libnetcf1 (1:0.2.3-4ubuntu1) ...
Selecting previously unselected package libvirt0.
Preparing to unpack .../libvirt0_1.2.2-0ubuntu13.1.9_amd64.deb ...
Unpacking libvirt0 (1.2.2-0ubuntu13.1.9) ...
Selecting previously unselected package libvirt-bin.
Preparing to unpack .../libvirt-bin_1.2.2-0ubuntu13.1.9_amd64.deb ...
Unpacking libvirt-bin (1.2.2-0ubuntu13.1.9) ...
Selecting previously unselected package libxml2-utils.
Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ...
Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.4) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up gawk (1:4.0.1+dfsg-2.1ubuntu2) ...
Setting up augeas-lenses (1.2.0-0ubuntu1.1) ...
Setting up bridge-utils (1.5-6ubuntu2) ...
Setting up ebtables (2.0.10.4-3ubuntu1) ...
Setting up libaugeas0 (1.2.0-0ubuntu1.1) ...
Setting up libnetcf1 (1:0.2.3-4ubuntu1) ...
Setting up libvirt0 (1.2.2-0ubuntu13.1.9) ...
Setting up libvirt-bin (1.2.2-0ubuntu13.1.9) ...
Adding group `libvirtd' (GID 134) ...
Done.
libvirt-bin start/running, process 26396
Setting up libvirt-bin dnsmasq configuration.
Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.4) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
[Pharaoh Logging] Adding Package libvirt-bin from the Packager Apt executed correctly
Extracting templates from packages: 100%
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
dctrl-tools debootstrap devscripts distro-info-data dput kpartx
libcommon-sense-perl libdistro-info-perl libencode-locale-perl
libexporter-lite-perl libfile-listing-perl libfont-afm-perl
libhtml-form-perl libhtml-format-perl libhtml-parser-perl
libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
libhttp-negotiate-perl libio-html-perl libio-stringy-perl libjson-perl
libjson-xs-perl liblwp-mediatypes-perl liblwp-protocol-https-perl
libnet-http-perl libparse-debcontrol-perl libtie-ixhash-perl libwww-perl
libwww-robotrules-perl python-cheetah python-libvirt python-vm-builder
python3-magic wdiff
Suggested packages:
debtags bsd-mailx mailx cvs-buildpackage devscripts-el gnuplot
libterm-size-perl libyaml-syck-perl mutt svn-buildpackage w3m debian-keyring
equivs libsoap-lite-perl mini-dinstall python-bzrlib libdata-dump-perl
libcrypt-ssleay-perl libauthen-ntlm-perl python-markdown python-pygments
python-memcache
The following NEW packages will be installed:
dctrl-tools debootstrap devscripts distro-info-data dput kpartx
libcommon-sense-perl libdistro-info-perl libencode-locale-perl
libexporter-lite-perl libfile-listing-perl libfont-afm-perl
libhtml-form-perl libhtml-format-perl libhtml-parser-perl
libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
libhttp-negotiate-perl libio-html-perl libio-stringy-perl libjson-perl
libjson-xs-perl liblwp-mediatypes-perl liblwp-protocol-https-perl
libnet-http-perl libparse-debcontrol-perl libtie-ixhash-perl libwww-perl
libwww-robotrules-perl python-cheetah python-libvirt python-vm-builder
python3-magic ubuntu-vm-builder wdiff
0 upgraded, 39 newly installed, 0 to remove and 86 not upgraded.
Need to get 1,810 kB/2,618 kB of archives.
After this operation, 12.4 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu/ trusty/main dctrl-tools amd64 2.23ubuntu1 [101 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ trusty/main devscripts amd64 2.14.1 [791 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main distro-info-data all 0.18ubuntu0.2 [4,184 B]
Get:4 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main dput all 0.9.6.4ubuntu1.1 [33.0 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu/ trusty/main libcommon-sense-perl amd64 3.72-2build1 [20.4 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu/ trusty/main libdistro-info-perl all 0.12 [4,682 B]
Get:7 http://in.archive.ubuntu.com/ubuntu/ trusty/main libexporter-lite-perl all 0.02-2 [8,924 B]
Get:8 http://in.archive.ubuntu.com/ubuntu/ trusty/main libio-stringy-perl all 2.110-5 [93.5 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu/ trusty/main libjson-perl all 2.61-1 [94.4 kB]
Get:10 http://in.archive.ubuntu.com/ubuntu/ trusty/main libjson-xs-perl amd64 2.340-1build1 [84.1 kB]
Get:11 http://in.archive.ubuntu.com/ubuntu/ trusty/main libparse-debcontrol-perl all 2.005-4 [24.2 kB]
Get:12 http://in.archive.ubuntu.com/ubuntu/ trusty/main libtie-ixhash-perl all 1.23-1 [11.7 kB]
Get:13 http://in.archive.ubuntu.com/ubuntu/ trusty/main python-cheetah amd64 2.4.4-3.fakesyncbuild1 [144 kB]
Get:14 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main python-libvirt amd64 1.2.2-0ubuntu2 [98.6 kB]
Get:15 http://in.archive.ubuntu.com/ubuntu/ trusty/main wdiff amd64 1.2.1-2 [28.8 kB]
Get:16 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main debootstrap all 1.0.59ubuntu0.2 [30.0 kB]
Get:17 http://in.archive.ubuntu.com/ubuntu/ trusty-updates/main kpartx amd64 0.4.9-3ubuntu7.2 [20.7 kB]
Get:18 http://in.archive.ubuntu.com/ubuntu/ trusty/universe python-vm-builder all 0.12.4+bzr489-0ubuntu2 [215 kB]
Get:19 http://in.archive.ubuntu.com/ubuntu/ trusty/universe ubuntu-vm-builder all 0.12.4+bzr489-0ubuntu2 [2,766 B]
Fetched 1,810 kB in 24s (74.5 kB/s)
Selecting previously unselected package dctrl-tools.
(Reading database ... 196723 files and directories currently installed.)
Preparing to unpack .../dctrl-tools_2.23ubuntu1_amd64.deb ...
Unpacking dctrl-tools (2.23ubuntu1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../devscripts_2.14.1_amd64.deb ...
Unpacking devscripts (2.14.1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../distro-info-data_0.18ubuntu0.2_all.deb ...
Unpacking distro-info-data (0.18ubuntu0.2) ...
Selecting previously unselected package dput.
Preparing to unpack .../dput_0.9.6.4ubuntu1.1_all.deb ...
Unpacking dput (0.9.6.4ubuntu1.1) ...
Selecting previously unselected package libcommon-sense-perl.
Preparing to unpack .../libcommon-sense-perl_3.72-2build1_amd64.deb ...
Unpacking libcommon-sense-perl (3.72-2build1) ...
Selecting previously unselected package libdistro-info-perl.
Preparing to unpack .../libdistro-info-perl_0.12_all.deb ...
Unpacking libdistro-info-perl (0.12) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../libencode-locale-perl_1.03-1_all.deb ...
Unpacking libencode-locale-perl (1.03-1) ...
Selecting previously unselected package libexporter-lite-perl.
Preparing to unpack .../libexporter-lite-perl_0.02-2_all.deb ...
Unpacking libexporter-lite-perl (0.02-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ...
Unpacking libfont-afm-perl (1.20-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ...
Unpacking libhtml-tagset-perl (3.20-2) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../libhtml-parser-perl_3.71-1build1_amd64.deb ...
Unpacking libhtml-parser-perl (3.71-1build1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../libio-html-perl_1.00-1_all.deb ...
Unpacking libio-html-perl (1.00-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../libhttp-message-perl_6.06-1_all.deb ...
Unpacking libhttp-message-perl (6.06-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../libhtml-tree-perl_5.03-1_all.deb ...
Unpacking libhtml-tree-perl (5.03-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../libhtml-format-perl_2.11-1_all.deb ...
Unpacking libhtml-format-perl (2.11-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../libhttp-cookies-perl_6.00-2_all.deb ...
Unpacking libhttp-cookies-perl (6.00-2) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.00-2) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../libio-stringy-perl_2.110-5_all.deb ...
Unpacking libio-stringy-perl (2.110-5) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../libjson-perl_2.61-1_all.deb ...
Unpacking libjson-perl (2.61-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../libjson-xs-perl_2.340-1build1_amd64.deb ...
Unpacking libjson-xs-perl (2.340-1build1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../libnet-http-perl_6.06-1_all.deb ...
Unpacking libnet-http-perl (6.06-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../libwww-perl_6.05-2_all.deb ...
Unpacking libwww-perl (6.05-2) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../liblwp-protocol-https-perl_6.04-2ubuntu0.1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.04-2ubuntu0.1) ...
Selecting previously unselected package libparse-debcontrol-perl.
Preparing to unpack .../libparse-debcontrol-perl_2.005-4_all.deb ...
Unpacking libparse-debcontrol-perl (2.005-4) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../libtie-ixhash-perl_1.23-1_all.deb ...
Unpacking libtie-ixhash-perl (1.23-1) ...
Selecting previously unselected package python-cheetah.
Preparing to unpack .../python-cheetah_2.4.4-3.fakesyncbuild1_amd64.deb ...
Unpacking python-cheetah (2.4.4-3.fakesyncbuild1) ...
Selecting previously unselected package python-libvirt.
Preparing to unpack .../python-libvirt_1.2.2-0ubuntu2_amd64.deb ...
Unpacking python-libvirt (1.2.2-0ubuntu2) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../wdiff_1.2.1-2_amd64.deb ...
Unpacking wdiff (1.2.1-2) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../debootstrap_1.0.59ubuntu0.2_all.deb ...
Unpacking debootstrap (1.0.59ubuntu0.2) ...
Selecting previously unselected package kpartx.
Preparing to unpack .../kpartx_0.4.9-3ubuntu7.2_amd64.deb ...
Unpacking kpartx (0.4.9-3ubuntu7.2) ...
Selecting previously unselected package python-vm-builder.
Preparing to unpack .../python-vm-builder_0.12.4+bzr489-0ubuntu2_all.deb ...
Unpacking python-vm-builder (0.12.4+bzr489-0ubuntu2) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../python3-magic_1%3a5.14-2ubuntu3.3_all.deb ...
Unpacking python3-magic (1:5.14-2ubuntu3.3) ...
Selecting previously unselected package ubuntu-vm-builder.
Preparing to unpack .../ubuntu-vm-builder_0.12.4+bzr489-0ubuntu2_all.deb ...
Unpacking ubuntu-vm-builder (0.12.4+bzr489-0ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for doc-base (0.10.5) ...
Processing 1 added doc-base file...
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
Setting up dctrl-tools (2.23ubuntu1) ...
Setting up devscripts (2.14.1) ...
Setting up distro-info-data (0.18ubuntu0.2) ...
Setting up dput (0.9.6.4ubuntu1.1) ...
Setting up libcommon-sense-perl (3.72-2build1) ...
Setting up libdistro-info-perl (0.12) ...
Setting up libencode-locale-perl (1.03-1) ...
Setting up libexporter-lite-perl (0.02-2) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libfont-afm-perl (1.20-1) ...
Setting up libhtml-tagset-perl (3.20-2) ...
Setting up libhtml-parser-perl (3.71-1build1) ...
Setting up libio-html-perl (1.00-1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libhttp-message-perl (6.06-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libhtml-tree-perl (5.03-1) ...
Setting up libhtml-format-perl (2.11-1) ...
Setting up libhttp-cookies-perl (6.00-2) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up libio-stringy-perl (2.110-5) ...
Setting up libjson-perl (2.61-1) ...
Setting up libjson-xs-perl (2.340-1build1) ...
Setting up libnet-http-perl (6.06-1) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libtie-ixhash-perl (1.23-1) ...
Setting up python-cheetah (2.4.4-3.fakesyncbuild1) ...
Setting up python-libvirt (1.2.2-0ubuntu2) ...
Setting up wdiff (1.2.1-2) ...
Setting up debootstrap (1.0.59ubuntu0.2) ...
Setting up kpartx (0.4.9-3ubuntu7.2) ...
Setting up python-vm-builder (0.12.4+bzr489-0ubuntu2) ...
Setting up python3-magic (1:5.14-2ubuntu3.3) ...
Setting up ubuntu-vm-builder (0.12.4+bzr489-0ubuntu2) ...
Setting up liblwp-protocol-https-perl (6.04-2ubuntu0.1) ...
Setting up libwww-perl (6.05-2) ...
Setting up libparse-debcontrol-perl (2.005-4) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
[Pharaoh Logging] Adding Package ubuntu-vm-builder from the Packager Apt executed correctly
[Pharaoh Logging] Package bridge-utils from the Packager Apt is already installed, so not installing
Creating /tmp/ptconfigure-temp-script-977655645.sh
chmod 755 /tmp/ptconfigure-temp-script-977655645.sh 2>/dev/null
Changing /tmp/ptconfigure-temp-script-977655645.sh Permissions
Executing /tmp/ptconfigure-temp-script-977655645.sh
To verify if your installation was successful
Id Name State
----------------------------------------------------
Temp File /tmp/ptconfigure-temp-script-977655645.sh Removed
... All done!
*******************************
Thanks for installing , visit www.pharaohtools.com for more
******************************
Single App Installer:
--------------------------------------------
KVM: Success
------------------------------
Installer Finished
******************************
Il ya deux autres paramètres qui peuvent être utilisés dans la ligne de commande .
KVM, kvm