הוסטס - פורום אחסון האתרים הגדול בישראל

הוסטס - פורום אחסון האתרים הגדול בישראל (https://hosts.co.il/forums/index.php)
-   תחזוק שרתים ושירותי רשת נוספים (https://hosts.co.il/forums/forumdisplay.php?f=29)
-   -   בעיה בהרצת שרת מירק (https://hosts.co.il/forums/showthread.php?t=40092)

Mega-Serv 18-02-07 19:28

בעיה בהרצת שרת מירק
 
טוב אז אני חדש ואם זה לא המקום מצטער תעבירו בבקשה

אז אני בא להריץ שרת מירק IRCD
וזה רושם לי Starting UnrealIRCd
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
================================================== ===

מישהו יכול לעזור לי?
תודה רבה.
פליקס אוקספורד

OldMega 18-02-07 20:33

בשגיאה שזה מביא לך, רשום לך מה אתה צריך לעשות .

Mega-Serv 18-02-07 20:50

אם רשמתי פה אני מניח שלא הבנתי
אתה יכול להסביר לי?

d1a1n0 18-02-07 21:20

רשום לך כאן: ircd.log למה יש בעיה.
תעתיק לנו מה רשום שם..

Mega-Serv 18-02-07 21:38

ב IRC LOG לא רשום כלום

d1a1n0 18-02-07 21:52

אז רשום לך:
Unreal.nfo on where to get support

Mega-Serv 18-02-07 21:54

מה זה אומר?

snirk 18-02-07 23:03

פייי איזה סיפור אתם עושים...‏
הקונפיג של השרת לא טוב.. ,
אני יתן לך קונפיג מוכן בלי הרבה בעיות ...
ציטוט:

// Comment type 2(C++ style)
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
*/
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
/*

#####################NETWORK###################### ####
me
{
name "irc.myserver.net";
info "myserver Main IRCD Server";
numeric 1;
};
####################ADMIN######################### ######
admin {
"my name";
"my email";
"End of /ADMIN";
};
######################CLINETS##################### #######
class clients
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
########################OPER###################### ########
oper mynick {
class clients;
from {
userhost *@*;
};
password "myoperpass";
flags "iOoaArRhWwgQqcsxGgSlkKbZBnGNCzEHv";
snomask frebWwqFv;
};
#######################LISTEN##################### #########
listen *:6669;
listen *:7000;
listen *:6667;
#######################LINKS###################### #######
link Services.myserver.net
{
username *;
hostname *;
bind-ip *;
port 6667;
hub *;
password-connect "servicespass";
password-receive "servicespass";
class servers;

};
########################ULINES#################### ########
ulines {
services.myservices.net;
stats.myservices.net;
};
########################RESTART################### ########
drpass {
restart "dontrestart";
die "dontdie";
};
#########################LOG###################### #######
log "ircd.log" {
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};
#######################ALIAS###################### #######
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias Hostserv { type services; };
alias rootserv { type services; };
alias adminserv { type services; };
alias botserv { type services; };
alias agent { type services; };
alias memoserv { type services; };
alias nf { nick newsflash; type services; };
alias newsflash { type services; };
alias teams { type services; };
alias tm { nick teams; type services; };
alias eb { nick EB; type services; };
alias x { type services; };
alias ns { nick nickserv; type services; };
alias cs { nick chanserv; type services; };
alias ms { nick memoserv; type services; };
alias as { nick adminserv; type services; };
alias rs { nick rootserv; type services; };
alias bs { nick botserv; type services; };
alias ag { nick agent; type services; };
alias os { nick operserv; type services; };
alias "services" {
format "^#" {
nick "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "%1-";
};
type command;
};

alias "identify" {
format "^#" {
nick "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
alias "id" {
format "^#" {
nick "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
########################Q-LINE###########################
ban nick {
mask "*C*h*a*n*S*e*r*v*";
reason "Reserved for Services";
};
ban nick {
mask "*N*i*c*k*S*e*r*v*";
reason "Reserved for Services";
};
ban nick {
mask "**t*S*e*r*v*";
reason "Reserved for Services";
};
ban nick {
mask "*A*d*m*i*n**S*e*r*v*";
reason "Reserved for Services";
};
ban nick {
mask "*A*g*e*n*t";
reason "Reserved for Services";
};
#####################DCC########################## ######
deny dcc {
filename "*sub7*";
reason "Possible Sub7 Virus";
};
##########################VHOST################### #######
vhost {
vhost Vip.Myserver.Net;
from {
userhost *@*;
};
login vip;
password vippass;
};
###################SETTING######################## #######
set {
network-name "mynetwork";
default-server "irc.myserver.net";
services-server "services.myserver.net";
stats-server "stats.myserver.net";
help-channel "#OperHelp";
hiddenhost-prefix "myserver";
prefix-quit "Quit:";

cloak-keys {
"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
"aoAr1HnS2gl3sJ7hVz4Zb7x4YwpW";
"aoAr1HnR6gl3sJ7hVz4Zb2x6YwpW";
};
###################HOSTS########################## #####
hosts {
local "locop.myserver.net";
global "ircop.myserver.net";
coadmin "coadmin.myserver.net";
admin "admin.myserver.net";
servicesadmin "csops.myserver.net";
netadmin "netadmin.myserver.net";
host-on-oper-up "no";
};
};
###################OTHER-SETTING###############################
set {
kline-address "Kline@myserver.Net";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#OperHelp";
dns {
nameserver 127.0.0.1;
timeout 2s;
retries 2;
};
options {
hide-ulines;
show-connect-info;
};
maxchannelsperuser 15;
anti-spam-quit-message-time 10s;
oper-only-stats "okfGsMRUEelLCXzdD";
throttle {
connections 3;
period 60s;
};
anti-flood {
nick-flood 3:60;
};
spamfilter {
ban-time 1d;
ban-reason "Spam/Advertising";
virus-help-channel "#help";
};
};
###################END############################ ##############

פשוט תעתיק את זה למסמך של הקונפיג.‎
שנה את מה שצריך לשנות
וזהו, תהנה

Mega-Serv 18-02-07 23:06

לא פועל
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.6
using TRE 0.7.2 (GPL)

* Loading IRCd configuration ..
* unrealircd.conf:9 Ignoring extra end comment
[error] unrealircd.conf:12 Comment on this line does not end
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
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
================================================== ===

snirk 18-02-07 23:30

ציטוט:

נכתב במקור על ידי Mega-Serv (פרסם 425245)
לא פועל
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.6
using TRE 0.7.2 (GPL)

* Loading IRCd configuration ..
* unrealircd.conf:9 Ignoring extra end comment
[error] unrealircd.conf:12 Comment on this line does not end
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
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
================================================== ===


לך לשורה 9 ו12 ותבדוק מה כתוב שם


כל הזמנים הם GMT +2. הזמן כעת הוא 00:24.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ