[Dxspider-support] starting error...........!!!!!!!!!

Dirk Koopman G1TLH gb7tlh at dxcluster.org
Wed Jul 29 09:03:45 BST 2009


Alex Seifert wrote:
> Hi list
> 
>  
> 
> For many time I use my no-ip address to start and access to my partner. 
> Now I reinstall the system in a new computer with the last Perl program, 
> the last spider actualization but when I want to start the cluster I 
> receive the following error:
> 
> C:\spider\perl>perl cluster.pl
> 
> cluster
> 
> DXSpider V1.55, build 0.48 started
> 
> Copyright (c) 1998-2009 Dirk Koopman G1TLH
> 
> loading prefixes ...
> 
> US Database not loaded
> 
> loading band data ...
> 
> loading user file system ...
> 
> starting listeners ...
> 
> Internal port: localhost 27754 using IntMsg
> 
> External Port: 0.0.0.0 6300 using ExtMsg::login
> 
> IO::Socket::INET: Unknown error
> 
> Could not create socket: Unknown error
> 
>  at /spider/perl/Msg.pm line 447
> 
>         Msg::new_server('ExtMsg', 190.203.237.94, 7300, 
> 'CODE(0x1bcac6c)') calle
> 
> d at cluster.pl line 426
> 
> Could not create socket: Unknown error
> 
>  
> 
> C:\spider\perl>cd\
> 
>  
> 
> C:\>pause
> 
> Presione una tecla para continuar .
> 
>  
> 
> My firewall has open the ports and the address in both sides but the 
> error persist
> 
>  
> 
> Here is my local file configuration:
> 
>  
> 
> @listen = (
> 
> # remove the '#' character from the next line to enable the listener!
> 
>                                   ["localhost”, 6300],["190.203.237.94", 
> 7300],
> 
> # ^
> 
> # |
> 
> # This one!!!!!
> 
> );
> 
>  

You have probably been given a new dynamic IP address by your ISP. Also 
["localhost", 6300] isn't doing what you think it is. I would start by 
commenting out the config above and replacing it with a simple

    ["0.0.0.0", 7300],

and see what happens. Then work out from there.

Dirk G1TLH



More information about the Dxspider-support mailing list