I found the following at

http://support.ipswitch.com/kb/WSK-19980701-EM04.htm

Question/Problem: WSAEADDRNOTAVAIL (10049) Cannot assign requested address.

Answer/Solution: Normally results from an attempt to create a socket with an address not on this machine.

WinSock description: The "address" it refers to is the remote socket name (protocol, port and address). This error occurs when the sin_port value is zero in a sockaddr_in structure for connect or sendto.

This error also occurs when you are trying to name the local socket (assign local address and port number) with bind, but Windows Sockets doesn't ascribe this error to bind, for some unknown reason.



I have a sneaking suspicion that the problem is the latter (an unsuccessful attempt to bind() the local socket).


===
Gregory Woodhouse
[EMAIL PROTECTED]

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away."
-- Antoine de Saint-Exupery

On Aug 3, 2005, at 7:22 AM, Zeno Davatz wrote:

On 8/3/05, Aylesworth Marc A Ctr AFRL/IFSE <[EMAIL PROTECTED]> wrote:


Right now you are just starting mumps which is why you get the GTM> promt
Also change
server_args     = --run /home/vista
to
server_args = --run GTMLNX^XWBTCPM

I believe this will start the RPC broker.

Ok, worked again but now I get the following when I do telnet
192.168.0.119 9200 from my windows shell:

Xdialog error, initializing GUI, do you run under X11 with GTK+ v1.2.0
installed? Lost connetion to host.

I can still not connect from my CPRS GUI as I still get the the

WSAEADDRNOTAVAIL error...

Many thanks
Zeno


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to