WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Automatic vncviewer startup

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Automatic vncviewer startup
From: Flavio <fbcyborg@xxxxxxxxx>
Date: Wed, 26 Oct 2011 18:35:16 +0200
Delivery-date: Wed, 26 Oct 2011 09:36:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=p8wIeonxZc7p7qklqLZa+sTwkpLUaWYwhnj3e2gjTek=; b=fGFYkD+X/1r0nmoxgbQJlQKzst9kP8zSOCqaJoZfyerfgWPxD7vUlIs/RAGVApiRL4 cuY5O15ErEVyu1htYgfjr9p1eTbVr7qA86gM4Wu8MGhzOyI1CrUXFsnabFIrovcZHZUd g7mtx9kf5Ojfp9UPxgm27vDJVgZy2CrmN3o+U=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4EA833E5.1010006@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CAP8Jb=pkmeAH7naTbbCn7iL8OrOWnNyjTVF0yJy41Kz4ao=AbQ@xxxxxxxxxxxxxx> <4EA833E5.1010006@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 26 October 2011 18:23, Mike Wright <mike.wright@xxxxxxxxxxxxxx> wrote:
>
> Hi Flavio,
Hi Mike,

thanks for replying.

>
> You could wrap the commands in a shell script (make it executable):
>
>    #!/bin/bash
>
>    xl create vm14.cfg
>    xl vncviewer vm14 &
And this is actually what I've done at the end.
It seems there is no alternative solution to this problem.

>
> Personally, I prefer that the domU run its own vncserver.  That way I can
> configure it to use the whole screen and then resize it as I see fit using
> regular window controls.  But then again, I have to start the viewer
> manually (alt-f2, then vncviewer domU-hostname:1).
>
> Take a look at tigervnc.
Thanks I'll do.

>
>>
>> By the way: does the analogue of 'xm new domU.cfg' exist in the new xl
>> toolstack?
>
> xl create vm.cfg
I know the create command but xm new is different.
when the old xm toolstack was used, "xm new" was for adding
the domU to the xend manager (so, even if the domUs were not
running, if you execute xm list, you were able to see the domains
anyway) and then you could do "xm start domainname" to start the domU.

In this case, xend is no longer present, so as far as I understand, this
"trick" cannot be done anymore. Am I correct?
Did I explain myself correctly? (maybe I didn't write very well what I mean,
let me know if it is not clear please).

Thanks a lot,


-- 
Flavio

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>