Displaying 4 results from an estimated 4 matches for "map0".
Did you mean:
map
2011 Aug 24
0
Bug#639112: xen: DomU access to dual-ported RAM area on PCI card fails
...to access the dual-ported RAM area on a PCI card
using the Linux uio driver framework.
The PCI passthru of the PCI card from Dom0 to DomU seems to be ok as the
uio drivers are successfully loaded and the physical address and length
of the DPM area are available under "/sys/class/uio/uio0/maps/map0/".
Both Dom0 + DomU are based on Debian 6.0.2 (Squezze)
Linux-2.6.32-5-xen-686 / Xen-4.0.1-2
I try to access the DPM area like this (pseudo code):
fd = open("/dev/uio0");
dpm_addr = uio_get_addr("/sys/class/uio/uio0/maps/map0/addr");
dpm_size = uio_get_size("/sys...
2009 Jun 04
2
alfresco with GFS2.0.0
...ir for alfresco ,it start well.
The alfresco log is this :
14:22:43,009 User:System ERROR [lucene.index.IndexInfo] Channel reopen failed on index info files in: /data/lucene-indexes/user/alfrescoUserStore
java.io.IOException: No such device
at sun.nio.ch.FileChannelImpl.map0(Native Method)
at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:747)
at org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatusToFile(IndexInfo.java:2133)
at org.alfresco.repo.search.impl.lucene.index.IndexInfo.writeStatus(IndexInfo.java:2122)...
2009 Jun 30
0
help friend :java nio problem
....java " and "java FcTest " ,if create outFile.txt which have the same
> words with file.txt ,the test is success . if there is some error like :
> [root at iaas-1 alfresco]# java FcTest > java.io.IOException: No such device
> > at sun.nio.ch.FileChannelImpl.map0(Native Method)
> > at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:747)
> > at FcTest.main(FcTest.java:18)
> the test is fault
>
>
> 2009-06-29
> ------------------------------
> eagleeyes
> ------------------------------
> *????* Trygve H...
2012 Jul 12
1
Bug#639112: DomU access to dual-ported RAM area on PCI card fails
Hi David,
Are the resources which you are trying to map from inside the domU
correctly represented in the PCI device's BARs?
I suspect that it would be worthwhile to try the Wheezy 3.2 based kernel
in your domU.
If this doesn't help then your best bet is likely to be to the upstream
mailing list.
Ian.