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

Re: [Xen-users] ethtool - K eth0 tx off

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] ethtool - K eth0 tx off
From: Luciano Rocha <strange@xxxxxxxxxxxxx>
Date: Mon, 26 May 2008 15:16:46 +0100
Delivery-date: Mon, 26 May 2008 07:18:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <483AB2AE.3070800@xxxxxxxxxxxx>
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>
References: <483AB2AE.3070800@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.14 (2007-03-31)
On Mon, May 26, 2008 at 10:53:02PM +1000, Aaron Weller // Crucial Paradigm 
wrote:
>  I recently setup a new Xen server, however whenever Xen was enabled it was 
>  not possible to access ssh, etc.
> 
>  This was solved by doing: ethtool - K eth0 tx off
> 
>  On CentOS (RHEL), what is the best way to ensure this happens everything a 
>  server boots?

cat >/sbin/ifup-local <<\EOF
#!/bin/bash
ethtool -K $1 tx off
EOF
chmod +x /sbin/ifup-local

-- 
lfr
0/0

Attachment: pgp7Vp1MnlaxP.pgp
Description: PGP signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>