WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Xen and Gentoo - 2 tips

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen and Gentoo - 2 tips
From: Jeb Campbell <jebc@xxxxxxxxxxxxxxx>
Date: Thu, 19 May 2005 10:32:02 -0500
Delivery-date: Thu, 19 May 2005 15:31:35 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Just wanted to share (and archive) some tips for others.

This is just a quick note on how I got a stable Xen (2.0.5) Gentoo with a fresh 2005.0 dom0 and an old gentoo server migrated to domU.

It was fairly easy (more details to follow -- time permitting), but xend kept taking 100% cpu after about a day. I only ssh'd into domU and did not think that the buffer/binary console on xend was a problem. Turns out it was -- here is what I did to fix it:

1. (I use syslog-ng, but you get the idea) Disable logging to the console. Comment out this line in /etc/syslog-ng/syslog-ng.conf:

#log { source(src); destination(console_all); flags(fallback); };

and restart syslog-ng.  (This should solve your xend "buffer" problems.

2. This will not eliminate binary output on the console, but it eliminates most of the binary (colors, etc) from the startup scripts. Add "--nocolor" to your grub.conf (for dom0 if you want) or in the domU start file in 'extra="--nocolor"'.

Hope this helps,

Jeb
--
Jeb Campbell
jebc@xxxxxxxxxxxxxxx

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen and Gentoo - 2 tips, Jeb Campbell <=