search for: autopass

Displaying 12 results from an estimated 12 matches for "autopass".

2012 May 15
6
[PATCH 0 of 2 v2] Add vncviewer xm compatibility options
...- The vncviewer function was modified to accept a domid instead of domspec; - main_vncviewer was updated to reflect the new use. - A domain_create structure is now passed to the parse_config_data where required/feasible (NULL otherwise) - xl restore now have long options for vncviewer/vncviewer-autopass; docs updated. - Updated vnc logic to depend on create_domain tools/libxl/xl_cmdimpl.c | 50 ++++++++++++++++--------------- docs/man/xl.cfg.pod.5 | 4 ++ docs/man/xl.pod.1 | 18 +++++++++++ tools/libxl/xl_cmdimpl.c | 73 ++++++++++++++++++++++++++++++++++++++-------- tools/li...
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
...091d10d8 -r 46f8afe643de tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Mar 16 15:24:25 2012 +0000 +++ b/tools/libxl/xl_cmdimpl.c Tue Mar 20 15:36:49 2012 +0000 @@ -1347,6 +1347,8 @@ int dryrun; int quiet; int console_autoconnect; + int vncviewer; + int vncviewer_autopass; const char *config_file; const char *extra_config; /* extra config string */ const char *restore_file; @@ -3306,11 +3308,12 @@ int main_create(int argc, char **argv) { const char *filename = NULL; + char *dom = NULL; char *p; char extra_config[1024]; struct...
2008 Jul 30
1
[PATCH] Allow xm to spawn vnc viewer
...spawn a vnc viewer process in the bowels of the xend/qemu stack. In this patch we provide support for this use case in a different manner - one more akin to the mechanism used for `xm console'' and `xm create -c''. We introduce new xm options: xm create --vncviewer [--vncviewer-autopass] xm vncviewer [--vncviewer-autopass] These spawn a VNC viewer, obtaining the relevant information (including the port number and if you tell it your viewer supports it the password to use) directly from xenstore. Like xm console it waits in the foreground for the vnc port to become available;...
2012 Dec 23
7
Unsticking a DomU
...ting it    >   -c, --console_autoconnect      Connect to the console after the domain    >                                  is created >   --vncviewer                    Connect to display via VNC after the       >                                  domain is created >   --vncviewer-autopass           Pass VNC password to viewer via stdin and  >                                  -autopass > > xen1:~ # xm console test4 > Error: Domain ''test4'' is not started > Usage: xm console [-q|--quiet] <Domain> > > Attach to <Domain>''s co...
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...v or serial\n" "-n <number> console number" }, { "vncviewer", - &main_vncviewer, 0, + &main_vncviewer, 0, 0, "Attach to domain''s VNC server.", "[options] <Domain>\n" "--autopass Pass VNC password to viewer via stdin and\n" @@ -117,14 +117,14 @@ struct cmd_spec cmd_table[] = { "--vncviewer-autopass (consistency alias for --autopass)" }, { "save", - &main_save, 0, + &main_save, 0, 1, "S...
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
2013 Dec 01
70
[PATCH 00/13] Coverity fixes for libxl
...on error in libxl_list_vcpu libxl: don''t leak ptr in libxl_list_vm error case libxl: don''t leak pcidevs in libxl_pcidev_assignable libxl: don''t try to fclose file twice on error in libxl_userdata_store libxl: use pipe instead of temporary file for VNC viewer --autopass libxl: don''t leak buf in libxl_xen_console_read_start error handling libxl: replace for loop with more idiomatic do-while loop tools/libxl/libxl.c | 64 +++++++++++++++++++++----------------------- tools/libxl/libxl_cpuid.c | 2 +- tools/libxl/libxl_device.c | 3 +++...
2019 Feb 11
1
Bug#768005: xl / xen bash completion
Hi! > Reassigning to Debian Xen team, since I that makes more sense. We > totally missed this on our (release) radar. > > And indeed, we're shipping the upstream completion file now. Adi, I see > how you're improving it, and I like it. I'm happy you like it... > So, we should probably ship this instead, but at the same time, the > right (tm) place to move this
2011 Feb 07
0
[xen-unstable test] 5665: regressions - FAIL
...failure and stop the operation gracefully. Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com> changeset: 22870:544b103b4d97 user: Ian Jackson <Ian.Jackson@eu.citrix.com> date: Fri Feb 04 18:47:39 2011 +0000 libxl: vncviewer: make autopass work properly The file we write the vnc password to must be rewound back to the beginning, or the vnc viewer will simply get EOF. When the syscalls for communicating the password to the vnc client fail, bomb out with an error messsage rather than blundering on (and pro...
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community, I encountered an error while running "xm console domU". Here is the running script: # xm console domU xenconsole: Could not read tty from store: No such file or directory I googled and found out that this issue is mostly result from forgetting starting xenconsole service. However, after I started xenconsole, the issue is still there. Please see: #
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...s, "--num", cons_num_s, (void *)NULL); + libxl_free_all(&gc); + return ERROR_FAIL; } int libxl_primary_console_exec(libxl_ctx *ctx, uint32_t domid_vm) @@ -905,6 +973,7 @@ int libxl_primary_console_exec(libxl_ctx int libxl_vncviewer_exec(libxl_ctx *ctx, uint32_t domid, int autopass) { + libxl_gc gc = LIBXL_INIT_GC(ctx); const char *vnc_port, *vfb_back; const char *vnc_listen = NULL, *vnc_pass = NULL; int port = 0, autopass_fd = -1; @@ -915,22 +984,22 @@ int libxl_vncviewer_exec(libxl_ctx *ctx, NULL, }; - vnc_port = libxl_xs_read(ctx, XBT_...