Displaying 7 results from an estimated 7 matches for "machone".
Did you mean:
machine
2011 Apr 15
3
[PATCHv3] libxl: Exposed Flask XSM functionality
Adds support for assigning a label to domains, obtaining and setting the
current enforcing mode, and loading a policy with xl command and libxl
header when the Flask XSM is in use. Adheres to the changes made by the
patch to remove exposure of libxenctrl/libxenstore headers via libxl.h.
tools/libxl/libxl_flask.c | 71 ++++++++++++++++++
tools/libxl/Makefile | 2
2011 Apr 04
2
[PATCHv2] libxl: Exposed Flask XSM functionality
Adds support for assigning a label to domains, obtaining and setting the
current enforcing mode, and loading a policy with xl command when the
Flask 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
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
Greetings,
I have a site that has an old DOS (As in the OS!) program that prints
ASCII characters, since moving it onto a samba server (Used to be on an
old NT Server), it now prints the UNIX equivalent of the DOS ASCII
values output from the program. For example, when the program attempts
to do a - character, it prints a strange accent character (which is the
correct ASCII character for UNIX).
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 with...
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 with...