הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > Hosting ושירותים נלווים > תחזוק שרתים ושירותי רשת נוספים

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 18-02-07, 19:28   # 1
Mega-Serv
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
גיל: 18
הודעות: 164

Mega-Serv לא מחובר  

בעיה בהרצת שרת מירק

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

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

מישהו יכול לעזור לי?
תודה רבה.
פליקס אוקספורד
  Reply With Quote
ישן 18-02-07, 20:33   # 2
OldMega
הוסטסניון
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אשקלון
הודעות: 1,908

OldMega לא מחובר  

בשגיאה שזה מביא לך, רשום לך מה אתה צריך לעשות .
  Reply With Quote
ישן 18-02-07, 20:50   # 3
Mega-Serv
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
גיל: 18
הודעות: 164

Mega-Serv לא מחובר  

אם רשמתי פה אני מניח שלא הבנתי
אתה יכול להסביר לי?
  Reply With Quote
ישן 18-02-07, 21:20   # 4
d1a1n0
הוסטסניון
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 2,053

d1a1n0 לא מחובר  

רשום לך כאן: ircd.log למה יש בעיה.
תעתיק לנו מה רשום שם..
  Reply With Quote
ישן 18-02-07, 21:38   # 5
Mega-Serv
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
גיל: 18
הודעות: 164

Mega-Serv לא מחובר  

ב IRC LOG לא רשום כלום
  Reply With Quote
ישן 18-02-07, 21:52   # 6
d1a1n0
הוסטסניון
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 2,053

d1a1n0 לא מחובר  

אז רשום לך:
Unreal.nfo on where to get support
  Reply With Quote
ישן 18-02-07, 21:54   # 7
Mega-Serv
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
גיל: 18
הודעות: 164

Mega-Serv לא מחובר  

מה זה אומר?
  Reply With Quote
ישן 18-02-07, 23:03   # 8
snirk
עסק רשום [?]
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
מיקום: חולון
גיל: 34
הודעות: 1,043

snirk לא מחובר  

פייי איזה סיפור אתם עושים...‏
הקונפיג של השרת לא טוב.. ,
אני יתן לך קונפיג מוכן בלי הרבה בעיות ...
ציטוט:
// 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############################ ##############
פשוט תעתיק את זה למסמך של הקונפיג.‎
שנה את מה שצריך לשנות
וזהו, תהנה
__________________
בברכה,
שניר קדוש.
אס.קיי.נט |בניית אתרים
  Reply With Quote
ישן 18-02-07, 23:06   # 9
Mega-Serv
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
גיל: 18
הודעות: 164

Mega-Serv לא מחובר  

לא פועל
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
================================================== ===

Last edited by Mega-Serv; 18-02-07 at 23:11..
  Reply With Quote
ישן 18-02-07, 23:30   # 10
snirk
עסק רשום [?]
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
מיקום: חולון
גיל: 34
הודעות: 1,043

snirk לא מחובר  

ציטוט:
נכתב במקור על ידי Mega-Serv צפה בהודעה
לא פועל
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 ותבדוק מה כתוב שם
__________________
בברכה,
שניר קדוש.
אס.קיי.נט |בניית אתרים
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


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

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