Re: [Spice-devel] Thin client vendors supporting Spice

2012-04-11 Thread Glazier, Scott
Jacek, While this is not an out of the box thin client suggestion, if you wanted to have a customizable environment you could perhaps look at the Zotac Zbox which does do 2560x1600, has a DVI and HDMI port, and can mount on the back of a screen. I purchased a few of these without HDD and set

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Itamar Heim
On 04/11/2012 05:13 PM, Rahul Upadhyaya wrote: Hi Itamar, I tried a few more things... I monitored the port traffic using netstat between ovirt-engine(also running browser+spice) and the host(ovirt-node) and I noticed that there is no new connections being made apart from the regular ssh connect

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Nerijus Baliunas
On Wed, 11 Apr 2012 19:43:20 +0530 Rahul Upadhyaya wrote: > regular ssh connections when I attempt to start the console. So I think the > spice client is unable to get the host IP Address to initiate a connection. > Is there a way we can check what IP/hostname spice is using to connect to > the h

Re: [Spice-devel] spice libraries for windows client

2012-04-11 Thread Christophe Fergeau
Hey, On Thu, Apr 05, 2012 at 02:40:53PM +, Dylan Denney wrote: > What happened to the windows spice library download? without it the spice > client will not run. Ah, I recently reorganized the download page and thought they were not needed. The old page is at http://spice-space.org/download-o

Re: [Spice-devel] Thin client vendors supporting Spice

2012-04-11 Thread Jacek Skowronek
Dave and others, Thanks for info on SPICE support in thin client vendors. After some digging this is the status: IGEL has a thin client called UD5 which supports 2560x1600 and supports SPICE The same for Wyse, e.g. for the Z90S7 client. However, both of those do that through DisplayPort and not

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Rahul Upadhyaya
Hi Itamar, I tried a few more things... I monitored the port traffic using netstat between ovirt-engine(also running browser+spice) and the host(ovirt-node) and I noticed that there is no new connections being made apart from the regular ssh connections when I attempt to start the console. So I th

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Rahul Upadhyaya
hi Itamar,Spice-devel team, Adding some more info to the issue. I also checked on my host using " vdsClient -s 0 list | grep displayPort" that there were 6 ports open and listening for my 6 running Vms (5900,5901) [also verified by trying to telnet to that port from my machine containing the

[Spice-devel] spice libraries for windows client

2012-04-11 Thread Dylan Denney
What happened to the windows spice library download? without it the spice client will not run. Thanks, Dylan Dylan Denney Infrastructure Specialist I [http://fogodatacenters.com/signatures/logo.png] 340 Tom Reeve Dr. Carrollton, GA 30117 Office: 678-340-FOGO (3646) Support: 1-800-515-1324 fo

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Itamar Heim
On 04/11/2012 04:41 PM, Rahul Upadhyaya wrote: hi Itamar,Spice-devel team, Adding some more info to the issue. I also checked on my host using " vdsClient -s 0 list | grep displayPort" that there were 6 ports open and listening for my 6 running Vms (5900,5901) [also verified by trying to tel

Re: [Spice-devel] Console not coming up .

2012-04-11 Thread Itamar Heim
cc-ing spice-devel to help with this. client has communication to host, which has iptables stopped. error from client seems to be: 1334120376 INFO [1984:1986] RedPeer::connect_to_peer: Connect failed: Connection refused (111) 1334

Re: [Spice-devel] [PATCH xf86-video-qxl 04/13] qxl_driver: cleanup: fix const cast warnings

2012-04-11 Thread Christophe Fergeau
On Wed, Apr 11, 2012 at 03:04:37PM +0300, Alon Levy wrote: > On Wed, Apr 11, 2012 at 01:37:49PM +0200, Christophe Fergeau wrote: > > On Wed, Apr 11, 2012 at 02:05:17PM +0300, Alon Levy wrote: > > > On Wed, Apr 11, 2012 at 12:46:18PM +0200, Christophe Fergeau wrote: > > > > On Tue, Apr 10, 2012 at 0

Re: [Spice-devel] [PATCH xf86-video-qxl 04/13] qxl_driver: cleanup: fix const cast warnings

2012-04-11 Thread Alon Levy
On Wed, Apr 11, 2012 at 01:37:49PM +0200, Christophe Fergeau wrote: > On Wed, Apr 11, 2012 at 02:05:17PM +0300, Alon Levy wrote: > > On Wed, Apr 11, 2012 at 12:46:18PM +0200, Christophe Fergeau wrote: > > > On Tue, Apr 10, 2012 at 04:02:56PM +0300, Alon Levy wrote: > > > > My bad for not putting it

Re: [Spice-devel] [PATCH xf86-video-qxl 04/13] qxl_driver: cleanup: fix const cast warnings

2012-04-11 Thread Christophe Fergeau
On Wed, Apr 11, 2012 at 02:05:17PM +0300, Alon Levy wrote: > On Wed, Apr 11, 2012 at 12:46:18PM +0200, Christophe Fergeau wrote: > > On Tue, Apr 10, 2012 at 04:02:56PM +0300, Alon Levy wrote: > > > My bad for not putting it in. It's warning on a const attribute removal > > > cast, since a static st

Re: [Spice-devel] [PATCH xf86-video-qxl 04/13] qxl_driver: cleanup: fix const cast warnings

2012-04-11 Thread Alon Levy
On Wed, Apr 11, 2012 at 12:46:18PM +0200, Christophe Fergeau wrote: > On Tue, Apr 10, 2012 at 04:02:56PM +0300, Alon Levy wrote: > > My bad for not putting it in. It's warning on a const attribute removal > > cast, since a static string "bla" is (const char*). > > For the record, the warning is -W

Re: [Spice-devel] [PATCH xf86-video-qxl 04/13] qxl_driver: cleanup: fix const cast warnings

2012-04-11 Thread Christophe Fergeau
On Tue, Apr 10, 2012 at 04:02:56PM +0300, Alon Levy wrote: > My bad for not putting it in. It's warning on a const attribute removal > cast, since a static string "bla" is (const char*). For the record, the warning is -Wcast-qual. While this patch is okayish, the 2 other similar patches are a bit

Re: [Spice-devel] [Spice-commits] spice/qxl_dev.h

2012-04-11 Thread Christophe Fergeau
Ah, didn't pay attention it was a commit log ;) On Wed, Apr 11, 2012 at 12:22:55PM +0200, Christophe Fergeau wrote: > ACK > > On Mon, Apr 09, 2012 at 10:36:10AM -0700, Alon Levy wrote: > > spice/qxl_dev.h |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > New commits: > >

Re: [Spice-devel] [Spice-commits] spice/qxl_dev.h

2012-04-11 Thread Christophe Fergeau
ACK On Mon, Apr 09, 2012 at 10:36:10AM -0700, Alon Levy wrote: > spice/qxl_dev.h |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > New commits: > commit 8a20378425dff191845a209decb5c5eedb273799 > Author: Alon Levy > Date: Mon Apr 9 20:05:10 2012 +0300 > > qxl_dev: fix co