Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[server] error running ubuntu-vm-builder

$
0
0
Hi,

I' trying to build my first vm as described in
HTML Code:

https://help.ubuntu.com/community/KVM/CreateGuests
.
The following command:

Code:

ubuntu-vm-builder kvm trusty \
                  --domain ovpnvm \
                  --dest ovpnvm \
                  --arch amd64 \
                  --hostname vpn \
                  --mem 1024 \
                  --user vmuser \
                  --pass vmuser \
                  --ip 192.168.0.50 \
                  --mask 255.255.255.0 \
                  --net 192.168.0.0 \
                  --bcast 192.168.0.255 \
                  --gw 192.168.0.1 \
                  --dns 192.168.0.1 \
                  --components main,universe,restricted \
                  --addpkg acpid \
                  --addpkg vim \
                  --addpkg openssh-server \
                  --libvirt qemu:///system

ends with an error message:

Code:

Selecting previously unselected package linux-image-3.13.0-43-generic.
(Reading database ... 17748 files and directories currently installed.)
Preparing to unpack .../linux-image-3.13.0-43-generic_3.13.0-43.72_amd64.deb ...
Selecting previously unselected package linux-image-virtual.
Preparing to unpack .../linux-image-virtual_3.13.0.43.50_amd64.deb ...
Unpacking linux-image-virtual (3.13.0.43.50) ...
, stderr: grep: /proc/cpuinfo: No such file or directory
This kernel does not support a non-PAE CPU.
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.13.0-43-generic_3.13.0-43.72_amd64.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.13.0-43-generic_3.13.0-43.72_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

any help appreciated.

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>