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

Re: [Xen-devel] [SOLVED] Error looking up phy:sda5

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [SOLVED] Error looking up phy:sda5
From: Michael Kaegler <Michael.Kaegler@xxxxxxxxxx>
Date: Thu, 13 May 2004 16:45:52 -0400
Delivery-date: Thu, 13 May 2004 21:47:34 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <a06020402bcc975778d46@[10.64.244.95]>
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>
References: <a06020402bcc975778d46@[10.64.244.95]>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
As usual, one finds the answer on their own right after asking a devel list.
/usr/lib/python2.3/site-packages/XenoUtil.py hardcoded the location of sfdisk to /sbin/sfdisk, when in fact slackware 9.1 places it at /usr/sbin/sfdisk. I just removed the /sbin/ bit and let my PATH take care of finding it.

Cheers,
-mKaegler



Sorry for the newbie nature of this problem, however I've run into an issue...
I'm sure I'm missing something simple... I've set aside sda5 and 6 for this vm.
Any pointers?


root@halo0:~# xc_dom_create.py -f /etc/xc/dom1
Parsing config file '/etc/xc/dom1'
VM image           : "/boot/xenolinux.gz"
VM ramdisk         : ""
VM memory (MB)     : "320"
VM IP address(es)  : "192.168.1.2"
VM block device(s) : "phy:sda5,sda5,w; phy:sda6,sda2,w"
VM cmdline : "ip=192.168.1.2:169.254.1.0:10.64.240.1:255.255.248.0::eth0:off root=/dev/sda1 ro "
Error looking up phy:sda5


With an unmodified defaults file...

root@halo0:~# xc_dom_create.py -f /etc/xc/defaults -Dvmid=1
Parsing config file '/etc/xc/defaults'
/usr/lib/python2.3/site-packages/XenoUtil.py:96: FutureWarning: x<<y losing bits or changing sign will return a long in Python 2.4 and up
  a = ( (string.atoi(l[0])<<24) | (string.atoi(l[1])<<16) |
VM image           : "/boot/xenolinux.gz"
VM ramdisk         : ""
VM memory (MB)     : "256"
VM IP address(es)  : "10.64.244.12; 169.254.1.1"
VM block device(s) : "phy:sda8,sda1,w; phy:sda6,sda6,r"
VM cmdline : "ip=10.64.244.12:169.254.1.0:10.64.240.1:255.255.248.0::eth0:off root=/dev/sda1 ro 4 VMID=1 usr=/dev/sda6"
Error looking up phy:sda8

root@halo0:~#


(while I'm at it, can I get at the 2nd serial port from inside dom0?)
Thanks,
-mKaegler

--
Michael Kaegler, Information Technology
Marist College,  3399 North Road, Poughkeepsie, NY 12601
Phone: 845-575-3128        http://www.nsfgrid.marist.edu

Beware of quantum ducks. Quark, Quark.


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel


--
Michael Kaegler, Information Technology
Marist College,  3399 North Road, Poughkeepsie, NY 12601
Phone: 845-575-3128        http://www.nsfgrid.marist.edu

Beware of quantum ducks. Quark, Quark.


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>