similar to: xen dom0/domU network speedyRyr

Displaying 20 results from an estimated 100 matches similar to: "xen dom0/domU network speedyRyr"

2007 Nov 23
2
xen dom0/domU network speed
Hi all, I have problem reaching 1Gbps network speed with dom0 / domU (paravirtualized) on my centos5 installations. The fastest speed I measured in domU was about 800/600 receive/transmit Mbps, dom0 being a bit slower. I'm using bridging (eeither with default xen/centos network-bridge script or with my own scripts assigning vlans to bridges). Is anyone experiencing same network slowdown? Or
2007 Oct 08
1
Xen crash
Hi Centos-virt, I'm new to this list and joined since I am volunteering as a tech admin for a non profit organization called CouchSurfing (.com) where we tried to move the web servers to Xen zones and this has proven quite unstable since the our defined zones tends to crash on a daily basis with the latest CentOS 5 Xen updates. The physical boxes have 2 quad core 1.6GHz Xeon CPU's and 4
2008 Apr 09
1
Summary Server Shut Down!!!!
Summary Many Thanks to Bill Campbell, Nicolas Sahlqvist and Barry Brimer The problem turned out to be one of disk had software errors (message attached), I used ubuntu live cd to fix this issue Cheers Harry ________________________________________________________________________ ____________ From: centos-bounces at centos.org [mailto:centos-bounces at centos.org]
2007 Oct 08
0
Xen crash
Hi, I'm new to this list and joined since I am volunteering as a tech admin for a non profit organization called CouchSurfing (.com) where we tried to move the web servers to Xen zones and this has proven quite unstable since the our defined zones tends to crash on a daily basis with the latest CentOS 5 Xen updates. The physical boxes have 2 quad core 1.6GHz Xeon CPU's and 4 GB RAM, there
2007 Nov 20
2
ntp queries not being answered
Hello All, My name is Gaurav, and I am tasked with configuring a linux box with NTP. I am having a problem that I hope you can help me with. We have installed CentOS V5 on 1 processor down in the lab. The rest of the processors on the network are AIX boxes versions 3.2.5 and 5.2. I worked through the entire initial NTP configuration; setup the /etc/ntp.conf file to point to the server, etc.
2006 Feb 13
1
lilesystem size limit samba on 64bit 2.6 kernel vs. clients win2k/winxp ?
I had an incredibly hard time finding any documentation on filesystem size limits for samba on 64bit linux with 2.6 kernel exporting to 32bit windows 2003 and windows-xp by googling. The closest I could get to was that cifs filesystem size correlates to ntfs filesystem size and therefore there would be a 64TB limit. Are there additional limits within the software stack that I should be aware of?
2008 Jan 08
3
tar bug in CentOS 4.6?
Since upgrading my server from CentOS 4.5 to 4.6 I've been getting the following error from amanda backups: mutilate /home lev 1 FAILED [compress got signal 11, /bin/tar got signal 13] I was away from the house for most of the end of December and had a couple of other issues that came up that could have been related but apparently weren't (why is it that several things all go wrong
2007 Nov 19
5
Dual boot box: WinXP & CentOS 5: Impossible to restoreWinXP?
On Monday, 19 November 2007, Ross S. W. Walker rwalker at medallion.com wrote: <snip> > You can fix it all from CentOS. Ross: In addition to coming up with another slick way to fix this box, which I truly appreciate, you came up with the below: >You need to run some kind of rootkit detection and cleaner on the >system before it reboots or else it will just reinstall itself.
2007 Nov 25
0
CentOS-announce Digest, Vol 33, Issue 13
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Nov 26
1
transition form respond_to to provides
I really like the new mime type handler however I was trying to convert some code and couldn''t figure out how. My rails action was handle 2 formats, html and xml respond_to do |format| format.html # show.html.erb format.xml do if @account.active? && @account.valid_referer?(session[:referer]) render :xml => @account.to_xml(:except
2007 Nov 25
0
yum install nautilus-sendto-bluetooth fails on 5.0
Hello, when I try to install it, I get this error: yum install nautilus-sendto-bluetooth Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package
2007 Nov 25
1
Total novice
Hi. I want to remove one of three hard drives. But if I just remove the disk, Linux signals errors and enters administrative mode requesting corrective actions which, of course, I do not know. If I reconnect the drive, everything returns to normality. Can anyone help me? Thanks in advance. MLM -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 25
0
CESA-2007:0747 Moderate CentOS 4 ia64 httpd - security update
CentOS Errata and Security Advisory 2007:0747 https://rhn.redhat.com/errata/RHSA-2007-0747.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/httpd-2.0.52-38.ent.centos4.ia64.rpm updates/ia64/RPMS/httpd-devel-2.0.52-38.ent.centos4.ia64.rpm updates/ia64/RPMS/httpd-manual-2.0.52-38.ent.centos4.ia64.rpm
2007 Nov 25
0
CESA-2007:0747 Moderate CentOS 4 s390(x) httpd - security update
CentOS Errata and Security Advisory 2007:0747 https://rhn.redhat.com/errata/RHSA-2007-0747.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/httpd-2.0.52-38.ent.centos4.s390.rpm updates/s390/RPMS/httpd-devel-2.0.52-38.ent.centos4.s390.rpm updates/s390/RPMS/httpd-manual-2.0.52-38.ent.centos4.s390.rpm
2007 Nov 25
1
[LLVMdev] Getting the pointer type from a Load/Store SDNode
On Nov 22, 2007, at 1:51 PM, Chris Lattner wrote: > On Wed, 21 Nov 2007, Christopher Lamb wrote: >> I'm digging into this, but I'd like to know if it's feasible to >> get to the >> pointer type from a Load/Store SDNode? This would relieve me from >> having to >> put the address space information into those SDNodes. >> >> Is
2007 Nov 25
2
Fwd: Render_to_string from a worker
Hi, I am trying to generate a PDF from within a worker using PDF::Writer. In my controller I use render_to_string to create the pdf file however from what I understand render_to_string can only be used from a controller. Does anybody have any suggestions how I might be able to replicate this functionality in a worker? -- thanks, Felix -------------- next part -------------- An HTML attachment
2007 Jul 12
0
No subject
</font> <ul class="D"> <li class="D_off">Two Available PCI Express x8 Slots</li> <li class="D_on">Two Available PCI Express x8 Low Profile Slots</li> <li class="D_off">One Available 64-bit/100MHz PCI-X slot</li> </ul> The list has already answered what goes in what slot so I won't repeat that.
2018 Nov 02
1
I heard the patch window was open? Two small patches
I see that there seems to be patches being accepted... Please consider committing these two: You should be able to cherry pick them from my syslinux repo at http://github.com/ppokorny/syslinux I would think? commit 64fb71b87a625d70ea8c6127f18fe96d3f4fdc89 Author: Philip Pokorny <ppokorny at penguincomputing.com> Date: Sun Mar 5 21:07:48 2017 -0800 Fix PATH parsing to match the
2014 Jul 12
0
Setting up and helping debug EFI PXE booting
Phil, I gave a presentation last month on how to set up a DHCP + TFTP server. Using syslinux 6.03-pre* to support both Legacy and EFI PXE boot. Here's the link to the presentation. My slides are there. http://2014.texaslinuxfest.org/content/creating-legacy-efi-pxe-server-using-pxelinux The presentation models a small lab-sized env. I start simple; supporting legacy PXE boot only. Then
2017 Mar 26
1
isohybrid
Sounds like we should change the "and cx" mask to 5 so that if either EHDD support or LBA is announced by the bios, the correct EHDD path will be taken. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation