Windows XP Firewall - dependency error 1068

G

Guest

I moved this over from Sharedaccess where it was getting no attention.

This adventure began by trying to implement Remote Desktop Connection. Port
3389 was blocked. I assumed it was an issue with Norton Internet Security.
Upon removing Norton, it was still blocked. I downloaded and ran the Norton
"Clean Utiility" removing all vestages of Norton. No help. This led me to
try to configure the Windows XP Firewall. When attempting to start the
service, I got the following message:
Windows Firewall settings cannot be displayed because the associated service
is not running...would you like to start Windows Firewall/ICS service.
When I responded yes, I got another dialogue that said the service cannot be
started. This led me to two KB articles which indicated that dependent
services were not running and gave me a 1068 error. I tried the procedures
in KB892199 but since my service exit code was 1068 this proved to be
unfruitful. I then followed KB827328 which deals specifically with the 1068
code and although all the services indicated are running, Firewall/ICS will
not run. This means that I am unable to edit the settings and unblock port
3389, the RDP port of my original interest. I also tried another procedure
which reset the Winsock Stack and rebooted. This to no avail. I would
certainly appreciate any help which gets the firewall running, or failing
that, which unblocks the necessary port so I can use Remote Desktop
Connection. Meanwhile the only two open ports on the machine are POP and
SMTP. So something is blocking all the other ports. I have used the Malware
removal tool and Spysweeper as well as installed NOD32 Antivirus and
completed multiple scans with each to check for malware. Any thoughts on how
to proceed? Thanks, RHW
 
R

Ramesh, MS-MVP

Hi Richard,

Click Start, Run and type:

cmd /k sc query sharedaccess

Copy the output and include them in your reply.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I moved this over from Sharedaccess where it was getting no attention.

This adventure began by trying to implement Remote Desktop Connection. Port
3389 was blocked. I assumed it was an issue with Norton Internet Security.
Upon removing Norton, it was still blocked. I downloaded and ran the Norton
"Clean Utiility" removing all vestages of Norton. No help. This led me to
try to configure the Windows XP Firewall. When attempting to start the
service, I got the following message:
Windows Firewall settings cannot be displayed because the associated service
is not running...would you like to start Windows Firewall/ICS service.
When I responded yes, I got another dialogue that said the service cannot be
started. This led me to two KB articles which indicated that dependent
services were not running and gave me a 1068 error. I tried the procedures
in KB892199 but since my service exit code was 1068 this proved to be
unfruitful. I then followed KB827328 which deals specifically with the 1068
code and although all the services indicated are running, Firewall/ICS will
not run. This means that I am unable to edit the settings and unblock port
3389, the RDP port of my original interest. I also tried another procedure
which reset the Winsock Stack and rebooted. This to no avail. I would
certainly appreciate any help which gets the firewall running, or failing
that, which unblocks the necessary port so I can use Remote Desktop
Connection. Meanwhile the only two open ports on the machine are POP and
SMTP. So something is blocking all the other ports. I have used the Malware
removal tool and Spysweeper as well as installed NOD32 Antivirus and
completed multiple scans with each to check for malware. Any thoughts on how
to proceed? Thanks, RHW
 
G

Guest

Here is the requested output. Thanks for your help.

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1068 (0x42c)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
 
R

Ramesh, MS-MVP

Sorry, here is the command I wanted to post:

cmd /k sc qc sharedaccess

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Here is the requested output. Thanks for your help.

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1068 (0x42c)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
 
G

Guest

No problem. I appreciate your help:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

RHW
 
R

Ramesh, MS-MVP

Richard,

The dependencies are correctly set. Make sure that the Windows Management Instrumentation service is started. If not, set its startup to "Automatic" and start the service.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


No problem. I appreciate your help:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

RHW
 
G

Guest

Bingo!!! WMI was disabled! Windows Firewall started immediately once I
turned it on! Thank you so much!

Regards,
RHW

Ramesh said:
Richard,

The dependencies are correctly set. Make sure that the Windows Management Instrumentation service is started. If not, set its startup to "Automatic" and start the service.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


No problem. I appreciate your help:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

RHW


Ramesh said:
Sorry, here is the command I wanted to post:

cmd /k sc qc sharedaccess

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Here is the requested output. Thanks for your help.

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 1068 (0x42c)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
 
R

Ramesh, MS-MVP

You're welcome!

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Bingo!!! WMI was disabled! Windows Firewall started immediately once I
turned it on! Thank you so much!

Regards,
RHW
 
G

Guest

Environment: Windows XP (Home), SP2, HP a320n, 2.08 GHz AMD. Windows
Firewall (off), McAfee Personal Firewall, VS, two-PC network, Motorola modem,
LinkSys router, Comcast Cable. PCI 10/100 Ethernet Connection.

Incident: McAfee detected malware, option: remove, result: Firewall
disabled, Internet connectivity lost. Error: Network Cable Unplugged.

1. Initial Fix: Reboot, re-establish network, trouble shoot modem,
connection, etc. Swapped cables, end-to-end, replace cable. Result: No
Change. Connection to second PC Maintained. Direct connect to modem, retry.
Result: No Change

2. Un-installed McAfee with McAfee utility. Reboot, etc. Result: No Change

3. Hardware Fix: Disabled PCI 10/100, installed D-Link 10/100 Fast Ethernet
Card. Installation recognized, Connection listed, re-installed network.
Result: No Change. Un-installed NIC (PCI 10/100), reinstalled. Result: No
Change

4. Trouble-shooting finds: Windows Firewall/ICS Service not running, cannot
start. ipconfig tool not available due “Internal error, request not
supported – Unable to query Host Name.†DHCP Client – not running, cannot
start, error 1068. Attempted manual start of Windows Firewall/ICS Service
returns Error 2 – System cannot find file specified. PING returns null result

5. Run services.msc cannot manually start Firewall. Attempted fix with
NETSH FIREWALL RESET after loading rundll32 setupapi,InstallHinfSection
Ndi-Steelhead 132 %windir%\inf\netrass.inf NETSH FIREWALL RESET returns “OKâ€
but Firewall/ICS start continues to return “error 2: Windows cannot find the
file specified.â€

6. Device Manager indicates that the PCI 10/100 is working properly and that
there are no conflicts.

7. WMI is started (automatic) Cmd /k sc qc sharedaccess returns:

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

It would appear that the crux of the problem is No. 4 above in that some
file that is required for the service to run is missing from C:\Documents and
Settings\Owner> What file? Where to obtain? Comments/Suggestions
appreciated. Thanks.

Bob57
 
D

deedee

hi Ramesh,after trying to install a new hp printer and guided by an hp
supporter, i was getting an error message 1068. Upon looking into the issue,
i went to the items that help suggested to be checked. they were all checked
and running except Remote Access Auto Connection Manager, it was checked but
not running. how do I make it run?

--
printer woes



Ramesh said:
You're welcome!

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Bingo!!! WMI was disabled! Windows Firewall started immediately once I
turned it on! Thank you so much!

Regards,
RHW

Ramesh said:
Richard,

The dependencies are correctly set. Make sure that the Windows Management Instrumentation service is started. If not, set its startup to "Automatic" and start the service.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


No problem. I appreciate your help:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

RHW
 
R

Ramesh, MS-MVP

Hi deedee,

Check here: http://search.hp.com/query.html?cc=us&lang=en&qt=error+1068&la=en

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


hi Ramesh,after trying to install a new hp printer and guided by an hp
supporter, i was getting an error message 1068. Upon looking into the issue,
i went to the items that help suggested to be checked. they were all checked
and running except Remote Access Auto Connection Manager, it was checked but
not running. how do I make it run?

--
printer woes



Ramesh said:
You're welcome!

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Bingo!!! WMI was disabled! Windows Firewall started immediately once I
turned it on! Thank you so much!

Regards,
RHW

Ramesh said:
Richard,

The dependencies are correctly set. Make sure that the Windows Management Instrumentation service is started. If not, set its startup to "Automatic" and start the service.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


No problem. I appreciate your help:
[SC] GetServiceConfig SUCCESS

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Firewall/Internet Connection Sharing
(ICS)
DEPENDENCIES : Netman
: WinMgmt
SERVICE_START_NAME : LocalSystem

RHW
 

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