Error when i start ./services

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
nicknh28
Posts: 2
Joined: Thu May 18, 2006 8:53 pm

Error when i start ./services

Post 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??
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

[May 18 22:49:14 2006] Every UserKey must be different. It's for YOUR safety! Remember that!
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
nicknh28
Posts: 2
Joined: Thu May 18, 2006 8:53 pm

Post 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"
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

basic unix commands 101

Post 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...
Whats a help Channel without a n00b! :P
Locked