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-devel

[Xen-devel] bug: chk fails to check for iproute tools

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] bug: chk fails to check for iproute tools
From: Sam Johnston <samjie@xxxxxxxxx>
Date: Fri, 8 Apr 2005 09:09:59 +0100
Delivery-date: Fri, 08 Apr 2005 08:09:55 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=n7mxhSVhANw2M3oIKDBO6i21KaRZoBUuIHqymp4OsGczpwvoEZ/wnxmgbeyXiIp6Q9qPoHMeITZEHIBu1fALToQMW9tB29AzIWI39jmqSQQbY6RcyVXfpuiMSNCIMy34bLXgetPU5wfIZczw9ow1mueDNJEEjXb+6aA9LSTh3hs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Sam Johnston <samjie@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Morning all,

I lost access to a colo box yesterday because iproute wasn't
installed. Can someone please check this in as check_iproute (unless
you can see a good reason not to) so as to save someone else from
suffering the same fate.

#!/bin/bash
# CHECK-INSTALL

function error {
   echo 'Check for iproute (ip addr) failed.'
   exit 1
}

ip addr list || error

Thanks,

Sam

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

<Prev in Thread] Current Thread [Next in Thread>