search for: errno0

Displaying 1 result from an estimated 1 matches for "errno0".

Did you mean: errno
2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
...1 Version: 4.1.3-2 Severity: important Dear Maintainer, Creating a new HVM domU fails with the following error: map shared IO page returned error 22 I've narrowed it down to qemu-dm which fails to start: # /usr/lib/xen-4.1/bin/qemu-dm [...] qemu_map_cache_init nr_buckets = 10000 size 4194304 errno0 = 2 domid = -1 shared page at pfn 0 errno1 = 3 errno2 = 22 map shared IO page returned error 22 I added some errno debug then rebuilt and reinstalled the package using apt-src, here is the diff: diff --git a/qemu/hw/xen_machine_fv.c b/qemu/hw/xen_machine_fv.c index a353ee6..fe7a914 100644 --- a/qe...