Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91178 - amap 5.0 web update fails
Summary: amap 5.0 web update fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 07:55 UTC by fragbits
Modified: 2005-06-26 13:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fragbits 2005-05-02 07:55:04 UTC
net-analyzer/amap-5.0 fails to update after running 'amap -W'

wilbur amap # amap -W
Running Online Update for fingerprints, connecting to www.thc.org/thc-amap
Error: could not connect to host: www.thc.org

Reproducible: Always
Steps to Reproduce:
1. emerge net-analyzer/amap-5.0
2. Run 'amap -W'
3.

Actual Results:  
wilbur amap # amap -W
Running Online Update for fingerprints, connecting to www.thc.org/thc-amap
Error: could not connect to host: www.thc.org

Expected Results:  
Should have connected to the site and updated any updates if available.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-05-05 02:33:51 UTC
from strace amap -W:
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("255.15.0.0")}, 16) = -1 EINVAL (Invalid argument)

255.15.0.0 is the wrong address. If fact its a class E address reserved for future use.

Shoud be connecting to 82.165.25.125

bash-2.05b$ dig www.thc.org
www.thc.org.            10993   IN      A       82.165.25.125
Comment 2 fragbits 2005-06-26 13:26:37 UTC
amap 5.1 ebuild does not have this problem.  The ebuild for 5.0 can probably be
removed from portage and this bug closed.
Comment 3 Jonathan Smith (RETIRED) gentoo-dev 2005-06-26 13:30:53 UTC
resolved