WARNING - OLD ARCHIVES

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

xen-devel

[Xen-devel] A question about virtual disk in the XEN 1.2

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] A question about virtual disk in the XEN 1.2
From: MingChieh <s8321053@xxxxxxxxxxx>
Date: Wed, 15 Sep 2004 23:09:15 +0800
Delivery-date: Wed, 15 Sep 2004 16:23:48 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Dear  all:

I'm trying  to setup a  virtual disk to emulate a hard disk
When I  initial a new physcial disk for VD pool with the command

       "xc_vd_tool.py initialise /dev/hdc" 

it shows some message as follow

==========================================
No extent size specified - using default size of 64MB
Formatting for virtual disks
Device: /dev/hdc
Extent size: 64MB
Traceback (most recent call last):
  File "/usr/bin/xc_vd_tool.py", line 53, in ?
    rc = XenoUtil.vd_format(dev, extent_size)
  File "/usr/lib/python2.2/site-packages/XenoUtil.py", line 246, in vd_format
    vd_init_db(VD_DB_FILE)
  File "/usr/lib/python2.2/site-packages/XenoUtil.py", line 737, in vd_init_db
    cx = sqlite.connect(path)
NameError: global name 'sqlite' is not defined
=============================================

then, I think "maybe  I need to install sqlite", so I download splite from 
http://www.sqlite.org/sqlite-2.8.15-1.i386.rpm
and install it successfully. But it still show same error message.

Would someone please give me some advices...?

Thank you very much


                                MingChieh



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] A question about virtual disk in the XEN 1.2, MingChieh <=