search for: vncport

Displaying 16 results from an estimated 16 matches for "vncport".

2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...T(dialog)); } -#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME) +#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) static int viewer_open_vnc_socket(const char* vnchost, int vncport) { int socketfd; - struct hostent *serv; struct sockaddr_in serv_addr; socketfd = socket(PF_INET, SOCK_STREAM, 0); @@ -917,14 +918,9 @@ viewer_open_vnc_socket(const char* vnchost, int vncport) return -1; } - serv = gethostbyname(vnchost); - if(serv == NULL){ - return...
2009 Jul 16
1
[PATCH node-image] Removes the explicit setting of the emulator for testing.
...d..96a15b5 100755 --- a/autotest.sh +++ b/autotest.sh @@ -270,7 +270,6 @@ define_node () { # flexible options # define defaults, then allow the caller to override them as needed local arch=$(uname -i) - local emulator=$(which qemu-kvm) local serial="true" local vncport="-1" local bootdev='hd' @@ -281,7 +280,7 @@ define_node () { if [ -n "$options" ]; then eval "$options"; fi debug "define_node ()" - for var in filename nodename memory harddrive cddrive bridge options arch emulator serial vncport...
2009 Jun 08
2
[PATCH] few minor bugfixes
...T(dialog)); } -#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME) +#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) static int viewer_open_vnc_socket(const char* vnchost, int vncport) { - int socketfd; - struct hostent *serv; - struct sockaddr_in serv_addr; + int result, socketfd; + char port[10]; + struct addrinfo* vnc_addr; - socketfd = socket(PF_INET, SOCK_STREAM, 0); - if(socketfd < 0){ - return -1; - } + sprintf(port, "%d", vncport); - ser...
2008 Mar 09
1
virt-install in CentOS 5
...OS users' list, but later found this list. So, I'm reposting it here since this is where it belongs.] I'm trying to install a Fedora 8 domU on a CentOS 5 dom0, but the following command fails: [root at xenmaster ~]# virt-install -p -n krs -r 512 -m 00:16:3E:66:94:5F -b xenbr0 --vnc --vncport=5910 -l http://10.19.75.200/mirror/fedora/linux/releases/8 -f /dev/vg00/krs -d Starting install... Sat, 08 Mar 2008 12:27:56 DEBUG Fetching URI http://10.19.75.200/mirror/fedora/linux/releases/8//Fedora Sat, 08 Mar 2008 12:27:56 DEBUG Saved file to /var/lib/xen/virtinst-Fedora.VhrSOC Retriev...
2008 Sep 17
1
Setting VNC console port in virt-install
...rform computing services. Those nodes are only accessible from the LVS nodes (I'm using LVS NAT mode). Actually it's Xen virtual servers on the physical nodes behind the LVS boxes that I'm mostly concerned with. When you create a guest with virt-install, there's a vnc param and a vncport param, but setting vncport doesn't seem to cause the vnc console to actually appear on the specified port. The config file written by virt-install in /etc/xen doesn't contain the vnc port information. How do I control what port the VNC console is presented on? I need to make these appear...
2011 Aug 24
2
how to list vnc port in xen 4.1
Hi all, I try xen 4.1, but in my domU''s HVM don''t appear vnc port. I used in my domU.cfg the parameter ''vncunused=1''. How to get vnc port specified domU? In another Xen (4.0.2), I get vnc port with ''xm list --long domU''. (vfb (vncunused 1) (vnc 1) (uuid cb20995f-55ae-55ce-143d-dd6a2ecc5969)
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...ocal harddrive=$5 + local cddrive=$6 + local bridge=${7-default} + local options=${8-} + local result="" + + # flexible options + # define defaults, then allow the caller to override them as needed + local arch=$(uname -i) + local serial="true" + local vncport="-1" + local bootdev='hd' + + # first destroy the node + destroy_node $nodename + + if [ -n "$options" ]; then eval "$options"; fi + + debug "define_node ()" + for var in filename nodename memory harddrive cddrive bridge options arch...
2009 May 13
3
Virsh-install error
Hi everyone, This is my first attempt at a PV guest install from scratch and I''m a tad confused. Have I answered one of the questions virsh-install asks wrongly? Does anyone know of a general guide for installing PV guests with virsh-install? (Most Centos docs seem to use the GUI based virt-manager and I only have command line access). Am I meant to make use of the files here:
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
2008 Jan 31
5
How-To create Windows HVM?
Hi, i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest under Xen 3.1. I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d is enabled in the bios. When i create the windows guest with ''xm create w2k3 -c" (conf below) I get: "Started domain
2009 Oct 20
1
VNC not connecting
...st and ran this command (I formatted it for readability, it is all on one line): virt-install -n jamm12e -r 1024 --vcpus=1 --check-cpu --os-type=linux --os-variant=rhel5 --hvm --accelerate --cdrom=/tmp/CentOS-5.4-x86_64-netinstall.iso -f /usr/local/virt/jamm12e.img -s 20 -b br0 --vnc --vncport=5903 When I do that, I get this error: (virt-viewer:3083): Gtk-WARNING **: cannot open display: Domain installation still in progress. You can reconnect to the console to complete the installation process. I did not expect the installation to try connect to the display since I told it to use VNC...
2014 Mar 19
0
Wiki page modification suggestion
Username: nicolasguerinet AT http://wiki.centos.org/HowTos/VNC-Server To Replace the ports numbers 58xx with 59xx in the vnc server tutorial to reflect variable $vncport from /usr/bin/vncserver. Thank you 2.8.1. Testing with a java enabled browser Let us assume that mymachine has an IP address of 192.168.0.10. The URL to connect to each of the users will be: Larry is http://192.168.0.10:5801 (should be 5901) Moe is http://192.168.0.10:5802 (should be 5902...
2008 Mar 08
0
virt-install in CentOS 5
Hi All, I'm trying to install a Fedora 8 domU on a CentOS 5 dom0, but the following command fails: [root at xenmaster ~]# virt-install -p -n krs -r 512 -m 00:16:3E:66:94:5F -b xenbr0 --vnc --vncport=5910 -l http://10.19.75.200/mirror/fedora/linux/releases/8 -f /dev/vg00/krs -d Starting install... Sat, 08 Mar 2008 12:27:56 DEBUG Fetching URI http://10.19.75.200/mirror/fedora/linux/releases/8//Fedora Sat, 08 Mar 2008 12:27:56 DEBUG Saved file to /var/lib/xen/virtinst-Fedora.VhrSOC Retriev...
2008 Sep 10
2
Xen kickstart and virt-manager
Hi again. I'm pleased to say that my experimentation with ocfs2 has been very successful and I'm considering doing some real work with it. My current question is related to virt-manager and the use of kickstart to install paravirtualised domU's. I'm happily doing fully-virtualised installs with this tool but due to poor network performance I thought it time to do some
2013 Oct 20
3
kvm cluster w/ c6
In our development lab, I am installing 4 new servers, that I want to use for hosting KVM. each server will have its own direct attached raid. I'd love to be able to 'pool' this storage, but over gigE, I probably shouldn't even try. most of the VM's will be running CentOS 5 and 6, some of the VM's will be postgresql database dev/test servers, others will be
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and