Changes between Initial Version and Version 1 of Ticket #28947


Ignore:
Timestamp:
Mar 29, 2011, 12:05:25 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting in the future.

If you get the same problem building nbtscan from source outside of MacPorts, then it probably isn't a MacPorts problem and should be reported directly to the developers of nbtscan.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28947

    • Property Owner changed from macports-tickets@… to usx303@…
    • Property Keywords nbtscan removed
    • Property Type changed from request to defect
    • Property Port @1.5.1 (security) removed
  • Ticket #28947 – Description

    initial v1  
    33I have installed package nbtscan @1.5.1 (security) on macos 10.6.6 and whenever I nbtscan a /24 subnet I get the following:
    44
     5{{{
    56[root] /opt $ nbtscan 10.1.1.0/24   ---- same error with -r switch
    67
     
    111210.1.1.0    Sendto failed: Permission denied
    1213Segmentation fault
    13 
    14 [[BR]]
     14}}}
    1515
    1616No errors with the following, though:
    1717
     18{{{
    1819[root] /opt $ nbtscan 10.1.1.1-10
    1920
     
    2324------------------------------------------------------------------------------
    2425[root] /opt $
     26}}}
    2527
    26 [[BR]]
    2728However, when asking to scan more than 10 ips I'm getting again the seg fault
    2829
     30{{{
    2931[root] /opt $ nbtscan 10.1.1.1-11
    3032Doing NBT name scan for addresses from 10.1.1.1-11
     
    3335------------------------------------------------------------------------------
    3436Segmentation fault
    35 
     37}}}
    3638
    3739Have also tried downloading the source code http://www.inetcat.net/software/nbtscan-1.5.1.tar.gz, compiling successfully on my box but getting the same error, could you plz fix. Issue probably related to #27376.