<br><font size=2 face="sans-serif">I'm getting an error when I try to run
the spec</font><font size=3> </font><font size=3 face=" Arial">FH_Big65535.seq
- check Fragment Reassembly (Payload Size = 65535)</font><font size=3>
</font><font size=2 face="sans-serif">test, linked </font><a href="http://www.tahi.org/conformance/ct-profile-host/spec/FH_Big65535.html"><font size=2 color=blue face="sans-serif">here
(http://www.tahi.org/conformance/ct-profile-host/spec/FH_Big65535.html</font><font size=1 color=blue face="sans-serif">)</font></a><font size=2 face="sans-serif">,
At first the error was that it couldn't find something called echo_request_1.
I did a grep in the /ct/spec for "echo_request_1" to see what
could be off and saw that some of the files had "1st" instead
of just "1", I changed the .seq to pass in to vSend() "echo_request_1st"
(by putting an "if ($seq == 1)" check) and modifying the behavior
for just the '1' case. That seemed to fix the problem except that I then
got the same error on echo_request_2 so I changed it to echo_request_2nd
and fixed that one as well. So for the 3rd fragment I get the same error.
I tried (though "3rd" never showed up in a grep) creating a case
for three and using "echo_request_3rd" but that didn't work.
So now I'm at a loss. Here are all the errors, including the 1st two that
have been taken care of for the time being:</font>
<br>
<br><font size=2 face="sans-serif">First error (fixed by changing FH_Big65535.seq):</font>
<br><font size=2 face="sans-serif">-----</font>
<br><font size=2 face="sans-serif">Start Capturing Packets (Link0)</font>
<br><font size=2 face="sans-serif">Begin Preparation</font>
<br><font size=2 face="sans-serif">Send Echo Request (Preparation)</font>
<br><font size=2 face="sans-serif">Recv Echo Reply</font>
<br><font size=2 face="sans-serif">Send Neighbor Advertisement</font>
<br><font size=2 face="sans-serif">End Preparation</font>
<br><font size=2 face="sans-serif">specified echo_request_1 not found</font>
<br><font size=2 face="sans-serif">V6evalTool.pm vSend() return status=1</font>
<br><font size=2 face="sans-serif">Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm
line 2310</font>
<br><font size=2 face="sans-serif">-> internal error</font>
<br><font size=2 face="sans-serif">-----</font>
<br>
<br><font size=2 face="sans-serif">Second error(fixed by changing FH_Big65535.seq
in the same way):</font>
<br><font size=2 face="sans-serif">-----</font>
<br><font size=2 face="sans-serif">Start Capturing Packets (Link0)</font>
<br><font size=2 face="sans-serif">Begin Preparation</font>
<br><font size=2 face="sans-serif">Send Echo Request (Preparation)</font>
<br><font size=2 face="sans-serif">Recv Echo Reply</font>
<br><font size=2 face="sans-serif">Send Neighbor Advertisement</font>
<br><font size=2 face="sans-serif">End Preparation</font>
<br><font size=2 face="sans-serif">Send Echo Request fragment 1st</font>
<br><font size=2 face="sans-serif">specified echo_request_2 not found</font>
<br><font size=2 face="sans-serif">V6evalTool.pm vSend() return status=1</font>
<br><font size=2 face="sans-serif">Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm
line 2310</font>
<br><font size=2 face="sans-serif">-> internal error</font>
<br><font size=2 face="sans-serif">-----</font>
<br>
<br><font size=2 face="sans-serif">Current error:</font>
<br><font size=2 face="sans-serif">----</font>
<br><font size=2 face="sans-serif">Start Capturing Packets (Link0)</font>
<br><font size=2 face="sans-serif">Begin Preparation</font>
<br><font size=2 face="sans-serif">Send Echo Request (Preparation)</font>
<br><font size=2 face="sans-serif">Recv Echo Reply</font>
<br><font size=2 face="sans-serif">Send Neighbor Advertisement</font>
<br><font size=2 face="sans-serif">End Preparation</font>
<br><font size=2 face="sans-serif">Send Echo Request fragment 1st</font>
<br><font size=2 face="sans-serif">Send Echo Request fragment 2nd</font>
<br><font size=2 face="sans-serif">specified echo_request_3 not found</font>
<br><font size=2 face="sans-serif">V6evalTool.pm vSend() return status=1</font>
<br><font size=2 face="sans-serif">Died at /usr/local/lib/perl5/site_perl/5.8.6/V6evalTool.pm
line 2310</font>
<br><font size=2 face="sans-serif">-> internal error</font>
<br><font size=2 face="sans-serif">----</font>
<br>
<br><font size=2 face="sans-serif">Here's the tool version info: </font><font size=3>Tool
Version :REL_3_0_1 Test Program Version :REL_2_1_1 .</font>
<br><font size=2 face="sans-serif">I'm running this on FreeBSD 5.4.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for any help!</font>
<br>
<br><font size=2 face="sans-serif">-<br>
Christy Norman <cnorman@us.ibm.com><br>
Software Engineer, iSeries Development Team</font>