Re: cipe-win32 service fails to start

[email protected]
Newsgroups gmane.comp.encryption.cipe
Message-ID <H000006a0000d884.1071075915.aevwlsc.aevwl.net@MHS>
BDY.RTF (text/plain, 1.1 KB)
I had this problem on every installation I tried whether XP or W2K.

Since the service could be started from the command line with net start
I figured it had to be a timing problem, that something wasn't ready as
the service tried to start that should have been.

Fixing it was easy, I just delayed the start of the service a little by
removing it from the service group NDIS and making the start dependent
on a late starting service, in this case "Spooler".

Since doing this I have had no problems.

Sooooooo in .reg terms

----------------------cut---here----------------------------------------
--------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CIPE_Daemon]
"DependOnService"="Spooler"
"Group"=-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CIPE]
"DependOnService"="Spooler"
"Group"=-
----------------------cut---here----------------------------------------
--------

ps. messing with your registry can cause serious problems - you should
back-up beforehand
(You knew that, right?) :-)

Hope this helps

Stuart Cappendell
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.