From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles Coffing" Subject: Re: 3.0.5-rc4 breakage in XendPIF.py Date: Tue, 01 May 2007 15:07:54 -0600 Message-ID: <463756CC.D169.003C.0@novell.com> References: <463748F9.D169.003C.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser , xen-devel@lists.xensource.com Cc: Tom Wilkie List-Id: xen-devel@lists.xenproject.org On Tue, May 1, 2007 at 2:30 PM, Keir Fraser = wrote:=20 > On 1/5/07 21:08, "Charles Coffing" wrote: >=20 >> Trying to start 3.0.5-rc4's xend, I get: >>=20 >> [...snip...] >> File "/usr/lib/python2.5/site-packages/xen/xend/XendPIF.py", line = 309, in >> destroy >> raise PIFIsPhysical(self.get_uuid()) >> TypeError: __init__() takes exactly 1 argument (2 given) >>=20 >>=20 >> Looks like it was changeset 14974 that introduced the problem. >=20 > If you remove the argument to PIFIsPhysical(), does that fix it? Yes.