Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Qemu 1.3 doesnt support spice on Ubuntu 12.10

Up
vote
Down

Qemu 1.3 doesn’t support spice on Ubuntu 12.10 . View build log

https://launchpadlibrarian.net/129880187/buildlog_ubuntu-quantal-amd64.qemu_1.3.0%2Bdfsg-1~exp3ubuntu9_FAILEDTOBUILD.txt.gz

ERROR
ERROR: User requested feature spice
ERROR: configure was not able to find it
ERROR
make: *** [configure-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
******************************************************************************
Build finished at 20130129-1938
FAILED [dpkg-buildpackage died]
***************************************************************************** read more...
mail this link | permapage | score:9319 | -Boris Derzhavets, January 29, 2013

Set up spice on Ubuntu 11.10 KVM Server

Up
vote
Down

Packages required are already in PPA “Spice-Gtk-0.6 on Ubuntu 11.04 and Ubuntu 11.10″.Spice-gtk-0.6 has been done for Oneiric as two builds. First one with python and gobject-introspection enabled (GTK2). Second one –with-introspection and –with-gtk=”3.0″ (GTK3).This builds actually are the core builds in PPA, which bring RH’s technologies to Ubuntu 11.10.

The only one qemu-kvm package (currently 0.15-rc1)should be rebuilt (spice enabled) as soon as tag qemu-kvm-0.15 will appear in stable-0.15 branch of qemu-kvm git tree.
Install software from PPA :-

$ sudo apt-add-repsitory ppa:bderzhavets/spice-gtk
$ sudo apt-get update
$ sudo apt-get install qemu-kvm qemu qemu-common
libspice-client libspice-client-dev
libspicegtk3-client libspicegtk3-client-dev
spice spice-protocol-dev spicegtk3-client
$ sudo apt-get install virtinst virt-viewer virt-manager read more...
mail this link | permapage | score:9258 | -Boris Derzhavets, August 5, 2011

Set up Spice-Gtk 0.8 on Ubuntu 12.04

Up
vote
Down

Build requires spice-protocol 0.10.1 and the most recent usbredir 0.3.3.Short list of the changes per [1] :

- add USB redirection support, see Hans comments in the log and that
post for details: http://hansdegoede.livejournal.com/11084.html
- introduce SpiceGtkSession to deal with session-wide Gtk events, such
as clipboard, instead of doing it per display
- many cursor and keyboard handling improvements
- handle the new “semi-seamless” migration
- support new Spice mini-headers
- better coroutines: fibers on windows & jmp on linux
- add Vala vapi bindings generation
- many bug fixes and code improvements read more...
mail this link | permapage | score:9193 | -Boris Derzhavets, January 23, 2012

Set up Spicevmc Channel on Ubuntu 11.04 KVM Server and spice-vdagent on guest

Up
vote
Down

Procedure following bellow set up spicevmc channel support on KVM Server Ubuntu Natty. It also instructs how to setup spice-vdagent on Natty installed as KVM guest at any KVM Server Ubuntu 11.04 or F15. In other words it contains build debian package spice-vdagent via source for Ubuntu 11.04 ( Natty). To setup spicevmc channel on Natty install qemu-kvm packages from PPA Packages in Spice-Gtk-0.6 on Ubuntu 11.04 and Ubuntu 11.10. Build qemu-kvm-060911-0ubuntu5 from PPA already supports spicevmc channel.It's original tarball is based on git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git on 06/09/2011. Also upgrade virtinst via same PPA up to 0.500.6 to have virt-install understand option "--channel spicevmc" read more...
mail this link | permapage | score:9133 | -Boris Derzhavets, June 21, 2011

Set up Qemu and Spice USB Redirection on Ubuntu 11.10

Up
vote
Down

Following below is attempt to reproduce Hans de Goede blog entry at http://planet.spice-space.org/ on Ubuntu 11.10 with intent to build Qemu-kvm 0.15.0 with usb redirection network support per http://planet.spice-space.org/ via git repository git://people.freedesktop.org/~jwrdegoede/qemu :-

$ git clone git://people.freedesktop.org/~jwrdegoede/qemu
$ cd qemu
$ git checkout -B qemu-kvm-0.15.0-usbredir origin/qemu-kvm-0.15.0-usbredir

Spice-Gtk-0.7.4X has been built up on current snapshot of git://anongit.freedesktop.org/spice/spice-gtk to obtain Spice-Gtk with usb redirection support working stable with Spice 0.9.1. Build done on Ubuntu Oneiric.Packaged version version of Spice-Gtk-0.7.4X is built up on mentioned git repository with GTK2 and GTK3 as two sets of packages.
Libusb-1.0-2:1.0.9-3ubuntu9 is built up on git://people.freedesktop.org/~jwrdegoede/libusb (pre 1.0.9). Usbredir-0.3.1-1ubuntu5 is built up on official release usbredir-0.3.1.tar.gz. read more...
mail this link | permapage | score:9128 | -Boris Derzhavets, October 11, 2011

Set up Qemu-Spice-Libvirt 0.9.6 USB Redirection on Ubuntu 11.10

Up
vote
Down

I’ve just built locally and uploaded to Launchpad Libvirt 0.9.6 via Debian Unstable, applying standard set of Ubuntu’s patches updated for 0.9.6. It allows follow http://planet.spice-space.org/ update VM’s XML profile under /etc/libvirt/qemu/ as suggested in second blog entry of Hans de Goede manage VMs via virsh or Virt Manager having USB redirection support active in Spicy’s sessions. View for further details view my previous posting to Librenix. read more...
permapage | score:9064 | -Boris Derzhavets, October 17, 2011

Set up RH VirtIO SCSI driver on Windows 7, XP KVM

Up
vote
Down

Create Windows KVM via virt-manager as usual. Download latest VirtIO Win drivers from Fedora. Location is http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/. File virtio-win-1.1.11-0.vfd to KVM and ISO image virtio-win-1.1.11-0.iso to Fedora’s FS. Create fake qcow2 file: read more...
permapage | score:9030 | -Boris Derzhavets, January 8, 2011

Set up Ubuntu 11.04, 10.10 KVM for spice session (Fedora 14)

Up
vote
Down

The most recent patches to Fedora’s Qemu 0.14 went into qemu-0.14.0-6.fc14.src.rpm on 03/31/2011. Following bellow is brief description of F14 KVM and Spice Server set up via “Libvirt Preview”. Configured KVM Server allows to create Ubuntu 10.10, 11.04 Desktop KVM beta 1 (64 bit), which may run in spice session. Notice, that Virt-Manager 0.8.7-2 does have SPICE support. It allows to switch particular VM from VNC Server to SPICE Server and run spice session via GUI or connect to VM via command line locally or remotely. Ubuntu 10.10 Desktop, 11.04 Desktop KVM beta 1 require “apt-get update,apt-get upgrade” to run stable in SPICE session read more...
mail this link | permapage | score:8997 | -Boris Derzhavets, April 8, 2011

Set up Libvirt 0.8.0 and Xen 4.0 Dom0 on Ubuntu 10.04

Up
vote
Down

Add two lines to /etc/apt/sources list

deb http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main
deb-src http://ppa.launchpad.net/dnjl/virtualization/ubuntu lucid main

Running “add-apt-repository ppa:/gwibber-daily/ppa” didn’t work for me due to “apt-get update” complaining absence key with different value, that’s why i imported requested key via command bellow and succeeded with “apt-get update” read more...
permapage | score:8997 | -Boris Derzhavets, June 5, 2010

Virt-install and Virt-manager at Xen 4.0 Dom0 on Ubuntu 9.10

Up
vote
Down

The final target of this post is to demonstrate how flexible is Ubuntu Karmic Koala Server environment. Build Xen 4.0 and the most recent stable pvops kernel 2.6.32.12 ( with DRM support). Loading Xen Instance followed by install Ubuntu's Libvirt environment, providing utility virt-install for creating PV and HVM DomUs, virt-manager completely functional to manage any DomU been built via virt-install. Change-set 21112 from xen-4.0-testing.hg back ported to Xen 4.0 to support grub2 notation '(hd0,1)' specific for Ubuntu 10.04 aka Lucid Lynx. read more...
mail this link | permapage | score:8888 | -Boris Derzhavets, April 30, 2010 (Updated: May 8, 2010)

Virt-install Debian Squeeze PV DomU at Xen 4.1.2 Oneiric Dom0

Up
vote
Down

RH’s opensource distros ISO images (Fedora,CentOS) have a nice feature,been loop mounted on apache folder /var/www/domain, they allow to create local mirror to virt-install corresponding paravirtual guest. Not customized Debian ISOs don’t have this feature, however virt-install still works for Debian Squeeze utilizing remote system HTTP source. Virt-install Debian PV DomU is possible via remote official HTTP source.Begin via virt-install command line read more...
permapage | score:8876 | -Boris Derzhavets, November 21, 2011

QEMU-KVM 1.0 patching for USB Redirection on Ubuntu 12.04

Up
vote
Down

Qemu-kvm 1.0 has been built based on branch
qemu-kvm-1.0-usbredir as of 12/29/2011. It contains all required usb redirection patches on top of QEMU-KVM 1.0 release

$ git clone git://people.freedesktop.org/~jwrdegoede/qemu
$ cd qemu
$ git checkout -B qemu-kvm-1.0-usbredir origin/qemu-kvm-1.0-usbredir
$ cd ..
$ cp -R qemu qemu-kvm-1.0-usbredir1 read more...
permapage | score:8844 | -Boris Derzhavets, December 31, 2011

C Source Code Example: Multithreaded RPC Server

Up
vote
Down

This can be considered an example, how to build multithreaded RPC Server for White Box Linux 3. Actually, approach described is universal , i.e. doesn't depend on particular code has been modified.

[Update June 26, 2005: Librenix is now featuring a C language multithreaded network socket programming game server project for Linux called Space Tyrant. As of June 26, there have been four code releases and the game is already playable from telnet.]

(here are some white canvas prints) read more...
mail this link | permapage | score:8839 | -Boris Derzhavets, May 14, 2005 (Updated: April 24, 2012)

Sync Xen 4.1.2-rc(X) on Ubuntu 11.10 with tip of xen-4.1-testing.hg

Up
vote
Down

Procedure to keep in sync Xen 4.1.2-r(X) on Ubuntu Oneiric (development branch) with tip of Xensource's xen-4.1-testing.hg stable mercurial tree follows bellow, which provides a flexible way to apply the most recent changesets instead of back porting them to Xen 4.1.1 having permanent concern regarding consistency of selected set of CSs. read more...
permapage | score:8836 | -Boris Derzhavets, August 1, 2011

Set up Oneiric PV DomU at Xen 4.1.2 Ubuntu Oneiric Dom0 (3.1.0-030100-generic)

Up
vote
Down

Procedure is standard Debian’s network PV install. Download configuration file from following location. Debian and consequently Ubuntu still consider Libvirt and virtinst tools like virt-manager and command line utility virt-install as way to manage RH’s Xen domains like F15,F16,CentOS 6 either to be utilized with Qemu-kvm Hypervisor.

# wget http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/xm-debian.cfg read more...
permapage | score:8832 | -Boris Derzhavets, October 31, 2011

Pygrub and loading Ubuntu 8.10 PV DomU via serial console at Xen 3.3 CentOS 5.2 Dom0

Up
vote
Down

To load Ubuntu Intrepid Server PV DomU via serial console files vmlinuz-2.6.27-7-server,initrd.img-2.6.27-7-server usually gets copied to Xen 3.3 Dom0 and parameters root="/dev/xvda1 ro", extra="2 hvc0" are included into startup profile. At the same time "root" & "extra" may be specified via new entry into /boot/grub/menu.lst located at DomU.
File /etc/event.d/tty1 should be also modified to work for xen console instead of vfb.It's exec line has to reference hvc0 instead of tty1. All changes above been done at DomU allow to load DomU via pygrub and serial console avoiding using virtual frame buffer. read more...
mail this link | permapage | score:8734 | -Boris Derzhavets, November 1, 2008

Set up Spice-Gtk 0.7.44-3867 with usb redirection on Ubuntu 11.10

Up
vote
Down

Following bellow is attempt to reproduce Hans de Goede blog entry at http://planet.spice-space.org/ ([1]) on Ubuntu 11.10 just to fix bug with Windows 7 KVM after set up Spice&KVM Server via PPA “Qemu-kvm-0.15.0+noroms(spice enabled), Spice Server&Client 0.9.1, Spice-Gtk-0.7-2(via Debian)” ([2]). I’ve removed from local system all libspice_* packages after theirs install from mentioned PPA with intend to build and install new Spice-Gtk-0.7 system, based on the most recent snapshot of git://anongit.freedesktop.org/spice/spice-gtk, working stable with Spice 0.9.1. For bug description view [FFE] Please sync spice-gtk (0.7-2) from debian unstable (main) ([3]) #21 read more...
mail this link | permapage | score:8711 | -Boris Derzhavets, September 30, 2011

Set up Oneiric PVHVM at Xen 4.1.2 Ubuntu 11.10 Dom0

Up
vote
Down

This post is sample of utilizing optimized paravirtualized PVHVM drivers (also called PV-on-HVM drivers) with Xen fully virtualized HVM guests running Ubuntu 3.1 kernels at Xen 4.1.2 Dom0. Xen PVHVM drivers completely bypass the Qemu emulation and provide much faster disk- and network IO performance. First thing I had to do it was rebuild the recent Ubuntu kernel for precise Ubuntu-3.1.0-3 with CONFIG_XEN_PLATFORM_PCI=y. As result following debian packages gets created. read more...
permapage | score:8702 | -Boris Derzhavets, November 3, 2011

Qemu-kvm 0.15.1 - Spice(0.10.0)- Libvirt 0.9.7-2 USB Redirection support for Ubuntu Precise

Up
vote
Down

Spice Server and client upgraded up to 0.10.0
Libvirt upgraded up to 0.9.7-2 via Debian Unstable

Qemu-kvm 0.15.1 has been patched via top 28 commits from
http://cgit.freedesktop.org/~jwrdegoede/qemu/log/?h=qemu-kvm-0.15.0-usbredir

Patches set for debian build may be generated as follows :
$ git clone git://people.freedesktop.org/~jwrdegoede/qemu
$ cd qemu
$ git checkout -B qemu-kvm-0.15.0-usbredir origin/qemu-kvm-0.15.0-usbredir
$ mkdir -p /tmp/patches
$ git format-patch -M -C --output-directory
/tmp/patches ea2798c1ebe0c12d5feb7d7471a999ea0671ef2f

Qemu-kvm debian/rules contains:-

./configure
--target-list="x86_64-softmmu i386-softmmu x86_64-linux-user i386-linux-user"
--prefix=/usr
--interp-prefix=/etc/qemu-binfmt/%M
--disable-blobs
--disable-strip
--enable-spice
--enable-usb-redir
$(conf_arch)

VirtFS support is available.

To install packages from PPA . . . read more...
mail this link | permapage | score:8689 | -Boris Derzhavets, November 14, 2011

Install VNC on Solaris DomU at CentOS 5 or Debian Etch Dom0 (64 bit)

Up
vote
Down

This posting follows up "Install Xen 3.1 Solaris domU on CentOS 5 or Debian Etch dom0 (64 bit)" and gives step by step instruction how to set up VNC on OpenSolaris DomU. In general, everything seems to be well covered in OpenSolaris documents. However, I believe that detailed instructions will still be helpful. read more...
permapage | score:8676 | -Boris Derzhavets, September 26, 2007 (Updated: September 27, 2007)
More articles...
Buy Abstract Art Prints

Recent headlines

Install Mplayer and Multimedia codecs on Ubuntu 13.04

A backdoor in all Internet products and services?

Upgrade Ubuntu 12.10 to 13.04

Using Multiple PHP Versions (PHP-FPM FastCGI) With ISPConfig 3 (Ubuntu 12.04)

Lynis: Security and system auditing tool

ARM-based EMB-2500: Like Raspberry Pi, but much better

Tutorial: Build an Ubuntu 13.04 Server (Apache2, BIND, Dovecot)

Tutorial: Ubuntu 13.04 Samba Server with tdbsam

Find wasted disk space with the Agedu Unix utility

Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3

Virtual Hosting: Proftpd, MySQL on Ubuntu 12.10

Tutorial: Install Nginx, PHP5, PHP-FPM, and MySQL on CentOS 6.4

KVM Virtualization on CentOS 6.4

Setting up ProFTPd + TLS on Ubuntu 12.10

Virtual Users/Domains with Postfix, Courier, MySQL, SquirrelMail (CentOS 6.3)

Encrypt your data with EncFS (OpenSUSE 12.3)

Tutorial: Automatically add a disclaimer to emails with alterMIME (Postfix on Debian 6)

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.4

4 gui applications for installing Linux from USB key

Tutorial: Run Joomla 1.7 on Nginx on Debian 6, Ubuntu 11.10

Tutorial: Webcam streaming your desktop plus audio with ffmpeg, crtmpserver, Flowplayer

Tutorial: Install Piwigo Gallery on Nginx (Debian 7)

Tutorial: Replace Windows with Ubuntu 13.04

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3

Google Reader axed. Is FeedBurner next?

Multiboot Linux distributions from one USB key

Tutorial: PrestaShop 1.5.x on Nginx (Debian 7/Ubuntu 12.10

The Debate OS Project

Install Apache2, PHP5, MySQL on CentOS 5.7

Riak Cloud Storage released under Apache 2 license

The Coming HTML 5 Revolution in Linux

Kali Linux 1.0 review

Tutorial: Multiple PHP Versions (Ubuntu 12.10)

Infotainment systems: The next generation

Fedora 16 security features

Fedora 16 KDE review

tmux: terminal multiplexer

Virtual Hosting with PureFTPd, MySQL on CentOS 6.4

OpenBSD Tutorial: Configure Ralink USB Wireless Adapter

Deploy Piwik Web Analytics on OpenShift Online

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin