Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Unable to launch anope as service windows 7  (Read 3638 times)

0 Members and 1 Guest are viewing this topic.

asmerisme

  • Anope User
  • Offline Offline
  • Posts: 5
Unable to launch anope as service windows 7
« on: May 13, 2010, 12:44:50 PM »

Hello,

I compile by myself anope on windows 7 (in order to get my old modules I used under linux) and everything is fine.
I also compile my own Unrealircd and they link fine with my old configs (even my old module are still supported !)

Then I tryied to set them as windows services and it's good for unreal (with sc), anope service creation is also ok for anope, but unable to start, I get the message :

Error 1053: "The service did not respond to the start or control request in a timely fashion"

I added paths in the registry as asked in the tutorial, but still the same problem.

Thx for answer !


Logged

asmerisme

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Unable to launch anope as service windows 7
« Reply #1 on: May 13, 2010, 01:14:28 PM »

Hello !

I finally found the answer by myself...
Anope can't be run as service because it is not coded as a service.
I have to reg Srvany.exe as service and then it runs anope thanks to the added keys in the registry, but anope is still a common program !
Every thing is fine !

But I didn't use Instsrv.exe to reg service but "sc"

As administrator in console mode => sc create anope binPath= "C:\Program Files (x86)\Windows Resource Kits\Tools\srvany.exe" DisplayName= "Anope IRC Service"
Logged
Pages: [1]   Go Up