Re: [Fink-users] trouble using tcptraceroute

2003-06-09 Thread Joel L. Breazeale
I have used version 1.5 beta3 and it looks good on MacOS X 10.2.6.
I will look forward to version 1.5's availability via Fink.

--Joel


 On Tuesday, May 27, 2003, at 05:41  PM, Justin C. Walker wrote:
 
  In fact, I'm even more puzzled.  While tcptraceroute, compiled as 
  above, gets to the point of sending TTL-limited packets, it seems to 
  time-out on each one.  Looking at the network with tcpdump, I see the 
  ICMP packets returning as expected, but tcptraceroute doesn't seem to 
  see them.  Perhaps it's a 'libnet' problem.
 
  Has anyone had success with either tcptraceroute or libnet-1.0.2a in 
  Fink?  I'm on Mac OS X, 10.2.6.
 
 
 The old version (1.2-3) seems to be broken, too (ww/ libnet 1.1.0-3), 
 since it gets lost even on tracing a machine on the same switch:
 
 Warning: Could not determine appropriate device; resorting to 
 pcap_lookupdev()
 Selected device en0, address 128.192.19.18, port 58313 for outgoing 
 packets
 Tracing the path to homer (128.192.19.12) on TCP port 80 (http), 30 
 hops max
   1  * * *
   2  * * *
 
 After purging libnet and updating to tcptraceroute 1.4-2, it fails just 
 as Joel described.
 
 Cheers,
   Derek
 
 
 
 ---
 This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
 thread debugger on the planet. Designed with thread debugging features
 you've never dreamed of, try TotalView 6 free at www.etnus.com.
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users
 



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] trouble using tcptraceroute

2003-06-06 Thread Derek Homeier
On Tuesday, May 27, 2003, at 05:41  PM, Justin C. Walker wrote:

In fact, I'm even more puzzled.  While tcptraceroute, compiled as 
above, gets to the point of sending TTL-limited packets, it seems to 
time-out on each one.  Looking at the network with tcpdump, I see the 
ICMP packets returning as expected, but tcptraceroute doesn't seem to 
see them.  Perhaps it's a 'libnet' problem.

Has anyone had success with either tcptraceroute or libnet-1.0.2a in 
Fink?  I'm on Mac OS X, 10.2.6.

The old version (1.2-3) seems to be broken, too (ww/ libnet 1.1.0-3), 
since it gets lost even on tracing a machine on the same switch:

Warning: Could not determine appropriate device; resorting to 
pcap_lookupdev()
Selected device en0, address 128.192.19.18, port 58313 for outgoing 
packets
Tracing the path to homer (128.192.19.12) on TCP port 80 (http), 30 
hops max
 1  * * *
 2  * * *

After purging libnet and updating to tcptraceroute 1.4-2, it fails just 
as Joel described.

Cheers,
Derek


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] trouble using tcptraceroute

2003-05-27 Thread Justin C. Walker
On Saturday, May 24, 2003, at 10:46 PM, Joel L. Breazeale wrote:

Could anyone tell me how to correct the error below?  An example 
follows:

% sudo tcptraceroute -f 5 pages.ebay.com
Password:
ioctl(SIOCGIFADDR): Device not configured
I'm puzzled.  It appears that the problem is that the code hasn't been 
fully debugged on systems that look a lot like BSD systems but can't be 
identified as such.  If I compile this with HASSALEN defined, the 
command seems to work correctly.  Otherwise, it gets this error.  I 
have not figured out why the error, but from a quick check of the code, 
it seems that compiling with HASSALEN defined is the proper thing to do.

Someone who has a better grasp of Fink mechanisms will have to 
determine the proper fix (perhaps just including an appropriate 
'defined()' at line 213).

Regards,

Justin

--
Justin C. Walker, Curmudgeon-At-Large  *
Institute for General Semantics| Some people have a mental
   |  horizon of radius zero, and
   |  call it their point of view.
   | -- David Hilbert
*--*---*


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] trouble using tcptraceroute

2003-05-27 Thread Justin C. Walker
On Tuesday, May 27, 2003, at 02:33 PM, Justin C. Walker wrote:

On Saturday, May 24, 2003, at 10:46 PM, Joel L. Breazeale wrote:

Could anyone tell me how to correct the error below?  An example 
follows:

% sudo tcptraceroute -f 5 pages.ebay.com
Password:
ioctl(SIOCGIFADDR): Device not configured
I'm puzzled.  It appears that the problem is that the code hasn't been 
fully debugged on systems that look a lot like BSD systems but can't 
be identified as such.  If I compile this with HASSALEN defined, the 
command seems to work correctly.  Otherwise, it gets this error.  I 
have not figured out why the error, but from a quick check of the 
code, it seems that compiling with HASSALEN defined is the proper 
thing to do.

Someone who has a better grasp of Fink mechanisms will have to 
determine the proper fix (perhaps just including an appropriate 
'defined()' at line 213).
In fact, I'm even more puzzled.  While tcptraceroute, compiled as 
above, gets to the point of sending TTL-limited packets, it seems to 
time-out on each one.  Looking at the network with tcpdump, I see the 
ICMP packets returning as expected, but tcptraceroute doesn't seem to 
see them.  Perhaps it's a 'libnet' problem.

Has anyone had success with either tcptraceroute or libnet-1.0.2a in 
Fink?  I'm on Mac OS X, 10.2.6.

Regards,

Justin

--
Justin C. Walker, Curmudgeon-At-Large  *
Institute for General Semantics|   If you're not confused,
   |   You're not paying attention
*--*---*


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users