Displaying 20 results from an estimated 600 matches similar to: "code review for 6734731 and 6734123"
2008 Jun 18
6
Please advise: sending out bogus gratuitous ARP packet from vna
I''ve implemented code to send out bogus gratuitous ARP packet from vna
in order to fix CR 6701114. The webrev is at:
http://jurassic.eng/net/consulte.prc/export/build/xvm-6701114/webrev
Some backgroud information (see CR 6701114 for more detail):
During live migration of an xVM domain from one dom0 to another, the
VNIC will be moved from one switch port to another. But, the
2009 Jul 19
7
How xVM is integrated with Crossbow
Hi, all
I want to get some information of How xVM is integrated with
Crossbow project.
Do some buddies have those documents or blogs?
Thanks
--luke
2007 Dec 17
16
How to configure default NIC when creating Guest
Hi All,
I have a machine with three network cards, and the third card(named
e1000g2) is in use now. I want to use e1000g2 as default NIC when I
create Guest. How can I change the default NIC? I can override the
default value of config/default-nic property of svc:/system/xvm/xend.
But xend still use e1000g0 when creating Guest.
BTW, I can explicitly set "bridge=e1000g2" when creating
2008 Aug 04
6
[Fwd: [networking-discuss] code-review: fine-grained privileges for datalink administration]
Crossbow team,
The following is of interest to the Crossbow project. Since a large
chunk of these changes also exist in the Crossbow gate, the delivery of
this wad will result in fewer lines of changes for Crossbow''s delivery.
If someone on Crossbow could participate in this review, that would be a
bonus (Eric Cheng made original changes in the Crossbow gate at some
point last year).
2012 Oct 17
24
[zfs] portable zfs send streams (preview webrev)
We have finished a beta version of the feature. A webrev for it
can be found here:
http://cr.illumos.org/~webrev/sensille/fits-send/
It adds a command ''zfs fits-send''. The resulting streams can
currently only be received on btrfs, but more receivers will
follow.
It would be great if anyone interested could give it some testing
and/or review. If there are no objections,
2008 Apr 01
10
Request for code review: the brendan() action
This came up as an RFE during the conference (I believe it''s been logged
as "4012008: brendan() action needed for DTrace Toolkit".)
As everyone here is aware, DTrace is not quite as user friendly as it
could be. For the uninitiated, it can be confusing to run a DTrace
script and not see the expected output. Brendan Gregg has addressed
this in the DTrace Toolkit[1] by
2010 Jan 19
4
Dom0 cache-ing MAC addresses?
I created a DomU with a dedicated network connection
script path=''/usr/lib/xen/scripts/vif-dedicated''
Having run the virtual machine I now destroy the domain, undefine it,
change the script to
script path=''/usr/lib/xen/scripts/vif-vnic''
define the domain and try to start it. This fails. If I change the
assigned MAC address the newly defined virtual
2006 Sep 29
8
creating a vnic to represent the factory MAC address
How do I create a vnic that represents the factory assigned MAC
address of my physical nic?
The bge device in my system (x2100) appears to support 4 MAC
addresses. The driver reserves the first as the ''primary/default''
address and allows manipulation of the other three via the
MAC_CAPAB_MULTIADDRESS interface.
I''d like to use vnics on this system, as I have Xen guest
2008 Dec 04
2
Round four: Re: code review req: 6750659 drti.o crashes app due to corrupt environment
I believe that I have incorporated all of the feedback given
(thanks!). Changes since the 2008-11-16 version include:
- ksh style & coding standards compliance in test script (Roland)
- "dof_init_debug == B_FALSE" vs. "!dof_init_debug" (Adam)
The updated webrev is at:
http://cr.opensolaris.org/~mgerdts/6750659-2008-12-03/
--
Mike Gerdts
http://mgerdts.blogspot.com/
2009 Jun 25
7
Snort on domU
Hi Everyone,
Can anyone confirm if a xen based domU can be used for snort setup? It is
not for commercial use, rather just SOHO use.
Regards,
dot.yet
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Jun 25
7
Snort on domU
Hi Everyone,
Can anyone confirm if a xen based domU can be used for snort setup? It is
not for commercial use, rather just SOHO use.
Regards,
dot.yet
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Nov 05
0
RFC: multicast add/remove for network frontend
Network frontends currently have no way to express the set of
ethernet multicast groups that they are interested in. As a
consequence we deliver all multicast traffic to them. A subsequent
consequence is that network interfaces used in the IO domain
typically end up in promiscuous mode, which is generally undesirable.
I''d like to slightly extend the inter-domain protocol to allow
2009 Feb 26
4
SXCE104, Cannot boot HVM domain
Hi,
I cannot boot Windows XP domU on SXCE104 dom0.
It was running for weeks..
Is it a known bug?
# virsh start wxpp01 &
# virsh dumpxml wxpp01
<domain type=''xen'' id=''-1''>
<name>wxpp01</name>
<uuid>fb96e8c9-940d-7e0a-12ef-f167a7f1102c</uuid>
<os>
<type>hvm</type>
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
Here''s my comments for the preliminary ZFS Crypto review.
- Dan
Webrev: http://cr.opensolaris.org/~darrenm/zfs-crypto-gate/webrev/
General comments:
DEA-1 - SCCS keywords need to be removed
DEA-2 - Copyright updated
------------------------------------------------------------------
usr/src/lib/libcryptoutil/common/keyfile.c pkcs11_read_data()
This code in pkcs11_read_data() scares
2007 Jan 23
19
IPv4 configuration for Solaris guest domains
I''d like to enhance Solaris network configuration slightly to allow
guest domain IPv4 details to be passed from the domain building
control tools through to the relevant components in Solaris
(svc:/network/physical and uts/common/fs/nfs/nfs_dlinet.c).
Attached is a proposal, roughly in the form of a fasttrack.
Diffs for a prototype are at:
2009 May 01
5
PyGrub + ZFS: getbootstring. How it works?
I have NexentaCP2 (Opensolaris b104+).
Parameters for the kernel:
''zfs-bootfs=syspool/rootfs-nmu-000,bootpath=/xpvd/xdf@0:a''
Pygrub returns:
''zfs-bootfs=syspool/30,bootpath=/xpvd/xdf@0:a''
Result: Boot with pygrub don''t work.
What is "30" in syspool/30 ?
_______________________________________________
Xen-users mailing list
2009 May 04
8
CentOS DomU on Opensolaris Dom0 - virt-install fails with error in virDomainCreateLinux()
Hi,
I am trying to install CentOS on an Opensolaris Dom0. virt-install fails
with an error in virDomainCreateLinux().
Is this a known issue? Am I missing some step?
manoj@mowgli:~$ uname -a
SunOS mowgli 5.11 snv_101b i86pc i386 i86xpv Solaris
manoj@mowgli:~$ pfexec virt-install
What is the name of your virtual machine? centos
How much RAM should be allocated (in megabytes)? 512
What would
2009 Sep 02
6
SXCE 121 Kernel Panic while installing NetBSD 5.0.1 PVM DomU
Hi all!
I am running SXCE 121 on a dual quad-core X2200M2 (64 bit of course).
During an installation of a NetBSD 5.0.1 PVM domU, the entire machine
crashed with a kernel panic. Here''s what I managed to salvage from
the LOM console of the machine:
Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51712 (xdb5) offline
Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51728 (xdb6) offline
2011 Jul 29
12
booting from ashift=12 pool..
.. evidently doesn''t work. GRUB reboots the machine moments after
loading stage2, and doesn''t recognise the fstype when examining the
disk loaded from an alernate source.
This is with SX-151. Here''s hoping a future version (with grub2?)
resolves this, as well as lets us boot from raidz.
Just a note for the archives in case it helps someone else get back
the afternoon
2009 Nov 20
4
running dhcp-server on dom0 over a vnic.
Before I post to networking-discuss I wanted to ask if anyone had
tried this on this:
I''m trying to run a dhcp-server on a dom0 over a vnic so that the
domU''s can get IP addresses.
I created a vnic r1 over e1000g0 and gave it a static IP
172.0.94.111/24 so I can run the dhcp server over this vnic.
root@lm2-dom0:~# dhtadm -P
Name Type Value