This is a tough one. I have been at it most of the day without finding any help. I would like to avoid repairing or formatting my installation, so I am looking for some guru who may shed some light on me
This is not critical, but it is risky and an inconvenience. I first noticed it a couple of days ago, when my network would come up without any firewall after each reboot. BootVis shows that the whole sequence basically ends in 18". However, it takes another 2' during which the PC is very sluggish and I have no network. After that period network will come up but without firewall. I can restart the firewall succesfully at that point, manually within 5".
System events show that ICQ hung on starting. Using sc during that period, it shows that SharedAccess service is PENDING_START propably waiting for ipnat service to start. Unfortunately ipnat has exited in a stopped state with exit code 1077. During this period I can neither stop SharedAccess nor start ipnat. My impression is that SharedAccess depends on ipnat.
Any help would be great!
Thanks,
Nikos
P.S. Here is my sc output:
C:\Documents and Settings\nikos>sc queryex sharedaccess
SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 2 START_PENDING
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x1
WAIT_HINT : 0x0
PID : 848
FLAGS :
C:\Documents and Settings\nikos>sc queryex ipnat
SERVICE_NAME: ipnat
TYPE : 1 KERNEL_DRIVER
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1077 (0x435)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 0
FLAGS :
C:\Documents and Settings\nikos>sc qc ipnat
[SC] GetServiceConfig SUCCESS
SERVICE_NAME: ipnat
TYPE : 1 KERNEL_DRIVER
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : System32\DRIVERS\ipnat.sys
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : IP Network Address Translator
DEPENDENCIES : Tcpip
SERVICE_START_NAME :
DISPLAY_NAME : IP Network Address Translator
DEPENDENCIES : Tcpip
SERVICE_START_NAME :

