Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] OSX error: Invalid data record (seq_no too large)

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] OSX error: Invalid data record (seq_no too large)


Chronological Thread 
  • From: Brian Candler <>
  • To:
  • Subject: Re: [perfsonar-user] OSX error: Invalid data record (seq_no too large)
  • Date: Mon, 01 Dec 2014 13:48:28 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=mSyq7P SqWwnmsmPXic6lu3tlzXQOg29CW0PcqtAZ8ICNqfG1s49CbsoIKWMfm3htAZ054V xcyKzTYXa0di4zUaxsh2Y0mFk4hFLTkNYEvhaOEVL8sFEF+UhKvjZgh+JkOr3HmR 8koeiC6db1wSa06H+F8oY/SgAJgvza1nrru+0=

On 01/12/2014 12:46, Jason Zurawski wrote:
Another use reported this problem a couple of days ago, Aaron prepared a
patch that is described in this thread:

https://lists.internet2.edu/sympa/arc/perfsonar-user/2014-11/msg00135.html
I already applied that patch and it didn't make a difference.

Aside: I built via homebrew, and I did the patch that way too (see below). When I "brew reinstall owamp" I see a message saying the patch is being applied, so I'm fairly confident it's being used.

Regards,

Brian.

$ git diff
diff --git a/Library/Formula/owamp.rb b/Library/Formula/owamp.rb
index eff3998..903e6cc 100644
--- a/Library/Formula/owamp.rb
+++ b/Library/Formula/owamp.rb
@@ -5,6 +5,12 @@ class Owamp < Formula
url 'http://software.internet2.edu/sources/owamp/owamp-3.3.tar.gz'
sha1 'ac3b77294ee30d41924b01fc009de0b2605a753c'

+ # https://lists.internet2.edu/sympa/arc/perfsonar-user/2014-11/msg00131.html
+ patch :p1 do
+ url "http://ndb1.internet2.edu/~aaron/owamp_time_fix.patch";
+ sha1 "9e5588d57b357f438ae1a785a713f0deaea5a5ba"
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",





Archive powered by MHonArc 2.6.16.

Top of Page