similar to: vncviewer to reconnect a running session with Windows

Displaying 20 results from an estimated 50000 matches similar to: "vncviewer to reconnect a running session with Windows"

2005 Aug 15
0
[PATCH][VT]Don''t leave vncviewer processes running if xm create fails
this patch kill the created vncviewer process if xm create fails. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Sep 21
0
can't get KRDC to connect to remove Windows server - how to make it work? [SOLVED]
On Sun, Sep 21, 2008 at 1:58 PM, Filipe Brandenburger <filbranden at gmail.com>wrote: > Hi, > > On Sun, Sep 21, 2008 at 05:31, Rudi Ahlers <rudiahlers at gmail.com> wrote: > > Could not start rdesktop: make sure rdesktop is properly installed > > krdc is just a front-end to several different tools (rdesktop, > vncviewer, etc.), it will call rdesktop to
2007 Jul 13
0
access to virt. WinXP over rdesktop fails
Hello, rdesktop (I''m using tsclient) can only connect to Win XP if I''ve started vncviewer before and have logged in. I want only start the XP instance and then loggin in with rdesktop only. How can I achieve this? kind regards, Oliver kernel = ''/usr/lib/xen-ioemu-3.1/boot/hvmloader'' builder = ''hvm'' memory = ''1024''
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
This patch does 3 things to the new device model, qemu-dm: 1) Add `vncviewer'' as an option to `qemu-dm'' to spawn a `vncviewer'' process. 2) Have the `vncviewer'' config parameter translate to the `vncviewer'' flag to `qemu-dm''. 3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer'' process that looks for a
2006 Jul 28
0
vncviewer: ListenAtTcpPort: bind: Address already in use
Hello, if I start a unmodified Guest Already working on A SLES Installation now I get under gentoo: VNC= 1 vncviewer: ListenAtTcpPort: bind: Address already in use vncviewer: ListenAtTcpPort: bind: Address already in use The config: disk = [ ''file:/var/lib/xen/images/win/hda,ioemu:hda,w'' ] memory = 512 vcpus = 1 builder = ''hvm'' device_model =
2011 Oct 26
4
Automatic vncviewer startup
Hello, is there a way to start automatically the vncviewer when a domU starts? When I was using the xm toolstack I could use "xm create domain.cfg -vncviewer" or something similar (if I''m not wrong), but I don''t know how to do it with the xl toolstack. At the moment, I have to create the domain using xl create domU.cfg, then xl list to see the domU id and then xl
2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
Hi. I found this issue with IA64 box while looking at the c/s of 18204:21dd1fdb73d8, but I believe the things is same with x86 box. I''m not sure whether this patch coexist with the old ioemu which is to be removed soon. So it might be desirable to apply this patch after deleting the internal ioemu tree. thanks, xm: Don''t spawn vncviewer twice. Without this patch, vncviewer
2005 Jun 25
0
Runaway vncviewer processes
If I have vnc=1 and try to start a domain, if the domain creation fails for some reason, the vncviewer process is not cleaned up. I''ll try to send a patch next week if no one gets there before I do. -Arun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jun 26
0
vncviewer package wit hcentos 5
I have xkeybindings running just fine on centos 5. I have vncviewer running in full screen mode showing another PC. When vncviewer is running is running it seems to override my xkeybindings. Is there a way to tell vncviewer to not bind to any keys?? The only keys I am binding is on the Keypad 3,4,6, 9 and Enter. Nothing that vncviewer uses anyway. How can I still have my xkeybindings active
2009 Oct 01
0
vncviewer and IPv6
I have a host that I have been accessing with vncviewer via its fqdn that had only an IPv4 A record. I just added a AAAA IPv6 record, and vncviewer via fqdn stopped working. But worked when I provided the IPv4 address instead. It LOOKS like vncviewer is trying the IPv6 address, eventhough all documentation indicates that it does not support IPv6. Definitely my server is only listening on
2008 Feb 14
0
vncviewer and opening mail attachemtns kills the login
I am running centos 5.1 I routinely vnc in from home (centos 5.1 NVIDA laptop) to work centos 5.1 NVIDIA based station. works fine 95% of the time. However, when I am running thunderbird mail client, and there is PDF attachment, clicking on the attachment it prompts to open with evince and I accept - my entire sessions is KILLED. When I reconnect I have been logged out and all my windows
2008 Jul 15
2
vncviewer via gateway option question
the man page for vncviewer presents the -via gateway option to use ssh through a gateway. I understand if I want a secure vnc connection to server.foo.com I can use the command: vncviewer localhost -via server.foo.com But I have moved my SSHD services from port 22 to port n. So according to the man pages, I need an environment variable of VNC_VIA_CMD and override the default command with:
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
I''ve attached the preliminary patch to add vncviewer options to the ''xl create''. It applies cleanly against c/s 4e1d091d10d8. All feedback is welcome. Goncalo # HG changeset patch # User Goncalo Gomes <goncalo.gomes@eu.citrix.com> # Date 1332257809 0 # Node ID 46f8afe643dee8de2c592c65204567fbad657616 # Parent 4e1d091d10d83130842170cd61f1194e5459f2aa Add
2008 Apr 20
2
vncviewer
How do you send special keystrokes in vncviewer? I need to send Shift-F10... Searching the net showed nothing and realvnc's webpage yielded nothing either. Thanks! jlc
2008 Oct 26
9
vncviewer reporting connection refused (146)
I''m running snv93. I''m trying to install a windows hvm domU using the virt-install command: /usr/bin/virt-install -n windowsts -r 2048 -s 20 -f /data/domU/windowsts --hvm --vnc -c /dev/dsk/c0t0d0s2 The vncviewer is unable to open a connection to the xend VNC server and is failing with the Connection refused (146) error message. xend is set up with the following properties:
2008 Sep 21
1
can't get KRDC to connect to remove Windows server - how to make it work?
Hi all, I'm trying to connect to a remote Widnows server from my CentOS 5.2 / KDE 3.5.4-11, but everytime I try and connect I get the following error: Could not start rdesktop: make sure rdesktop is properly installed And I connect using krdc rdp:/remote.host.name - but I also tried krdc rdp:/ 1.2.3.4 from the command line. It pop's up the preferences box, where I specify the screen
2008 Jun 17
5
Host/guest clipboard?
Hi, I''m trying to get copy/paste/cut working between my Xen host (FC8 64) and guest OSs (Centos 5.1, Windows 2000). I''ve tried the viewer in virt-manager, virt-viewer, and vncviewer. None of them seem to transfer clipboard contents between host and guest, even with both clipboard checkboxes selected in vncviewer options. Does anyone know how to get this working? Thanks.
2013 Jun 29
3
Can't connect vncviewer to domU
Hi My original message and problem is in http://lists.xenproject.org/archives/html/xen-users/2013-06/msg00422.html, but I couldn''t reply to that, so I''m sending an update in the form of a new message. I have changed the memory parameter in /etc/xen/win.cfg, from 1024 to 4096 and now the domU stays active, or at least on the list before: memory=1024
2010 Jan 03
0
Re: virsh -c xen:/// list: = Connection refused, Set up Xen 3.4.2 & Libvirt 0.6.1 on top of Ubuntu 9.04 Server
Following your suggestions (except 1) :- 1. Made direct port Xen 3.4.2 to Ubuntu Jaunty Server & applied ext4 patch for pygrub from Mark Johnson (MRJ) 2. Edited xend-config.sxp (xend-http-server yes) # service xend restart # ln -s /usr/local/bin/pygrub /usr/lib/xen-default/bin/pygrub # apt-get install virt-manager libvirt-bin kvm # export VIRSH_DEFAULT_CONNECT_URI="xen:///" #
2016 Jul 30
0
Can't reconnect to Samba 4 from Windows 10
On 30/07/16 19:25, Steve Kelem wrote: > > > > > My goals are: > > * To share a Linux directory with my PC that is in my workshop. I'm > tired of running sneaker-net, and tired of having the wrong > versions of my files on different computers and not wanting to > have to remember to update each one. Eventually, I'll switch to > svn (which