|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] sHype changeset causes error in domU creation
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 06/22/2005
11:13:09 AM:
>
> Changing the following line makes a temporary fix:
>
> tools/python/xen/xm/create.py
> --
> gopts.var('ssidref', val='SSIDREF',
> - fn=set_u32, default=0xfffffff,
> use="Security Identifier.")
> ++
> gopts.var('ssidref', val='SSIDREF',
> + fn=set_u32, default=0xffff,
> use="Security Identifier.")
> ---
>
> I'm using the following python version:
>
> Python 2.4.1 (#1, May 19 2005, 16:02:59)
> [GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-24)] on linux2
I am using version 2.3.4 and do not encounter this
problem. Did you put any ssidref line into the VM configuration file?
Stefan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|