this is the error info, i intent to put a picture here, but the system tell me 'file uploading requires karma > 60',i don't know how to solve this, so i have to click all the following error info.uh, painful.
asked 14 Nov '12, 19:19 rodman edited 14 Nov '12, 21:00 Guy Harris ♦♦ |
One Answer:
Try to open the following link in a browser
The file does not exist and that's why make-services.pl reports the following error message
As a quick fix, you could change the perl script from this:
to this:
Difference: service-name-port-numbers -> service-names-port-numbers The better fix, would (probably) be to update your copy of the source code to the current release. Regards answered 14 Nov '12, 20:28 Kurt Knochner ♦ edited 14 Nov '12, 20:54 |
Sorry,Dear Kurt,i just made a mistake,the error info actually is 'fetching http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt doesn't have enough data',the website can be open in my browser,but it still returns error in the compiling process.
O.K., then the perl script was unable to load the file (maybe due to a proxy)?
can you start the script manually and then watch the Download with Wireshark?
Is the script able to fetch the whole (right) file?