Displaying 20 results from an estimated 319 matches for "vfb".
Did you mean:
fb
2011 Jan 11
0
[PATCH, v2]: xl: move domain struct init functions to libxl
Changes since v1:
- Include nic,net2,vkb,vfb init functions
---
This allows libxl users to get some sane default values for this complex
set of structures. This is purely code movement and there are no
functional changes except for a trivial error handling change in nic
device init.
Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.co...
2010 Aug 24
2
WIndows PV driver problem (from XCP 0.5) with XEN 3.4.3 and 4.0.1-rc6(-pre)
...ux 2.6.31.x and Linux 2.6.32.x from Jeremys GIT)
After installing the Windowsa PV driver, Windows is starting up and hanging
around at the loading bar.
/var/log/xen/qemu-dm-windows.log says:
XENUTIL: WARNING: CloseFrontend: timed out in XenbusWaitForBackendStateChange:
/local/domain/0/backend/vfb/4/0 in state INITIALISING; retry.
XENUTIL: WARNING: CloseFrontend: timed out in XenbusWaitForBackendStateChange:
/local/domain/0/backend/vfb/4/0 in state INITIALISING; retry.
XENUTIL: WARNING: CloseFrontend: timed out in XenbusWaitForBackendStateChange:
/local/domain/0/backend/vfb/4/0 in state...
2011 Jan 11
1
hot-plug vfb on Xen domU?
I want to give my clients access to their Xen domU consoles using VNC. This works great using vfb device configured as type=vnc.
However I have 2 problems:
* I can't figure out how I can add a vfb device to a running domain without restarting it (I have 100+ domU's I want to enable this on, and want to avoid restarting them all if possible)
* Related, I can't figure out how I can...
2010 Sep 08
5
domU paravirt vfb problem
Hello!
I''m investigate strange behaviour of vfb in paravirt domU (centos 5)
VNC servers started after creating domain, but information in xenstore
appears sometimes after 1-2 minutes after start. Why this happening? And
how can i get VNC port immediate after creating of domU?
Thank''s.
--
Vasiliy G Tolstov <v.tolstov@selfip.ru>...
2008 Mar 18
0
[PATCH] vfb: Add opengl option
vfb: Add opengl option
(and replace bogus vncpasswd copy in xenapi_create in the SDL case)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tool...
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
Hi,
Is vfb working well lately? I thought I''d test it out on ia64 and it
works great, but only once per boot. If I stop the domain and restart
it, I get the following:
Error: Device 0 (vkbd) is already connected.
To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system.
Sa...
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning,
I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2)
I would like to get the XENFB driver working on domU.
But currently in xen/arm there''s no support for VFB, atleast qemu is not
supported.
But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one
http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer.
So there are people which got a framebuffer working on domU.
But still i couldn''t find anything on the intern...
2008 Mar 06
3
static vnc port
...quot;
14 disk = [
''file:/vm/domains/suse-10.3-hfuchs-testcups/suse-10.3-testcups.img,xvda,w'',
''file:/vm/domains/suse-10.3--testcups/suse-10.3-testcups.swap,xvdb,w'', ]
15 vif = [ ''mac=53:1b:e8:31:0d:ba'', ]
16 vfb = [''type=vnc,vncunused=1,vncdisplay=10'']
But it doesnt work, is there something wrong in my configfile?
I''m using Xen on SLES 10.
Regards Marcus
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource...
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
''vncdisplay=N'' in hvm config file is ignored when building qemu-dm
arguments.
xm create or xm new -> xm start with hvm config file containing
vnc=1
vncdisplay=5
results in ''-vncunused'' being passed to qemu-dm. There are several
approaches
for a fix - this patch defaults vncdisplay to None in xm options. It
currently defaults to 1 and is always included in
2011 Feb 27
8
graphically accessing pv guest
...10:18 ? 00:00:04 /usr/lib/xen-4.0/bin/qemu-dm
-d 6 -serial pty -domain-name ubuntuWork -videoram 4 -vnc
0.0.0.0:1-vncunused -M xenpv
root 7445 2688 0 10:46 pts/0 00:00:00 grep vnc
So it appears the video ram is still 4MB. Here''s the line for vnc in my
guest config file.
vfb = [ ''type=vnc,vncdisplay=1,vnclisten=0.0.0.0'' ]
My using Xen 4.0, Debian Squeeze for my dom0 and Ubuntu Maverick for the
guest.
Thanks!
Ted
On Fri, Feb 25, 2011 at 9:16 AM, Fajar A. Nugraha <list@fajar.net> wrote:
> On Fri, Feb 25, 2011 at 9:20 PM, Ted Brenner <gri...
2010 Jun 06
3
Error: Device 768 (vbd) could not be connected. Path closed or removed during hotplug add: backend/vbd/9/768 state: 1
...1573] DEBUG (balloon:220) Balloon: 4906412 KiB free; need 16384; done.
[2010-06-07 01:24:04 1573] DEBUG (XendDomain:464) Adding Domain: 9
[2010-06-07 01:24:04 1573] DEBUG (XendDomainInfo:2818) XendDomainInfo.initDomain: 9 256
[2010-06-07 01:24:04 1573] DEBUG (image:339) No VNC passwd configured for vfb access
[2010-06-07 01:24:04 1573] DEBUG (image:889) args: boot, val: d
[2010-06-07 01:24:04 1573] DEBUG (image:889) args: fda, val: None
[2010-06-07 01:24:04 1573] DEBUG (image:889) args: fdb, val: None
[2010-06-07 01:24:04 1573] DEBUG (image:889) args: soundhw, val: sb16
[2010-06-07 01:24:04 1573]...
2011 Jan 30
0
Stub domains broken in Xen 4.0?
...3430] DEBUG (balloon:239) Balloon: 2464720 KiB free;
need 16384; done.
[2011-01-30 12:45:21 3430] DEBUG (XendDomain:477) Adding Domain: 1
[2011-01-30 12:45:21 3430] DEBUG (XendDomainInfo:2884)
XendDomainInfo.initDomain: 1 256
[2011-01-30 12:45:21 3430] DEBUG (image:354) No VNC passwd configured for
vfb access
[2011-01-30 12:45:21 3430] DEBUG (image:1027) args: boot, val: c
[2011-01-30 12:45:21 3430] DEBUG (image:1027) args: fda, val: None
[2011-01-30 12:45:21 3430] DEBUG (image:1027) args: fdb, val: None
[2011-01-30 12:45:21 3430] DEBUG (image:1027) args: soundhw, val: None
[2011-01-30 12:45:21 3...
2008 Mar 28
2
VNC for Dom U
Hi,
Could any one please tell me a proper way to access my DomU using VNC.
I saw a thread related to this topic, but that did not seem to have the right thing.
I am using Xen 3.2 (compiled from source) on top of FC8-64bit. I am using a
jailtime.org file system image for FC 64 bit as my Dom U.
Thanks
DM
2010 Sep 19
4
Upgrade Xen up to 4.0.1 on openSUSE 11.3 and broken VFB
After upgrade via http://download.opensuse.org/repositories/Virtualization:/openSUSE11.3/openSUSE_11.3/src/xen-4.0.1_21326_01-1.1.src.rpm with any "kotd" or 2.6.34.4-2.2-xen
VFB gets broken . It worked with original Xen 4.0, no matter of some additional patching to support ZFS 24 has been done and 4.0 src.rpm has been rebuilt to reinstall 4.0
In particular, virt-install fails to install PV DomU in "vnc" mode.
Boris.
____________________________...
2011 Jan 17
0
Xen 4.0.1 + 2.6.18-194.32.1.el5xen CentOS Dom0
...DEBUG (balloon:220) Balloon: 144863028 KiB free;
need 16384; done.
[2011-01-17 15:43:47 3368] DEBUG (XendDomain:464) Adding Domain: 4
[2011-01-17 15:43:47 3368] DEBUG (XendDomainInfo:2818)
XendDomainInfo.initDomain: 4 256
[2011-01-17 15:43:47 3368] DEBUG (image:339) No VNC passwd configured for
vfb access
[2011-01-17 15:43:47 3368] DEBUG (image:891) args: boot, val: c
[2011-01-17 15:43:47 3368] DEBUG (image:891) args: fda, val: None
[2011-01-17 15:43:47 3368] DEBUG (image:891) args: fdb, val: None
[2011-01-17 15:43:47 3368] DEBUG (image:891) args: soundhw, val: None
[2011-01-17 15:43:47...
2012 Aug 22
4
config file conflict??
...cpu3, and one using a physical disk and the other a
virtual one.
2008:
kernel = "/usr/lib/xen/boot/hvmloader"
builder=''hvm''
memory = 1024
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "server2008"
vfb = [ ''type=vnc,vncdisplay=10,vncpasswd=xxxx'' ]
vif = [ ''mac=00:16:3E:33:5E:F6, bridge=xenbr0'' ]
acpi = 1
apic = 1
disk = [ ''phy:/dev/md3,hda,w'' ]
device_model = ''/usr/lib64/xen/bin/qemu-dm''
#-------------------------...
2007 Sep 27
0
Migration failing (xen 3.0.3 on RHEL 5) with "not a valid guest state file: pfn count read"
...k''], [''uname'', ''phy:/dev/devVMvg/test-www-root''], [''mode'',
''w'']]], [''device'', [''vkbd'', [''backend'', ''0'']]], [''device'', [''vfb'',
[''backend'', ''0''], [''type'', ''vnc''], [''vncunused'', ''1''], [''xauthority'',
''/root/.Xauthority'']]], [''state'', ''r-----'&...
2009 Feb 25
18
Paravirtualized Linux with graphics (X Window)?
Hi,
Anybody please tell me how to have a PV Linux with graphics?
I succesfully created some PV Linux with debootstrap and xen-tools.
But then all the images must be started with "xm create -c" command,
and everything then is console, with no X Window.
In short, I want to have PV Linux, but with X. How to do that?
Thanks,
H
_______________________________________________
Xen-users