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] [XCP] xenwebmanager testers are needed

To: Alberto González Rodríguez <alberto@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] [XCP] xenwebmanager testers are needed
From: Boris Quiroz <bquiroz.work@xxxxxxxxx>
Date: Tue, 21 Sep 2010 12:20:16 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 21 Sep 2010 09:21:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=afMjfXm+oEMN79c9yorUPigz66kpkXhZze9HyKJk8vo=; b=c0lLAFrpGGucaJkOP+mMxHITn6XmJc6WDTS4a+73I/FytDalvCqqQvRAiF+sbJh/ha KWnXcT9GiO2UgEfsexpkgsI+US1WpqZ5ppskFkcdjwVbP/tGiRw2HFwfHscoggjD9aWr i6EAfmgkuGI2bVDNhmCCLBKTQYhVglMJCF/m8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pgWG4JVh0aLCWWS0/2pSAc9N+BoQuJrV1k1ChOuPurlwaie5oMWPJqoNEd7kL8oczf PkKxw+fVDIB+N2jINVxbRmvvx18sPjdZdtw4EfCHU9A81VSMdyVh6JLdQd61Hto0ACV5 kb6bt6EzUkAZmpj4gVgxEyObD+kxThBDzaIV8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=hdpz4oRn=63nOtTswFHs5h2TZPC70WaiY39Fx@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: <AANLkTim4vemGTd1X-xJjbJ=6b8UctdcZM+7srf5FuswL@xxxxxxxxxxxxxx> <AANLkTinGJqL-YyjdwOcu6UtRxO3B_L=6rP4v4xULhoop@xxxxxxxxxxxxxx> <AANLkTi=ohFGMYhBFxuuQ2W0dmACeHTQCdH=adPwDKSRq@xxxxxxxxxxxxxx> <AANLkTinmtgA61vOEbMYr5pkBRdbq0bNpeaL8EV97NVUf@xxxxxxxxxxxxxx> <AANLkTinsCq348ihim9TtJes6WZOms7Y6Ns0geJfOwjNB@xxxxxxxxxxxxxx> <AANLkTi=hdpz4oRn=63nOtTswFHs5h2TZPC70WaiY39Fx@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
El día 21 de septiembre de 2010 11:55, Alberto González Rodríguez
<alberto@xxxxxxxxxxxxx> escribió:
> strange error, could you edit cherry.conf and replace 0.0.0.0 with
> your ip? maybe there is some conflict on port 8080
>
> 2010/9/21 Boris Quiroz <bquiroz.work@xxxxxxxxx>:
>> El día 21 de septiembre de 2010 11:32, Alberto González Rodríguez
>> <alberto@xxxxxxxxxxxxx> escribió:
>>> do you have something listening to port 8080?
>>> netstat -lnp|grep 8080
>>>
>>> 2010/9/21 Boris Quiroz <bquiroz.work@xxxxxxxxx>:
>>>> El día 21 de septiembre de 2010 10:12, Boris Quiroz
>>>> <bquiroz.work@xxxxxxxxx> escribió:
>>>>> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez
>>>>> <alberto@xxxxxxxxxxxxx> escribió:
>>>>>> Hello,
>>>>>>
>>>>>> I want request to community collaboration to test xenwebmanager before
>>>>>> release a beta version.
>>>>>>
>>>>>> Idea is found bugs and features not working to fix before beta version.
>>>>>>
>>>>>> For test this version you only need download from:
>>>>>> https://sourceforge.net/projects/xenwebmanager/files/xenwebmanager_rev69_full.tar.gz/download
>>>>>>
>>>>>> uncompress:
>>>>>> tar xvfz xenwebmanager_rev69_full.tar.gz
>>>>>>
>>>>>> and run:
>>>>>> cd xenwebmanager
>>>>>> python frontend.py
>>>>>>
>>>>>> you need open ports 8080 to 8091
>>>>>>
>>>>>> On centos (if you want install on dom0) you need edit
>>>>>> /etc/sysconfig/iptables and add:
>>>>>>
>>>>>> -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport
>>>>>> 8080:8091 -j ACCEPT
>>>>>>
>>>>>> then restart iptables:
>>>>>> /etc/init.d/iptables restart
>>>>>>
>>>>>> Then you only needs connect to http://ip:8080 and use xenwebmanager.
>>>>>>
>>>>>> You have a demo here: http://www.xensemaking.com/xenwebmanager/xwm.html
>>>>>>
>>>>>> xenwebmanager works with python 2.4+ (xcp dom0 uses python 2.4)
>>>>>>
>>>>>> You have more information here: http://www.xensemaking.com/xenwebmanager/
>>>>>>
>>>>>> Thanks for your help
>>>>>>
>>>>>>
>>>>>> Alberto González (www.xensemaking.com)
>>>>>>
>>>>>> _______________________________________________
>>>>>> Xen-users mailing list
>>>>>> Xen-users@xxxxxxxxxxxxxxxxxxx
>>>>>> http://lists.xensource.com/xen-users
>>>>>>
>>>>>
>>>>> Testing...
>>>>>
>>>>
>>>> Hi,
>>>>
>>>> In [1] you'll find the error log.
>>>> As you can see there, looks like port 8080 is already used by another
>>>> application, but it isn't. I just commented the import md5 (line 2) in
>>>> config.py file and it's working, without md5 I guess.
>>>>
>>>> If I found something else, I'll reply this thread.
>>>>
>>>> Cheers.
>>>>
>>>> 1. https://xen.privatepaste.com/539df51a72
>>>>
>>>
>>
>>
>> Before running python frontend.py, no. Nothing is running.
>>
>

Just replaced the 0.0.0.0 for my local ip 192.168.x.x (just for
testing), then uncommented the config.py and everything works fine.

Thanks.

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