Page 1 of 1

Error when i start ./services

Posted: Thu May 18, 2006 8:56 pm
by nicknh28
When i start ./services i see noting. (on linux)
When i look in the logs i get this:

Code: Select all

[May 18 22:13:27 2006] Loading IRCD Protocol Module: [unreal32]
[May 18 22:13:27 2006] Shared object "nss_dns.so.1" not found, required by "services"
[May 18 22:13:27 2006] status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 18 22:22:09 2006] Every UserKey must be different. It's for YOUR safety! Remember that!
[May 18 22:22:09 2006] Loading IRCD Protocol Module: [unreal32]
[May 18 22:22:09 2006] Shared object "nss_dns.so.1" not found, required by "services"
[May 18 22:22:09 2006] status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 18 22:49:14 2006] Every UserKey must be different. It's for YOUR safety! Remember that!
[May 18 22:49:14 2006] Loading IRCD Protocol Module: [unreal32]
[May 18 22:49:14 2006] Shared object "nss_dns.so.1" not found, required by "services"
[May 18 22:49:14 2006] status: [6][Module Error, Error during load time or module returned MOD_STOP]
Who can help me??

Posted: Fri May 19, 2006 2:59 am
by w00t
[May 18 22:49:14 2006] Every UserKey must be different. It's for YOUR safety! Remember that!

Posted: Fri May 19, 2006 7:52 am
by nicknh28
[May 19 09:50:51 2006] Loading IRCD Protocol Module: [unreal32]
[May 19 09:50:51 2006] Shared object "nss_dns.so.1" not found, required by "services"
[May 19 09:50:51 2006] status: [6][Module Error, Error during load time or module returned MOD_STOP]


Keys i not the problem.. but the shared object "nns_dns.so.1"

basic unix commands 101

Posted: Thu Jun 22, 2006 1:50 am
by HelpChanneln00b
Keys i not the problem.. but the shared object "nns_dns.so.1"
find nns_dns.so.1 and change the file permissions :roll:

Code: Select all

chmod [OPTION]... MODE[,MODE]... FILE...
chmod [OPTION]... OCTAL-MODE FILE...
chmod [OPTION]... --reference=RFILE FILE...