Displaying 20 results from an estimated 600 matches similar to: "[patch] linux-2.6 performance fix"
2005 Jan 19
15
Must have been asked before, but I can''t find the solution
I''m attempting to migrate from vmware to xen, however I need to be able
to run more than one bridge. Think of it this way:
xen0 xenU-1 xenU-2 xenU-3
------------------------------------------------------------------------
Inside_bridge_1: eth0 vm1_eth0 vm2_eth0
virtual_switch_2: vm1_eth1 vm2_eth1 vm3_eth1
Outside_bridge_3: eth1 vm2_eth2 vm3_eth0
Now, I can modify the existing
2005 Jan 22
3
xen2.0.3 and aic79xx
Has anyone expirienced problems with the aic79xx controller and xen
2.0.3 (liinux-2.6.10)?
I have got FC3 running and compiled xen-2.0.3 from the sources. The
compile ssems to work fine but after rebooting the xen0 domain the
server stops during boot at the aic79xx message - no harddisks are
recognized.
I''ve searched through the mailinglist up and down, asked google but
2005 Jan 21
5
hdc: lost interrupt
I am seeing a kernel message, "hdc: lost interrupt", when running LTP on
the xen0 domain. The first time I saw the ''kernel: hdc: lost interrupt''
in /var/log/messages, I was running LTP on both xen0 and xenU domains.
The xenU domain was totally hung at this point. Suspecting a setup
error, I re-checked the installation and reran LTP on xen0 alone,
without having
2005 Feb 05
17
debian python-install.patch (3 of 5)
Name: python-install.patch
Description: Use --root instead of --home
--home causes python''s distutils to install into /usr/lib/python/, while
--root causes it to install into /usr/lib/python$ver/site-packages, which
is the more correct location.
Signed-off-by: Adam Heath <doogie@brainfood.com>
DiffStat:
tools/python/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2
2005 Jan 27
2
ttylinux instructions
Does anyone in the devel team recall how the ttylinux rootfs was
created, by which I mean what changes were needed? Nothing detailed,
just "oh, just /etc/fstab" or whatever. I haven''t yet compared
myself, though I''ll figure it eventually.
For XenCD, I''d like to ship a pristine ttylinux instance on the ISO
image, and have the XenCD startup process copy that
2005 Jan 27
4
atropos still broken?
Hi everyone,
This is for Xen 2.0.3. I''m really interested in the functionality of
atropos (enforcing CPU partitioning in a non work-conserving fashion).
As I had reported earlier, atropos seemed broken in 2.0. It still
seems broken now:
$ xm list
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 49.1
vm1 1 47
2005 Jan 24
3
MYSQL bechmark results on XEN and NFS
I am trying to setup mysql on XEN. I need to set it up on NFS so I can migrate the domain when needed.
I am getting unexpected results and wanted to get some feedback.
Here is my setup:
NFS server
Dual 2.0 Ghz AMD Opteron
2GB of RAM
Broadcom GB NIC
Standard Fedora Core 3 (FC3)
Mysql w/tpc-c medium databases on the NFS share
XenU filesystem on the NFS share
Xen machine
2005 Jan 28
3
[PATCH] Daemonize xcs
Currently xcs is run by xend in xen-unstable by simply making it a child
process. If you launch xend from an ssh session, the session won''t exit
because the xcs still is connected to it''s controlling terminal.
xcs should daemonize itself to prevent this from happening. This patch
does that along with making the domain id => port mapping dynamically
allocated.
Regards,
--
2005 Jan 11
17
[Fwd: Installing from distribution CDs]
Sorry, hit send instead of attach again. Rest of patches included.
--
Anthony Liguori
Samba, Linux/Windows Interoperability
Linux Technology Center (LTC) - IBM Austin
E-mail: aliguori@us.ibm.com
Phone: (512) 838-1208
Tie Line: 678-1208
2005 Jan 20
2
lomount: handy for file-backed VBDs
Hey all,
This utility (from Qemu) might be useful to anyone who has multiple partitions
on a file-backed VBD and wants occasionally to mount them in dom0.
http://www.dad-answers.com/qemu/utilities/QEMU-HD-Mounter/lomount/
You can tell it what partition to mount out of the file and it sorts out the
offsets, etc. by parsing the partition table. This allows you to get around
the loop
2005 Jan 26
2
drdb fails under xen
Under xen, either stock xen-2.0.1+linux-2.6.9 or Fedora''s latest
(2.6.10-1.1109_FC4), drdb (<http://www.drbd.org/>),as soon as I try to
write to one of its devices, causes "Badness" in the kernel and,
ultimately, a spontaneous reboot.
Under non-xen 2.6.10-1.1109_FC4 and 2.6.9-1.678_FC3, drbd works fine.
The error:
Jan 25 21:01:23 turing kernel: Badness in blk_plug_device
2005 Feb 01
3
BVT scheduler settings examples
Are there any examples of bvt scheduler parameters usage?
If I understand it right, bvt provides me with option to scale domain''s
CPU usage. Eg. I have 2 (non-zero) domains pinned to the same CPU. Can I
assign eg. 30% of CPU time to domain 1 and 70% to domain 2? (I mean in
peaks when both domains are not idle and require the CPU time)
If yes, how should I build the "xm bvt"
2005 Jan 27
2
booting erro on FC3
I''m a newbie. :)
I followed the steps written by Jerone Young:
http://sourceforge.net/mailarchive/message.php?msg_id=10562241
but i found an error at the 17th step:
17. mkinitrd /boot/initrd-2.6.10-xen0.img 2.6.10-xen0
it said:"No module ata_piix found for kernel 2.6.10-xen0, aborting."
so I commented the line of "module /boot/initrd-2.6.10-xen0.img" in the
2005 Jan 27
1
pinning dom0 cpu
Hi everyone,
I''m running Xen on an SMP machine. Couple of things:
a) is dom0 pinned to a particular CPU? if so which? can I control the choice?
b) with the 2.6.10 Xenolinux kernel, cat /proc/cpuinfo shows only a
single CPU on my SMP machine. Is this a known problem/behavior?
c) if I understand correctly, the BVT scheduler parameters are CPU
specific -- they don''t aggregate
2005 Jan 19
1
EVTCHN driver in DomainU
Hello folks
I see the EVTCHN driver being initialized as a part of DomainU. XEND
(or domain controller) uses the EVTCHN driver to receive notifications
for events on the control interface.
However there is no XEND (or domain controller) that runs in DomainU.
So what is the purpose of initializing EVTCHN driver in DomainU
Thanks in advance
Nauzad
2005 Jan 26
1
Compiling xenlinux 2.4.29 with grsec.. help needed
Hi list!
I''m trying to run 2.4.29-xenU with grsec. Jacob Gorm Hansen said couple of
weeks ago, that grsec should work with xen when pax is disabled..
Well, to get the kernel compiling there''s some source hacking that needs to
be done.. I''ll describe what I did and what error I got:
I downloaded xen-2.0-testing-src.tgz and extracted it. I edited the toplevel
Makefile
2005 Jan 02
12
[XEN] using shmfs for swapspace
hi,
am starting to play with XEN - the virtualisation project
(http://xen.sf.net).
i''ll give some background first of all and then the question - at the
bottom - will make sense [when posting to lkml i often get questions
asked that are answered by the background material i also provide...
*sigh*]
each virtual machine requires (typically) its own physical ram (a chunk
of the
2005 Feb 07
2
Wine for Linux PPC emulate Mac OS
The Wine http://www.winehq.com/ project has been created to emulate
Windows to be able to run windows softwares directly under Linux
without to have to emulate Windows.
It's very great and wonderful idea !
The Darwine http://darwine.opendarwin.org/ project aims to to the same
but under Mac OS X with adding also the emulation of an x86 CPU.
But, I wanted to know something, or even to make
2012 Sep 03
1
[PATCH] virtio: Don't access device data after unregistration.
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
Fix panic in virtio.c when CONFIG_DEBUG_SLAB is set.
Use device_del() and put_device() instead of
device_unregister(), and access device data before
calling put_device().
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
cc: Guzman Lugo, Fernadndo <fernando.lugo at ti.com>
cc: Michael S. Tsirkin <mst
2012 Sep 03
1
[PATCH] virtio: Don't access device data after unregistration.
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
Fix panic in virtio.c when CONFIG_DEBUG_SLAB is set.
Use device_del() and put_device() instead of
device_unregister(), and access device data before
calling put_device().
Signed-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com>
cc: Guzman Lugo, Fernadndo <fernando.lugo at ti.com>
cc: Michael S. Tsirkin <mst