NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pciback.hide problems with Xen3.3 on 5.1/amd64



On 09.01.2011 22:10, A. Priebe wrote:
> Hi Jean-Yves,
> 
>> So... everything looks ok. Could you copy/paste the content of the
>> xend.log file (under /var/log/xen/)?
>>
>> xenstore-ls would help too.

Hmm, I can't see a line about pci in the log; weird

> Both are attached.
> BTW: the output is of xenstore-ls is probably incomplete - it just
> hangs at the last 0 = "" !

Yeah, sometimes this happens -- use xenstore-ls /local/domain/<domid> to
get information about a specific domain

> Just for the record, although this should be in xend.log too:
> This is the vm1.cfg for the domain "philip":
> 
> kernel = "/netbsd-5.1-XEN3_DOMU.gz"
> memory = 512
> name = "philip"
> disk = [ 'file:/z/data/xen/disks/vm1-disk1-try5,wd0d,w', 
> 'file:/z/data/xen/disks/netbsdbuild,wd1d,w', 
> 'file:/z/data/xen/disks/amd64cd-5.1.iso,wd2d,r', 
> 'file:/z/data/xen/disks/sourcecd-5.1.iso,wd3d,r' ]
> vif = [ 'bridge=bridge0' ]
> pci = [ '011:01.0' ]

Try

pci = [ '11:01.0' ]

The preprocess function in python does not report error for parsing, and
the regexp given to it rules out your actual string.

-- 
Jean-Yves Migeon
jeanyves.migeon%free.fr@localhost


Home | Main Index | Thread Index | Old Index