Displaying 3 results from an estimated 3 matches for "snv75a".
Did you mean:
snv_75a
2008 Jan 31
5
Solaris DomU HVM Network issues
Hi,
I''m running Nevada 75a configured as dom0. I added a domU HVM running
Nevada 75a, on a Sun X4600 with 8 ADM Dual cores. I can get the domU
installed and configured, however, I can not get any network
connectivity. I followed the steps accoding to documents on Open
Solaris. I also followed some of the threads of the list to verify the
configuration, but I can not fix the
2007 Dec 17
7
Instant Windows -- Recipe
I have just installed Nevada build 75 and am tyring to create an HVM domain using the recipe posted @ http://opensolaris.org/os/community/xen/docs/windows.guest.html. When executing the ''xm create winxp.hvm'' command, I instantly receive the following output:
"ERROR Internal error: Could not obtain handle on privileged common interface (2 = No such file or directory)
Using
2007 Nov 14
4
xnbu_cksum_from_peer(), bug with NETTXF_data_validated?
In usr/src/uts/common/xen/io/xnbu.c, function xnbu_cksum_from_peer()
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/xen/io/xnbu.c#110
we have this:
if ((flags & NETTXF_csum_blank) != 0) {
/*
* The checksum is blank. We must fill it in here.
*/
mp = xnb_process_cksum_flags(xnbp, mp, 0);