From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 19:12:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2869C16A401 for ; Thu, 19 Jul 2007 19:12:53 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id DA90313C4B3 for ; Thu, 19 Jul 2007 19:12:52 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so161080anc for ; Thu, 19 Jul 2007 12:12:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=lBP6zc1ABUlCiVHuwc7o9tmHqbvf+okwI3MKnQfvikRz5ZpkPsqOSXVVbSIfZHbevZdZC/7a8bDqxQq1Hdn6Q+gwJW1WW44lzI84C37zgNjwmsl5sIZrIy0O0I6+csgQdNQdFTob1qr4gY9iw1V8YjUfLJznkZJKNGgIIh+ZIYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=jS6BoD8pt5vcgFki9yWdzZv0PYS+R8LxJeK4wPfS6uEOdkyZoK4eQK6Po/WbLcNDe/7+1NCOjXDDDnRNm99a9CRXqtF3KAm2+WolvhdIqgA6ndlUGl6kOkXVl4FdY/SdVRE1qIjSimghibwsWImYbMMDq20VKtJR562l7jt8qn8= Received: by 10.100.95.19 with SMTP id s19mr1719497anb.1184870679154; Thu, 19 Jul 2007 11:44:39 -0700 (PDT) Received: by 10.100.33.19 with HTTP; Thu, 19 Jul 2007 11:44:39 -0700 (PDT) Message-ID: <62b856460707191144r28c4197cubf9c9f7d7b45a0b3@mail.gmail.com> Date: Thu, 19 Jul 2007 14:44:39 -0400 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: c898f21a6cc7f4a9 Subject: mrtg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2007 19:12:53 -0000 I updated something which updated Storable.pm and now I'm getting this error when mrtg runs: Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line 415, at /usr/local/etc/mrtg/hoststat line 51 So it appears that my mrtg data files need to be migrated to use the new version of Storable. Anyone come across this before? Michael Grant