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.000000000 +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

Reply via email to