All of lore.kernel.org
 help / color / mirror / Atom feed
* bug: chk fails to check for iproute tools
@ 2005-04-08  8:09 Sam Johnston
  2005-04-08 20:03 ` Steve Traugott
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Johnston @ 2005-04-08  8:09 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bug: chk fails to check for iproute tools
  2005-04-08  8:09 bug: chk fails to check for iproute tools Sam Johnston
@ 2005-04-08 20:03 ` Steve Traugott
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Traugott @ 2005-04-08 20:03 UTC (permalink / raw)
  To: Sam Johnston; +Cc: xen-devel

On Fri, Apr 08, 2005 at 09:09:59AM +0100, Sam Johnston wrote:
> 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.

Good idea -- this cost me a few hours last week as well... ;-}

Steve
-- 
Stephen G. Traugott  (KG6HDQ)
UNIX/Linux Infrastructure Architect, TerraLuna LLC
stevegt@TerraLuna.Org 
http://www.stevegt.com -- http://Infrastructures.Org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-08 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08  8:09 bug: chk fails to check for iproute tools Sam Johnston
2005-04-08 20:03 ` Steve Traugott

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.