Page 1 of 1

Win32 : Win Service (Starting.. but never starts)

Posted: Thu May 04, 2006 3:13 pm
by z3r0c001
The service wircd doesnt wanna start. The service.log shows

Code: Select all

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
The unrealircd.conf also contains all required entries. (as a minimal).

The OS is Windows Server 2003 Service Pack 1 with all necessary updates.

Help!

Need any other info, let me know.. Would love to get this up as soon as i can ;-)

Posted: Sat May 13, 2006 6:14 pm
by cola4ever
I have the same problem using the SSL version

Steps taken:
Restart, ofcourse
Reinstall
Listen to specific address

Posted: Mon May 15, 2006 1:15 am
by z3r0c001
cola4ever wrote:I have the same problem using the SSL version

Steps taken:
Restart, ofcourse
Reinstall
Listen to specific address
Did your steps fix this issue?

Just wondering before I do this, we have some specific services also running on this box I'd rather not reboot unless required.
--
Please let me know if that was what you did to fix.
Thanks

Posted: Thu May 18, 2006 1:24 am
by MarHazK
Did you downloaded a pre-compiled UnrealIRCD or sources?

Posted: Thu May 18, 2006 2:04 am
by z3r0c001
MarHazK wrote:Did you downloaded a pre-compiled UnrealIRCD or sources?
Precompiled. The SSL version.

Posted: Thu May 18, 2006 2:39 am
by z3r0c001
z3r0c001 wrote:
MarHazK wrote:Did you downloaded a pre-compiled UnrealIRCD or sources?
Precompiled. The SSL version.
As of current, I uninstalled, rebooted, reinstalled Win32 - SSL 3.2.4 (from download link BERLIN-HTTP)

Install I chose to install to D:\Program Files\UnrealIRCd324SSL\

Used the console login administrator accnt.

Anyone willing to help me get this running on my box, would be helpful. --- please let me know.

Posted: Thu May 18, 2006 3:07 am
by z3r0c001
MarHazK wrote:Did you downloaded a pre-compiled UnrealIRCD or sources?
Change in status, Ive installed 324 (non-SSL win32 compiled) version.

It worked, but SSL didnt.

Perhaps something w/the crypto.... But seems I set it up similiar.

Posted: Thu May 18, 2006 6:44 am
by w00t
I'd try taking it out of service mode and seeing if that helps.

Posted: Tue May 23, 2006 6:21 am
by Ron2K
Just wondering - are you trying to encrypt the SSL certificate? You can't do that when running UnrealIRCd as a Windows service. There's a FAQ entry about this somewhere.

Posted: Tue May 23, 2006 6:45 am
by z3r0c001
Ron2K wrote:Just wondering - are you trying to encrypt the SSL certificate? You can't do that when running UnrealIRCd as a Windows service. There's a FAQ entry about this somewhere.
Well I used the default SSL encryption options, so im thinking when i put the key in , that was it... Thanks for that info tho, it does look like we got the server operating without the SSL which is fine for our purposes...

Thanks!