Displaying 20 results from an estimated 270 matches for "5900".
Did you mean:
500
2008 Jan 23
2
VNC port confusion
Hi,
I''m trying to figure out how XEN decides which VNC port a particular
VM will associate with. From what little there is in the
documentation, it indicates that XEN will choose 5900+DomainID. From
experience, this doesn''e seem to happen. When I start a guest domain,
and do "xm list" its domainID shows as "22", however, when I netstat
-a , it shows listening on 5900 (not 5900+22=5922).
???
Am I missing something, is there a way to change this beha...
2007 Sep 13
1
Asterisk DIAL() premature timeout on a PRI trunk to legacy PBX
...10-15
seconds the call is aborted.
(A timeout is *not* specified in the Asterisk Dial
command.)
It seems however that either Asterisk or Alcatel drop
the call prematurely (it's more likely to be on the
Asterisk side).
What could I try?
The Asterisk log displays (* ext is 4053; Alcatel ext
is 5900):
-- Executing
Dial("SIP/4053-08311988","Zap/g1/5900||tTW") in new
stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/5900
-- Zap/2-1 is proceeding passing it to
SIP/4053-08311988
-- Zap/2-1 is ringing
-- Zap/2-1 is busy
-- Hungup 'Zap/2-1'
== Everyone i...
2013 Aug 09
1
vnc ip binding problem
Hi, all.
I tested some operations with libvirt 1.1 on Xen 4.3
Creating vm seems okay, but I cannot connect to its vnc console. So, I checked its bining.
[root@dev-2 ~]# netstat -antp|grep 5900
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 10508/qemu-system-i
I tried several times, but it always binds 127.0.0.1 only.
here's my xml.
<domain type='xen' id='3'>
<name>fv0</name>
<uuid>4dea22b31d...
2009 Jun 02
1
XenClient:How to install VM
...erial
pty -vcpus 1 -
vncunused -k en-us
1402 root xenvm winxp.conf
- - - - -
-------------------------------------------
# netstat -tan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 268 xx.xx.xx.xx:22 xx.xx.xx.xx:2644
ESTABLISHED
tcp 0 0 xx.xx.xx.xx:22 xx.xx.xx.xx:2645
ESTABLISHED
--------------------------------...
2008 Mar 06
3
static vnc port
Hi,
I''m trying so give all my guests a static vnc display my Configfile
looks like this.
1 ostype = "opensuse"
2 name = "suse-10.3-testcups"
3 builder = "linux"
4 memory = 512
5 vcpus = 1
6 uuid = "c6d9aa20-06c4-46f5-81e8-7906f7cfb642"
7 on_crash = "destroy"
8 on_poweroff =
2015 Apr 03
2
vncserver on CentOS 7
...ver@:4' to start that VNC server. Remember to edit the /lib/systemd/system/vncserver@:4.service file's <USER> as you did before.
> Emmett
OK - I redid and used the name vncserver@:0.service
Still not work -
I then used 4 as in your example and it worked.
How do I get port 5900 ?
Thanks,
jerry
2003 Jan 02
2
Routing inomcing TightVNC connections?
Hi!
I have this rule to allow incoming VNC connections to a host on my
private LAN:
DNAT net:$SITE1 loc:$JOHN tcp 5900:5910
This works perfectly the host can connect without problems.
Would it be possible to link the internal host to an external ip?
For example if Site1 would connect on the VNC port, all traffic gets
forwarded to loc:$JOHN. But if net:$SITE2 connects (different public IP)
then all traffic goes...
2006 Apr 01
1
SSH + VNC
I am trying to log into a desktop that is running CentOS 4.2 by
tennelling VNC through SSH..
The desktop auto-logins a user, then sits there waiting for me to login.
On the client side, I fire up SSH tunneling
ssh -L 8000:127.0.0.1:5900
The client spits back the error
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server
The server says
channel 5: open failed: connect failed: Connection refused
channel 5: open failed: connect failed: Connection refused
I've tried
ssh -L 5900:127.0.0.1:590...
2012 May 06
1
Centos 6 - x11vnc auto probing to port 5903
Hi all,
I was at one time able to get x11vnc to start on 5900 but for some reason its listening on port 5903.
Here is what the logs say;
-- snippet
X display :0.0
-- snippet
The VNC desktop is: hostname:3
Why is the VNC desktop going to 3?
I was working on 5900 previous to a reboot, unsure what changed, but something obviously has.
- aurf
2003 Dec 18
1
qbinom when probability is 1 (PR#5900)
Full_Name: Jonathan Swinton
Version: 1.8.0
OS: Windows 2000
Submission from: (NULL) (193.132.159.34)
Calling qbinom with a sample probability of 1 returns NaN
> qbinom(p=0.95,size=10,prob=1)
[1] NaN
I believe that this is wrong and that qbinom(p,size,prob=1) should always be
size for 0<p<=1.
The documentation says that
The quantile is defined as the smallest value x such that F(x)
2007 Mar 01
8
Remote access to domU console using vnc
...a console accessed using vnc from a remote machine.
I *think* I should be able to do this from my understanding of the
documentation.
I''ve configured a domU to boot from an ISO image to do the CentOS
install and run xm create. netstat on dom0 shows there''s a listener
on 0.0.0.0:5900, but I am unable to connect using vnc from my remote
system. vncviewer reports "connection refused". dom0 is not running
any firewalling and the relevant parts of the domU config file are:
vnc = 1
vnclisten=''0.0.0.0''
vncconsole = 0
Any ideas what I need to do t...
2010 Jun 14
13
VNC issues
I''ve recently installed Debian Lenny witch Xen (xen-utils, xen.tools and xen-linux-system-2.6.26-2-xen-amd64).
I want to virtualize some windows servers, but I''m unable to connect to localhost VNC when I start the vm (xm create) to proceed with windows instalation.
The VM config is:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
2009 Apr 24
7
centos firewall?
Hi All,
I am new to CentOS and I signed up for a Mosso Cloud Server that runs
Cent OS 5.2
I can ssh in.
I ran: yum install vnc vnc-server
then: vncserver (and set desktop viewing password)
But I cannot connect.
How do I add 5900 to the centos firewall? How do I edit the conf file?
I only have SSH ability at this point...
-jason
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)
2015 Apr 03
5
vncserver on CentOS 7
...su - myuser run vncpassword to set password
systemctl enable vncserver at .
Says its enabled:
systemctl list-unit-files | grep vnc
vncserver at .service enabled
using another machine to connect gives error about nothing there.
netstat -tuln | grep 5900
gives nothing.
What did I miss?
Thanks,
Jerry
2009 Sep 25
3
VNC Debian Port
Hi all. I have many domU''s, but I can''t find port for vnc_connect.
5901,5902,5903...5909 every time I guess in what port my domU. I know than
in Cent 5900+id=port. And what about Lenny?
--
Best Regards,
alex.faq8@gmail.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Feb 08
1
Re: xenconsole: Could not read tty from store: No suchfile or directory
...2008 05:19:26 pm Hamid Majidy wrote:
> When I start guest with "xm create clientdom", I get:
> xm create clientdom
> Using config file "./clientdom".
> VNC= 3
> Started domain clientdom
>
> But when I try to connect to it with "vncviewer 192.168.122.1:5900" I get:
> VNC Viewer Free Edition 4.1.2 for X - built Mar 14 2007 22:51:02
> Copyright (C) 2002-2005 RealVNC Ltd.
> See http://www.realvnc.com for information on VNC.
> vncviewer: unable to open display ""
>
vnc=3 could mean it''s presenting a session on 590...
2015 Oct 22
2
virt-manager
...ug, I get the following output after clicking
on 'open'...
2015-10-22 16:08:36,377 (engine:471): window counter incremented to 2
2015-10-22 16:08:36,379 (console:1150): Starting connect process for
proto=vnc trans=None connhost=localhost connuser=None connport=None
gaddr=127.0.0.1 gport=5900 gsocket=None
2015-10-22 16:08:36,381 (console:378): VNC connecting to localhost:5900
2015-10-22 16:08:37,009 (console:1061): Viewer connected
[xcb] Extra reply data still left in queue
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
python: xcb_io....
2010 Jan 07
1
Trying to get Xen going with svn_130...
...:17
TigerVNC Viewer for X version 1.0.0
Copyright (C) 2002-2005 RealVNC Ltd.
Copyright (C) 2000-2006 TightVNC Group
Copyright (C) 2004-2009 Peter Astrand for Cendio AB
See http://www.tigervnc.org for information on TigerVNC.
Thu Jan 7 22:17:47 2010
CConn: connected to host localhost port 5900
And that''s the end of it. If I call up virt-manager, it thinks the dom is running and taking 100%CPU, but a top shows a pretty quiet machine.
telnetting to 127.0.0.1 5900 gets me "trying 127.0.0.1...." and nothing more.
a netstat does show something listening on 127.0.0.1.5900...
2012 Feb 08
7
[PATCH] libxl: Set VNC password through QMP
This patch provide the code to set the VNC password to QEMU upstream through
VNC. The password is still stored in xenstore but will not be used by QEMU
upstream.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
tools/libxl/libxl_create.c | 3 +++
tools/libxl/libxl_dm.c | 21 ++++++++++++---------
tools/libxl/libxl_internal.h | 1 +
tools/libxl/libxl_qmp.c