search for: edmondson

Displaying 20 results from an estimated 57 matches for "edmondson".

2007 Jan 23
19
IPv4 configuration for Solaris guest domains
...e.org/solaris/xen-net-config/ The diffs are broadly against nv56. The bootloader changes are not included in the diff - shout if you really want to see them. I''ve set "followup-to" to "xen-discuss" but I''ll monitor the other lists as well. dme. -- David Edmondson, Sun Microsystems, http://www.dme.org
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
2006 Sep 29
8
creating a vnic to represent the factory MAC address
...er appropriate to plumb ''bge0'' under IP (given that I''ll want to also use the physical nic to create vnics) I''m struggling to figure out how I might create a vnic to represent this ''slot 0'', in order that I can plumb it under IP. dme. -- David Edmondson, Sun Microsystems, http://www.dme.org
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
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
2005 Apr 13
5
Binary Matrices
I'm wanting to perform analysis (e.g. using eigen()) of binary matrices - i.e. matrices comprising 0s and 1s. For example: n<-1000 test.mat<-matrix(round(runif(n^2)),n,n) eigen(test.mat,only.values=T) Is there a more efficient way of setting up test.mat, as each cell only requires a binary digit? I imagine R is setting up a structure which could contain n^2 floats. Thanks in advance
2007 Nov 27
4
spurious warnings from get_page() via gnttab_copy() during frontend shutdown
...believe that we''re following this path (_DOMF_dying is set and rc == GNTST_general_error) and that we handle the failure correctly. The corresponding failure mode in the page flip code path doesn''t result in any INFO warnings. Should they exist in this case? dme. -- David Edmondson, Solaris Engineering, http://dme.org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 14
6
code review for 6734731 and 6734123
I''d like reviewers for: 6734731 vif-vnic instances can race against each other 6734123 xpvd-event logging is dismal The webrev is at http://dme.org/solaris/webrev/xvm-script-cleanup.
2008 Mar 13
11
PCI Passthrough in
Is there any information available when one can expect OpenSolaris to handle PCI Passthrough als Dom0? This thread: http://opensolaris.org/jive/thread.jspa?threadID=45875&tstart=135 makes me think there might be some work going on... Thanks Ares
2009 Feb 16
3
Finishing up the contributors list as well
...2-24 00:32:45 markfen,Mark Fenwick,20,networking,Networking,2009-02-24 00:32:45 krgopi,Rajagopal Kunhappan,20,networking,Networking,2009-02-24 00:32:45 girishmg,Girish Moodalbail,20,networking,Networking,2009-08-24 15:16:56 eric.yu,Yu Xiangning,20,networking,Networking,2009-09-05 15:22:18 dme,David Edmondson,20,networking,Networking,2009-02-24 00:32:45 danmcd,Dan McDonald,20,networking,Networking,2009-02-24 00:32:45 carolg,Carol Gayo,20,networking,Networking,2009-02-24 00:32:45 anders,Anders Persson,20,networking,Networking,2009-09-05 15:21:03 I vote to approve the above as is. ----------------------...
2007 Oct 31
6
b75 zone ip-exclusive problem
got a problem with b75 that the zone with ip-exclusive just takes the identity of the global zone. For the primary nic there is no option to set its ip and hostname. When i change the host name and ip the hostname does not change and the networking goes weird for both the zone and global zone. sparc eri qfe There any bugs about or should this work fine? This message posted from
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
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
2005 Jul 11
3
misc3d package
Hi, I am trying to install the misc3d package on a Windows (XP) installation of R 2.0.1 using install.packages("misc3d") but with no success. I have used this approach with other packages OK, but for misc3d I get the following output... trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 27996 bytes
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
2023 Mar 10
1
[PATCH v2 1/3] virtio_pci_modern: Allow non power of 2 sizes for virtqueues
...sed successfully. Signed-off-by: Feng Liu <feliu at nvidia.com> Reviewed-by: Jiri Pirko <jiri at nvidia.com> Reviewed-by: Parav Pandit <parav at nvidia.com> Reviewed-by: Gavin Li <gavinl at nvidia.com> Reviewed-by: Bodong Wang <bodong at nvidia.com> Reviewed-by: David Edmondson <david.edmondson at oracle.com> --- v1 -> v2 feedbacks from Jason Wang and Michael S. Tsirkin - remove power_of_2 check of virtqueue size --- drivers/virtio/virtio_pci_modern.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/virtio/virtio_pci_modern.c b/drivers/virtio/vir...
2008 May 13
7
Networking issues with OpenSolaris/Dom0 or VMware Fusion
Hi: I got OpenSolaris 2008.05 running as dom0 under VmWare fusion on my MacBook pro. Using the instructions from Dipleep''s blog http://blogs.sun.com/dkumar/entry/how_to_create_domu_in Everything seems okay except the networking. When booting OpenSolaris (without dom0) the pcn0 interface works just fine but when booting Solaris xVM version them pcn0 does not work (ie) I get failures
2023 Mar 10
4
[PATCH v2 0/3] virtio_ring: Clean up code for virtio ring and pci
This patch series performs a clean up of the code in virtio_ring and virtio_pci, modifying it to conform with the Linux kernel coding style guidance [1]. The modifications ensure the code easy to read and understand. This small series does few short cleanups in the code. Patch-1 Allow non power of 2 sizes for virtqueues Patch-2 Avoid using inline for small functions. Patch-3 Use const to annotate
2009 Dec 04
2
Multiple Channel Variables with AMI Originate
Hi guys I seem to be having a problem, I don't know if it's a bug or whether I'm just doing it incorrectly. I want to set about 3 channel variables when I originate a call via AMI. All the documentation I have found says to do it like this: Variable: variable1=value|variable2=value|variable3=value However when I do this it runs them all together and I end up with: