start error

These are old archives. They are kept for historic purposes only.
Post Reply
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

start error

Post by haji »

Loading IRCd configuration ..
[warning] networks/unrealircd.conf:10: Duplicate set::network-name directive
[warning] networks/unrealircd.conf:11: Duplicate set::default-server directive
[warning] networks/unrealircd.conf:12: Duplicate set::services-server directive
[warning] networks/unrealircd.conf:13: Duplicate set::stats-server directive
[warning] networks/unrealircd.conf:14: Duplicate set::help-channel directive
[warning] networks/unrealircd.conf:15: Duplicate set::hiddenhost-prefix directive
[warning] networks/unrealircd.conf:21: Duplicate set::hosts::local directive
[warning] networks/unrealircd.conf:22: Duplicate set::hosts::global directive
[warning] networks/unrealircd.conf:23: Duplicate set::hosts::coadmin directive
[warning] networks/unrealircd.conf:24: Duplicate set::hosts::admin directive
[warning] networks/unrealircd.conf:25: Duplicate set::hosts::servicesadmin directive
[warning] networks/unrealircd.conf:26: Duplicate set::hosts::netadmin directive
[warning] networks/unrealircd.conf:27: Duplicate set::hosts::host-on-oper-up directive
[error] me {} block is missing
[error] admin {} block is missing
[error] listen {} block is missing
[error] set::kline-address is missing
[error] set::maxchannelsperuser is missing
[error] 5 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support

please help me
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: start error

Post by T-rexke »

Code: Select all

[warning] networks/unrealircd.conf:10: Duplicate set::network-name directive
[warning] networks/unrealircd.conf:11: Duplicate set::default-server directive
[warning] networks/unrealircd.conf:12: Duplicate set::services-server directive
[warning] networks/unrealircd.conf:13: Duplicate set::stats-server directive
[warning] networks/unrealircd.conf:14: Duplicate set::help-channel directive
[warning] networks/unrealircd.conf:15: Duplicate set::hiddenhost-prefix directive
[warning] networks/unrealircd.conf:21: Duplicate set::hosts::local directive
[warning] networks/unrealircd.conf:22: Duplicate set::hosts::global directive
[warning] networks/unrealircd.conf:23: Duplicate set::hosts::coadmin directive
[warning] networks/unrealircd.conf:24: Duplicate set::hosts::admin directive
[warning] networks/unrealircd.conf:25: Duplicate set::hosts::servicesadmin directive
[warning] networks/unrealircd.conf:26: Duplicate set::hosts::netadmin directive
[warning] networks/unrealircd.conf:27: Duplicate set::hosts::host-on-oper-up directive


there is something that doesn't belong there copy that block

Code: Select all

[error] me {} block is missing
[error] admin {} block is missing
[error] listen {} block is missing
put this in your unreal conf:

me
{
name "xxx.xxx.xx";
info "xxxx";
numeric xx;
};

admin {
"yournick";
"yournick";
"[email protected]";
};

listen *:6667
{
options
{
clientsonly;
};
};

Code: Select all

[error] set::kline-address is missing
[error] set::maxchannelsperuser is missing


put this line in your unreal conf at /* Server specific configuration */ there somewhere :

kline-address "[email protected]";

and this : maxchannelsperuser 10;
below the options { ]
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

hi dear
thanks help me
i am Connecting auto Disconnected client

*** Couldn't resolve your hostname; using your IP address instead
-
* Disconnected
-
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: start error

Post by SpaceDoG »

Look at your ircd.log file. That will tell you why you're being disconnected.
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

hi dear
[Fri Oct 26 22:05:08 2007] - Connect - [email protected] [VHOST DD8FA0.2BD99219.2C63A12A.IP]
[Fri Oct 26 22:05:08 2007] - Connect - [email protected] [VHOST DD8FA0.2BD99219.2C63A12A.IP]
[Fri Oct 26 22:05:08 2007] - Disconnect - (0:0:1) [email protected] [VHOST DD8FA0.2BD99219.2C63A12A.IP]
[Fri Oct 26 22:05:08 2007] - Disconnect - (0:0:1) [email protected] [VHOST DD8FA0.2BD99219.2C63A12A.IP]
~
please help me
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

please help me
i wait reply ?
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: start error

Post by Casper »

This only says you connect and almost immediately disconnect... No errors here.
Ex Network-Administrator
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

this configuration not complate
please help me
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

hi
all bro please help me
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

please help me ?
i am wait reply
haji
Posts: 11
Joined: Sun Oct 07, 2007 10:54 am

Re: start error

Post by haji »

very thanks help me
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: start error

Post by Stealth »

It has become obvious that English is not your primary language, and that you are possibly using a crappy translator to use the forums.

Try posting in your own language in the International forum for help.
Post Reply