search for: openremotesess

Displaying 2 results from an estimated 2 matches for "openremotesess".

2011 Dec 13
1
Thread-safety issues with vbox driver ?
...ttr); for (i = 0 ; i < count ; ++i) { pthread_join(threads[i], NULL); } virConnectClose(conn); pthread_exit(NULL); } /************************************************/ Here is the output of the program with 2 defined domains: > libvir: VBOX error : operation failed: OpenRemoteSession/LaunchVMProcess failed, domain can't be started > failed to start c538c89a-70da-42ab-a88a-5aeb15698c12 > 034cf837-abe7-4c48-8373-0ddcf480d416 started > 034cf837-abe7-4c48-8373-0ddcf480d416 destroyed Sometimes the first domain really fails to start, but sometimes it starts correctly...
2011 Jul 25
1
VirtualBox headless
...ype='vbox' vram='12' heads='1'> <acceleration accel3d='no' accel2d='no'/> </model> </video> </devices> </domain> When I run command *virsh start THEDOMAIN* it is popping up the following error message: *OpenRemoteSession/LaunchVMProcess failed, domain can't be started* As it wasn't working I also tried other options, but unfortunately, using all other graphic type options (except for 'spice', which I didn't try) the GUI is launched. I don't think I'll be needing a RDP connection, ne...