[xenman-users] XenMan 0.6 is available.

2007-01-05 Thread jd

January 5, 2007. XenMan 0.6 released . 
To celebrate the new year, we bring you XenMan v0.6! This is a significant
upgrade over the last release. Amongst other things, v0.6 adds
performance and availability monitoring, a brand new Dashboard, a
completely overhauled Image Store and a powerful new, highly extensible
provisioning scheme (screenshot). 

This one's not to be missed! Grab it here

XenMan team.


Xenman v0.6
---

- NEW: Peformance Dashboard.
 
Multi-Server performance and availability metrics are now available in 
a single, consolidated dashboard. Common administrative tasks may
be performed directly from the dashboard. 


- NEW: Image Store now shows in the LHS Navigation view.


- IMPROVED: Image Store/Provisioning Scheme
 
The Image Store, provisionable image structure and the VM provisioning
mechanisms have all been completely overhauled and vastly improved. 
The new system is highly flexible, configurable and very well suited for 
users wishing to define and/or use their own provisionable images/schemes.

- NEW: 'Image Builder's Guide' and 'Packaging Guide' have been added to
documentation. 

- FIXED: numerous stability and bug fixes. 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] XenMan 0.6 is available.

2007-01-07 Thread jd
This is the correct link for the screenshot

http://xenman.sourceforge.net/files/action.gif

/Jd

jd <[EMAIL PROTECTED]> wrote: 
January 5, 2007. XenMan 0.6 released . 
To celebrate the new year, we bring you XenMan v0.6! This is a significant
upgrade over the last release. Amongst other things, v0.6 adds
performance and availability monitoring, a brand new Dashboard, a
completely overhauled Image Store and a powerful new, highly extensible
provisioning scheme (screenshot). 

This one's not to be missed! Grab it here

XenMan team.


Xenman v0.6
---

- NEW: Peformance Dashboard.
 
Multi-Server performance and availability metrics are now available in 
a single, consolidated dashboard. Common administrative tasks may
be performed directly from the dashboard. 


- NEW: Image Store now shows in the LHS Navigation
 view.


- IMPROVED: Image Store/Provisioning Scheme
 
The Image Store, provisionable image structure and the VM provisioning
mechanisms have all been completely overhauled and vastly improved. 
The new system is highly flexible, configurable and very well suited for 
users wishing to define and/or use their own provisionable images/schemes.

- NEW: 'Image Builder's Guide' and 'Packaging Guide' have been added to
documentation. 

- FIXED: numerous stability and bug fixes. 
 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] [Xen-users] XenMan 0.6 is available.

2007-01-12 Thread jd
Thanks.
Fwding it to xenman users, incase anyone wants to get it.

We will also put this in.
/Jd

S.Çağlar Onur <[EMAIL PROTECTED]> wrote: Hi;

06 Oca 2007 Cts 06:25 tarihinde, jd şunları yazmıştı: 
> Hi
>We are pleased to announce new version of XenMan with cool and
> powerful features.
>
>   Check out screenshot and download it from here.
>
> -XenMan Team

Attached patch is needed for Pardus which uses /boot/kernel-xxx-dom0 as a dom0 
kernel name.

Cheers
-- 
S.Çağlar Onur 
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
diff -ur xenman-0.6.orig/src/xenman.py xenman-0.6/src/xenman.py
--- xenman-0.6.orig/src/xenman.py 2007-01-06 03:32:31.0 +0200
+++ xenman-0.6/src/xenman.py 2007-01-12 02:02:45.094577645 +0200
@@ -2534,7 +2534,7 @@
 isRoot = False
 
 # check whether the local kernel is recognisable as xen
-if platform.release().find('xen') != -1:
+if platform.release().find('xen') or platform.release().find('dom0') != -1:
 isXen = True
 # check if running as root
 if os.getuid() == 0:


 
-
Looking for earth-friendly autos? 
 Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.  -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] trouble to set xenvm with xenman

2007-01-15 Thread jd
Change the disk entry to following and see if it works.

disk=[ 'phy:/dev/hda,hdc:cdrom,r', 'file:/tmp/test.disk.img,xvda,w', ]

You may just want to edit the template accordingly and create new dom. (which 
would use dd command to create another disk.)

/Jd

More...(drag mouse)
Bookmark Page
Forward
Next Tab
Previous Tab
Close Tab
Back
Toggle Bookmarks


 [input] 


SmootherFrOgZ <[EMAIL PROTECTED]> wrote: hi all,

first, i unable to make availble cdrom device when start domain.
my local drive doesn't work too.
and when i try throught Http setup, it tell me that my hard drive not present.

here is my domain config file : 

#  -*- mode: python; -*-
name='test'
ramdisk='/boot/xen/initrd.img'
kernel='/boot/xen/vmlinuz'
vif=[ 'mac=00:13:D4:9F:49:5B,bridge=xenbr0', ]
extra='4'
vcpus=2 
memory=500
disk=[ '/dev/hda,cdrom,r', 'tap:aio:/tmp/test.disk.img,xvda,w', ]
root='/dev/md0 rw'
on_reboot='destroy'
on_shutdown='rename-restart'
on_crash='destroy' 
image_name='Fedora_Core_Install'
image_conf='/var/log/xenman/image_store/Fedora_Core_Install/Fedora_Core_Install_test_image.conf'



Best regards,

Xavier

 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


 
-
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] XenMan Server Connection

2007-04-16 Thread jd
comments inline..
Markus Wellauer <[EMAIL PROTECTED]> wrote: Hello,

I have some questions regarding the remote connection with XenMan.

Is there a possibility to make sure, that XenMan has build up a
connection with a remote server?

Jd >> a. you should see list of running  VMs (domu) on the remote node.

How can I prove, that the XMLRPC-Port on the Server is working properly?

Jd>> on the **server machine** : telnet to the port you should see something 
like below. This means that a server is listening on 8005.
(press ctrl-D to get out.)

# telnet localhost 8005 
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.

I'm using Debian Sarge as Xen-server and a Ubuntu 6.10 as client.

jd>> Read the latest post on ssh setup : This might help.
jd>>https://sourceforge.net/forum/forum.php?thread_id=1716392&forum_id=577781
jd>>We can improve this doc as people find more cases...


Cheers!

Markus

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Image Bazaar

2007-04-25 Thread jd
HI
   I was wondering if user community has developed some cool images that they 
would like to share with others. I am thinking of adding a new area to the 
website that would enable this.

   Let me know your thoughts. Also, please feel free to share your experiences 
with the feature so we can take it a step further.
 
   |Here are some examples :
   std/customized distributions :
ubuntu, debian, fc, rhel, gentoo, suse,centos

   Components/Stacks

   Apache 
   MySQL
   LAMP
   J2EE
   router
   antivirus
   nagios
   
/Jd


 

   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Patch in Progress

2007-04-26 Thread jd
Hi Ian
   How is the patch coming along.
   Let me know if I can help.
/Jd

Ian Norton <[EMAIL PROTECTED]> wrote: Hi everyone, I've been hacking away at 
xenman 0.6 for a week or two now. 

I just thought I would mention that I'm planning to add support to 'copy' or 
'clone' 
a domU ( it's configs and drives/devices ).

Maybe also with a little help from LVM we can have snapshots too.

Also, If you fancy using a custom vncviewer please see my patch on the 
sourceforce site.

Regards

Ian

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] SSL error on Ubuntu packaged version 0.5

2007-04-26 Thread jd
Looks like u are running in to this..
https://sourceforge.net/forum/message.php?msg_id=4126155

Let us know if this gets u going.
/Jd

John Williams <[EMAIL PROTECTED]> wrote: Running the 0.5 Ubuntu version that is 
packaged with the default 
xen-desktop on Feisty. Can run guest domU on command lines just fine and 
thru VNC.

Configured SSL as best as I could determine. Can SSL to localhost and 
log in.

Now, when I try to add a node thru the GUI I get a popup

Exception SSHTunnelTransport instance has no attribute '_use_datetime'

Is this a known bug? Is there a workaround?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Patch in Progress

2007-04-26 Thread jd
No problem.

If you wish, you can send out your thoughts and findings.. and we might benefit 
from that.
/Jd

Ian Norton <[EMAIL PROTECTED]> wrote: Hi Jd,

I must admit i've got quite stalled, I have however (with the help of lvm) 
figured
out what I would need to implement clone/copy ( basically lvm snapshots )

I'm still a bit new to python ( I usually use C or perl )

Ian

On Thu, Apr 26, 2007 at 11:51:28AM -0700, jd wrote:
> Hi Ian
>How is the patch coming along.
>Let me know if I can help.
> /Jd
> 
> Ian Norton  wrote:
> 
>   Hi everyone, I've been hacking away at xenman 0.6 for a week or two
>   now.
> 
>   I just thought I would mention that I'm planning to add support to
>   'copy' or 'clone'
>   a domU ( it's configs and drives/devices ).
> 
>   Maybe also with a little help from LVM we can have snapshots too.
> 
>   Also, If you fancy using a custom vncviewer please see my patch on the
>   sourceforce site.
> 
>   Regards
> 
>   Ian
> 
>   -
>   Take Surveys. Earn Cash. Influence the Future of IT
>   Join SourceForge.net's Techsay panel and you'll get the chance to
>   share your
>   opinions on IT & business topics through brief surveys-and earn cash
>   
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
>   XenMan-Users mailing list
>   XenMan-Users@lists.sourceforge.net
>   https://lists.sourceforge.net/lists/listinfo/xenman-users
> 
> 
> 
> 
> 
> Ahhh...imagining that irresistible "new car" smell?
> Check out new cars at Yahoo! Autos.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Help on interesting projects

2007-05-15 Thread jd
Hi
  
   Convirt/XenMan is doing great with about 1000
downloads a month. There are very interesting projects
that would allow project Convirt to become de-facto
open source management tool for Virtualization
technologies.

We are seeking enthusiastic developers who are willing
to learn and contribute. Kindly forward to anyone who
might be interested. 

We have a number of interesting areas to contribute :

* ConVirt LiveCD
* Migration support
* Support multiple Virtualization technologies
* Headless Xenman (server)
* Policy support
* Charting metrics
* Internationalization scheme and translations
* Packaging for distributions
* Windows port

and more.

 http://xenman.sourceforge.net

Contact us at the forum for the project or write to 

 [EMAIL PROTECTED]

Thanks
/Jd 


   
Get
 the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Patch for python 2.5 / Ubuntu Fiesty Fawn

2007-05-29 Thread jd
Patch for installations with python 2.5. Example :
Ubuntu Fiesty Fawn

https://sourceforge.net/tracker/index.php?func=detail&aid=1727295&group_id=168929&atid=848458

/Jd


 

Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Joining Development Team

2007-06-20 Thread jd
Hey
   Thanks for showing the interest. You can reach me
at [EMAIL PROTECTED] 

/Jd

--- [EMAIL PROTECTED] wrote:

> Hi,
> 
> I'm interested in joing the development team for
> XenMan. Who should I talk
> to?
> 
> Thanks for your time.
> 
> 
> --Marc
> 
> 
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2
> express and take
> control of your XML. No limits. Just data. Click to
> get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Patch for xenman 0.6 to adjust to changes in Xen 3.1

2007-06-25 Thread jd
Created a patch 
a. Adjusts to change in base class in Xen 3.1
b. Adjusts to bug in Xen 3.1 vnc related
c. Adjusts to python 2.5 introduction of _use_datetime
field.
d. Fixes search_tree problem 

File Added: xenman_0.6_xen_3.1_patch.txt

Link to the patch
https://sourceforge.net/tracker/index.php?func=detail&aid=1738580&group_id=168929&atid=848458

Please try out the patch and give feedback.
Thanks
/Jd




 

TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Patch for xenman 0.6 to adjust to changes in Xen 3.1

2007-06-25 Thread jd
An update for the patch is available.
Prev version used the python xs api which would work
on local machine but would not work for remote nodes.
Cut-over to spawning xenstore-read executable.

File Added: xenman_0.6_xen_3.1_patch_v1.txt

I am also following up with xen-devel to see if we can
get xen patch for changed/broken vncunused behavior.

/Jd



--- jd <[EMAIL PROTECTED]> wrote:

> Created a patch 
> a. Adjusts to change in base class in Xen 3.1
> b. Adjusts to bug in Xen 3.1 vnc related
> c. Adjusts to python 2.5 introduction of
> _use_datetime
> field.
> d. Fixes search_tree problem 
> 
> File Added: xenman_0.6_xen_3.1_patch.txt
> 
> Link to the patch
>
https://sourceforge.net/tracker/index.php?func=detail&aid=1738580&group_id=168929&atid=848458
> 
> Please try out the patch and give feedback.
> Thanks
> /Jd
> 
> 
> 
> 
>  
>

> TV dinner still cooling? 
> Check out "Tonight's Picks" on Yahoo! TV.
> http://tv.yahoo.com/
> 



 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] /lib/modules problems

2007-07-09 Thread jd
I have not seen this before... but here are some tips.

are u on a multiboot machine..?
Check that the grub entry has proper root directive.

boot it in single user mode.
check the mount points/partitions.

if it does not get resolved,you may try xen-users
list. (not same as xenman-users) 
/Jd
--- Grabber <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I`m trying to install Xen from source but i`m
> getting some errors;
> After i build my custom kernel and configure my grub
> bootloader i run depmod
> -a and check the files on
> /lib/modules/2.6.18-xen
> 
> 
> But when my OS boot i get couldn`t open directory
> /lib/modules/2.6.18-xen :
> No such file or directory
> 
> How i can solve this?
> 
> -- 
> Thanks, Grabber!
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2
> express and take
> control of your XML. No limits. Just data. Click to
> get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



 

TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Xenman on U*untu G*tsy (development version) broken

2007-08-18 Thread jd
Please take a look at this.

https://bugs.launchpad.net/bugs/132113

The localhost problem is separate problem, for which
there is a workaround and patch would be made
available soon.

/Jd

--- Jeff Schroeder <[EMAIL PROTECTED]> wrote:

> On 8/18/07, Roland Stigge <[EMAIL PROTECTED]> wrote:
> >
> > Why didn't you use the Debian version? Shouldn't
> it work for U*untu also?
> 
> Because I want to keep a clean system and not mix
> unofficial packages.
> There isn't much of a point in helping test out a
> development version
> of Ubuntu if you aren't using Ubuntu packages.
> 
> -- 
> 
> Jeff Schroeder
> 
> Don't drink and derive, alcohol and analysis don't
> mix.
> 
>
-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? 
> Stop.
> Now Search log events and configuration files using
> AJAX and a browser.
> Download your FREE copy of Splunk now >> 
> http://get.splunk.com/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Announcement : New mailing list xenman-packaging

2007-11-19 Thread jd
Hi everyone, 

We are pleased to announce a new mailing list to
coordinate packaging related issues on various
distros. The package owners as well as anyone wanting
to help out with the packaging efforts are requested
to join this list. 

   The goal is to have the best out of box experience
for XenMan on all distributions.

Here are couple of critical issues that needs
attention on Ubuntu platform.

https://bugs.launchpad.net/ubuntu/+source/xenman/+bug/152623
https://bugs.launchpad.net/ubuntu/+source/xenman/+bug/155667

   We are also in the process of finalizing upcoming
release, so this is a good time to get involved and
help streamline the process.
  
Thanks
/Jd



  

Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] Announcement : New mailing list xenman-packaging

2007-11-19 Thread jd
Hi 
   You can subscribe to the xenman-packaging list
using   the following link.  

https://lists.sourceforge.net/lists/listinfo/xenman-packaging

/Jd

--- jd <[EMAIL PROTECTED]> wrote:

> Hi everyone, 
> 
> We are pleased to announce a new mailing list to
> coordinate packaging related issues on various
> distros. The package owners as well as anyone
> wanting
> to help out with the packaging efforts are requested
> to join this list. 
> 
>The goal is to have the best out of box
> experience
> for XenMan on all distributions.
> 
> Here are couple of critical issues that needs
> attention on Ubuntu platform.
> 
>
https://bugs.launchpad.net/ubuntu/+source/xenman/+bug/152623
>
https://bugs.launchpad.net/ubuntu/+source/xenman/+bug/155667
> 
>We are also in the process of finalizing upcoming
> release, so this is a good time to get involved and
> help streamline the process.
>   
> Thanks
> /Jd
> 
> 
> 
>  
>

> Get easy, one-click access to your favorites. 
> Make Yahoo! your homepage.
> http://www.yahoo.com/r/hs 
> 



  

Be a better sports nut!  Let your teams follow you 
with Yahoo Mobile. Try it now.  
http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] Kernel types and xen caps : PV/HVM, 32/64 bit, PAE/non-PAE

2007-12-10 Thread jd
Hi
   
Is there a doc/wiki page which explains, the  kind of
domu images/appliances/kernels can be run with what
type of dom0 kernels(xen_caps).

For example :
-- Can a 32 bit, non-PAE domU run on 64 bit, PAE dom 0
in PV mode ? (or HVM mode ?)

Are there any checks that can be done before doing the
migration ?

Is there any programmatic way (from python) to find
out  if the kernel in a domU disk image is 32bit/64
bit/PAE/non-PAE/PV/HVM ?i.e. can I generate xen_caps
like string from the kernel ?


Thanks
/Jd



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[xenman-users] ConVirt 0.8.1 is released

2008-02-09 Thread jd
We are pleased to announce ConVirt 0.8.1 release.
Please visit http://www.convirt.net to see full
release announcement and download the product.

/Jd


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [xenman-users] XenMan .6 Documentation

2008-02-13 Thread jd
Why dont you try out the 0.8.1 release tarball?
Read the appendix carefully for distro specific
instructions.

The document for all version is available as part of
the product. About->Help.

And the other docs (e.g. Image builders guide) would
be under the doc area.

/Jd

--- Justin Ressler <[EMAIL PROTECTED]> wrote:

> Forgive the naivete, I am very new to Xen, and am
> attempting to set up 
> an Ubuntu 7.10 server using Xen. For the life of me,
> I cannot find the 
> documentation for XenMan. Can someone please send me
> a link to the 
> documentation? Specifically, the installation
> instructions reference the 
> "Image Builders Guide" and I cannot locate this on
> the Net.
> 
> Sorry to take up your time.
> 
> Justin
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
-- Tarball or rpm ?
-- local management or remote management.
-- local distro, managed server(remote) distro.
-- Clicking on the left meaning, clicking on the arrow
for localhost ?

Level 1
---
Check out if there is an exception in the log file
when you do this. if so, pass them along.


Level 2
---
For debugging this one.
-- uncomment print_stack() call in function cb_wrapper
function in src/convirt.py 
-- In convirt.conf, change log_file=console, now the
messages would appear in the window from where you
start ConVirt.
-- restart ConVirt
-- Try the op again and pass on the stack trace that
comes in the window.

/Jd

--- Pasquale DiGennaro <[EMAIL PROTECTED]>
wrote:

> Hi all,
> I'm trying to get working ConVirt0.8.1 on CentOS5.1.
> After configuring Xen
> and paramiko and applying patches I'm able to start
> the GUI, but It's
> unusable: as soon as I click on the left menu I get
> a "Exception: unknown
> type (null)". Python installed is 2.4.3.
> 
> Any help?
> 
> Thanks a lot.
> 
> P-
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
humm looks like pygtk/gtk issue.

lets see what version of gtk/pygtk you have

python -c "import gtk; print gtk.gtk_version,
gtk.pygtk_version"


/Jd

--- Pasquale DiGennaro <[EMAIL PROTECTED]>
wrote:

> Thanks for your help.
> I'm trying to use CentOS as local distro. I'm using
> tarball 0.8.1. When I
> click on "localhost" on the left menu I have an
> exception. Here is the
> content of convirt.log:
> 
>

> [EMAIL PROTECTED] log]$ cat convirt.log
> localhost remote = False tcp 22 key based auth =
> False
> {'convirt':
>
'http://www.convirture.com/catalogs/convirt_catalog.conf'}
> src/convirt.py:898: GtkWarning:
> gtk_tree_store_get_value: assertion
> `VALID_ITER (iter, tree_store)' failed
>   return (treemodel.get_value(treeiter, 0),
> Traceback (most recent call last):
>   File "src/convirt.py", line 2948, in __callback
> return Coordinator.handle_timer_callback()
>   File "src/convirt.py", line 1140, in
> handle_timer_callback
> cls.stateRefresh()
>   File "src/convirt.py", line 1291, in stateRefresh
> (name, node_type, managed_node, group) =
> cls.get_selection()
>   File "src/convirt.py", line 1473, in get_selection
> return cls.nav.get_selection(path)
>   File "src/convirt.py", line 898, in get_selection
> return (treemodel.get_value(treeiter, 0),
>   File "/usr/lib/python2.4/warnings.py", line 61, in
> warn
> warn_explicit(message, category, filename,
> lineno, module, registry)
>   File "/usr/lib/python2.4/warnings.py", line 82, in
> warn_explicit
> for item in filters:
> TypeError: unknown type (null)
> calling cb Expand node localhost
> Valid, writable configuration found, using
> /home/pask/convirt-0.8.1
> /convirt.conf
> posting success cb Expand node localhost
> thread done. Context  Expand node localhost
> Traceback (most recent call last):
>   File "src/convirt.py", line 501, in 
> lambda : cb_suc_handle_row_expanded(treeview))
>   File "src/convirt.py", line 485, in
> cb_suc_handle_row_expanded
> Coordinator.handle_nav_selection(treeview)
>   File "src/convirt.py", line 1076, in
> handle_nav_selection
> cls.stateRefresh()
>   File "src/convirt.py", line 1291, in stateRefresh
> (name, node_type, managed_node, group) =
> cls.get_selection()
>   File "src/convirt.py", line 1473, in get_selection
> return cls.nav.get_selection(path)
>   File "src/convirt.py", line 898, in get_selection
> return (treemodel.get_value(treeiter, 0),
>   File "/usr/lib/python2.4/warnings.py", line 61, in
> warn
> warn_explicit(message, category, filename,
> lineno, module, registry)
>   File "/usr/lib/python2.4/warnings.py", line 82, in
> warn_explicit
> for item in filters:
> TypeError: unknown type (null
>
--
> 
> P-
> 
> 2008/2/15, jd <[EMAIL PROTECTED]>:
> >
> > -- Tarball or rpm ?
> > -- local management or remote management.
> > -- local distro, managed server(remote) distro.
> > -- Clicking on the left meaning, clicking on the
> arrow
> > for localhost ?
> >
> > Level 1
> > ---
> > Check out if there is an exception in the log file
> > when you do this. if so, pass them along.
> >
> >
> > Level 2
> > ---
> > For debugging this one.
> > -- uncomment print_stack() call in function
> cb_wrapper
> > function in src/convirt.py
> > -- In convirt.conf, change log_file=console, now
> the
> > messages would appear in the window from where you
> > start ConVirt.
> > -- restart ConVirt
> > -- Try the op again and pass on the stack trace
> that
> > comes in the window.
> >
> > /Jd
> >
> > --- Pasquale DiGennaro
> <[EMAIL PROTECTED]>
> > wrote:
> >
> >
> > > Hi all,
> > > I'm trying to get working ConVirt0.8.1 on
> CentOS5.1.
> > > After configuring Xen
> > > and paramiko and applying patches I'm able to
> start
> > > the GUI, but It's
> > > unusable: as soon as I click on the left menu I
> get
> > > a "Exception: unknown
> > > type (null)". Python installed is 2.4.3.
> > >
> > > Any help?
> > >
> > >

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
You are most probably running in to 

https://launchpad.net/ubuntu/+source/revelation/+bug/56744

Which would require a pygtk upgrade to a newer
version.!!

OR see if u have FC or Ubuntu machine that can be used
as a client.
/Jd
p.s. on my box
python -c "import gtk; print gtk.gtk_version,
gtk.pygtk_version"
(2, 10, 13) (2, 10, 4)


--- Pasquale DiGennaro <[EMAIL PROTECTED]>
wrote:

> [EMAIL PROTECTED] ~]$ python -c "import gtk; print
> gtk.gtk_version,
> gtk.pygtk_version"
> (2, 10, 4) (2, 10, 1)
> 
> packages are from centos5.1 official repository,
> updated to the last version
> available:
> pygtk2-2.10.1-8.el5
> gtk2-2.10.4-19.el5
> 
> Thanks,
> P-
> 
> 2008/2/15, jd <[EMAIL PROTECTED]>:
> >
> > humm looks like pygtk/gtk issue.
> >
> > lets see what version of gtk/pygtk you have
> >
> > python -c "import gtk; print gtk.gtk_version,
> > gtk.pygtk_version"
> >
> >
> >
> > /Jd
> >
> > --- Pasquale DiGennaro
> <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Thanks for your help.
> > > I'm trying to use CentOS as local distro. I'm
> using
> > > tarball 0.8.1. When I
> > > click on "localhost" on the left menu I have an
> > > exception. Here is the
> > > content of convirt.log:
> > >
> > >
> >
> >
>

> > > [EMAIL PROTECTED] log]$ cat convirt.log
> > > localhost remote = False tcp 22 key based auth =
> > > False
> > > {'convirt':
> > >
> >
>
'http://www.convirture.com/catalogs/convirt_catalog.conf'}
> > > src/convirt.py:898: GtkWarning:
> > > gtk_tree_store_get_value: assertion
> > > `VALID_ITER (iter, tree_store)' failed
> > >   return (treemodel.get_value(treeiter, 0),
> > > Traceback (most recent call last):
> > >   File "src/convirt.py", line 2948, in
> __callback
> > > return Coordinator.handle_timer_callback()
> > >   File "src/convirt.py", line 1140, in
> > > handle_timer_callback
> > > cls.stateRefresh()
> > >   File "src/convirt.py", line 1291, in
> stateRefresh
> > > (name, node_type, managed_node, group) =
> > > cls.get_selection()
> > >   File "src/convirt.py", line 1473, in
> get_selection
> > > return cls.nav.get_selection(path)
> > >   File "src/convirt.py", line 898, in
> get_selection
> > > return (treemodel.get_value(treeiter, 0),
> > >   File "/usr/lib/python2.4/warnings.py", line
> 61, in
> > > warn
> > > warn_explicit(message, category, filename,
> > > lineno, module, registry)
> > >   File "/usr/lib/python2.4/warnings.py", line
> 82, in
> > > warn_explicit
> > > for item in filters:
> > > TypeError: unknown type (null)
> > > calling cb Expand node localhost
> > > Valid, writable configuration found, using
> > > /home/pask/convirt-0.8.1
> > > /convirt.conf
> > > posting success cb Expand node localhost
> > > thread done. Context  Expand node localhost
> > > Traceback (most recent call last):
> > >   File "src/convirt.py", line 501, in 
> > > lambda :
> cb_suc_handle_row_expanded(treeview))
> > >   File "src/convirt.py", line 485, in
> > > cb_suc_handle_row_expanded
> > > Coordinator.handle_nav_selection(treeview)
> > >   File "src/convirt.py", line 1076, in
> > > handle_nav_selection
> > > cls.stateRefresh()
> > >   File "src/convirt.py", line 1291, in
> stateRefresh
> > > (name, node_type, managed_node, group) =
> > > cls.get_selection()
> > >   File "src/convirt.py", line 1473, in
> get_selection
> > > return cls.nav.get_selection(path)
> > >   File "src/convirt.py", line 898, in
> get_selection
> > > return (treemodel.get_value(treeiter, 0),
> > >   File "/usr/lib/python2.4/warnings.py", line
> 61, in
> > > warn
> > > warn_explicit(message, category, filename,
> > > lineno, module, registry)
> > >   File "/usr/lib/python2.4/warnings.py", line
> 82, in
> > > warn_explicit
> > > for item in filters:
> > > TypeError: unknown type (null
> > >
> >
> >
>
-

Re: [convirt-users] ConVirt 0.8.1 + CentOS 5.1: "Exception: Unknown type (null)"

2008-02-19 Thread jd
Hi
  We have tested the CentOS 5.1 as server platform not
as a client. 

You should use 3.0 version of the script if it is
vanilla CentOS 5.1. 

But it seems you have installed xen 3.2 is that
correct ?
 Please pass on the following info 
  -- xm info 
  -- xend-config.sxp file.
  -- netstat -an | grep LISTEN 
  -- check that firewalls are turned off (for testing)


  -- For running ConVirt on 5.1 I think you are
running in to pygtk problem. See if you can get a
patch or upgrade. 
 
https://launchpad.net/ubuntu/+source/revelation/+bug/56744

/Jd



--- [EMAIL PROTECTED] wrote:

> Hello,
> 
> I have the following installed:
> 
>   - CentOS 5.1 + CentOS "Virtualization" packages
>   - Xen 3.2 CentOS/RHEL RPM from 
>   - gtk2-2.10.4-19.el5, pygtk2-2.10.1-8.el5 (most up
> to date for the distro)
>   - ConVirt 0.8.1
> 
> After installation of ConVirt, I have run the the
> following scripts, per
> the "manual":
> 
>  
>
/usr/share/convirt/config-scripts/xen-3.1/configure-xend.sh
>   /usr/share/convirt/patches/patch_paramiko'
> scripts.
> 
> I am able to start ConVirt OK, but whenever I try to
> do anything, I get
> the following error running locally (as root):
> 
>   Exception: Unknown type (null)
> 
> The problem is the same with both the RPM and
> tarball versions.  I am also
> not able to connect to the server from the ConVirt
> 0.8.1 client installed
> on my Kubuntu laptop (using the tarball download); I
> get the following
> error when I try to add the server:
> 
>   111, 'Connection refused'
> 
> I do not see port 8006 (or anything even mentioning
> 'xend') when I do a
> 'netstat' command (nor 'netstat -l')
> 
> I am thinking my problem may be one or more of the
> following:
> 
>   1.) Running Xen 3.2, which may not be supported
> yet (i.e., the
> "configure-xend.sh" script for Xen 3.1 does not do
> what it needs to do
> for Xen 3.2)  This may or may not also be the reason
> I cannot connect
> from my laptop
>   2.) CentOS 5.1 does not have the proper version of
> GTK libraries that
> ConVirt needs to run
> 
> To eliminate possibility #1 (at least as far as the
> "Unknown type"
> errors), I am planning to re-install CentOS 5.1 (I
> just did an install
> earlier, so I am not losing any VMs or anything) and
> will use the CentOS
> "virtualization" packages and will do the "api"
> adjustment in
> '/etc/convirt.conf' as indicated in the manual.
> 
> A couple of questions, however:
> 
>   1.) When I use the CentOS 5.1 Xen packages and
> such, which
> 'configure-xend.sh' script do I use?  The one for
> 3.1 or 3.0?  I am
> thinking 3.1, since that is what is apparently
> installed with CentOS
> 5.1, despite it saying that it's 3.0.3.
>2.) Is anyone running ConVirt 5.1 successfully on
> CentOS 5.1?
> 
> In the meantime, any additional advice or info you
> need, feel free to ask
> and I will provide as best I can.
> 
> TIA,
> 
> -Alan M.
> 
> 
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt 0.8.1 + CentOS 5.1: "Exception: Unknown type (null)"

2008-02-19 Thread jd
Hi Brecht,

Did you run the config script on the managed server as
mentioned in the doc ?

 -- The script basically changes the config file. 
 -- And patches one the xen server python files (that
had a bug).
 
 These changes make Xend listen on all interfaces.

Pass on the same set of details and I can take a look.

/Jd


--- Brecht Sanders <[EMAIL PROTECTED]> wrote:

> Hi,
> Yesterday I was trying convirt 0.8.1 on win32,
> trying to connect to xen 
> 3.0.3-1 on Debian Etch.
> I ran into pretty much the same problem: there is no
> port 8006 being 
> listened on by Xen (I checked with netstat -na).
> Isn't the RPC port 
> 8005, or is it not using the Xen RPC server?
> I tried using port 8005 but I still got connection
> refused, even though 
> netstat showed a connection established to port 8005
> for a moment...
> Also, there is an option to connect directly with
> TCP (no SSH). However, 
> I didn't find how Xen can be made to bind to all
> interfaces (not just 
> loopback/localhost). Is this possible (or maybe only
> newer versions ox Xen)?
> Regards
> Brecht
> 
> jd wrote:
> > Hi
> >   We have tested the CentOS 5.1 as server platform
> not
> > as a client. 
> >
> > You should use 3.0 version of the script if it is
> > vanilla CentOS 5.1. 
> >
> > But it seems you have installed xen 3.2 is that
> > correct ?
> >  Please pass on the following info 
> >   -- xm info 
> >   -- xend-config.sxp file.
> >   -- netstat -an | grep LISTEN 
> >   -- check that firewalls are turned off (for
> testing)
> >
> >
> >   -- For running ConVirt on 5.1 I think you are
> > running in to pygtk problem. See if you can get a
> > patch or upgrade. 
> >  
> >
>
https://launchpad.net/ubuntu/+source/revelation/+bug/56744
> >
> > /Jd
> >
> >
> >
> > --- [EMAIL PROTECTED] wrote:
> >
> >   
> >> Hello,
> >>
> >> I have the following installed:
> >>
> >>   - CentOS 5.1 + CentOS "Virtualization" packages
> >>   - Xen 3.2 CentOS/RHEL RPM from 
> >>   - gtk2-2.10.4-19.el5, pygtk2-2.10.1-8.el5 (most
> up
> >> to date for the distro)
> >>   - ConVirt 0.8.1
> >>
> >> After installation of ConVirt, I have run the the
> >> following scripts, per
> >> the "manual":
> >>
> >>  
> >>
> >> 
> >
>
/usr/share/convirt/config-scripts/xen-3.1/configure-xend.sh
> >   
> >>   /usr/share/convirt/patches/patch_paramiko'
> >> scripts.
> >>
> >> I am able to start ConVirt OK, but whenever I try
> to
> >> do anything, I get
> >> the following error running locally (as root):
> >>
> >>   Exception: Unknown type (null)
> >>
> >> The problem is the same with both the RPM and
> >> tarball versions.  I am also
> >> not able to connect to the server from the
> ConVirt
> >> 0.8.1 client installed
> >> on my Kubuntu laptop (using the tarball
> download); I
> >> get the following
> >> error when I try to add the server:
> >>
> >>   111, 'Connection refused'
> >>
> >> I do not see port 8006 (or anything even
> mentioning
> >> 'xend') when I do a
> >> 'netstat' command (nor 'netstat -l')
> >>
> >> I am thinking my problem may be one or more of
> the
> >> following:
> >>
> >>   1.) Running Xen 3.2, which may not be supported
> >> yet (i.e., the
> >> "configure-xend.sh" script for Xen 3.1 does not
> do
> >> what it needs to do
> >> for Xen 3.2)  This may or may not also be the
> reason
> >> I cannot connect
> >> from my laptop
> >>   2.) CentOS 5.1 does not have the proper version
> of
> >> GTK libraries that
> >> ConVirt needs to run
> >>
> >> To eliminate possibility #1 (at least as far as
> the
> >> "Unknown type"
> >> errors), I am planning to re-install CentOS 5.1
> (I
> >> just did an install
> >> earlier, so I am not losing any VMs or anything)
> and
> >> will use the CentOS
> >> "virtualization" packages and will do the "api"
> >> adjustment in
> >> '/etc/convirt.conf' as indicated in the manual.
> >>
> >> A couple of questions, however:
> >>
>

Re: [convirt-users] ConVirt 0.8.1 + CentOS 5.1: "Exception: Unknown type (null)"

2008-02-19 Thread jd
I think the port changed from 8005 to 8006 since Xen
3.0.4 onwards.

/Jd
--- Brecht Sanders <[EMAIL PROTECTED]> wrote:

> Hi,
> Yesterday I was trying convirt 0.8.1 on win32,
> trying to connect to xen 
> 3.0.3-1 on Debian Etch.
> I ran into pretty much the same problem: there is no
> port 8006 being 
> listened on by Xen (I checked with netstat -na).
> Isn't the RPC port 
> 8005, or is it not using the Xen RPC server?
> I tried using port 8005 but I still got connection
> refused, even though 
> netstat showed a connection established to port 8005
> for a moment...
> Also, there is an option to connect directly with
> TCP (no SSH). However, 
> I didn't find how Xen can be made to bind to all
> interfaces (not just 
> loopback/localhost). Is this possible (or maybe only
> newer versions ox Xen)?
> Regards
> Brecht
> 
> jd wrote:
> > Hi
> >   We have tested the CentOS 5.1 as server platform
> not
> > as a client. 
> >
> > You should use 3.0 version of the script if it is
> > vanilla CentOS 5.1. 
> >
> > But it seems you have installed xen 3.2 is that
> > correct ?
> >  Please pass on the following info 
> >   -- xm info 
> >   -- xend-config.sxp file.
> >   -- netstat -an | grep LISTEN 
> >   -- check that firewalls are turned off (for
> testing)
> >
> >
> >   -- For running ConVirt on 5.1 I think you are
> > running in to pygtk problem. See if you can get a
> > patch or upgrade. 
> >  
> >
>
https://launchpad.net/ubuntu/+source/revelation/+bug/56744
> >
> > /Jd
> >
> >
> >
> > --- [EMAIL PROTECTED] wrote:
> >
> >   
> >> Hello,
> >>
> >> I have the following installed:
> >>
> >>   - CentOS 5.1 + CentOS "Virtualization" packages
> >>   - Xen 3.2 CentOS/RHEL RPM from 
> >>   - gtk2-2.10.4-19.el5, pygtk2-2.10.1-8.el5 (most
> up
> >> to date for the distro)
> >>   - ConVirt 0.8.1
> >>
> >> After installation of ConVirt, I have run the the
> >> following scripts, per
> >> the "manual":
> >>
> >>  
> >>
> >> 
> >
>
/usr/share/convirt/config-scripts/xen-3.1/configure-xend.sh
> >   
> >>   /usr/share/convirt/patches/patch_paramiko'
> >> scripts.
> >>
> >> I am able to start ConVirt OK, but whenever I try
> to
> >> do anything, I get
> >> the following error running locally (as root):
> >>
> >>   Exception: Unknown type (null)
> >>
> >> The problem is the same with both the RPM and
> >> tarball versions.  I am also
> >> not able to connect to the server from the
> ConVirt
> >> 0.8.1 client installed
> >> on my Kubuntu laptop (using the tarball
> download); I
> >> get the following
> >> error when I try to add the server:
> >>
> >>   111, 'Connection refused'
> >>
> >> I do not see port 8006 (or anything even
> mentioning
> >> 'xend') when I do a
> >> 'netstat' command (nor 'netstat -l')
> >>
> >> I am thinking my problem may be one or more of
> the
> >> following:
> >>
> >>   1.) Running Xen 3.2, which may not be supported
> >> yet (i.e., the
> >> "configure-xend.sh" script for Xen 3.1 does not
> do
> >> what it needs to do
> >> for Xen 3.2)  This may or may not also be the
> reason
> >> I cannot connect
> >> from my laptop
> >>   2.) CentOS 5.1 does not have the proper version
> of
> >> GTK libraries that
> >> ConVirt needs to run
> >>
> >> To eliminate possibility #1 (at least as far as
> the
> >> "Unknown type"
> >> errors), I am planning to re-install CentOS 5.1
> (I
> >> just did an install
> >> earlier, so I am not losing any VMs or anything)
> and
> >> will use the CentOS
> >> "virtualization" packages and will do the "api"
> >> adjustment in
> >> '/etc/convirt.conf' as indicated in the manual.
> >>
> >> A couple of questions, however:
> >>
> >>   1.) When I use the CentOS 5.1 Xen packages and
> >> such, which
> >> 'configure-xend.sh' script do I use?  The one for
> >> 3.1 or 3.0?  I am
> >> thinking 3.1, since that is what is apparently
> >> 

Re: [convirt-users] Webbased Admin status

2008-02-23 Thread jd
Hi William, 
  The Web interface is not in immediate plans. But we
can definitely move it up if you have some cycles.

 We can use "General Discussion and Feedback" forum.
Or do an out of band IM conversation. (drop me an
email at [EMAIL PROTECTED])
 
/Jd
 

--- William V <[EMAIL PROTECTED]> wrote:

> I realize that version 0.8.1 just came out, but what
> is the status of
> the web admin feature?
> 
> Also, what is the irc server and channel?
> 
> And how can I help with the web admin feature?
> 
> -William V
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt 0.8.1 + CentOS 5.1: "Exception: Unknown type (null)"

2008-02-23 Thread jd
Hi 

I found this patch for RHEL5. See if you can find the
one for RHEL5.1.

Please let us know if this works out for you. 
Thanks
/Jd


--- Alan Murrell <[EMAIL PROTECTED]> wrote:

> Thank you for your reply, JD.
> 
> jd wrote:
> > Hi
> >   We have tested the CentOS 5.1 as server platform
> not
> > as a client.
> >   
> That is fair enough; I thought, afterwards, that
> that might be the 
> case.  Since I will likely be connecting to it
> remotely anyway to do the 
> management, then that should not necessarily be an
> issue.  I did not get 
> a chance to test the re-install from my Kubuntu
> laptop, but the fact 
> that after the re-install on the local CentOS
> machine I was able to at 
> least create a "localhost" server (whereas before I
> could not) is a good 
> indication.  I will test this when I get back to the
> office in the 
> morning.  (Yes, I was still getting the "Unknown
> type (null)" error 
> whenever I tried to click on any of the objects)
> > You should use 3.0 version of the script if it is
> > vanilla CentOS 5.1. 
> >   
> OK, noted.  I ran the xen-3.1 stuff; if I run the
> xen-3.0, will it 
> replace the changes it made?  I think it made a
> backup of the 
> xend-config.sxp file in '/etc/xen', so I probably
> just need to put that 
> back in place and re-run the xend-config.sh script
> for xen-3.0?
> > But it seems you have installed xen 3.2 is that
> > correct ?
> >   
> Not anymore.  I re-installed the system and am using
> the CentOS 5.1 
> provided packages.
> >  Please pass on the following info 
> >   -- xm info 
> >   -- xend-config.sxp file.
> >   -- netstat -an | grep LISTEN 
> >   -- check that firewalls are turned off (for
> testing)
> >   
> I will pass that along when I get in to the office
> int he AM.  If this 
> can help make the client run better on CentOS 5.1,
> then I am glad to 
> help, and be your guinea pig :-)
> >   -- For running ConVirt on 5.1 I think you are
> > running in to pygtk problem. See if you can get a
> > patch or upgrade. 
> 
> I will see if I can do that.  Thanks for the tip!
> 
> -Alan M.
> 
> 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt 0.8.1 + CentOS 5.1: "Exception: Unknown type (null)"

2008-02-26 Thread jd
Sorry.
Here are the two relavant urls. 

This one is for 5.0. 
http://rhn.redhat.com/errata/RHBA-2008-0079.html

This might be useful. 
https://bugzilla.redhat.com/show_bug.cgi?id=237077

/Jd


--- jd <[EMAIL PROTECTED]> wrote:

> Hi 
> 
> I found this patch for RHEL5. See if you can find
> the
> one for RHEL5.1.
> 
> Please let us know if this works out for you. 
> Thanks
> /Jd
> 
> 
> --- Alan Murrell <[EMAIL PROTECTED]> wrote:
> 
> > Thank you for your reply, JD.
> > 
> > jd wrote:
> > > Hi
> > >   We have tested the CentOS 5.1 as server
> platform
> > not
> > > as a client.
> > >   
> > That is fair enough; I thought, afterwards, that
> > that might be the 
> > case.  Since I will likely be connecting to it
> > remotely anyway to do the 
> > management, then that should not necessarily be an
> > issue.  I did not get 
> > a chance to test the re-install from my Kubuntu
> > laptop, but the fact 
> > that after the re-install on the local CentOS
> > machine I was able to at 
> > least create a "localhost" server (whereas before
> I
> > could not) is a good 
> > indication.  I will test this when I get back to
> the
> > office in the 
> > morning.  (Yes, I was still getting the "Unknown
> > type (null)" error 
> > whenever I tried to click on any of the objects)
> > > You should use 3.0 version of the script if it
> is
> > > vanilla CentOS 5.1. 
> > >   
> > OK, noted.  I ran the xen-3.1 stuff; if I run the
> > xen-3.0, will it 
> > replace the changes it made?  I think it made a
> > backup of the 
> > xend-config.sxp file in '/etc/xen', so I probably
> > just need to put that 
> > back in place and re-run the xend-config.sh script
> > for xen-3.0?
> > > But it seems you have installed xen 3.2 is that
> > > correct ?
> > >   
> > Not anymore.  I re-installed the system and am
> using
> > the CentOS 5.1 
> > provided packages.
> > >  Please pass on the following info 
> > >   -- xm info 
> > >   -- xend-config.sxp file.
> > >   -- netstat -an | grep LISTEN 
> > >   -- check that firewalls are turned off (for
> > testing)
> > >   
> > I will pass that along when I get in to the office
> > int he AM.  If this 
> > can help make the client run better on CentOS 5.1,
> > then I am glad to 
> > help, and be your guinea pig :-)
> > >   -- For running ConVirt on 5.1 I think you are
> > > running in to pygtk problem. See if you can get
> a
> > > patch or upgrade. 
> > 
> > I will see if I can do that.  Thanks for the tip!
> > 
> > -Alan M.
> > 
> > 
> 
> 
> 
>  
>

> Never miss a thing.  Make Yahoo your home page. 
> http://www.yahoo.com/r/hs
> 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 0.8.2 Released

2008-03-11 Thread jd
Hi

We are pleased to announce the availability of ConVirt
version 0.8.2. The release includes :

   * Xen 3.2 Support
   * Critical Bug Fixes
   * Automatic Announcements for Updates
   * RPM for the SUSE platform 

Visit http://www.convirt.net for details and
downloading the product.

Thanks
/Jd


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Walkthrough for how to setup a debian Dom0 to work with Convirt.

2008-03-21 Thread jd
Thanks William. I am sure our Debian community would
benefit from them.

/Jd
--- William King <[EMAIL PROTECTED]> wrote:

> Alright everyone I'm sending this to the e-mail list
> because that seems
> to be the best way to spread and store the
> information. Eventually this
> should make it into the public wiki or other
> documentation. 
> 
> Today is March 21st, 2008 and I am using a plain
> debian etch(stable)
> net-install non 64-bit server. At this moment debian
> etch uses xen
> 3.0.3-1.  This walkthrough picks up right after you
> have finished the
> debian install and are at the login screen. I will
> type all but the
> first 2 commands from my management computer, which
> will be running
> convirt 0.8.2. my comments will be on lines that
> start with #'s and
> commands will start with >>'s. 
> 
> #Start of walkthrough
> #On the Dom0 type these commands after logging in as
> root:
> >>vim /etc/apt/sources.list
> #you need to remove the cd-rom from the sources.
> press the down arrow
> #3 times, press the letter i, enter a #, press
> Escape, enter a :,
> # then enter the two letters wq, then press the
> enter key.
> >>apt-get install openssh-server
> >>ifconfig
> #write down the ip address
> #now from the management computer execute these
> commands:
> #my Dom0 had an ip of 192.168.100.234. 
> >>scp ./convirt-0.8.2/config-scripts/xen-3.0/*
> [EMAIL PROTECTED]:/tmp
> >>ssh [EMAIL PROTECTED]
> >>apt-get install linux-image-2.6.18-5-xen-686
> libc6-xen
> xen-hypervisor-3.0.3-1-i386-pae
> >>ln
> -s /usr/lib/xen-3.0.3-1/lib/python/xen/
> /usr/lib/python2.5/site-packages/xen
> >>ln -s /usr/lib/xen-3.0.3-1/ /usr/lib/xen
> >>cd /tmp
> >>./configure-xend.sh
> #yes, I know it fails. Now you have to edit xend
> manually.
> >>vim
>
/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.py
> #on line number 95 you need to delete 'localhost',
> but leave the "". 
> >>/etc/init.d/xend restart
> >>apt-get install bridge-utils
> #now you need to add xenbr0, to
> /etc/network/interfaces
> >>vim /etc/network/interfaces
> #add the following lines to the bottom of the file.
> auto xenbr0
> iface xenbr0 inet static
> address 192.168.100.234
> netmask 255.255.255.0
> gateway 192.168.100.1
> bridge_ports eth0
> #replace the address settings to match your network.
> 
> >>ifup xenbr0
> #Now, reboot the Dom0 and you can connect to it from
> Convirt. 
> #I found that on Convirt I had to change on of the
> connect server
> #settings from 8006 to 8005 to make it work.
> #End of walkthrough
> 
> 
> Feel free to reply to this if you have any
> questions. I plan to upgrade
> all my Dom0's to lenny, and if there are any changes
> I'll be sure to
> write up another walkthough. 
> 
> -William V
> 
> 
> 
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] convirt patch for paramiko

2008-03-24 Thread jd
The bugs are fixed in the paramiko code >=1.7.2. For
previous version, the convirt includes patchtes with
its distribution.

So if you are using 1.7.2, the patch is not required.

/jd

--- Guillaume Rousse <[EMAIL PROTECTED]>
wrote:

> Hello.
> 
> I recently introduced convirt in mandriva contrib
> packages. It seems
> convirt need a patched version of paramiko to works
> correctly (see
> https://qa.mandriva.com/show_bug.cgi?id=38739 for
> discussion and the 1.7.2 patch).
> 
> I'm relunctant to modify a package of the
> distribution just because
> another package need it, especially as I can't judge
> of its effect. I
> even wonder if this patch has ever been submitted to
> paramiko
> maintainers ? Merging it upstream would solve the
> issue for everyone.
> -- 
> Guillaume Rousse
> Moyens Informatiques - INRIA Futurs
> Tel: 01 69 35 69 62
> 
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] convirt patch for paramiko

2008-03-24 Thread jd
Hi Guillaume,

Good to know that you are working on ConVirt package
for Madriva. If  not already registered, kindly
register on convirt-packaging mailing list, and let us
know about the progress.

Thanks.
/Jd

--- Guillaume Rousse <[EMAIL PROTECTED]>
wrote:

> Hello.
> 
> I recently introduced convirt in mandriva contrib
> packages. It seems
> convirt need a patched version of paramiko to works
> correctly (see
> https://qa.mandriva.com/show_bug.cgi?id=38739 for
> discussion and the 1.7.2 patch).
> 
> I'm relunctant to modify a package of the
> distribution just because
> another package need it, especially as I can't judge
> of its effect. I
> even wonder if this patch has ever been submitted to
> paramiko
> maintainers ? Merging it upstream would solve the
> issue for everyone.
> -- 
> Guillaume Rousse
> Moyens Informatiques - INRIA Futurs
> Tel: 01 69 35 69 62
> 
> 
>
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio
> 2008.
>
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt 0.8.2 "111 Connection Refused"

2008-04-18 Thread jd
Please check out help/doc for 0.8.2, there are some
changes in the way ConVirt client talks to the managed
server.
If the ssh_tunnel option works in your setup it is
good.
/Jd
--- Trey Sheldon <[EMAIL PROTECTED]> wrote:

> To update:
> 
> After manually changing the xen_protocol to
> "ssh_tunnel" in /etc/ 
> convirt.conf, I managed to get a connection and
> information from the  
> xen server.
> 
> -Trey
> 
> On Apr 17, 2008, at 12:59 PM, Trey Sheldon wrote:
> 
> > Hi All,
> >
> > I've been wracking my brain trying to get around
> this issue but I
> > haven't had any luck yet
> >
> > Here's my setup:
> > ConVirt .8.2 running inside a Centos 5.1 xen
> environment.   -- local
> > host runs fine after adding a default section to
> convirt.conf and the
> > use_3_0_api=true flag.
> > Xen 3.2 server running in a gentoo machine   Xen
> is up and going no
> > problems there--
> >
> > When I attempt to add the remote host (via tcp or
> ssl) I receive a
> > popup saying "Connect node  
> 111Connection refused"
> >
> > The odd thing is, I see in the paramiko log that
> it did connect and
> > opened /etc/convirt.conf.
> >
> > Copies of paramiko.log and my xend-config are
> below.
> >
> > Thanks for any insight!
> >
> > -Trey
> >
> > --
> >
>
paramiko.log
> > DEB [20080417-12:57:41.109] thr=1  
> paramiko.transport: starting
> > thread (client mode): 0xB79CBD4CL
> > INF [20080417-12:57:41.113] thr=1  
> paramiko.transport: Connected
> > (version 2.0, client OpenSSH_4.7)
> > DEB [20080417-12:57:41.116] thr=1  
> paramiko.transport: kex algos:
> > ['diffie-hellman-group-exchange-sha256',
> 'diffie-hellman-group-
> > exchange-sha1', 'diffie-hellman-group14-sha1',
> 'diffie-hellman-group1-
> > sha1'] server key:['ssh-rsa', 'ssh-dss'] client
> encrypt:['aes128-cbc',
> > '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
> 'arcfour128', 'arcfour256',
> > 'arcfour', 'aes192-cbc', 'aes256-cbc',
> '[EMAIL PROTECTED]',
> > 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] server
> encrypt:['aes128-
> > cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
> 'arcfour128',
> > 'arcfour256', 'arcfour', 'aes192-cbc',
> 'aes256-cbc', '[EMAIL PROTECTED]
> > ', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr']
> client mac:['hmac-md5',
> > 'hmac-sha1', '[EMAIL PROTECTED]',
> 'hmac-ripemd160', '[EMAIL PROTECTED]
> > ', 'hmac-sha1-96', 'hmac-md5-96'] server
> mac:['hmac-md5', 'hmac- 
> > sha1', '[EMAIL PROTECTED]
> > ', 'hmac-ripemd160', '[EMAIL PROTECTED]',
> 'hmac-sha1-96',
> > 'hmac-md5-96'] client compress:['none',
> '[EMAIL PROTECTED]'] server
> > compress:['none', '[EMAIL PROTECTED]'] client
> lang:[''] server lang:
> > [''] kex follows?False
> > DEB [20080417-12:57:41.117] thr=1  
> paramiko.transport: Ciphers
> > agreed: local=aes128-cbc, remote=aes128-cbc
> > DEB [20080417-12:57:41.117] thr=1  
> paramiko.transport: using kex
> > diffie-hellman-group1-sha1; server key type
> ssh-rsa; cipher: local
> > aes128-cbc, remote aes128-cbc; mac: local
> hmac-sha1, remote hmac-sha1;
> > compression: local none, remote none
> > DEB [20080417-12:57:41.280] thr=1  
> paramiko.transport: Switch to new
> > keys ...
> > DEB [20080417-12:57:43.888] thr=2  
> paramiko.transport: starting
> > thread (client mode): 0xB79CBEACL
> > INF [20080417-12:57:43.889] thr=2  
> paramiko.transport: Connected
> > (version 2.0, client OpenSSH_4.7)
> > DEB [20080417-12:57:43.913] thr=2  
> paramiko.transport: kex algos:
> > ['diffie-hellman-group-exchange-sha256',
> 'diffie-hellman-group-
> > exchange-sha1', 'diffie-hellman-group14-sha1',
> 'diffie-hellman-group1-
> > sha1'] server key:['ssh-rsa', 'ssh-dss'] client
> encrypt:['aes128-cbc',
> > '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
> 'arcfour128', 'arcfour256',
> &

Re: [convirt-users] convirt running on CentOS5.1

2008-04-24 Thread jd
http://www.lag.net/paramiko/
has some pointers to repositories.

Please browse through past emails on this list and
help and support forums.
/Jd


--- David Hláèik <[EMAIL PROTECTED]> wrote:

> Hi to all,
> 
> i am new in this mailinglist.
> I have xen3.2 running on my Centos5.1 box.
> I want to install and run convirt on that box,
> What is the best way install it? And what are
> dependencies.
> I did first try to install rpm package for fedora
> with --nodeps parameter,
> but it needs python-paramiko , which i do not know
> where to find.
> 
> Thanks in advance!
> David
>
-
> This SF.net email is sponsored by the 2008
> JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still
> time to save $100. 
> Use priority code J8TL2D2. 
>
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xenman-users
> 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 0.9 released

2008-06-20 Thread jd
We are pleased to announce the availability of ConVirt version 0.9. The release 
includes :  
 
* Platform Plugin development guide 
* Server Pool Settings for consistent provisioning 
* Image groups for easy image management 
* Enhanced server information 
 
Visit http://www.convirt.net for details and  
downloading the product. 

/Jd


  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ConVirt 0.9 released

2008-06-22 Thread jd
Hi Vishwanath,
   Good to know that you are using ConVirt 0.8.2
   You should be able to download the release. 
   www.convirt.net, and go to the download page.
   Here is link..for convenience.

http://sourceforge.net/project/showfiles.php?group_id=168929&package_id=261722&release_id=608239
   
   Would love to hear about your environment and how you use ConVirt. 

/Jd


--- On Fri, 6/20/08, Viswanath T K <[EMAIL PROTECTED]> wrote:

> From: Viswanath T K <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] ConVirt 0.9 released
> To: [EMAIL PROTECTED]
> Cc: "xenman-users" , "xenman-packaging" 
> <[EMAIL PROTECTED]>, "XenUsers" <[EMAIL PROTECTED]>
> Date: Friday, June 20, 2008, 1:56 AM
> Hi 
> 
> I have been actively using convirt 0.8.2 on fedora 7 . By
> when can I
> download convirt 0.9 
> 
> 
> Thanks,
> Viswanath T K 
> 
> 
> On Fri, 2008-06-20 at 00:35 -0700, jd wrote:
> > We are pleased to announce the availability of ConVirt
> version 0.9. The release includes :  
> >  
> > * Platform Plugin development guide 
> > * Server Pool Settings for consistent provisioning 
> > * Image groups for easy image management 
> > * Enhanced server information 
> >  
> > Visit http://www.convirt.net for details and  
> > downloading the product. 
> > 
> > /Jd
> > 
> > 
> >   
> > 
> >
> -
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > ___
> > XenMan-Users mailing list
> > XenMan-Users@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] Help shape ConVirt's Future.

2008-06-30 Thread jd
Hi Everyone, 
 
 Thank you so much for your enthusiasm and energy working with ConVirt. 
We want to roll out next set of features in areas with the most interest to the 
Community. 

Thus, we are seeking valuable feedback from ConVirt and virtualization 
users in general. We would appreciate if you could share some information and 
experiences that you are facing while using Virtual Infrastructure. 
 
For those of you reluctant to share some of this information publicly, 
please send to us directly (contact info at the end of the survey) and we will 
provide a summarized report back to the Community. 

   Here is a link for you to chime in :)

   http://sourceforge.net/forum/message.php?msg_id=505

Thanks
The ConVirt Team


  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] channel closed

2008-07-10 Thread jd
What linux distribution are you using ?

Does this happen when u use TCP connection too ? (For trying out the TCP 
connection, you need to configure the managed node, please see 
documentation/online help on how to do this.

Any stack taces in the log file ?
Thanks
/Jd


--- On Thu, 7/10/08, Marco Strullato <[EMAIL PROTECTED]> wrote:

> From: Marco Strullato <[EMAIL PROTECTED]>
> Subject: [convirt-users] channel closed
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, July 10, 2008, 8:12 AM
> Hi all, I have a problem wit convirt lastest version
> connecting to a
> xen 3.2 hypervisor.
> When I add the server I get the status message
> "Channel Closed". I'm
> connecting to a remote hyp with ssh tunnel authentication
> following
> the manual.
> 
> Do you have suggestions?
> 
> Thanks
> 
> Marco Strullato
> 
> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE
> NOW!
> Studies have shown that voting for your favorite open
> source project,
> along with a healthy diet, reduces your potential for
> chronic lameness
> and boredom. Vote Now at
> http://www.sourceforge.net/community/cca08
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] CentOS 5.2 ConVirt Provisionable Image

2008-07-16 Thread jd
Hi Brett,
Here are the steps.. :

 -- Do a create like on Linux_CD_Install image in the image store.
 -- Give a name CentOS_5_2
 -- Edit CentOS_5_2
   - Select the disk that is pointing to /dev/cdrom
   - click on properties.
   - In the dialog that pops up, change from Physical disk to File/VBD
   - change /dev/cdrom to full path of the iSO
   - press ok.
 -- Provision the image :)

This should work, but let us know if you run in to problems
/Jd



--- On Mon, 7/14/08, Brett Serkez <[EMAIL PROTECTED]> wrote:

> From: Brett Serkez <[EMAIL PROTECTED]>
> Subject: [convirt-users] CentOS 5.2 ConVirt Provisionable Image
> To: xenman-users@lists.sourceforge.net
> Date: Monday, July 14, 2008, 1:03 PM
> All,
> 
> As a new ConVirt/Xen user I am having trouble creating my
> first DomU image.
> 
> I have a newly installed CentOS 5.2 system and followed the
> instructions in an older email on this list to setup
> ConVirt.
> 
> I've provisioned a new Xen server from ImageStore->
> General ->
> CentOS_PV_Install.
> 
> I start the newly provisioned server, connect to the
> console and see
> the CentOS installation start.
> 
> The problem is that I cannot get beyond "Installation
> Method", the
> running virtual server doesn't seem to "see"
> the DVD drive nor the
> hard disk.  I have the CentOS 5.2 iso on the Dom0 hard
> drive and the
> dvd in the dvd drive, I can use either, but I've not
> been able to find
> instructions or other information as what configuration
> changes I need
> to make so that the DomU can "see" either
> installation media.
> 
> Any help would be appreciated.,
> 
> Brett
> 
> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE
> NOW!
> Studies have shown that voting for your favorite open
> source project,
> along with a healthy diet, reduces your potential for
> chronic lameness
> and boredom. Vote Now at
> http://www.sourceforge.net/community/cca08
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] CentOS 5.2 ConVirt Provisionable Image

2008-07-18 Thread jd
There are two things .. probably getting confused here... 
The Image : You pick an image and provision it.
The VM : After the provisioning opertaion, you get a VM that can be started etc.

-- to fix an already provisioned VM : 
   Select the VM
   right mouse click and "Edit VM Settings"
   Select the disk entry with /dev/cdrom
   Click properties button
   change from /dev/cdrom to /dev/hdc
   press ok.
   Start the VM


-- To fix the CentOS_5_2 image (generated from prev suggestion)
   - Select image
   - Right mouse click and choose "Edit Settings"
   - select the disk with /dev/cdrom, click properties, change /dev/cdrom to 
/dev/hdc, press ok.
   - save the image by pressing ok on the settings dialog.
   - Provision a new VM.
   - The new VM should recognize the DVD rom.


If u still have problem, send in your vm config file (/etc/xen/)
And see if there is something interesting in the xend.log /var/log/xen 
directory.
   
/Jd

--- On Fri, 7/18/08, Brett Serkez <[EMAIL PROTECTED]> wrote:

> From: Brett Serkez <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] CentOS 5.2 ConVirt Provisionable Image
> To: [EMAIL PROTECTED]
> Cc: xenman-users@lists.sourceforge.net
> Date: Friday, July 18, 2008, 2:21 PM
> On Wed, Jul 16, 2008 at 1:10 PM, jd
> <[EMAIL PROTECTED]> wrote:
> > Hi Brett,
> > Here are the steps.. :
> >
> >  -- Do a create like on Linux_CD_Install image in the
> image store.
> >  -- Give a name CentOS_5_2
> 
> So far so good...
> 
> >  -- Edit CentOS_5_2
> 
> Assuming you mean right click and edit "VM Config
> Settings".
> 
> >   - Select the disk that is pointing to /dev/cdrom
> 
> I think this is the start of the issue, I don't see any
> disk pointing
> to /dev/cdrom.  I'm running CentOS as the Dom0 and the
> DVD drive is
> /dev/hdc/
> 
> >   - click on properties.
> >   - In the dialog that pops up, change from Physical
> disk to File/VBD
> >   - change /dev/cdrom to full path of the iSO
> 
> I tried adding my own cdrom as you describe without any
> luck.  When I
> select 'Hard Drive' under 'Installation
> Method' it says I have no hard
> drives, including I would suppose the hard drive I'm
> trying to install
> to.
> 
> >   - press ok.
> >  -- Provision the image :)
> >
> > This should work, but let us know if you run in to
> problems
> 
> I'm not sure what the next step is to diagnose this
> issue, seems to me
> that the basic issue is the installation isn't seeing
> the hard disks.
> 
> Brett


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] (111, 'Conexi\xc3\xb3n rechazada')

2008-07-23 Thread jd
1. Add/change the following to /etc/sshd_config on the managed Server 
(IP_HOST_MANAGED)
   X11Forwarding yes 
   AllowTcpForwarding yes 
   
   Restart sshd 
 
2. Make sure that u can ssh in to the managed server (IP_HOST_MANAGED) without 
password. i.e. key based set up is working. From the same shell start ConVirt 
and see if it can connect to the server now (after making server side changes 
in step 1.)

/Jd

--- On Tue, 7/22/08, Jaime Traver <[EMAIL PROTECTED]> wrote:

> From: Jaime Traver <[EMAIL PROTECTED]>
> Subject: [convirt-users] (111, 'Conexi\xc3\xb3n rechazada')
> To: xenman-users@lists.sourceforge.net
> Cc: "Manuel Traver" <[EMAIL PROTECTED]>
> Date: Tuesday, July 22, 2008, 2:01 AM
> Hi, I have to problem with connection to xen since convirt,
> 
> I have to server with debian etch and xen-3.0.3-1, in the
> config file
> /etc/xen/xend-config.sxp, i have enable the option
> (xend-tcp-xmlrpc-server
> yes) for i can connecto since convirt.
> 
>  netstat -upta
> 
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address   Foreign Address
> State   PID/Program name
> tcp0  0 192.168.1.12:8002   0.0.0.0:*
> LISTEN 8359/python
> tcp0  0 127.0.0.1:675   0.0.0.0:*
> LISTEN 31875/famd
> tcp0  0 127.0.0.1:8005  0.0.0.0:*
> LISTEN 8359/python
> tcp0  0 192.168.1.12:48242 
> 192.168.1.2:3306
> ESTABLISHED6900/apache2
> tcp6   0  0 :::22   :::*
> LISTEN 2697/sshd
> 
> So that when i connect witch convirt i am used the
> following parameters:
> 
> host name: IP_HOST_MANAGED
> Xen Protocol: ssh_tunnel
> username: root
> xen port: 8005
> ssh port: 22
> Use ssh keys: enabled.
> 
> 
> The errors that it is ocurred when try to connect is: (111,
> 'Conexi\xc3\xb3n
> rechazada')
> 
> 
> thank by advanced
> the best regard
> revartj
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Linux_CD_Install does nothing

2008-07-25 Thread jd
Hi
  
 
  Thats bit strange... What version of ConVirt are you using ?

I think a good starting point to investigate this would be to look in to 
convirt.log. 
   
How to find log file location :
1.  When u start ConVirt, you will see a message with location of convirt.conf. 
2. Look for convirt.log in that file.

/Jd


--- On Fri, 7/25/08, Frederick N. Brier <[EMAIL PROTECTED]> wrote:

> From: Frederick N. Brier <[EMAIL PROTECTED]>
> Subject: [convirt-users] Linux_CD_Install does nothing
> To: xenman-users@lists.sourceforge.net
> Date: Friday, July 25, 2008, 2:56 AM
> I am sure I am doing something wrong, but I do not know
> what.  I read 
> all the docs.  I connected to localhost (right click menu).
>  Connection 
> image changes and shows % CPU values.  I selected
> Linux_CD_Install -> 
> Provision..  I selected localhost (I only have a single Xen
> server with 
> convirt installed on it.  The VM Config Settings dialog
> pops up.  I 
> filled in the VM Name and changed the memory from 256 to
> 2048MB.  The 
> system has 8GB of RAM.  I click OK.  The dialog closes.  No
> message.  No 
> status.  No change in CPU utilization to indicate something
> is happening 
> in the background.  What am I doing wrong?
> 
> The OS Release is 2.6.21.7-3fcxen (Fedora 8).
> The Xen Version is 3.1.3 (Capabilities xen-3.0-x86_32p)
> 
> Thank you for any help.
> 
> Fred
> 
> 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Linux_CD_Install does nothing

2008-07-28 Thread jd
Did u try pressing cttrl-L. The console sometimes has problems with refreshing 
the screen.

The blocked state may just mean that it is waiting for input... which would be 
appropriate for install waiting for some selections.

'xming' observation is interesting... would follow up with you separately.
Thanks
/Jd

--- On Sat, 7/26/08, Frederick N. Brier <[EMAIL PROTECTED]> wrote:

> From: Frederick N. Brier <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] Linux_CD_Install does nothing
> To: xenman-users@lists.sourceforge.net
> Date: Saturday, July 26, 2008, 11:00 AM
> Jd,
> 
> I did screw up.  Got past that problem, and now have
> another.  My 
> earlier was twofold.  I had modified the convirt.conf to
> specify a 
> directory on a logical volume.  I had run the
> mk_image_store script.  I 
> modified the image_store, and I believe the disks_dir, and 
> snapshots_dir, but had not changed the appliance_store
> variable.  So I 
> changed that.  Along the way I rand into an issue with
> xming, and will 
> describe that later.
> 
> So now the Progress dialog seems to work, closes and there
> is now a 
> ciserver image under localhost.  I select it and attempt to
> start it.  
> Nothing happens, so I click the button for the console and
> it opens a 
> "console" tab with a black panel (presumabley the
> console), cursor in 
> upper left corner.  Nothing happens.  The
> /var/log/convirt/convirt.log 
> does not have anything useful, but the last 3 lines of the 
> /var/log/convirt/image_store/Linux_CD_Install/Linux_CD_Install_ciserver.log
> 
> say the following:
> -
> Disk created. /tmp/ciserver.disk.xm, file
> Not creating read only disk /dev/cdrom
> /mnt/VMDisks/ImageStore/image_store/Linux_CD_Install/provision.sh
> completed.
> -
> The summary summary tab also lists the state of the
> ciserver as 
> "Blocked".  So is the cdrom not being setup
> properly?  The 
> /var/log/convirt/image_store/Linux_CD_Install/Linux_CD_Install_ciserver_image.conf
> 
> has the following:
> -
> # config file for kicking off CDROM install
> # assume one disk
> 
> VM_DISKS_DIR='/tmp'
> VM_CONF_DIR='/etc/xen'
> hda_disk_type='VBD'
> hda_disk_create='yes'
> hda_disk_size=5000
> -
> I took the defaults so the cdrom is set up as 
> 'phys:/dev/cdrom,hdc:cdrom,r'.  There is a working
> CD on my system with 
> an entry for /dev/cdrom.  So any thoughts as to what might
> be wrong?  
> Thank you.
> 
> Now the following may or may not be a bug with convirt.  It
> could be my 
> problem or xming's or a system configuration problem. 
> As I said before 
> when I tried to create the VM before, nothing happened or
> as I now 
> realize - no progress dialog.  The problem maybe that I am
> using xming 
> from a Windows box to an xterm on my Xen server, and
> invoking convirt.  
> When I tried it on system console, a progress dialog popped
> up.  xming - 
> no progress dialog.  Again, thank you.
> 
> Fred
> 
> jd wrote:
> > Hi
> >   
> >  
> >   Thats bit strange... What version of ConVirt are you
> using ?
> >
> > I think a good starting point to investigate this
> would be to look in to convirt.log. 
> >
> > How to find log file location :
> > 1.  When u start ConVirt, you will see a message with
> location of convirt.conf. 
> > 2. Look for convirt.log in that file.
> >
> > /Jd
> >
> >
> > --- On Fri, 7/25/08, Frederick N. Brier
> <[EMAIL PROTECTED]> wrote:
> >
> >   
> >> From: Frederick N. Brier
> <[EMAIL PROTECTED]>
> >> Subject: [convirt-users] Linux_CD_Install does
> nothing
> >> To: xenman-users@lists.sourceforge.net
> >> Date: Friday, July 25, 2008, 2:56 AM
> >> I am sure I am doing something wrong, but I do not
> know
> >> what.  I read 
> >> all the docs.  I connected to localhost (right
> click menu).
> >>  Connection 
> >> image changes and shows % CPU values.  I selected
> >> Linux_CD_Install -> 
> >> Provision..  I selected localhost (I only have a
> single Xen
> >> server with 
> >> convirt installed on it.  The VM Config Settings
> dialog
> >> pops up.  I 
> >> filled in the VM Name and changed the memory from
> 256 to
> >> 204

[convirt-users] ConVirt 0.9.1 Released.

2008-07-29 Thread jd
Hi Guys, 

  We are pleased to announce version 0.9.1 of ConVirt which includes KVM 
support, a brand new wiki, plugin development guide and some critical bug 
fixes. 

For more information, please visit ConVirt website.

ConVirt Team




  
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] help configuration xenman an obuntu

2008-07-31 Thread jd
Hi
  What version of Ubuntu do you have ?

  Also make sure that you own the display. 
  To give permission to everyone on local machine access to the display, run 
the following command with the user with which the desktop was started. 

   xhost + local:

  You also seem to have bit older version of the ConVirt. Can u please download 
later / latest version of Convirt from Download link

   http://www.convirt.net/downloads.html

   and/or refer to last section on the wiki page. 

   http://xenman.sourceforge.net/wiki/index.php/Xen_ubuntu 
   
   This should help. Let us know if u run in to any problems.
/Jd


--- On Thu, 7/31/08, mourad tachouche <[EMAIL PROTECTED]> wrote:

> From: mourad tachouche <[EMAIL PROTECTED]>
> Subject: [convirt-users] help configuration xenman an obuntu
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, July 31, 2008, 8:44 AM
> my erreur is 
> 
> 
> [EMAIL PROTECTED]:/usr/share/doc/xenman# xenman
> /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72:
> GtkWarning: could not open display
>   warnings.warn(str(e), _gtk.Warning)
> error: Unable to open /usr/lib/rpm/rpmrc for reading: Aucun
> fichier ou dossier de ce type.
> Traceback (most recent call last):
>   File "/usr/share/xenman/src/xenman.py", line
> 31, in 
> from NodeProxy import Node
>   File "/usr/share/xenman/src/NodeProxy.py",
> line 28, in 
> import XenServerProxy
>   File
> "/usr/share/xenman/src/XenServerProxy.py", line
> 33, in 
> from xen.util.xmlrpclib2 import ServerProxy 
> ImportError: cannot import name ServerProxy
> 
> 
> 
> 
>  
> 
>
> 
> 
> 
> 
>  
> _
> 
> Envoyez avec Yahoo! Mail. Une boite mail plus intelligente
> http://mail.yahoo.fr
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Fw : Re: help configuration xenman an obuntu

2008-08-03 Thread jd
hi
   did not see the attachment ? Did u forget to attach ?
   
   Did u try info on the wiki ?

To install ConVirt 0.8.2 on Ubuntu 8.04 (5 short steps):

   1. Download packages for suse (convirt-0.8.2-1.suse.noarch.rpm)
   2. Install alien (sudo apt-get install alien)
   3. Convert ConVirt rpm to deb (sudo alien -d convirt-0.8.2-1.suse.noarch.rpm)
   4. Install python-xen-3.2 (sudo apt-get install python-xen-3.2)
   5. Install earlier converted deb file (sudo apt-get install 
convirt_0.8.2-2_all.deb) 

To run convirt use sudo or gksudo (if you want create activator on bar or 
desktop. )

/Jd


--- On Sat, 8/2/08, mourad tachouche <[EMAIL PROTECTED]> wrote:

> From: mourad tachouche <[EMAIL PROTECTED]>
> Subject: [convirt-users] Fw : Re:  help configuration xenman an obuntu
> To: xenman-users@lists.sourceforge.net
> Date: Saturday, August 2, 2008, 3:20 PM
>  
> 
>
> 
> 
> 
> 
> 
> 
> 
> thank you for your help 
> 
> 
> 
>  I update my version to convirt 09 
> 
> 
>   my Xen is :  xen2.6 
> 
> 
> 
> and 
>   the default configuration port is 
> 
> 
> 
>  root @ hypervisor-02: / etc / xen # cat xend-config.sxp |
> grep port 
> 
>  # (xend-port 8000) 
> 
>  # (xend-relocation-port 8002) 
> 
> 
> 
> 
> 
>  but i have an error message when runnig convirt, thank you
> to see the attached copy of the e-mail
> 
> 
>  
> 
> 
> 
>  
> 
> 
> --- En date de : Sam 2.8.08, jd <[EMAIL PROTECTED]>
> a écrit :
> De: jd <[EMAIL PROTECTED]>
> Objet: Re: [convirt-users] help configuration xenman an
> obuntu
> À:
>  [EMAIL PROTECTED]
> Date: Samedi 2 Août 2008, 6h39
> 
> Hi Mourad,
>Lets try to sort this out .. :)
> 
> 1.   When you start Ubuntu... you get login screen. What
> user do u login as ?
> As soon as you login, execute xhost +.
> 
> 2.   Then become root and run some other program like
> xclock from that shell.
> If the clock comes up, then you are fine.
> 
> 3.  You seem to be on quite old
>  version of XenMan, would really have to upgrade
> to later version.
> 
>   For some reason you do not want to, you may try 
>  
> http://article.gmane.org/gmane.comp.emulators.xen.xenman.user/51
>   but I really do not recommend it.
> 
> Thansk  
> /Jd
> 
> --- On Fri, 8/1/08, mourad tachouche
> <[EMAIL PROTECTED]> wrote:
> 
> > From: mourad tachouche <[EMAIL PROTECTED]>
> > Subject: Re: [convirt-users] help configuration xenman
> an obuntu
> > To: [EMAIL PROTECTED]
> > Date: Friday, August 1, 2008, 2:25
>  AM
> > thank you for your help 
> > 
> > 
> > 
> > 
> > i version is ubuntu 8.04
> > 
> >  but I always have the same problem when I running the
> > command 
> > 
> >  -- --
> 
> > 
> > 
> > 
> > 
> > 
> >  root @ moumou-laptop: / opt # xhost + 
> > 
> >  xhost: unable to open display "" 
> >
>  
> >  - 
> > 
> > 
> > 
> >  and 
> > 
> >  --
> -- 
> > 
> > 
> > 
> >  root @ moumou-laptop: / opt # sudo xenman 
> > 
> >  /
> >
> var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:
> > 72: GtkWarning: could not open display 
> > 
> >warnings.warn (str (e), _gtk.Warning) 
> > 
> >  Traceback (most recent call last): 
> > 
> >File "/ usr / share /
>  xenman / src /
> > xenman.py", line 31, in  
> > 
> >  NodeProxy from import Node 
> > 
> >File "/ usr / share / xenman / src /
> > NodeProxy.py", line 28, in  
> > 
> >  import XenServerProxy 
> > 
> >File "/ usr / share / xenman / src /
> > XenServerProxy.py", line 33, in  
> > 
> >  xen.util.xmlrpclib2
>  from import ServerProxy 
> > 
> >  ImportError: can not import name ServerProxy 
> > 
> > 
> > think you 
> > 
> > mourad form paris
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  
> > 
> >
> > 
> > 
> > 
> > --- En date de : Jeu 31.7.08, jd
> > <[EMAIL PROTECTED]> a écrit :
> > De: jd <[EMAIL PROTECTED]>
> > Objet: Re: [convirt-users] help configuration xenman
> an
> > obuntu
> > À:
>  xenman-users@lists.sourceforge.net, [EMAIL PROTECTED]
> > Date: Jeudi 31 Juillet 2008, 21h45
> > 
> > Hi
> >

Re: [convirt-users] Fw : Re: help configuration xenman an obuntu

2008-08-03 Thread jd
Ignore that... Saw the email with attachement... 

Yes. the xen version is quite old. Can u move it up to 3.1 atleast ? 

Thanks
/Jd



--- On Sun, 8/3/08, jd <[EMAIL PROTECTED]> wrote:

> From: jd <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] Fw : Re:  help configuration xenman an obuntu
> To: xenman-users@lists.sourceforge.net, "mourad tachouche" <[EMAIL PROTECTED]>
> Date: Sunday, August 3, 2008, 10:02 AM
> hi
>did not see the attachment ? Did u forget to attach ?
>
>Did u try info on the wiki ?
> 
> To install ConVirt 0.8.2 on Ubuntu 8.04 (5 short steps):
> 
>1. Download packages for suse
> (convirt-0.8.2-1.suse.noarch.rpm)
>2. Install alien (sudo apt-get install alien)
>3. Convert ConVirt rpm to deb (sudo alien -d
> convirt-0.8.2-1.suse.noarch.rpm)
>4. Install python-xen-3.2 (sudo apt-get install
> python-xen-3.2)
>5. Install earlier converted deb file (sudo apt-get
> install convirt_0.8.2-2_all.deb) 
> 
> To run convirt use sudo or gksudo (if you want create
> activator on bar or desktop. )
> 
> /Jd
> 
> 
> --- On Sat, 8/2/08, mourad tachouche
> <[EMAIL PROTECTED]> wrote:
> 
> > From: mourad tachouche <[EMAIL PROTECTED]>
> > Subject: [convirt-users] Fw : Re:  help configuration
> xenman an obuntu
> > To: xenman-users@lists.sourceforge.net
> > Date: Saturday, August 2, 2008, 3:20 PM
> >  
> > 
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > thank you for your help 
> > 
> > 
> > 
> >  I update my version to convirt 09 
> > 
> > 
> >   my Xen is :  xen2.6 
> > 
> > 
> > 
> > and 
> >   the default configuration port is 
> > 
> > 
> > 
> >  root @ hypervisor-02: / etc / xen # cat
> xend-config.sxp |
> > grep port 
> > 
> >  # (xend-port 8000) 
> > 
> >  # (xend-relocation-port 8002) 
> > 
> > 
> > 
> > 
> > 
> >  but i have an error message when runnig convirt,
> thank you
> > to see the attached copy of the e-mail
> > 
> > 
> >  
> > 
> > 
> > 
> >  
> > 
> > 
> > --- En date de : Sam 2.8.08, jd
> <[EMAIL PROTECTED]>
> > a écrit :
> > De: jd <[EMAIL PROTECTED]>
> > Objet: Re: [convirt-users] help configuration xenman
> an
> > obuntu
> > À:
> >  [EMAIL PROTECTED]
> > Date: Samedi 2 Août 2008, 6h39
> > 
> > Hi Mourad,
> >Lets try to sort this out .. :)
> > 
> > 1.   When you start Ubuntu... you get login screen.
> What
> > user do u login as ?
> > As soon as you login, execute xhost +.
> > 
> > 2.   Then become root and run some other program like
> > xclock from that shell.
> > If the clock comes up, then you are fine.
> > 
> > 3.  You seem to be on quite old
> >  version of XenMan, would really have to upgrade
> > to later version.
> > 
> >   For some reason you do not want to, you may try 
> >  
> >
> http://article.gmane.org/gmane.comp.emulators.xen.xenman.user/51
> >   but I really do not recommend it.
> > 
> > Thansk  
> > /Jd
> > 
> > --- On Fri, 8/1/08, mourad tachouche
> > <[EMAIL PROTECTED]> wrote:
> > 
> > > From: mourad tachouche <[EMAIL PROTECTED]>
> > > Subject: Re: [convirt-users] help configuration
> xenman
> > an obuntu
> > > To: [EMAIL PROTECTED]
> > > Date: Friday, August 1, 2008, 2:25
> >  AM
> > > thank you for your help 
> > > 
> > > 
> > > 
> > > 
> > > i version is ubuntu 8.04
> > > 
> > >  but I always have the same problem when I
> running the
> > > command 
> > > 
> > > 
> -- --
> > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >  root @ moumou-laptop: / opt # xhost + 
> > > 
> > >  xhost: unable to open display "" 
> > >
> >  
> > >  - 
> > > 
> > > 
> > > 
> > >  and 
> > > 
> > > 
> ------
> > -- 
> > > 
> > > 
> > > 
> > >  root @ moumou-laptop: / opt # sudo xenman 
> > > 
> > >  /
> > >
> >
> var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:
> > > 72: GtkWarning: could not open display 
>

[convirt-users] Links to

2008-08-12 Thread jd
Hi
   Great news. Someone added links to bunch of available ConVirt downloads on 
ConVirt wiki. We really appreciate this contribution. We are still missing 
Debian and Ubuntu distros. Hopefully we will soon get the pointers to them as 
well.

  For those interested, Please check out the 
http://www.convirt.net/wiki/index.php/Download. I have also updated the main   
website download area to have a link to this page.
   
Thanks
/Jd



  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] edit remote vm files and vnc console

2008-08-28 Thread jd
Hi Marco, 

-- Check out /var/log/convirt/convirt.log

-- What distribution ? version ?

-- What Xen version ? xm info or from ConVirt select server and click on the 
Information tab, scroll to bottom and you will find it in the Platform category.

-- ConVirt version ?

-- For VNC, from the convirt machine...try the following.
   ssh -X root@ vncviewer :
   If u have specific port for ssh, try ssh -p  root@ vncviewer 
:
  (Probably port 24 as seen from your config.)
  (You can find domid as first column in the convirt VM list view on the right, 
when you select the server.)
  Let us know if that works out. 

-- On the managed server, execute the command and send in the output.
   netstat -an | grep LISTEN | grep 59

-- When you select a VM and choose Edit Settings.. what happens.

/Jd


--- On Thu, 8/28/08, Marco Strullato  wrote:

> From: Marco Strullato <[EMAIL PROTECTED]>
> Subject: [convirt-users] edit remote vm files and vnc console
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, August 28, 2008, 1:37 AM
> hi all, I'm setting up convirt in a quite big
> environment.
> all hypervisors have 3 interfaces (internal, external,
> managment). A
> ssh server listens to internal interface (internal network)
> on port 22
> and another ssh server listens to the managment network on
> another
> port (managment network)
> the console into I installed convirt has two interfaces
> (internal and managment)
> 
> I set up the console so that ssh key access is enabled to
> other
> hypervisors and I can conect and manage remote hypervisors.
> 
> Now I have two probems:
> 1) I can not edit remote vm config file although I believe
> installed
> all prerequsites as gnome vfs2. I can not find any log that
> says
> something wrong
> 2) I can not see the console of hvm domUs although I
> installed vnc on
> rempote hyps.
> 
> 
> What shoud I check?
> 
> This is my convirt.conf
> 
> 
> [PATHS]
> appliance_store = /var/cache/convirt/appliance_store
> snapshots_dir =
> updates_file = /var/cache/convirt/updates.xml
> exec_path = $PATH:/usr/sbin/
> disks_dir =
> log_dir = /var/log/convirt
> image_store = /var/cache/convirt/image_store
> snapshot_file_ext = .snapshot.xm
> cache_dir = /var/cache/convirt
> xenconf_dir = /etc/xen
> 
> [hyp02]
> platform = xen
> ssh_port = 24
> use_keys = True
> hostname = hyp02
> migration_port = 8002
> xen_protocol = ssh_tunnel
> xen_port = 8006
> address = hyp02
> is_remote = True
> login = root
> vms = []
> 
> [other hyps configuration]
> ...
> ...
> 
> 
> 
> [APPLICATION DATA]
> images = {'9b490328ad2faaad00f7e53631f75eff':
> {'platform': 'xen',
> 'is_template': True, 'location':
> '/var/cache/convirt/image_store/_template_',
> 'id':
> '9b490328ad2faaad00f7e53631f75eff', 'name':
> '_template_'},
> 'b9f757ef19683043b5c6cb8bd88b0577':
> {'platform': 'xen', 'is_template':
> False, 'location':
> '/var/cache/convirt/image_store/Linux_CD_Install',
> 'id': 'b9f757ef19683043b5c6cb8bd88b0577',
> 'name': 'Linux_CD_Install'},
> '5ac3ed0a23fc4716c4f354ecf5c737df':
> {'platform': 'xen', 'is_template':
> False, 'location':
> '/var/cache/convirt/image_store/Windows_CD_Install',
> 'id':
> '5ac3ed0a23fc4716c4f354ecf5c737df', 'name':
> 'Windows_CD_Install'},
> '1d33155a63866aaabd22b59540f9c122':
> {'platform': 'xen', 'is_template':
> False, 'location':
> '/var/cache/convirt/image_store/Fedora_PV_Install',
> 'id': '1d33155a63866aaabd22b59540f9c122',
> 'name':
> 'Fedora_PV_Install'},
> 'f939d4d024dc3382432cbb69ad27be24':
> {'platform':
> 'xen', 'is_template': False,
> 'location':
> '/var/cache/convirt/image_store/CentOS_PV_Install',
> 'id':
> 'f939d4d024dc3382432cbb69ad27be24', 'name':
> 'CentOS_PV_Install'}}
> ref_update_time = 2008-07-29 17:30:00
> groups = {'Desktops': {'name':
> 'Desktops', 'node_list': [],
> 'settings': {}}, 'QA Lab': {'name':
> 'QA Lab', 'node_list': [],
> 'settings': {}}, 'Servers':
> {'name': 'Servers', 'node_list': [],
> 'settings': {}}}
> image_groups = {'32f963c2b76cc9e630817df146ce8f20'

Re: [convirt-users] edit remote vm files and vnc console

2008-09-02 Thread jd
inline


--- On Mon, 9/1/08, Marco Strullato <[EMAIL PROTECTED]> wrote:

> From: Marco Strullato <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] edit remote vm files and vnc console
> To: [EMAIL PROTECTED]
> Cc: xenman-users@lists.sourceforge.net
> Date: Monday, September 1, 2008, 2:28 AM
> Hi, thank you for the replay:
> 
> > -- What distribution ? version ?
> the software I'm using on the console server is xen 3.2
> on centos 5 32
> bits, convirt 0.9; into the xen servers, centos 5 with xen
> 3.2 32 and
> 64 bits, managment ssh on port 24
> 

Thanks for the info.

> I verify that gnome-vfs2 is trying to connect to port 22
> instead of
> port 24 that I specity into convirt.conf. How can I change
> convirt.conf so that convirt connects to port 24 instead of
> port 22?
> 
> 

May be a bug.. let  me check. Will get back to you.

> 
> > -- For VNC, from the convirt machine...try the
> following.
> >   ssh -X root@ vncviewer :
> >   If u have specific port for ssh, try ssh -p
>  root@ vncviewer :
> >  (Probably port 24 as seen from your config.)
> >  (You can find domid as first column in the convirt VM
> list view on the right, when you select the server.)
> >  Let us know if that works out.
> 
> 
> [EMAIL PROTECTED] ~]# ssh -p 24 -X hyp11 vncviewer :1
> Warning: No xauth data; using fake authentication data for
> X11 forwarding.
> VNC Viewer Free Edition 4.1.2 for X - built Mar 14 2007
> 23:13:57
> Copyright (C) 2002-2005 RealVNC Ltd.
> See http://www.realvnc.com for information on VNC.
> vncviewer: unable to open display ""
> 
> 
> unfortunately I have the same results..
> 
> 
> > -- On the managed server, execute the command and send
> in the output.
> >   netstat -an | grep LISTEN | grep 59
> 
> [EMAIL PROTECTED] ~]# netstat -lnt | grep 59
> tcp0  0 127.0.0.1:5900  0.0.0.0:*
>  LISTEN
> tcp0  0 0.0.0.0:59010.0.0.0:*
>  LISTEN
> 

Can you do :
ssh -p 24 -X 
And then echo $DISPLAY.

Please check your login scripts for the root user too see it eh DISPLAY is 
getting unset.


> 
> > -- When you select a VM and choose Edit Settings..
> what happens.
> 
> If I select edit It happens anything but if I select chenge
> a pop up
> windows opens.
> 

Bit unclear on when you dont get anything and when does a pop up window open. 
What does open window look like (title, contents..) ?

Can you please check the convirt.log and send me errors/Exception.

/Jd

> 
> Regards,
> 
> Marco Strullato


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] edit remote vm files and vnc console

2008-09-03 Thread jd
Attached is patch for gnome-vfs to work over custom port. Please try it out  
and let us know. Once confirmed I will put it up for others too.

===
To apply patch, download attached file.
go to convirt install directory

# patch -p0 < patch_gnome_vfs_ssh_port

===

Any progress on getting VNC working from command line ?

Also, pass on convirt.log information to help out with  "Edit setting not 
working"

/Jd


--- On Tue, 9/2/08, jd <[EMAIL PROTECTED]> wrote:

> From: jd <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] edit remote vm files and vnc console
> To: "Marco Strullato" <[EMAIL PROTECTED]>
> Cc: xenman-users@lists.sourceforge.net
> Date: Tuesday, September 2, 2008, 7:00 AM
> inline
> 
> 
> --- On Mon, 9/1/08, Marco Strullato
> <[EMAIL PROTECTED]> wrote:
> 
> > From: Marco Strullato
> <[EMAIL PROTECTED]>
> > Subject: Re: [convirt-users] edit remote vm files and
> vnc console
> > To: [EMAIL PROTECTED]
> > Cc: xenman-users@lists.sourceforge.net
> > Date: Monday, September 1, 2008, 2:28 AM
> > Hi, thank you for the replay:
> > 
> > > -- What distribution ? version ?
> > the software I'm using on the console server is
> xen 3.2
> > on centos 5 32
> > bits, convirt 0.9; into the xen servers, centos 5 with
> xen
> > 3.2 32 and
> > 64 bits, managment ssh on port 24
> > 
> 
> Thanks for the info.
> 
> > I verify that gnome-vfs2 is trying to connect to port
> 22
> > instead of
> > port 24 that I specity into convirt.conf. How can I
> change
> > convirt.conf so that convirt connects to port 24
> instead of
> > port 22?
> > 
> > 
> 
> May be a bug.. let  me check. Will get back to you.
> 
> > 
> > > -- For VNC, from the convirt machine...try the
> > following.
> > >   ssh -X root@ vncviewer
> :
> > >   If u have specific port for ssh, try ssh -p
> >  root@ vncviewer
> :
> > >  (Probably port 24 as seen from your config.)
> > >  (You can find domid as first column in the
> convirt VM
> > list view on the right, when you select the server.)
> > >  Let us know if that works out.
> > 
> > 
> > [EMAIL PROTECTED] ~]# ssh -p 24 -X hyp11 vncviewer :1
> > Warning: No xauth data; using fake authentication data
> for
> > X11 forwarding.
> > VNC Viewer Free Edition 4.1.2 for X - built Mar 14
> 2007
> > 23:13:57
> > Copyright (C) 2002-2005 RealVNC Ltd.
> > See http://www.realvnc.com for information on VNC.
> > vncviewer: unable to open display ""
> > 
> > 
> > unfortunately I have the same results..
> > 
> > 
> > > -- On the managed server, execute the command and
> send
> > in the output.
> > >   netstat -an | grep LISTEN | grep 59
> > 
> > [EMAIL PROTECTED] ~]# netstat -lnt | grep 59
> > tcp0  0 127.0.0.1:5900 
> 0.0.0.0:*
> >  LISTEN
> > tcp0  0 0.0.0.0:5901   
> 0.0.0.0:*
> >  LISTEN
> > 
> 
> Can you do :
> ssh -p 24 -X 
> And then echo $DISPLAY.
> 
> Please check your login scripts for the root user too see
> it eh DISPLAY is getting unset.
> 
> 
> > 
> > > -- When you select a VM and choose Edit
> Settings..
> > what happens.
> > 
> > If I select edit It happens anything but if I select
> chenge
> > a pop up
> > windows opens.
> > 
> 
> Bit unclear on when you dont get anything and when does a
> pop up window open. What does open window look like (title,
> contents..) ?
> 
> Can you please check the convirt.log and send me
> errors/Exception.
> 
> /Jd
> 
> > 
> > Regards,
> > 
> > Marco Strullato


  -
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] virtual machine does not start

2008-09-03 Thread jd
Hi Devi,

Responses inline


--- On Wed, 9/3/08, devi thapa <[EMAIL PROTECTED]> wrote:

> From: devi thapa <[EMAIL PROTECTED]>
> Subject: [convirt-users] virtual machine does not start
> To: xenman-users@lists.sourceforge.net
> Date: Wednesday, September 3, 2008, 11:01 PM
> Hi
> 
>  I am using xen 3.1.2  and convirt 0.8.2.
> When I try to create and start a virtual machine , its 
> hanging for a while,
> then giving an error
> 
What distribution, version ?

> "Using config file "/etc/xen/virtmach1
> Error: Device 0 (vif) could not be connected. Hotplug
> scripts not working.
> virtmach1 is not started"
> 

your vm config details would help. attach the file if possible. 

> I am using command "xm create virtmach1"

Does this work or gives the same problem ?

Also, take a look in to 
a. /var/log/xend/xend-debug.log
b. /var/log/messages.

> I restarted Xend, but no use.
> Xend is running well. Please help me out with this.
> 
> Regards,
> Devi
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] edit remote vm files and vnc console

2008-09-04 Thread jd
Did you check your ~/.bashrc or ~/.cshrc to see if the DISPLAY variable is 
getting unset somewhereCheck /etc/bashrc and /etc/cshrc too depending on 
the shell that is associated with root user.

The config file looks ok.. I mean nothing jumps out as being wrong.

Glad to hear that your edit setting problem got resolved. (Is there anything we 
can do to improve doc, so other users do not run in to similar problem)

/Jd


--- On Thu, 9/4/08, Marco Strullato <[EMAIL PROTECTED]> wrote:

> From: Marco Strullato <[EMAIL PROTECTED]>
> Subject: Re: [convirt-users] edit remote vm files and vnc console
> To: [EMAIL PROTECTED]
> Cc: xenman-users@lists.sourceforge.net
> Date: Thursday, September 4, 2008, 8:02 AM
> Hi
> 
> 
> > Can you do :
> > ssh -p 24 -X
> > And then echo $DISPLAY.
> >
> > Please check your login scripts for the root user too
> see it eh DISPLAY is getting unset.
> If I do ssh -p 24 -X hyp03 from the console machine to a
> hypervisor I
> get an emply DISPLAY variable
> 
> Exactly I get
> 
> 
> Warning: No xauth data; using fake authentication data for
> X11 forwarding.
> 
> VNC Viewer Free Edition 4.1.2 for X - built Mar 14 2007
> 23:13:57
> Copyright (C) 2002-2005 RealVNC Ltd.
> See http://www.realvnc.com for information on VNC.
> vncviewer: unable to open display ""
> 
> You can find logs but I believe they will be unuseful..
> 
> I believe it could be a problem of my xen hvm configuration
> file. What
> do you think?
> 
> kernel = "/usr/lib/xen/boot/hvmloader"
> builder='hvm'
> memory =2048
> shadow_memory = 8
> name = "servername"
> vcpus=2
> #pae=0
> acpi=0
> apic=0
> disk = [ 'phy:/dev/HYP11VM/SERVER,ioemu:hda,w']
> device_model = '/usr/lib64/xen/bin/qemu-dm'
> boot="c"
> #snapshot=1
> sdl=0
> vnc=1
> vncviewer=1
> vnclisten="0.0.0.0"
> #vncconsole=1
> #vncpasswd='abc123'
> #stdvga=1
> #serial='pty'
> #localtime=1
> vif = [ 'type=ioemu, bridge=eth0']
> ne2000=0
> 
> 
> 
> 
> >> > -- When you select a VM and choose Edit
> Settings..
> >> what happens.
> >>
> >> If I select edit It happens anything but if I
> select chenge
> >> a pop up
> >> windows opens.
> >>
> >
> > Bit unclear on when you dont get anything and when
> does a pop up window open. What does open window look like
> (title, contents..) ?
> 
> About this this is a mine mistake. It works
> 
> 
> 
> > Can you please check the convirt.log and send me
> errors/Exception.
> 
> 
> 
> Regards,
> 
> Marco Strullato
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] Test email.

2008-09-30 Thread jd
Hi
  Just checking that after sourceforge upgrade the list is working...
  Please ping back or drop a note to [EMAIL PROTECTED]

Thanks
/Jd


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 0.9.5 released

2008-10-02 Thread jd
Hi Guys,

We are pleased to announce ConVirt 0.9.5 which includes 

* drag and drop live migration for KVM
* Storage Management and 
* some critical bug fixes 

For more information, please visit us at http://www.convirt.net/ 

Thanks
ConVirt Team


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 0.9.6 Released.

2008-11-17 Thread jd
Hi Everyone, 

We are pleased to announce ConVirt 0.9.6. This release has some UI 
improvements, feature enhancements and critical bug fixes. For more 
information, please visit http://www.convirt.net.

Thanks
ConVirt Team



  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] [Xen-users] ConVirt 0.9.6 Released.

2008-11-18 Thread jd
http://xenman.sourceforge.net/wiki/index.php/Xen_ubuntu

Check out Ubuntu 8.0.4 section. 

/Jd


--- On Tue, 11/18/08, Peter Privat <[EMAIL PROTECTED]> wrote:

> From: Peter Privat <[EMAIL PROTECTED]>
> Subject: Re: [Xen-users] ConVirt 0.9.6 Released.
> To: [EMAIL PROTECTED]
> Cc: "xenman-users" , "xenman-packaging" 
> <[EMAIL PROTECTED]>, "KVM List" <[EMAIL PROTECTED]>, "XenUsers" <[EMAIL 
> PROTECTED]>
> Date: Tuesday, November 18, 2008, 12:06 AM
> On Mon, 2008-11-17 at 05:32 -0800, jd wrote:
> 
> > Hi Everyone, 
> > 
> > We are pleased to announce ConVirt 0.9.6. This release
> has some UI improvements, feature enhancements and critical
> bug fixes. For more information, please visit
> http://www.convirt.net.
> > 
> > Thanks
> > ConVirt Team
> 
> 
> Interresting tools indeed!
> How do I install Convirt to Debian (ubuntu)?
> I see only RPM releases at the website...
> 
> /Peter
> ___
> Xen-users mailing list
> [EMAIL PROTECTED]
> http://lists.xensource.com/xen-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] Recommended patch for 0.9.6

2008-11-19 Thread jd
Hi 
  Here is a recommended patch for ConVirt 0.9.6 release. Kindly apply it to 
your environment.

https://sourceforge.net/tracker/index.php?func=detail&aid=2316134&group_id=168929&atid=848458

Thanks to gazzonyx for pointing out.
/Jd


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Setting up Image Store

2008-11-19 Thread jd
I have not tried Ubuntu PV image. I usually use the Linux_CD_Install HVM image 
and point to the iso.

I can think of 2 options : 

1. do a create like on CentOS_PV_Image and then find xen kernel and ramdisk  
that will kick of install and update following values in the Provision tab.
   kernel_src
   initrd_src
   KERNEL_TYPE (used as name space so different kernels do not stomp over each 
other.)

  Can any one more from the Ubuntu world point out if such kernel/ramdisk 
combination are available online ? (i.e. something parallel to 
http://mirrors.usc.edu/pub/linux/distributions/centos/5/os/i386/images/xen )

2. -- Create like from CenOS_PV_image
   -- Use debbootstrap and create a reference PV Ubuntu guest image disk. 
(there are bunch of articles on internet to do so. )
   -- copy the disk image under new image directory.
   -- then do an edit settings for the image : 
  -- select disk and click properties.
  -- change option "create new disk" to "clone from reference disk"
  -- provide the path of the reference disk 
   
Hope this helps.
/Jd


--- On Tue, 11/18/08, Linux ETC General Information <[EMAIL PROTECTED]> wrote:

> From: Linux ETC General Information <[EMAIL PROTECTED]>
> Subject: [convirt-users] Setting up Image Store
> To: xenman-users@lists.sourceforge.net
> Date: Tuesday, November 18, 2008, 9:48 AM
> As a slight heads up a newbie to the list and to ConVirt. 
> Learning Xen some as well, but moving along pretty decently.
> 
> Have the latest ConVirt 0.9.6 running on a CentOS 5.2
> (x86_64) host/Dom0 with the Xen 3.3 from the gitco repos. 
> The hardware does not permit full virtualization, so only
> paravirtualization can be used here.  Can make CentOS and
> Fedora virtual machines just fine.
> 
> What I would like to do is be able to make an Ubuntu LTS
> (6.06 preferred or 8.04) server template as well.  I have
> Googled around a bit, and it seems nothing solid so far has
> stood out.
> 
> Thoughts and suggestions are welcomed.  TIA.
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] convirt,iscsi and debian etch

2008-11-28 Thread jd
Thanks for input. Is it easy to upgrade existing environment to have the right 
version ? 

Milind, can we check for the version reliably? May be we need to find out what 
version the P3 option was added.

What error do u see in the product ? May be an entry with the error message   
on http://xenman.sourceforge.net/wiki/index.php/FAQ under troubleshooting 
section would be appropriate.

ConVirt in the current release does not automatically do the ATTACH and DETACH 
but are reserved for future. Thanks for testing them out anyway :) 

Thanks
/Jd


--- On Wed, 11/26/08, Denis Cardon <[EMAIL PROTECTED]> wrote:

> From: Denis Cardon <[EMAIL PROTECTED]>
> Subject: [convirt-users] convirt,iscsi and debian etch
> To: xenman-users@lists.sourceforge.net
> Date: Wednesday, November 26, 2008, 1:00 AM
> Hi,
> 
> First I'd like to thanks you all for the great job you
> are doing on 
> convirt. I guess it is really not far from being production
> ready!
> 
> it seems that convirt iscsi script 
> (./convirt-0.9.6/storage/scripts/iscsi/storage.sh) uses
> iscsiadm "-P3" 
> flag which is not available on iscsiadm version 2.0-730
> coming with 
> debian etch (it is ok with debian lenny, version 2.0.870).
> Is there any 
> work around? Or should I add it to the caveat list in the
> wiki? Would it 
> be possible to add a warning if isciadm is too old?
> 
> Otherwise storage.sh ATTACH an DETACH operation works fine
> on etch 
> (tested on command line since convirt couldn't invoke
> GET_DISKS because 
> of the above mentionned bug).
> 
> Cheers,
> 
> Denis
> 
> -- 
> Denis Cardon
> Tranquil IT Systems
> 44 bvd des pas enchantés
> 44230 Saint Sébastien sur Loire
> tel : +33 (0) 2.40.97.57.56
> http://www.tranquil-it-systems.fr
> 
> 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] Test message...

2008-12-11 Thread jd
Testing.. mailing list..

/Jd


  

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] ssh configuration issue

2008-12-17 Thread jd
Hi Himanshu,

  Can you please provide some more details.

  What distro?  is it 64 bit ? What version of ConVirt ? Do you know version of 
Paramiko ?

  They probably are not related. can u attach the log and send it to my email 
addr. The eof seems to be happening after 2 min... is there anything else in 
thread 2 ?

  I am assuming that without convirt you are able to talk to the server using 
ssh from a shell without password. right ? 

Thanks
/Jd


--- On Wed, 12/17/08, Himanshu Khona  wrote:

> From: Himanshu Khona 
> Subject: Re: [convirt-users] ssh configuration issue
> To: xenman-users@lists.sourceforge.net
> Date: Wednesday, December 17, 2008, 4:29 AM
> Also When I try to run convirt on the managed server, it
> gives me the
> following error -ImportError:
> /usr/lib/python2.4/site-packages/Crypto/Cipher/DES3.so:
> wrong ELF class:
> ELFCLASS32
> 
> I am not sure if these are related in anyways.
> Thanks,
> Himanshu
> On Wed, Dec 17, 2008 at 5:32 PM, Himanshu Khona
> wrote:
> 
> > Hi -I have configured ssh with keys and ssh agent and
> trying to add the
> > server.
> > It give me an error saying 0agent authentication
> failed.
> > The convirt.log is as follows -
> > Could not initialize ssh for sunstorage 22
> > Traceback (most recent call last):
> >   File
> "/usr/share/convirt/src/convirt/client/XenUI.py",
> line 278, in
> > on_ok_button_clicked
> > node.connect()
> >   File
> "/usr/share/convirt/src/convirt/core/model/VNode.py",
> line 278, in
> > connect
> > ManagedNode.connect(self)
> >   File
> "/usr/share/convirt/src/convirt/core/model/ManagedNode.py",
> line
> > 120, in connect
> > self._init_node_proxy()
> >   File
> "/usr/share/convirt/src/convirt/core/model/ManagedNode.py",
> line
> > 255, in _init_node_proxy
> > raise e
> > AuthenticationException: [Error 0], Agent
> authentication failed
> >
> > The paramiko.log is as follows -
> > DEB [20081217-17:17:10.128] thr=1  
> paramiko.transport: starting thread
> > (client mode): 0xB79088CCL
> > INF [20081217-17:17:10.134] thr=1  
> paramiko.transport: Connected (version
> > 2.0, client OpenSSH_4.3)
> > DEB [20081217-17:17:10.137] thr=1  
> paramiko.transport: kex
> > algos:['diffie-hellman-group-exchange-sha1',
> 'diffie-hellman-group14-sha1',
> > 'diffie-hellman-group1-sha1'] server
> key:['ssh-rsa', 'ssh-dss'] client
> > encrypt:['aes128-cbc', '3des-cbc',
> 'blowfish-cbc', 'cast128-cbc',
> > 'arcfour128', 'arcfour256',
> 'arcfour', 'aes192-cbc',
> 'aes256-cbc', '
> > rijndael-...@lysator.liu.se',
> 'aes128-ctr', 'aes192-ctr',
> 'aes256-ctr']
> > server encrypt:['aes128-cbc',
> '3des-cbc', 'blowfish-cbc',
> 'cast128-cbc',
> > 'arcfour128', 'arcfour256',
> 'arcfour', 'aes192-cbc',
> 'aes256-cbc', '
> > rijndael-...@lysator.liu.se',
> 'aes128-ctr', 'aes192-ctr',
> 'aes256-ctr']
> > client mac:['hmac-md5', 'hmac-sha1',
> 'hmac-ripemd160', '
> > hmac-ripemd...@openssh.com',
> 'hmac-sha1-96', 'hmac-md5-96'] server
> > mac:['hmac-md5', 'hmac-sha1',
> 'hmac-ripemd160', '
> > hmac-ripemd...@openssh.com',
> 'hmac-sha1-96', 'hmac-md5-96'] client
> > compress:['none', 'z...@openssh.com']
> server compress:['none', '
> > z...@openssh.com'] client lang:[''] server
> lang:[''] kex follows?False
> > DEB [20081217-17:17:10.137] thr=1  
> paramiko.transport: Ciphers agreed:
> > local=aes128-cbc, remote=aes128-cbc
> > DEB [20081217-17:17:10.137] thr=1  
> paramiko.transport: using kex
> > diffie-hellman-group1-sha1; server key type ssh-rsa;
> cipher: local
> > aes128-cbc, remote aes128-cbc; mac: local hmac-sha1,
> remote hmac-sha1;
> > compression: local none, remote none
> > DEB [20081217-17:17:10.299] thr=1  
> paramiko.transport: Switch to new keys
> > ...
> > DEB [20081217-17:19:10.134] thr=1  
> paramiko.transport: EOF in transport
> > thread
> > DEB [20081217-17:26:47.559] thr=2  
> paramiko.transport: starting thread
> > (client mode): 0xB790466CL
> > INF [20081217-17:26:47.567] thr=2  
> paramiko.transport: Connected (version
>

Re: [convirt-users] ConVirt pause-button

2008-12-19 Thread jd
Yes indeed, I was looking for it. This is great. Thanks. Do you know which KVM 
version would ur patch be in ? 

I will have to look in to this as this is related to the migration of KVM. 
During migration, we create a KVM instance with --incoming switch... and when 
in this state, the monitor remains in the blocked state.  i.e. all attempt to 
give commands would block. To display correct state of the VM, we keep polling 
the vm status, which would hang.

I had read some traffic about changing this blocking behavior during migration. 
If this is changed, then we can enable the pause/resume feature in the product. 
Do u know about the migration behavior change I am talking about ?

Thanks
/Jd


--- On Fri, 12/19/08, Philipp Wehrheim  wrote:

> From: Philipp Wehrheim 
> Subject: [convirt-users] ConVirt pause-button
> To: xenman-users@lists.sourceforge.net
> Date: Friday, December 19, 2008, 4:11 AM
> Hey,
> 
> the qemu guys just accepted a small patch that makes
> it possible to trigger the VM-status (running|paused).
> Since ConVirt is stateless this information is needed
> in order to indicate the VM status in the gui etc etc.
> 
> http://svn.savannah.gnu.org/viewvc?view=rev&root=qemu&revision=6094
> 
> @jd as you were talking about this functionality
> (@kvm-list) some time
> ago do you have already some code to implement it in
> convirt?
> 
> bye
> flip
> 
> --
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] How can HA be achieved with convirt?

2008-12-22 Thread jd
Hi Himanshu, 
A couple of other users have also shown interest in this feature. We are 
investigating if we can make ConVirt work with heartbeat2/stonith approach. 
This way we do not need to build a native scheme from ground up. Stay tuned. 

/Jd


--- On Sun, 12/21/08, Himanshu Khona  wrote:

> From: Himanshu Khona 
> Subject: [convirt-users] How can HA be achieved with convirt?
> To: xenman-users@lists.sourceforge.net, jdsw2...@yahoo.com
> Date: Sunday, December 21, 2008, 11:24 PM
> Hi -I understand there is a livemigrate feature with
> Convirt.
> I want solution to an issue where physical node where to go
> down.
> if I have a shared storage, can I startup the VMs on the
> other live nodes?
> please let me know.
> Thanks,
> Himanshu
> --
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Convirt persistence

2008-12-22 Thread jd
As the authentication is done via keys..(external to ConVirt..)
-- if it is invoked from the right shell, the connection would work.
-- if invoked from a shell without ssh-agent, it will fail. 

I will look in to paramiko, if we can avoid, ssh-agent, it might be possible.


/Jd


--- On Sun, 12/21/08, Himanshu Khona  wrote:

> From: Himanshu Khona 
> Subject: [convirt-users] Convirt persistence
> To: xenman-users@lists.sourceforge.net, jdsw2...@yahoo.com
> Date: Sunday, December 21, 2008, 10:22 PM
> Dear Jd  and all - As I mentioned earlier the keys issue got
> resolved after
> I invoked convirt from a shell on which ssh keys were added
> to ssh-agent.
> Now - My questions is, what happens when I get out of
> convirt and mistakenly
> invoke it from a shell which does not have ssh-agent
> running?
> Will it fail to connect to that managed nodes? Or once
> added, it stores all
> the necessary information to persistent db?
> If it is latter, then that is fine otherwise this I believe
> is an
> enhancement which will be good for convirt.
> Thanks,
> Himanshu
> --
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] How can HA be achieved with convirt?

2008-12-23 Thread jd
Yes... it should support N+1 topology.
I will send out a note once things become bit more concrete. 
Do you use (plan to use) hearbeat2 ?
/Jd


--- On Mon, 12/22/08, Himanshu Khona  wrote:

> From: Himanshu Khona 
> Subject: Re: [convirt-users] How can HA be achieved with convirt?
> To: jdsw2...@yahoo.com
> Cc: xenman-users@lists.sourceforge.net
> Date: Monday, December 22, 2008, 8:08 PM
> Dear jd -Is there a timeline for the same? Just a thought
> below -
> The best way to achieve HA is not to do 1:1 HA.
> For e.g. I have 8 node cluster, I can keep just 1 server
> resources free to
> sustain 1 server breakdown.
> Or The system itself should determine how much % breakdown
> I can sustain or
> something called risilience factor.
> 
> Thanks,
> Himanshu
> 
> On Tue, Dec 23, 2008 at 12:10 AM, jd
>  wrote:
> 
> > Hi Himanshu,
> >A couple of other users have also shown interest in
> this feature. We are
> > investigating if we can make ConVirt work with
> heartbeat2/stonith approach.
> > This way we do not need to build a native scheme from
> ground up. Stay tuned.
> >
> > /Jd
> >
> >
> > --- On Sun, 12/21/08, Himanshu Khona
>  wrote:
> >
> > > From: Himanshu Khona
> 
> > > Subject: [convirt-users] How can HA be achieved
> with convirt?
> > > To: xenman-users@lists.sourceforge.net,
> jdsw2...@yahoo.com
> > > Date: Sunday, December 21, 2008, 11:24 PM
> > > Hi -I understand there is a livemigrate feature
> with
> > > Convirt.
> > > I want solution to an issue where physical node
> where to go
> > > down.
> > > if I have a shared storage, can I startup the VMs
> on the
> > > other live nodes?
> > > please let me know.
> > > Thanks,
> > > Himanshu
> > >
> >
> --
> > > ___
> > > XenMan-Users mailing list
> > > XenMan-Users@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> >
> >
> >
> >
> --
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] AOE - Using it for HA/Livemigration

2008-12-23 Thread jd
Yes.. important thing is to make sure that the node down detection is solid and 
at no point more than one VM is accessing the disk.. which might result in 
corruption.

/Jd



--- On Mon, 12/22/08, Himanshu Khona  wrote:

> From: Himanshu Khona 
> Subject: Re: [convirt-users] AOE - Using it for HA/Livemigration
> To: jdsw2...@yahoo.com, xenman-users@lists.sourceforge.net
> Date: Monday, December 22, 2008, 7:50 PM
> Yes, This works absolutely fine.I also test a way to achieve
> offline HA.
> Meaning that if a VM were to go down or a physical machine
> were to go down.
> Provision a VM with exact same disk on another physical
> server and you get
> the last working state of the image.
> So from a HA perspective, the easiest way would be to have
> volumes or disks
> visible on multiple physical servers and as soon as a
> physical server is
> lost, start up the VM on another node rather then manually
> provision the VM.
> Thanks,
> Himanshu
> 
> On Tue, Dec 23, 2008 at 12:15 AM, jd
>  wrote:
> 
> > No it is not necessary.  It should work.
> > The device name on both machines should be the same.
> > Post the results on the convirt-users mailing list.
> > /Jd
> >
> >
> > --- On Sun, 12/21/08, Himanshu Khona
>  wrote:
> >
> > > From: Himanshu Khona
> 
> > > Subject: Re: [convirt-users] AOE - Using it for
> HA/Livemigration
> > > To: jdsw2...@yahoo.com
> > > Date: Sunday, December 21, 2008, 10:15 PM
> > > Hi jd -If I have AOE storage configured and
> visible o
> > > another server.
> > > Can I livemigrate VMs? Or it necessarily needs
> NFS?
> > > Please let me know.
> > > Thanks,
> > > Himanshu
> > >
> > > On Sat, Dec 20, 2008 at 12:56 AM, jd
> > >  wrote:
> > >
> > > > Lets handle AOE on a separate thread. I
> think lets get
> > > this paramiko issue
> > > > get resolved. As for using AOE also, we use
> exec
> > > cmds.. to get the aoe-stat
> > > > etc
> > > >
> > > > By the way, you seem to be adding sunstorage
> box as
> > > the managed server.. is
> > > > that correct ? Can u explain a bit about the
> setup. It
> > > might be relevant.
> > > >
> > > > Thanks
> > > > /Jd
> > > >
> > > >
> > > > --- On Thu, 12/18/08, Himanshu Khona
> > >  wrote:
> > > >
> > > > > From: Himanshu Khona
> > > 
> > > > > Subject: Re: [convirt-users] ssh
> configuration
> > > issue
> > > > > To: jdsw2...@yahoo.com
> > > > > Date: Thursday, December 18, 2008, 9:57
> PM
> > > > > Looks like it connects the box but not
> working
> > > very well
> > > > > when I add AOE
> > > > > storage.I am attaching the logs with
> this email.
> > > Please let
> > > > > me know your
> > > > > observation.
> > > > > I will register to paramiko for the
> keys issus.
> > > > > Thanks,
> > > > > Himanshu
> > > > >
> > > > > On Fri, Dec 19, 2008 at 11:15 AM, jd
> > > > >  wrote:
> > > > >
> > > > > > http://www.lag.net/paramiko/
> > > > > > They have a mailing list.
> param...@lag.net,
> > > you will
> > > > > have to register for
> > > > > > it.
> > > > > > btw, password auth is also done
> via
> > > paramiko.
> > > > > > Please cc me on the
> communications.
> > > > > > Thanks
> > > > > > /Jd
> > > > > >
> > > > > >
> > > > > > --- On Thu, 12/18/08, Himanshu
> Khona
> > > > >  wrote:
> > > > > >
> > > > > > > From: Himanshu Khona
> > > > > 
> > > > > > > Subject: Re: [convirt-users]
> ssh
> > > configuration
> > > > > issue
> > > > > > > To: jdsw2...@yahoo.com
> > > > > > > Date: Thursday, December 18,
> 2008, 9:42
> > > PM
> > > > > > > Well one good news. It worked
> with the
> > > password
> > > > > ;) So issue
> > > > > > > is definitely
> > > > > > > with the keys based
> authentication. Is
> > > that what
> > > > > paramiko
> > > > > > > does? Who from
> > > > 

Re: [convirt-users] Convirt on Ubuntu

2009-01-03 Thread jd
Hi Andrew

   I think you probably missed our patched area and some forum discussion on 
the iscsi problem. There is a patch available that fixes the issues you have in 
the diff.

   Andrew, what version of iscsi did u have by default on Ubuntu 8.10 and what 
did u end up with after the backport. Milind, Any comments on the iscsiadm 
version problem on Ubuntu ?

   I will take a look at the log for the hang and see if I can spot anything. 
Does it happen if you wait for the summary area to be populated and then expand 
the groups and nodes ?
 
   For the migration problem, it seems there may not be corresponding VM config 
file for the running VM (testvm2). 
 -- when the VM is running on the first node, can you do an Edit Settings for 
the VM and see config parameters ? 
 -- When u shutdown / kill that VM, does it disappear from the tree ?
 You may want to select the managed server (vmhost2) and use Import config 
file(s) menu option and select the config file for the testvm2. Start the VM 
and try migration. Let us know how it goes, and we can dig further in to it.

Regarding Linux Distros : 
-- We are currently using Fedora with KVM-70 and Cent OS 5.2 with KVM-72 for 
most things. We do have Ubuntu, SLES, etc.. for testing as well.

It would be great, if others can also share their distributions that are 
working well for them.


Thanks
/Jd


 
 

  
  
   

--- On Sat, 1/3/09, Andrew Séguin  wrote:

> From: Andrew Séguin 
> Subject: [convirt-users] Convirt on Ubuntu
> To: xenman-users@lists.sourceforge.net
> Date: Saturday, January 3, 2009, 5:02 AM
> Hi,
> 
> Convirt seems a great software solution, many thanks to all
> working on it.
> I'd like to report on my recent experiences with it
> under Ubuntu 8.10 (mixed
> success) and see if you have any tips as to the problems
> I'm still facing.
> 
> First, a little about the environment: it consists of
> Ubuntu 8.10 i386
> desktop  on a pentium 4 ("vmconsole"), and of
> Ubuntu 8.10 64bit server on
> two Xeon systems ("vmhost1" and
> "vmhost2")
> 
> A seperate system exports a folder over NFS (virtual
> machine files, CD iso
> images, etc), and exports logical volumes as iSCSI targets
> (one target per
> virtual machine). The NFS mount is the same on all three
> systems, iSCSI
> targets are visible on all three systems. I believe this
> should be a fair
> setup to support/test live migration?
> 
> I first faced an Ubuntu specific problem (problems with
> iscsiadm), where I
> ended up experimentaly "backporting" the package
> for Ubuntu Jaunty (9.x) to
> get support for iscsiadm -m session.
> 
> Second, I had to patch a little the iscsi storage.sh script
> (see the
> attached convirt_iscsi_StorageScript.txt for a diff &
> notes), to be able to
> get the Storage feature to work from the gui.
> 
> After those two issues, I was able to provision a testvm1
> to vmhost1, and
> testvm2 to vmhost2 (using an iso file as the CD drive, and
> an iscsi target
> for the first hard disk), and started installations of
> Ubuntu i386 in them,
> attach to the console without problems.
> 
> But here start some blocking points for me:
> 
> First, ConVirt freezes from time to time, it would seem
> when I click to look
> at the summary of a server or at the summary of all servers
> in one server
> group - however I can't pinpoint the exact cause. I
> attached the relevant
> parts of the logs in ConvirtFreeze_LogTails.txt. I manage
> to work by
> clicking on Image Store before clicking on the arrow to
> expand a server
> (which causes ConVirt to ask me for the password). After
> that, I can freely
> click on any VM, but clicking on a server or server group
> is risking a
> freeze. I'll see about trying later to setup ssh keys
> later to see if that
> helps something.
> 
> Second, live migration is not working. When I drag testvm2
> from vmhost2 to
> vmhost1, the system first reminded me "gently"
> that I needed socat
> installed. Fixed that, now the message is as follows:
> Migrate domain /
> Errors in migrate all operations / Error migrating testvm2:
> 'NoneType'
> object has no attribute 'set_managed_node'. If
> it's related, when I right
> click on a VM, choose "Change VM Settings", all
> the fields are blank. I've
> attached LiveMigrateException_ConvirtLog.txt with the
> exceptions as a live
> migrate is attempted.
> 
> So, once again, thanks for the interesting software, but
> any thoughts what
> might be the cause of the above two problems would be quite
> welcome (or how
> I can debug further).
> 
> Many thanks,
> Andrew
> 
> ps: 

Re: [convirt-users] management

2009-01-09 Thread jd
Please take a few moment at the features place to see current capabilities.

http://xenman.sourceforge.net/features.html


-- Backup and restore : From what we have heard, many users prefer their 
traditional back up systems. 

-- Snapshots : What are you referring to here  ? Currently ConVirt allows the 
state of the VM to be saved in to a file. The VM can be started again from the 
saved snapshot. (remember, it is wise not to disturb the VM disk between 
snapshot and restore.)

-- Migration : yes. We do support migration. 


If you have specific usecase or requirements in any of the above areas, we 
would love to hear about it.

/Jd

--- On Thu, 1/8/09, Brian Krusic  wrote:

> From: Brian Krusic 
> Subject: [convirt-users] management
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, January 8, 2009, 10:20 PM
> Hi all,
> 
> I've eval'd a few Xen management tools and my head
> is swimming already.
> 
> Before I dive into ConVirt, my goal is the be able to
> manage the domU  
> image which is a file on my local dom0 file system in tems
> of;
> 
> - snapshots
> - backups
> - restores
> - migration from 1 dom0 to another incase my production
> dom0 box is  
> dying.
> 
> Will convirt do these?
> 
> - Brian
> 
> 
> 
> 
> --
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] general need and convirt usage

2009-01-14 Thread jd
Hi Brian, 

--   Could you explain a bit about how you created current DomUs that you are 
talking about in the email. That would help.

-- Does your hardware support virtualization ? (pass on xm info)
   
-- Could u explain the exact selection steps for : "When I provision, nothing 
happens"  What are u selecting .. ?

* How do you do backup today?.. or did it before virtualization.  (ConVirt does 
not have any backup features built in.)
 
* What is your current DR setup, how is your storage structured. ConVirt allows 
you to keep the config and the disks on a shared storage. When things fail, you 
can use the shared vm config files on other machines and start the services. 
(This is very basic approach..and has down time associated with it. .. the less 
downtime you need, the more sophisticated/complex solution you require.)


/Jd


--- On Wed, 1/14/09, Brian Krusic  wrote:

> From: Brian Krusic 
> Subject: [convirt-users] general need and convirt usage
> To: xenman-users@lists.sourceforge.net
> Date: Wednesday, January 14, 2009, 4:47 PM
> Hi all,
> 
> I've tried several management tools and I hope Convirt
> is the last.
> 
> I have a mixed RHEL 5.2 and Centos5.2 as my dom0s and
> domUs.
> 
> Can I import my current domUs to manage them?
> 
> How do I create a Xen domU VM using Convirt?
> 
> Within the Convirt UI, I choose Provision VM and nothing
> happens.
> 
>  From the UI, to import a VM do I choose its disk image
> file (/var/lib/ 
> xen/images) or its control file (/etc/xen).
> 
> I've got my domUs starting up and shutting down when
> dom0 does the same.
> 
> My goal is to;
> 
> - create backups and snapshots of my domUs.
> - be able to either move my dom0s or domUs to anther
> physical host  
> during DR situations.
> 
> I'm sure this post seems tarded to some of you,but
> I'm good after  
> getting a nudge in the right direction.
> 
> Thanks in advance,
> 
> - Brian
> 
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] simple snapshot/backup scripts

2009-01-15 Thread jd
Here are few pointers : 

http://wiki.linuxservertech.com/index.php/Back_Up_Xen_Image
http://www.johnandcailin.com/blog/john/backing-your-xen-domains
http://www.watters.ws/wiki/index.php/Xen_Backup_Script



--- On Thu, 1/15/09, Brian Krusic  wrote:

> From: Brian Krusic 
> Subject: [convirt-users] simple snapshot/backup scripts
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, January 15, 2009, 11:16 AM
> Hi all,
> 
> Does any one have a script I can look at for doing live
> backups/ 
> snapshots of domUs?
> 
> - Brian
> 
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] unexpected image sizes

2009-01-15 Thread jd
It is showing less than 300 G because it is a sparse file. (all the blocks are 
not allocated upfront.)

The difference on the NFS server *may* be because of the BUG mentioned in the 
man page. 

" On BSD systems, `du' reports sizes that are half the correct values
for files that are NFS-mounted from HP-UX systems.  On HP-UX systems,
it reports sizes that are twice the correct values for files that are
NFS-mounted from BSD systems.  This is due to a flaw in HP-UX; it also
affects the HP-UX `du' program."

/Jd



--- On Thu, 1/15/09, Brian Krusic  wrote:

> From: Brian Krusic 
> Subject: [convirt-users] unexpected image sizes
> To: xenman-users@lists.sourceforge.net
> Date: Thursday, January 15, 2009, 3:05 PM
> Hi all,
> 
> So I shutdown my domU to copy it to a backup location (yes,
> I am still  
> trying to find a way to do a live backup/snapshot so if
> anyone has  
> suggestions, I would love to hear).
> 
> So, du -h /var/lib/xen/images/host.img
> 
> ... shows 18G
> 
> So I copy it to my NFS mounted backup machine and upon
> doing a du -h / 
> nfs-share/backups/host.img
> 
> ... show 7.6G.
> 
> This domU is actually set to have 300G but I didn't
> allocate all of  
> the disk space during domU creation.
> 
> Any ideas?  I would prefer some predictability here.
> 
> Incidentally, from within the domU itself, I do a df -h and
> I get;
> 
> /dev/mapper/VolGroup00-LogVol00 282G size, 5.2G used, 263G
> available
> /dev/xvda1 99M size, 21M used, 74M available
> tmpfs 2.0G size, 0 used, 2.0G available
> 
> 
> - Brian
> 
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Authentication Refused

2009-02-02 Thread jd
As per 
http://xenman.sourceforge.net/wiki/index.php/Xen_centos_rhel

This distribution seems to have Xen 3.1 but some of the API are not available. 
To work around this,

* use the xen 3.0.3 scripts for preparing server for remote management 
instead of 3.1
* Once prepared as above, you get the following error while discovering the 
server using Add Node.
  
  o To fix this :
  o Shutdown ConVirt.
  o ssh into the Managed Server, open /etc/convirt.conf and add 
use_3_0_api=True under the default section. If the default section is not 
there, add it. After the changes it should look like 

 [DEFAULT]
  default_computed_options = ['arch', 'arch_libdir', 'device_model']
  use_3_0_api=True

- Restart ConVirt 

/Jd


--- On Sun, 2/1/09, Eredicatorx  wrote:

> From: Eredicatorx 
> Subject: [convirt-users] Authentication Refused
> To: xenman-users@lists.sourceforge.net
> Date: Sunday, February 1, 2009, 9:30 PM
> He all I have set up a management node on my xen server.
> 
> I have a FC10 xen dom-u running on a CentOS xen dom-0.
> 
> When I try to connect to the dom0 it gives me this error
> 
> XML-RPC over SSL
> (111, 'Connection refused')
> 
> XML-RPC over SSH_TUNNEL
> [Error 0],[open_channel]Connect failed
> 
> I can connect to the server via ssh w/o a problem and log
> in as root.
> 
> Here is some output from the convirt and paramiko log
> 
> r...@command01 convirt]# tail convirt.log
>File "/usr/lib/python2.5/httplib.py", line
> 860, in endheaders
>  self._send_output()
>File "/usr/lib/python2.5/httplib.py", line
> 732, in _send_output
>  self.send(msg)
>File "/usr/lib/python2.5/httplib.py", line
> 699, in send
>  self.connect()
>File "/usr/lib/python2.5/httplib.py", line
> 1134, in connect
>  sock.connect((self.host, self.port))
>File "", line 1, in connect
> error: (111, 'Connection refused')
> [r...@command01 convirt]# tail paramiko.log
> INF [20090202-13:28:40.884] thr=3  
> paramiko.transport.sftp: [chan 1] 
> Opened sftp connection (server version 3)
> DEB [20090202-13:28:40.889] thr=3  
> paramiko.transport.sftp: [chan 1] 
> lstat('/etc/convirt.conf')
> DEB [20090202-13:28:40.898] thr=3  
> paramiko.transport.sftp: [chan 1] 
> stat('/etc/convirt.conf')
> DEB [20090202-13:28:40.909] thr=3  
> paramiko.transport.sftp: [chan 1] 
> open('/etc/convirt.conf', 'r')
> DEB [20090202-13:28:40.919] thr=3  
> paramiko.transport.sftp: [chan 1] 
> open('/etc/convirt.conf', 'r') ->
> 
> DEB [20090202-13:28:40.933] thr=3  
> paramiko.transport.sftp: [chan 1] 
> close()
> DEB [20090202-13:28:40.941] thr=3  
> paramiko.transport.sftp: [chan 1] 
> open('/etc/convirt.conf', 'r')
> DEB [20090202-13:28:40.948] thr=3  
> paramiko.transport.sftp: [chan 1] 
> open('/etc/convirt.conf', 'r') ->
> 
> DEB [20090202-13:28:40.962] thr=3  
> paramiko.transport.sftp: [chan 1] 
> close()
> DEB [20090202-13:30:20.234] thr=4   paramiko.transport: EOF
> in transport 
> thread
> 
> I followed the instructions in the documentation (ConVirt
> Users Manual 
> 0.9.6) for my distro CentOS 5.2 2.6.18-92.1.22el5xen  w/Xen
> 
> 3.1.2-92.1.22.el5
> 
> Here is the output. If anyone can be any assistance It
> would be 
> appreciated.
> 
> 
> [r...@max02 xen-3.1]# ./configure-xend.sh 3.1 SSL
> Setting up self signed certificates
> Generating RSA private key, 1024 bit long modulus
> ...++
> ..++
> e is 65537 (0x10001)
> You are about to be asked to enter information that will be
> incorporated
> into your certificate request.
> What you are about to enter is what is called a
> Distinguished Name or a DN.
> There are quite a few fields but you can leave some blank
> For some fields there will be a default value,
> If you enter '.', the field will be left blank.
> -
> Country Name (2 letter code) [GB]:State or Province Name
> (full name) 
> [Berkshire]:Locality Name (eg, city) [Newbury]:Organization
> Name (eg, 
> company) [My Company Ltd]:Organizational Unit Name (eg,
> section) 
> []:Common Name (eg, your name or your server's
> hostname) []:Email 
> Address []:
> Please enter the following 'extra' attributes
> to be sent with your certificate request
> A challenge password []:An optional company name
> []:Signature ok
> subject=/C=US/ST=CA/L=SF/O=Test
> Corp/CN=max02.hugedesigns.net
> Getting Private key
> Modified xend-config successfully
>

Re: [convirt-users] ubuntu client, centos dom0 and a ProtcolError

2009-02-03 Thread jd
Hi Ruppet,
   I see comma in error message.. hope it is only cut-paste error.
   Where did u run the configure-xend.sh script ? It needs to be run on each 
dom0 that you want to manage.
   Are you running a custom port ? 8000? The default is 8005 or 8006.
   What does netstat -an on the CentOS box say ? 

  You do not need to have the xen kernel installed/running on the client. But 
you do need some xen client libraries.  Milind, would you be kind enough to 
provide the exact list. 

Thanks
/Jd

  

--- On Mon, 2/2/09, Heiko  wrote:

> From: Heiko 
> Subject: [convirt-users] ubuntu client, centos dom0 and a ProtcolError
> To: xenman-users@lists.sourceforge.net
> Date: Monday, February 2, 2009, 7:18 AM
> Hello,
> 
> i have some cenots 5.2 dom0 which I would like to mananage
> with Convirt,
> should this generally work?
> I installed both convirt from source according to the
> manual that
> comes with convirt.
> I did run the ./configure-xend.sh 3.1, than i read we
> should use the
> 3.0.3 script for centos,
> i did that too. And I added the [default] section to the
> client.
> 
> When I try to connect to the server i get:
> 
>  found>
> 
> 
> Do i have to do any more changes to the server?
> Does XEN have to run on my ubuntu client where I run the
> ConVirt GUI?
> There are no VM on that machine, just office stuff.
> Does convirt have to run on the server(dom0)?
> 
> thx a lot
> 
> Rupertt
> 
> 


  

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Authentication Refused

2009-02-03 Thread jd



--- On Mon, 2/2/09, Eredicatorx  wrote:

> From: Eredicatorx 
> Subject: Re: [convirt-users] Authentication Refused
> To: jdsw2...@yahoo.com
> Cc: xenman-users@lists.sourceforge.net
> Date: Monday, February 2, 2009, 11:02 PM
> jd wrote:
> > As per
> http://xenman.sourceforge.net/wiki/index.php/Xen_centos_rhel
> > 
> >   
> Thanks JD. I did read that but not till after I sent the
> mail.
> > This distribution seems to have Xen 3.1 but some of
> the API are not available. To work around this,
> >   
> 
> > - Restart ConVirt   
> I did get it running and connected to both servers. Thanks
> to your FAQ and mail.
> 
> I did have to use port 8000 instead of 8005/6 to connect to
> my servers. Is this incorrect? I could not connect on
> 8005/6. Cause my Xen conf says 8000.
> 

==> I am not too sure.. the default is 8006. 


> I am think something is not quite right cause of following
> errors I get:
> 
> 1. Found node 192.168.1.100 not well-formed (invalid
> token): line1, column 0
> 2. Wrapper: Exception : no element found: line 1, column 0

==> Open up the port in the firewall and change the protocol to XML-RPC. We 
have not been able to resolve this parsing problem for a while.

> 3. After convirt has been open for a few minutes it stops
> responding and has to be killed. When I kill it the process
> hangs around and polls,  here is a out put from strace that
> will continue to go forever if I let it.
> 
> [pid 14618] [0073e416] <... poll resumed> ) = 0
> (Timeout)
> [pid 14618] [0073e416] poll([{fd=8, events=POLLIN}], 1, 100
> 
> [pid 14619] [0073e416] <... poll resumed> ) = 0
> (Timeout)
> [pid 14619] [0073e416] poll([{fd=9, events=POLLIN}], 1, 100
> 
> [pid 14618] [0073e416] <... poll resumed> ) = 0
> (Timeout)
> [pid 14618] [0073e416] poll([{fd=8, events=POLLIN}], 1, 100
> 
> [pid 14619] [0073e416] <... poll resumed> ) = 0
> (Timeout)
> [pid 14619] [0073e416] poll([{fd=9, events=POLLIN}], 1,
> 100^C 
> 
> Is there anything you would want me to try or test to give
> you more information?
> 

==> See if u can spot when it happens.. do a kill -3 on the process and see if 
u get a stack trace.
I will take a look at the code again.
Thanks
/Jd


> I am using FC-10 i686 xen  domU to connect to the dom0 the
> servers is running on.
> 
> 
> 
> 
> 
> 
> 
> --
> Create and Deploy Rich Internet Apps outside the browser
> with Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing
> skills and code to
> build responsive, highly engaging applications that combine
> the power of local
> resources and data with the reach of the web. Download the
> Adobe AIR SDK and
> Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Authentication Refused

2009-02-16 Thread jd
Check out th econvirt.log file.. there should be a stack trace. Would be useful 
to move forward.

couple of other information...
-- what version of ConVirt
-- What linux distribution


/Jd


--- On Mon, 2/16/09, Richard Drent  wrote:

> From: Richard Drent 
> Subject: RE: [convirt-users] Authentication Refused
> To: "jdsw2...@yahoo.com" 
> Cc: "xenman-users@lists.sourceforge.net" 
> Date: Monday, February 16, 2009, 3:40 AM
> When I try to add a server to convirt, it gives error
> "List out of range".
> 
> What can this be.
> 
> I removed convirt and reinstalled it.
> 
> Richard


  

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt goes 1.0

2009-03-09 Thread jd

Hi everyone, 

   We are extremely pleased to announce the immediate availability of ConVirt 
v1.0. This critical milestone comes after many months of development, 
bug-fixing and hard-earned validation in data centers, all of which was made 
possible by the invaluable feedback, encouragement and contributions from the 
ConVirt Community.

Please check out the following url for more details.

http://www.convirture.com/blog/2009/general/convirt-goes-10/

Thanks
- ConVirt Team 


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Convirt

2009-03-17 Thread jd

Yes. Please take a look at the Getting Started Guide on the wiki at 
http://www.convirture.com/wiki

/Jd


--- On Mon, 3/16/09, f...@ll  wrote:

> From: f...@ll 
> Subject: [convirt-users] Convirt
> To: xenman-users@lists.sourceforge.net
> Date: Monday, March 16, 2009, 6:24 AM
> Hi,
> 
> I'm have a question about a convirt, Can I create new
> virtual machine 
> using convirt?
> 
> f...@ll
> 
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex
> Builder(TM) are
> powering Web 2.0 with engaging, cross-platform
> capabilities. Quickly and
> easily build your RIAs with Flex Builder, the
> Eclipse(TM)based development
> software that enables intelligent coding and step-through
> debugging.
> Download the free 60 day trial.
> http://p.sf.net/sfu/www-adobe-com
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users


  

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] problems getting console for vms

2009-04-19 Thread jd

humm we have some one else running in to the same problem on the forums.. 
too. CentOS 5.3 seems to be common :).
-- can u please send me details from 
   /var/log/xen/* files.
   xm dmesg
   xm info 

I will see if I can get a 5.3 env and ge this reproduced here. Anyone else 
having success with CentOS 5.3 and HVM success ?

/Jd

--- On Sun, 4/19/09, erich oliphant  wrote:

> From: erich oliphant 
> Subject: [convirt-users] problems getting console for vms
> To: xenman-users@lists.sourceforge.net
> Date: Sunday, April 19, 2009, 7:00 AM
> Hi,
> I've just installed convirt (CentOS 5.3, followed the
> CentOS install
> instructions).  I've created a VM from the Windows CD
> install image, reset
> the cd device (it's /dev/scd0 on my box) and fired it
> up.  The VM seems to
> be running as I can see stats for it, however, clicking the
> console button
> opens the tab for the vm but doesnt display anything.
> 
> Any ideas ?
> 
> -- 
> Erich Oliphant
> 
> "There are, in fact, two things, science and opinion, the
> former begets
> knowledge, the latter ignorance"
> -- Hippocrates of Cos
> --
> Stay on top of everything new and different, both inside
> and 
> around Java (TM) technology - register by April 22, and
> save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San
> Francisco.
> 300 plus technical and hands-on sessions. Register today. 
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] problems getting console for vms

2009-04-20 Thread jd

thanks Erich.
Could u please pass on the output of following...cmd.
 
 xm list --long 

 Also, attach your vm config file. 

Thanks
/Jd

--- On Mon, 4/20/09, erich oliphant  wrote:

> From: erich oliphant 
> Subject: Re: [convirt-users] problems getting console for vms
> To: "jd" 
> Cc: xenman-users@lists.sourceforge.net
> Date: Monday, April 20, 2009, 7:35 AM
> Hi JD, I've attached the files
> 
> On Mon, Apr 20, 2009 at 2:50 AM,
> jd 
> wrote:
> 
> 
> 
> humm we have some one else running in to the same
> problem on the forums.. too. CentOS 5.3 seems to be common
> :).
> 
> -- can u please send me details from
> 
>/var/log/xen/* files.
> 
>xm dmesg
> 
>xm info
> 
> 
> 
> I will see if I can get a 5.3 env and ge this reproduced
> here. Anyone else having success with CentOS 5.3 and HVM
> success ?
> 
> 
> 
> /Jd
> 
> 
> 
> --- On Sun, 4/19/09, erich oliphant 
> wrote:
> 
> 
> 
> > From: erich oliphant 
> 
> > Subject: [convirt-users] problems getting console for
> vms
> 
> > To: xenman-users@lists.sourceforge.net
> 
> > Date: Sunday, April 19, 2009, 7:00 AM
> 
> > Hi,
> 
> > I've just installed convirt (CentOS 5.3, followed
> the
> 
> > CentOS install
> 
> > instructions).  I've created a VM from the
> Windows CD
> 
> > install image, reset
> 
> > the cd device (it's /dev/scd0 on my box) and fired
> it
> 
> > up.  The VM seems to
> 
> > be running as I can see stats for it, however,
> clicking the
> 
> > console button
> 
> > opens the tab for the vm but doesnt display anything.
> 
> >
> 
> > Any ideas ?
> 
> >
> 
> > --
> 
> > Erich Oliphant
> 
> >
> 
> > "There are, in fact, two things, science and
> opinion, the
> 
> > former begets
> 
> > knowledge, the latter ignorance"
> 
> > -- Hippocrates of Cos
> 
> >
> --
> 
> > Stay on top of everything new and different, both
> inside
> 
> > and
> 
> > around Java (TM) technology - register by April 22,
> and
> 
> > save
> 
> > $200 on the JavaOne (SM) conference, June 2-5, 2009,
> San
> 
> > Francisco.
> 
> > 300 plus technical and hands-on sessions. Register
> today.
> 
> > Use priority code J9JMT32. http://p.sf.net/sfu/p
> 
> > ___
> 
> > XenMan-Users mailing list
> 
> > XenMan-Users@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/xenman-users
> 
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Erich Oliphant
> 
> "There are, in fact, two things, science and opinion,
> the former begets knowledge, the latter ignorance"
> -- Hippocrates of Cos
> 
> 


  

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] problems getting console for vms

2009-04-22 Thread jd

Thanks... for all the info. ..nothing stands out except the blkif giving error 
about /dev/hda not found. Kind of strange as you have not specified tap:aio.

I will try to setup CentOS 5.3 this week and dig some more.

In the mean time, you may want to hit the xen-users list, if some one has 
already run in to this.

Thanks
/Jd

--- On Mon, 4/20/09, erich oliphant  wrote:

> From: erich oliphant 
> Subject: Re: [convirt-users] problems getting console for vms
> To: "jd" One strange this is that blkif is used though 
> you have specified file.

> Date: Monday, April 20, 2009, 6:35 PM
> here you go
> 
> On Mon, Apr 20, 2009 at 1:31 PM,
> jd 
> wrote:
> 
> 
> 
> thanks Erich.
> 
> Could u please pass on the output of following...cmd.
> 
> 
> 
>  xm list --long
> 
> 
> 
>  Also, attach your vm config file.
> 
> 
> 
> Thanks
> 
> /Jd
> 
> 
> 
> --- On Mon, 4/20/09, erich oliphant 
> wrote:
> 
> 
> 
> > From: erich oliphant 
> 
> > Subject: Re: [convirt-users] problems getting
> console for vms
> 
> > To: "jd" 
> 
> > Cc: xenman-users@lists.sourceforge.net
> 
> > Date: Monday, April 20, 2009, 7:35 AM
> 
> > Hi JD, I've
> attached the files
> 
> >
> 
> > On Mon, Apr 20, 2009 at 2:50 AM,
> 
> > jd 
> 
> > wrote:
> 
> >
> 
> >
> 
> >
> 
> > humm we have some one else running in to the same
> 
> > problem on the forums.. too. CentOS 5.3 seems to be
> common
> 
> > :).
> 
> >
> 
> > -- can u please send me details from
> 
> >
> 
> >/var/log/xen/* files.
> 
> >
> 
> >xm dmesg
> 
> >
> 
> >xm info
> 
> >
> 
> >
> 
> >
> 
> > I will see if I can get a 5.3 env and ge this
> reproduced
> 
> > here. Anyone else having success with CentOS 5.3 and
> HVM
> 
> > success ?
> 
> >
> 
> >
> 
> >
> 
> > /Jd
> 
> >
> 
> >
> 
> >
> 
> > --- On Sun, 4/19/09, erich oliphant 
> 
> > wrote:
> 
> >
> 
> >
> 
> >
> 
> > > From: erich oliphant 
> 
> >
> 
> > > Subject: [convirt-users] problems getting console
> for
> 
> > vms
> 
> >
> 
> > > To: xenman-users@lists.sourceforge.net
> 
> >
> 
> > > Date: Sunday, April 19, 2009, 7:00 AM
> 
> >
> 
> > > Hi,
> 
> >
> 
> > > I've just installed convirt (CentOS 5.3,
> followed
> 
> > the
> 
> >
> 
> > > CentOS install
> 
> >
> 
> > > instructions).  I've created a VM from the
> 
> > Windows CD
> 
> >
> 
> > > install image, reset
> 
> >
> 
> > > the cd device (it's /dev/scd0 on my box) and
> fired
> 
> > it
> 
> >
> 
> > > up.  The VM seems to
> 
> >
> 
> > > be running as I can see stats for it, however,
> 
> > clicking the
> 
> >
> 
> > > console button
> 
> >
> 
> > > opens the tab for the vm but doesnt display
> anything.
> 
> >
> 
> > >
> 
> >
> 
> > > Any ideas ?
> 
> >
> 
> > >
> 
> >
> 
> > > --
> 
> >
> 
> > > Erich Oliphant
> 
> >
> 
> > >
> 
> >
> 
> > > "There are, in fact, two things, science
> and
> 
> > opinion, the
> 
> >
> 
> > > former begets
> 
> >
> 
> > > knowledge, the latter ignorance"
> 
> >
> 
> > > -- Hippocrates of Cos
> 
> >
> 
> > >
> 
> >
> --
> 
> >
> 
> > > Stay on top of everything new and different,
> both
> 
> > inside
> 
> >
> 
> > > and
> 
> >
> 
> > > around Java (TM) technology - register by April
> 22,
> 
> > and
> 
> >
> 
> > > save
> 
> >
> 
> > > $200 on the JavaOne (SM) conference, June 2-5,
> 2009,
> 
> > San
> 
> >
> 
> > > Francisco.
> 
> >
> 
> > > 300 plus technical and hands-on sessions.
> Register
> 
> > today.
> 
> >
> 
> > > Use priority code J9JMT32. http://p.sf.net/sfu/p
> 
> >
> 
> > > ___
> 
> >
> 
> > > XenMan-Users mailing list
> 
> >
> 
> > > XenMan-Users@lists.sourceforge.net
> 
> >
> 
> > > https://lists.sourceforge.net/lists/listinfo/xenman-users
> 
> >
> 
> > >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> >
> 
> > --
> 
> > Erich Oliphant
> 
> >
> 
> > "There are, in fact, two things, science and
> opinion,
> 
> > the former begets knowledge, the latter
> ignorance"
> 
> > -- Hippocrates of Cos
> 
> >
> 
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Erich Oliphant
> 
> "There are, in fact, two things, science and opinion,
> the former begets knowledge, the latter ignorance"
> -- Hippocrates of Cos
> 
> 
> 


  

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] new installation OpenSuse 11.1

2009-06-09 Thread jd

We have not tested against OpenSuse 11.1.


Send in xm info as a starting point.. and I can suggest next steps.

If you are bold, try running the convirt-tool on one of the managed servers as 
suggested by doc and see what it does. 

/Jd

--- On Mon, 6/8/09, Richard Drent  wrote:

> From: Richard Drent 
> Subject: [convirt-users] new installation OpenSuse 11.1
> To: "jd" , "xenman-users@lists.sourceforge.net" 
> 
> Date: Monday, June 8, 2009, 8:28 AM
> I have reinstalled 3 servers All with
> OpenSuse 11.1 and xen
> 
> Vm are running fine, but cant connect with convirt
> "Connection refused"
> 
> Downloaded the latesets verion of Convirt, have run 
> ./convirt-tool setup
> 
> The firewall is off in yast and iptables -L -n is clear
> 
> What do I need to do to get is started?
> 
> Richard 
> 
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables
> unlimited
> royalty-free distribution of the report engine for
> externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 1.1 is released.

2009-06-24 Thread jd
Hi 
   We are extremely happy to announce the release of ConVirt 1.1. It has a 
bunch of new features and fixes. For details please visit the following url.

http://www.convirture.com/blog/2009/announcements/convirt-11-is-now-available/


ConVirt Team.



  
--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Agent authentication failed

2009-07-01 Thread jd
hi 
   could u please pass on the corresponding conivrt.log files for each of the 
cases.
   I am assuming that the convirt-tool setup is run on the managed node, right ?
  Also, while trying the agent authentication
 -- The while adding managed server, "use keys" check box is checked.
    -- ConVirt is started from the shell after starting ssh-agent and adding 
keys using ssh-add according to   
(http://www.convirture.com/wiki/index.php?title=SSH_Setup)

  Btw, what version of Open SUSE are you running?  


Thanks
/Jd
   

--- On Wed, 7/1/09, j.witvl...@mindef.nl  wrote:

From: j.witvl...@mindef.nl 
Subject: [convirt-users] Agent authentication failed
To: xenman-users@lists.sourceforge.net
Cc: h...@a-domani.nl
Date: Wednesday, July 1, 2009, 10:54 AM

Hi all, 


The announcement of the release draw my attention to convirt, so I
thought I had a go at it.
We have  8 xen-servers (3.2) and about a 100 DOM-U's, all of them
running several versions of OpenSUSE.

Eventhough I've installed ssh-keys on the appropiate machines, I still
got an:
[error 0], Agent authentication failure.
And when I disable the ssh-key-login option, and provide the proper
password I get:
[error 2], Bad authentication type.

Even as root-user, I cat start an ssh-session without any error or
password-prompt.
On one of my test-nodes, lsof -I show it's  listening on 8000 and 8002
Changing the xend-port in the add-server window doesn't do any good.

If i enable both ssh-key and provide password and use 8000 and xend-port
i get:


Any suggestions?

Defensie/CDC/IVENT/Research en Innovation Centrum
Ing J. (Hans) Witvliet Systeembeheer, CAcert-assurer
T   0174-539053
mailto:j.witvl...@mindef.nl
Coldenhovelaan 1, 3155RC Maasland, kamer A109


__
Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet 
de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt u 
verzocht dat aan de afzender te melden en het bericht te verwijderen. De Staat 
aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband 
houdt met risico's verbonden aan het elektronisch verzenden van berichten.

This message may contain information that is not intended for you. If you are 
not the addressee or if this message was sent to you by mistake, you are 
requested to inform the sender and delete the message. The State accepts no 
liability for damage of any kind resulting from the risks inherent in the 
electronic transmission of messages.
--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Agent authentication failed

2009-07-02 Thread jd
Hi
   It seems the log file did not come through.

1.    Are you seeing the same problem with ConVirt 1.1 as well ?
2.   The convirt-tool needs to be run on the managed server (the server you are 
going to manage using ConVirt)
3.    Did you follow the instructions to start ConVirt as per the following URL 
?
    (http://www.convirture.com/wiki/index.php?title=SSH_Setup)
4. output of the following commands
   # netstat -an | grep 800
   # iptables -nL | grep 800

/Jd
--- On Thu, 7/2/09, j.witvl...@mindef.nl  wrote:

From: j.witvl...@mindef.nl 
Subject: Re: [convirt-users] Agent authentication failed
To: xenman-users@lists.sourceforge.net
Cc: h...@a-domani.nl
Date: Thursday, July 2, 2009, 3:15 AM

 




From: jd [mailto:jdsw2...@yahoo.com] 
Sent: Thursday, July 02, 2009 1:19 AM
To: xenman-users@lists.sourceforge.net; Witvliet, J,
CDC/IVENT/OPS/I&S/PLS/SMP/HRM/RP1
Cc: h...@a-domani.nl
Subject: Re: [convirt-users] Agent authentication failed


hi 
   could u please pass on the corresponding conivrt.log files for each
of the cases.
   I am assuming that the convirt-tool setup is run on the managed node,
right ?
  Also, while trying the agent authentication
     -- The while adding managed server, "use keys" check box is
checked.
    -- ConVirt is started from the shell after starting ssh-agent and
adding keys using ssh-add according to
(http://www.convirture.com/wiki/index.php?title=SSH_Setup)

  Btw, what version of Open SUSE are you running?  


Thanks
/Jd
       


    I'll try to answer your questions..
    We are only using XEN (both full and paravirtualized.
    All our DOM-0 are currently running openSUSE_11.0 (xen-3.2)
    (as soon as i sort out the changes starting the bridges, i'll
create XML-file for automagically creating dom-0's for openSUSE_11.1)
    DOM-U's are openSUSE_10.1, openSUSE_10.3, openSUSE_11.0
openSUSE_11.1, SLES_10, SLES_11
    convirt (0.9.6) is from: 
http://ftp5.gwdg.de/pub/opensuse/repositories/Virtualization:/Management
/
 
    This version doesn't have a convirt-tool, so i downloaded the
latest version.
    However, when i run it on my management-client convirture-tools
complains about missing a xen-kernel.
    As on the client no virtual machines are allowed to run, there's
no point of having a xen-kernel there.
    My client should only handle remote servers... (As depicted in
"getting started guide, page 9)
 
    Hope the logfile makes any sense to you..
 
    Kind regards, Hans


__
Dit bericht kan informatie bevatten die niet voor u is bestemd. Indien u niet 
de geadresseerde bent of dit bericht abusievelijk aan u is toegezonden, wordt u 
verzocht dat aan de afzender te melden en het bericht te verwijderen. De Staat 
aanvaardt geen aansprakelijkheid voor schade, van welke aard ook, die verband 
houdt met risico's verbonden aan het elektronisch verzenden van berichten.

This message may contain information that is not intended for you. If you are 
not the addressee or if this message was sent to you by mistake, you are 
requested to inform the sender and delete the message. The State accepts no 
liability for damage of any kind resulting from the risks inherent in the 
electronic transmission of messages.

-Inline Attachment Follows-

--

-Inline Attachment Follows-

___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] xen management from windows

2009-07-15 Thread jd
No. 
But people have setup xming or some such mechanism to vnc in to the ConVirt 
installation. This should be straight forward. 
Let us know if you need more information on this.
/Jd

--- On Tue, 7/14/09, Tomoki Taniguchi  wrote:

From: Tomoki Taniguchi 
Subject: [convirt-users] xen management from windows
To: "xenman-users" 
Date: Tuesday, July 14, 2009, 8:34 AM

Is there a Convirt like tool that runs on windows?
My main PC is windows so i would like to be able to manage all my xen hosts
with some kind of gui tool for windows.
is there a windows port of convirt?

TIA,
Tomoki

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] translation of convirt in French

2009-07-21 Thread jd
Hey
    Sorry for replying late... this one some how managed to get in to my spam 
folder. 

 This is certainly very useful to the community. Thanks for taking the 
initiative.  Would you mind submitting a patch on top of 1.1 that we can 
include? Also, it would be great if you could share some details about the 
process for the translation which others can pick up and provide translation 
for other languages.

  As a normal part of the process, please visit the Developer Resources 
page (http://www.convirture.com/wiki/index.php?title=Get_Involved) and send in 
a signed copy of the CLA along with the patch.
    
    Btw, it would be interesting to know bit more about your environment and 
virtualization usage. 

Thanks 
/Jd

--- On Wed, 7/15/09, Denis Cardon  wrote:

From: Denis Cardon 
Subject: [convirt-users] translation of convirt in French
To: xenman-users@lists.sourceforge.net
Cc: "Nicolas Laurenti" 
Date: Wednesday, July 15, 2009, 7:53 AM

Hi developers,

we have done some translation in French on Convirt 1.0. I think it could 
be interesting for others to use French or to easily set up translation 
in other languages. There are just a few lines to changes in order to 
initialize glade internationalization. So for most of the gui, i18n is 
fairly easy. For strings in the code itself, there should be more work 
to be done (some gettext here and there).

We are looking forward at porting thoses changes on convirt 1.1. I guess 
it could be interesting in merging the few lines of change (+ the 
translation files) into the main tree.

What do developers think about that?

Cheers,

Denis
-- 
Denis Cardon
Tranquil IT Systems
44 bvd des pas enchantés
44230 Saint Sébastien sur Loire
tel : +33 (0) 2.40.97.57.56
http://www.tranquil-it-systems.fr




--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Running Convirture in Virtual CentOS Linux installed under Parallels

2009-07-29 Thread jd
Hi Sanjay
    You need to get the Xen client libraries installed. Unfortunately the xen 
client does not seem to be factored nicely on CentOS and pulls the whole 
kernel. 
    But you do not need to boot it in to Xen kernel to use ConVirt. So, let it 
install the required packages, but so long as you do not boot in to Xen kernel, 
you should be fine under your Parrallel environment.

Hope this clarifies it.
/Jd

--- On Tue, 7/28/09, Sanjay Arora  wrote:

From: Sanjay Arora 
Subject: [convirt-users] Running Convirture in Virtual CentOS Linux installed 
under Parallels
To: xenman-users@lists.sourceforge.net
Date: Tuesday, July 28, 2009, 1:43 PM

XEN newbie. Looking for a GUI Tool to manage my office XEN install
(proposed) from any GUI tool to be installed in CentOS v. 5.x running
under Parallels v. 4, on my Macbook. I evaluated Convirture & though
it suitable as it is able to manage remote servers. However when I
tried to install it using yum, I found that it tries to install Xen
kernel on the machine running it. In my case this is a Virtual Linux
Server running under Parallels. So I thought it is like running a
hypervisor inside hypervisor and would not work as each would want
direct hardware access.

Am I correct? Or can I run convirture without Xen kernel, as I need to
manage Xen only on remote machines, not on the local machine running
Convirture? If so, is such a rpm version available?

And if I cant run convirture within virtualized Linux, can someone
please suggest any alternative?

With best regards.
Sanjay.


-- 
~~~EOF~~~

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] how to connect to the xen server with convirt

2009-08-07 Thread jd
Did you get a chance to look at our installation page ?

http://www.convirture.com/wiki/index.php?title=Installation

/Jd


--- On Fri, 8/7/09, Sven Sivers  wrote:

From: Sven Sivers 
Subject: [convirt-users] how to connect to the xen server with convirt
To: xenman-users@lists.sourceforge.net
Date: Friday, August 7, 2009, 1:03 AM

Hi!

My question: do I have to install convirt on the remote management host
only or also on the xen host?

My xen host is only listening on: tcp    0  0
0.0.0.0:8002    0.0.0.0:*   LISTEN 
12299/python2.6
But I have configured:
(xend-tcp-xmlrpc-server-address 'localhost')
(xend-tcp-xmlrpc-server-port 8006)
(xend-unix-xmlrpc-server yes)

Best,
Andy

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com!

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Ubuntu 9.90, ConVirt 1.1

2009-08-09 Thread jd

If you want to change the path.. one way I can think of it to
-- play with PYTHONPATH
OR
-- create some links between python python2.5 
OR
-- add path in the src/convirt/client/convirt_client.py, You will see a bunch 
of sys.path.append ...

note: 
Do you have any Xen machine that you were managing or want to manage ?

If not ConVirt should not be looking for XendClient. 
Pass on the convirt.log file in that case.


/Jd

--- On Sat, 8/8/09, li...@murrell.ca  wrote:

From: li...@murrell.ca 
Subject: [convirt-users] Ubuntu 9.90, ConVirt 1.1
To: xenman-users@lists.sourceforge.net
Date: Saturday, August 8, 2009, 10:45 AM

Hi All.

I just upgraded ConVirt from 1.0 to 1.1 on my Ubuntu Jaunty machine.  When I 
attempt to connect to remote server, or even the localhost, I get the following 
error:

  no module named xen.xend.XenClient

This same error came up with ConVirt 1.0, but I was able to edit 
"/usr/bin/convirt" and in the path statement, change "python" to "python2.5" 
and it was fine.  When I open that same file for 1.1, I do not see that same 
string, but i do see the variable $PYTHONPATH defined.

How should I proceed from here?

Thanks! :-)

-Al
an

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Problem migrating servers

2009-11-09 Thread jd
Does the config have leading '/dev' in the disk specification ?
i.e /dev/dom0_vg0/dev01.disk.xm

Also, send in details (exact steps) for DRBD + LVM setup you that have done.
Thanks
/Jd

--- On Mon, 11/9/09, Madison Kelly  wrote:

From: Madison Kelly 
Subject: [convirt-users] Problem migrating servers
To: xenman-users@lists.sourceforge.net
Date: Monday, November 9, 2009, 9:11 AM

Hi all,

   I've got a pretty simple two-node cluster running on CentOS 5.4 
x86_64. I've got all but the dom0s on DRBD+LVM shared storage in 
Primary/Primary with LVM locking.

   Earlier in testing I was able to migrate domUs no problem. However, I 
finally started building the dom0_vg0/dev01.disk.xmproduction system and now 
Convirt won't 
migrate the VMs without an error. Specifically, it says:

VM Disk dom0_vg0/dev01.disk.xm not found on the destination node vsh03

   I first provisioned the above sample VM (dev01) on the first dom0 
node (vsh02). When I did this, I could see the LVM LV show up on both 
nodes so I know the partition is is fart there:

-=] VSH02's 'lvdisplay':

   --- Logical volume ---
   LV Name                /dev/dom0_vg0/dev01.disk.xm
   VG Name                dom0_vg0
   LV UUID                ISnT3h-5z1C-jF40-2wPd-n7go-1g9y-FpjwI6
   LV Write Access        read/write
   LV Status              available
   # open                 0
   LV Size                244.14 GB
   Current LE             62500
   Segments               1
   Allocation             inherit
   Read ahead sectors     auto
   - currently set to     256
   Block device           253:5

-=] VSH03's 'lvdisplay':

   --- Logical volume ---
   LV Name                /dev/dom0_vg0/dev01.disk.xm
   VG Name                dom0_vg0
   LV UUID                ISnT3h-5z1C-jF40-2wPd-n7go-1g9y-FpjwI6
   LV Write Access        read/write
   LV Status              available
   # open                 1
   LV Size                244.14 GB
   Current LE             62500
   Segments               1
   Allocation             inherit
   Read ahead sectors     auto
   - currently set to     256
   Block device           253:5

   When I tried to do the first migration using 'xm migrate' instead, 
the VM migrated without error or warning. Then I tested migrating the 
'dev01' VM mentioned above using Convirt by clicking on 'Continue' at 
the above error. It succeeded, but this was printed to the log (first 
line came at the warning, the rest came after clicking 'Continue'):

returning adjusted free mem 61984
calling cb Migrate domain
Setting custom timeout for  xend.domain.migrate 120
ignoring timeout on migration
Error getting disk size for dom0_vg0/dev01.disk.xm (filename does not 
exist.)
posting success cb Migrate domain
thread done. Context  Migrate domain

   Is this a bug in Convirt, or have I mis-configured something?

Thanks in advance!

Madi

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users



  
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 2.0 Beta is available

2009-12-07 Thread jd
Hi 
  
We are very pleased to announce immediate availability of ConVirt 2.0
Beta!  Built on a brand new, 3-tier, repository-based architecture,
ConVirt 2.0 incorporates many of our users’ most wanted and anticipated
features. 

For more information, please visit us at 
   
http://www.convirture.com/blog/2009/announcements/convirt-2-0-beta-now-available/

ConVirt Team.



  
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] ConVirt 2.0 Beta Webinar

2009-12-12 Thread jd
Guys,
   check this out.

http://www.convirture.com/blog/2009/announcements/sign-up-for-the-convirt-2-0-beta-webinar/

/Jd



  
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


[convirt-users] Introducing ConVirt 2.0 !

2010-03-01 Thread jd
Hi 
   We are very pleased to introduce ConVirt 2.0 – the next major step up in 
open source virtualization management. The ConVirt 2.0 generation combines a 
flexible, open architecture, the highest level of management capabilities, and 
the industry’s most flexible pricing model.  Built on a brand-new, 3-tier 
architecture, ConVirt 2.0 includes a highly interactive, web-based user 
interface, a new data repository, advanced automation, enterprise scalability, 
multi-user administration, a full suite of integration capabilities, and much 
more.


http://www.convirture.com/blog/2010/announcements/introducing-convirt-2-0/

- ConVirt Team


  
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] install convirt 2.0 on debian lenny (and kudos to the dev team for this new release)

2010-03-09 Thread jd
Thanks.
Updated the wiki.

Would u be willing to test a new install tarball that fixes these issues ?

/Jd


--- On Tue, 3/9/10, Denis Cardon  wrote:

> From: Denis Cardon 
> Subject: [convirt-users] install convirt 2.0 on debian lenny (and kudos to 
> the dev team for this new release)
> To: xenman-users@lists.sourceforge.net
> Date: Tuesday, March 9, 2010, 11:16 AM
> Hi JD and all the dev team,
> 
> First congratulation for your great work on Convirt 2.0 !
> It really looks very nice and my first few steps got me
> really impressed.
> 
> I'm using mainly Debian Lenny currently as a Xen dom0 and
> for domU. In order to get Convirt 2.0 installed on debian,
> the main thing I had to do was to patch a few line the
> common/Debian_functions file (patch attached).
> 
> One more thing : on the page 
> http://www.convirture.com/wiki/index.php?title=C2_ubuntu_installation,
> when you give instruction to install wget, you should add
> sudo (it is not installed by default on debian
> installation)
>  apt-get install wget sudo
> 
> On the Xen dom0 side, one should create the following
> directory (or make a symlink to the directory where conf
> file are stored) in order to avoid warning when importing
> config file.
> /var/cache/convirt/vm_configs
> 
> Moreover on an existing debian dom0, it is quite dangerous
> to use the bridge setup tool because it does not go the
> lenny way. On lenny when xen scripts create bridge, it
> remaps eth0 on peth0 and call the bridge eth0. When running
> setup script it wreaks havok the existing bridge and all the
> network configuration. Hopefully the --skip_setup_bridge is
> here to help (it should highlighted!).
> 
> Cheers and keep on the good work !
> 
> Denis
> -- Denis Cardon
> Tranquil IT Systems
> 44 bvd des pas enchantés
> 44230 Saint Sébastien sur Loire
> tel : +33 (0) 2.40.97.57.57
> http://www.tranquil-it-systems.fr
> 
> 
> -Inline Attachment Follows-
> 
> 29c29,31
> <   $SUDO apt-get install -y python-dev
> build-essential python-paramiko ssh python-xen-3.3 libxen3
> socat uml-utilities dnsmasq wget mysql-server
> ---
> >   $SUDO apt-get install -y python-dev
> build-essential python-paramiko ssh socat uml-utilities
> dnsmasq wget mysql-server libmysqlclient15-dev
> xen-utils-3.2-1
> > 
> >   ln -s
> /usr/lib/xen-3.2-1/lib/python/xen /usr/lib/python2.5/
> 45,46c47,49
> <    ln -s
> /usr/lib/python2.5/site-packages/xen
> $VIRTUAL_ENV_DIR/lib/python2.6/site-packages/
> <    ln -s
> /usr/lib/python2.5/site-packages/xen-3.0.egg-info
> $VIRTUAL_ENV_DIR/lib/python2.6/site-packages/
> ---
> >    mkdir -p
> $VIRTUAL_ENV_DIR/lib/python2.6/site-packages/
> >    ln -s /usr/lib/xen-3.2-1/lib/python/xen
> $VIRTUAL_ENV_DIR/lib/python2.6/site-packages/
> >    ln -s
> /usr/lib/xen-3.2-1/lib/python/xen-3.0.egg-info
> $VIRTUAL_ENV_DIR/lib/python2.6/site-packages/
> 
> 
> -Inline Attachment Follows-
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling,
> find bugs
> proactively, and fine-tune applications for parallel
> performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> -Inline Attachment Follows-
> 
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] VNC do not work

2010-04-05 Thread jd
This is resolved on forum right ?

/Jd

--- On Tue, 3/23/10, Denis Cardon  wrote:

> From: Denis Cardon 
> Subject: Re: [convirt-users] VNC do not work
> To: "Gilberto Nunes" , 
> xenman-users@lists.sourceforge.net
> Date: Tuesday, March 23, 2010, 10:49 AM
> Hi Gilberto,
> 
> > The xend-config.sxp:
> > ...
> > ...
> > (vnc-listen '0.0.0.0')
> > (vncpasswd ' ')
> 
> could you check that you did the ssh key exchange properly
> (cf. 
> http://www.convirture.com/wiki/index.php?title=Convirt2_Installation#VNC_setup).
> 
> I can reproduce the same error message when screwing up my
> 
> authorized_key file. Also be sure to set strict chmod to
> that file and 
> to the .ssh directory.
> 
> You can check whether ssh key exhange is set up properly by
> trying the 
> following command from your convirt server :
> ssh -i ~/.ssh/cms_id_rsa r...@srvxen1
> 
> Hope this helps
> 
> Denis
> 
> PS : please reply on the list
> 
> > ...
> > ...
> > 
> > 
> > Thanks
> > 
> > 
> > 2010/3/22 Denis Cardon :
> >> Hi Gilberto,
> >>
> >>> I can't connect a vm through convirt page...
> >>> I see info on screen,
> >>>
> >>> Notification:Java applet should be enabled in
> the browser for VNC.
> >>> VNC display Information:
> >> I remember having seen this problem too, but I'm
> not sure what it was...
> >> Can you check if you have socat installated on
> both convirt server and
> >> xen server, and that you don't have a vnc password
> set ? (vncpasswd
> >> directive in xend-config.sxp file and in the xen
> machine config file).
> >> The password on vnc is not necessary if you
> restrict the vnc access to
> >> localhost only. Convirt use port forwarding over
> ssh so it is not
> >> necessary to open it wider.
> >>
> >> Cheers,
> >>
> >> Denis
> >>
> >>> Managed Server - localhost
> >>> VNC Display Port - 5911
> >>>
> >>> Port Forwarding Information:
> >>>
> >>> VNC Host - zebra
> >>> VNC Forwarded Port - 6900
> >>>
> >>> But after this, a error windows appear tell me
> that has a Network
> >>> Error: remote side closed connection...
> >>>
> >>> Some tricks???
> >>>
> >>
> >> --
> >> Denis Cardon
> >> Tranquil IT Systems
> >> 44 bvd des pas enchantés
> >> 44230 Saint Sébastien sur Loire
> >> tel : +33 (0) 2.40.97.57.57
> >> http://www.tranquil-it-systems.fr
> >>
> >>
> >>
> >>
> >>
> --
> >> Download Intel® Parallel Studio Eval
> >> Try the new software tools for yourself. Speed
> compiling, find bugs
> >> proactively, and fine-tune applications for
> parallel performance.
> >> See why Intel Parallel Studio got high marks
> during beta.
> >> http://p.sf.net/sfu/intel-sw-dev
> >> ___
> >> XenMan-Users mailing list
> >> XenMan-Users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/xenman-users
> >>
> > 
> > 
> > 
> 
> 
> -- 
> Denis Cardon
> Tranquil IT Systems
> 44 bvd des pas enchantés
> 44230 Saint Sébastien sur Loire
> tel : +33 (0) 2.40.97.57.57
> http://www.tranquil-it-systems.fr
> 
> 
> 
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling,
> find bugs
> proactively, and fine-tune applications for parallel
> performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Convirt 2.0 cms must restarted if a node reboots

2010-04-28 Thread jd
Please apply the patch available here.

http://forums.convirture.com/viewtopic.php?f=34&t=1928

/Jd

--- On Wed, 4/14/10, ignazio.cass...@provincia.torino.it 
 wrote:

> From: ignazio.cass...@provincia.torino.it 
> 
> Subject: [convirt-users] Convirt 2.0 cms must restarted if a node reboots
> To: xenman-users@lists.sourceforge.net
> Date: Wednesday, April 14, 2010, 5:30 AM
> Good morning,
> I am using Convirt 2.0 ... my environment is made up of a
> cms server  
> and a kvm managed node.
> If the managed node reboots then it is impossible to use
> the web  
> interface if I do not restart the cms server.
> Anyone could telle me where is the problem ?
> 
> Many thanks
> Ignazio
> 
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling,
> find bugs
> proactively, and fine-tune applications for parallel
> performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  


--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


Re: [convirt-users] Convirt - Unable to connect to web server manager

2010-04-28 Thread jd
Please open a new thread on the forum. With paster.log and convirt.log in 
tar.gz format attached.

The output for following commands would help too.
netstat -an | grep 80
iptables -nL | grep 80

Thanks
--- On Tue, 4/20/10, Georghy  wrote:

> From: Georghy 
> Subject: [convirt-users] Convirt - Unable to connect to web server manager
> To: xenman-users@lists.sourceforge.net
> Date: Tuesday, April 20, 2010, 8:59 AM
> I'm trying to install Convirt but
> when i type :
>  http://:8081/ i get the
> following page :
>  connexion failed
>  Firefox can't establish a connection to the server at
>  :8081.
>  It seems that no web server is installed on this machine
> or the web server is not responding
>  Do I miss a step ?
> 
>  the tutorial i'm using is :
>  http://www.convirture.com/wiki/index.php?title=C2_fedora_installation
> 
> can you give me some advice ?
> 
> thanks for all help
> 
> -- 
> Cordialement, / Greetings,
> Georghy FUSCO
> 
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling,
> find bugs
> proactively, and fine-tune applications for parallel
> performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> XenMan-Users mailing list
> XenMan-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xenman-users
> 


  

--
___
XenMan-Users mailing list
XenMan-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xenman-users


  1   2   >