Page 1 of 1

Issue setting up

Posted: Mon Oct 31, 2016 12:12 am
by Lockett
Image

How do I fix this?

Re: Issue setting up

Posted: Mon Oct 31, 2016 10:15 am
by Syzop
Two things:
1) For security, re-install UnrealIRCd as a normal user (not 'root'). Eg: run 'adduser unrealircd' and then 'su - unrealircd' to access this user (or login) and setup everything there.
2) During ./Config it should have created a server certificate. You can do the same afterwards by running 'make pem' and then 'make install'. All this from your UnrealIRCd source directory (/home/xxx/unrealircd-4.0.X).

Re: Issue setting up

Posted: Mon Oct 31, 2016 11:01 pm
by Lockett
Fixed. Thank you so much!