Alberto González Rodríguez
2010-Sep-21 08:35 UTC
[Xen-users] [XCP] xenwebmanager testers are needed
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@lists.xensource.com http://lists.xensource.com/xen-users
El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez <alberto@pesadilla.org> 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@lists.xensource.com > http://lists.xensource.com/xen-users >Testing... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
El día 21 de septiembre de 2010 10:12, Boris Quiroz <bquiroz.work@gmail.com> escribió:> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez > <alberto@pesadilla.org> 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@lists.xensource.com >> 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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010/9/21 Alberto González Rodríguez <alberto@pesadilla.org>:> 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 helpI think there is a bug when you disconnect and reconnect to a guest console. At first it shows the web manager interface (within the guest console window). You can even use the embedded web console. You can go back click off the console and then click back on it for it to work as expected.. Thanks, Todd -- Todd Deshane http://todddeshane.net http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Alberto González Rodríguez
2010-Sep-21 15:32 UTC
Re: [Xen-users] [XCP] xenwebmanager testers are needed
do you have something listening to port 8080? netstat -lnp|grep 8080 2010/9/21 Boris Quiroz <bquiroz.work@gmail.com>:> El día 21 de septiembre de 2010 10:12, Boris Quiroz > <bquiroz.work@gmail.com> escribió: >> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez >> <alberto@pesadilla.org> 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@lists.xensource.com >>> 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 >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
El día 21 de septiembre de 2010 11:32, Alberto González Rodríguez <alberto@pesadilla.org> escribió:> do you have something listening to port 8080? > netstat -lnp|grep 8080 > > 2010/9/21 Boris Quiroz <bquiroz.work@gmail.com>: >> El día 21 de septiembre de 2010 10:12, Boris Quiroz >> <bquiroz.work@gmail.com> escribió: >>> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez >>> <alberto@pesadilla.org> 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@lists.xensource.com >>>> 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. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Alberto González Rodríguez
2010-Sep-21 15:55 UTC
Re: [Xen-users] [XCP] xenwebmanager testers are needed
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@gmail.com>:> El día 21 de septiembre de 2010 11:32, Alberto González Rodríguez > <alberto@pesadilla.org> escribió: >> do you have something listening to port 8080? >> netstat -lnp|grep 8080 >> >> 2010/9/21 Boris Quiroz <bquiroz.work@gmail.com>: >>> El día 21 de septiembre de 2010 10:12, Boris Quiroz >>> <bquiroz.work@gmail.com> escribió: >>>> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez >>>> <alberto@pesadilla.org> 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@lists.xensource.com >>>>> 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. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
El día 21 de septiembre de 2010 11:55, Alberto González Rodríguez <alberto@pesadilla.org> 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@gmail.com>: >> El día 21 de septiembre de 2010 11:32, Alberto González Rodríguez >> <alberto@pesadilla.org> escribió: >>> do you have something listening to port 8080? >>> netstat -lnp|grep 8080 >>> >>> 2010/9/21 Boris Quiroz <bquiroz.work@gmail.com>: >>>> El día 21 de septiembre de 2010 10:12, Boris Quiroz >>>> <bquiroz.work@gmail.com> escribió: >>>>> El día 21 de septiembre de 2010 04:35, Alberto González Rodríguez >>>>> <alberto@pesadilla.org> 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@lists.xensource.com >>>>>> 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@lists.xensource.com http://lists.xensource.com/xen-users
Morten Christensen
2010-Sep-24 17:36 UTC
Re: [Xen-users] [XCP] xenwebmanager testers are needed
Alberto González Rodríguez skrev den 21-09-2010 10:35:> 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. > > > You have more information here: http://www.xensemaking.com/xenwebmanager/ > > Thanks for your help > > > Alberto González (www.xensemaking.com) > >Your XenWebManager cannot show VM''s on my XCP 0.5 server. Attach''ed 3 screen-shots from xenwebmanager without the left list of VM''s and 1 screenshot from openxenmanager with a list of VM''s. It has been working with xenwebmanager, but went wrong under a snapshot. -- Morten Christensen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vidar Salberg Normann
2010-Oct-08 23:53 UTC
Re: [Xen-users] [XCP] xenwebmanager testers are needed
On Fri, Sep 24, 2010 at 7:36 PM, Morten Christensen <m.c@g.mc.cx> wrote:> Alberto González Rodríguez skrev den 21-09-2010 10:35: >> >> 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. >> >> You have more information here: http://www.xensemaking.com/xenwebmanager/ >> >> Thanks for your help >> >> Alberto González (www.xensemaking.com) >> >>Testing xenwebmanager against a fresh XCP 0.5 install, first thing I noticed is the typo when attempting to connect to a server: "Connecting and synchonization" should be "Connecting and synchronization" A very minor issue, of course, but should be fixed before the next version. The only other problem I''ve encountered so far is that performance-graphs did not show in Chrome 7.0.536.2 dev, but CPU graph did show in Firefox 3.6.10 (both were tested under Linux) The memory graph was displayed, but the blue line indicating memory usage was not visible - perhaps because I wasn''t using enough memory? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Outback Dingo
2010-Oct-09 03:07 UTC
Re: [Xen-users] [XCP] xenwebmanager testers are needed
seems page refreshes are sometimes buggy also.... be nice feature if we could get sflow data also On Fri, Oct 8, 2010 at 7:53 PM, Vidar Salberg Normann <vidarno@gmail.com>wrote:> On Fri, Sep 24, 2010 at 7:36 PM, Morten Christensen <m.c@g.mc.cx> wrote: > > Alberto González Rodríguez skrev den 21-09-2010 10:35: > >> > >> 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. > >> > >> You have more information here: > http://www.xensemaking.com/xenwebmanager/ > >> > >> Thanks for your help > >> > >> Alberto González (www.xensemaking.com) > >> > >> > > Testing xenwebmanager against a fresh XCP 0.5 install, first thing I > noticed is the > typo when attempting to connect to a server: > "Connecting and synchonization" should be "Connecting and synchronization" > A very minor issue, of course, but should be fixed before the next version. > > The only other problem I''ve encountered so far is that performance-graphs > did > not show in Chrome 7.0.536.2 dev, but CPU graph did show in Firefox 3.6.10 > (both were tested under Linux) > The memory graph was displayed, but the blue line indicating memory usage > was not visible - perhaps because I wasn''t using enough memory? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users