Displaying 7 results from an estimated 7 matches for "machon".
Did you mean:
macho
2011 Apr 15
3
[PATCHv3] libxl: Exposed Flask XSM functionality
...++
tools/libxl/libxl.idl | 3
tools/libxl/xl.h | 3
tools/libxl/xl_cmdimpl.c | 165
++++++++++++++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c | 18 ++++
8 files changed, 261 insertions(+), 10 deletions(-)
Signed-off-by: mbgrego@tycho.ncsc.mil
--
Machon Gregory
National Information Assurance Research Lab (NIARL)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Apr 04
2
[PATCHv2] libxl: Exposed Flask XSM functionality
...XSM is in use.
libxl.c | 1
libxl.idl | 3 -
xl.h | 3 +
xl_cmdimpl.c | 171
+++++++++++++++++++++++++++++++++++++++++++++++++++++++---
xl_cmdtable.c | 18 +++++-
5 files changed, 187 insertions(+), 9 deletions(-)
Signed-off-by: mbgrego@tycho.ncsc.mil
--
Machon Gregory
National Information Assurance Research Lab (NIARL)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Sep 10
1
Hanging while booting
...a Phoenix BIOS v.4.04 with vendor version v.1.03. There is an
update to the vendor version, but I don't have the facilities to install
this since it requires an older version of DOS.
Other bootloaders : The netbsd bootloader seems to work fine, but there are
other issues with netbsd on this machone. The FREEDOS loader crashes on
loading with a divide by zero error.
More information on the system and error messages available on request.
--
Tor Fredrik Aas
2001 Dec 03
1
Printing & Samba 2.0.7
...itional UNIX
ASCII?
I have tried changing the character set in smb.conf to 'client code page
= 437', which is what the windows clients are using. However this did
not fix the problem.
Im running debian 2.2 with samba 2.0.7 & PDC support.
Any assistance appreciated!
Regards,
SHANE MACHON
Network Administrator
Technical Project Manager
Two Purple Plums Pty Ltd.
TPP Internet Development
(NetNames Australasia)
PO Box 334, Manly
NSW, 1655, Australia
Tel. +61 2 9970 5242
Fax. +61 2 9970 8262
Eml. shane@twoplums.com.au
2011 Apr 25
1
Blocking an IP address both as source and destination
Hello,
how do you block incoming AND outgoing traffic to a site?
I have 2 drop lines for a site in my /etc/sysconfig/iptables:
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [294:35064]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -s xx.xx.xx.0/24 -j DROP
-A INPUT -d xx.xx.xx.0/24 -j DROP
-A INPUT -p icmp -m icmp --icmp-type any -j
2009 Jun 04
3
TODO list for qemu+KVM networking performance v2
...ouple of trivial questions on the code - I'll
add answers here as they become available.
I out up a copy at http://www.linux-kvm.org/page/Networking_Performance as
well, and intend to dump updates there from time to time.
Thanks,
MST
---
There are many ways to set up networking in a virtual machone.
here's one: linux guest -> virtio-net -> virtio-pci -> qemu+kvm -> tap -> bridge.
Let's take a look at this one.
Virtio is the guest side of things.
Guest kernel virtio-net:
TX:
- Guest kernel allocates a packet (skb) in guest kernel memory
and fills it in wit...
2009 Jun 04
3
TODO list for qemu+KVM networking performance v2
...ouple of trivial questions on the code - I'll
add answers here as they become available.
I out up a copy at http://www.linux-kvm.org/page/Networking_Performance as
well, and intend to dump updates there from time to time.
Thanks,
MST
---
There are many ways to set up networking in a virtual machone.
here's one: linux guest -> virtio-net -> virtio-pci -> qemu+kvm -> tap -> bridge.
Let's take a look at this one.
Virtio is the guest side of things.
Guest kernel virtio-net:
TX:
- Guest kernel allocates a packet (skb) in guest kernel memory
and fills it in wit...