non-blocking socket busy

B

burktelefon

I try to release/renew the ip-adress, but it's not
possible. The message is something like (OS language not
english): Tried to take measure on non-blocking socket
which is already in use.
No tasks using network are running.
Would be grateful for any adwise!
 
K

Ken Wickes [MSFT]

This is probably the english version, "An operation was attempted on a
non-blocking socket that already had an operation in progress.", but I've
never seen this error before in any program much less ipconfig /renew.

Still you might take a look at the Winsock catalog....

I have traced several of these problems to improperly configured winsock
LSPs. Run "winmsd" and go to Components/Network/Protocol. Look at the
names in the list, anything with "MSAFD" in it or the "RSVP xxx Service
Provider" should be fine. Anything else is suspect, and uninstalling the
owning program might help.

If that fails or your provider list is empty, you may need to rebuild the
catalog from scratch. The following instructions will rebuild your catalog
for TCP/IP. If you are using any other transports (If you don't know, then
you probably aren't) then you will have to reinstall them as well.


1. Backup and delete the following registry keys

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2

2. Reboot

3. Go to the network connections folder, right click the icon for your
network connection, and select properties.

4. Click install, choose "protocol", and click "add..."

5. Click "Have Disk...", enter "\windows\inf", click OK

6. Select "Internet Protocol (TCP/IP), click OK

7. When the process in complete, reboot
 
B

burktelefon

There were no other protocols than "MSAFD", and "RSVP...".
So I tried the second part of you solution, and it helped.
Thank you very much!
/burk

-----Original Message-----
This is probably the english version, "An operation was attempted on a
non-blocking socket that already had an operation in progress.", but I've
never seen this error before in any program much less ipconfig /renew.

Still you might take a look at the Winsock catalog....

I have traced several of these problems to improperly configured winsock
LSPs. Run "winmsd" and go to
Components/Network/Protocol. Look at the
names in the list, anything with "MSAFD" in it or the "RSVP xxx Service
Provider" should be fine. Anything else is suspect, and uninstalling the
owning program might help.

If that fails or your provider list is empty, you may need to rebuild the
catalog from scratch. The following instructions will rebuild your catalog
for TCP/IP. If you are using any other transports (If you don't know, then
you probably aren't) then you will have to reinstall them as well.


1. Backup and delete the following registry keys

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winso ck
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winso
ck2

2. Reboot

3. Go to the network connections folder, right click the icon for your
network connection, and select properties.

4. Click install, choose "protocol", and click "add..."

5. Click "Have Disk...", enter "\windows\inf", click OK

6. Select "Internet Protocol (TCP/IP), click OK

7. When the process in complete, reboot

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


burktelefon said:
I try to release/renew the ip-adress, but it's not
possible. The message is something like (OS language not
english): Tried to take measure on non-blocking socket
which is already in use.
No tasks using network are running.
Would be grateful for any adwise!


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top