|
vasarelli Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
* Loading IRCd configuration ..
* unrealircd.conf:18: Ignoring extra data
* unrealircd.conf:18: Ignoring extra data
* opers.conf:84: Ignoring extra close brace
* opers.conf:84 Ignoring extra semicolon
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 100 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Possible error encountered (IRCd seemily 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
================================================== ===
[Fri May 15 14:25:59 2009] - OPER (KarıncaBot) by ( Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. )
[Fri May 15 14:46:02 2009] - config error: unrealircd.conf:268: unknown except type giris
[Fri May 15 14:46:02 2009] - config error: unrealircd.conf:271: unknown except type girisport
[Fri May 15 14:46:02 2009] - config error: 2 errors encountered
[Fri May 15 14:46:02 2009] - config error: IRCd configuration failed to pass testing
Buyrun hocam iste gene ayni problemi verdi ve arti giris kodunu beceremedim galiba lutfen acil yardim?
|
shell satıcınız bir kısıtlama getirmiş.
./Config esnasında 1024 olarak ayarlı bir seçenek geliyor. ./Config komutunu uygulayıp, 1024 ayarını 100 olarak değiştirmeniz gerekiyor.
sonrasında make clean ve tekrar make çekip, modüllerinize tekrar make çekin.
Birde
unrealircd.conf dosyanızdan
class clients {
pingfreq 90;
maxclients 1024;
sendq 100000;
};
gibi bir satır olması lazım. buradaki 1024 ü 100 olarak ayarlamanız lazım.
Bunun sonucu olarak da max 100 kişi server a girebilecektir.
iyi Çalışmalar..