הרשם | שאלות ותשובות | רשימת חברים | לוח שנה | הודעות מהיום | חיפוש |
|
|
כלים לאשכול | תצורת הצגה |
31-12-05, 10:23 | # 1 |
Whatever
|
התקנת שרת IRCd - מדריך
לאור הבקשות החלטתי לכתוב מדריך להתקנת שרת IRCd מסוג UnrealIRCd 3.2.3 (הגרסא האחרונה)
נתחיל במדריך: 1) התחבר לשרת בעזרת תוכנת קליינט כגון PuTTY 2) לאחר ההתחברות, הורד את קובץ השרת (UnrealIRCd 3.2.3) ע"י הפקודה: קוד:
fetch http://unrealircd.atlanti-ka.org/Unreal3.2.3.tar.gz או במידה ולא עובד... wget http://unrealircd.atlanti-ka.org/Unreal3.2.3.tar.gz קוד:
tar xzfv Unreal3.2.3.tar.gz 4) כנסו לתיקיית השרת ע"י הפקודה cd Unreal3.2 ורשמו: קוד:
./Config קוד:
Do you want to enable the server anti-spoof protection? [No] -> קוד:
| | | UnrealIRCd Compile-Time Config | |_______________________________________________________________________| |_______________________________________________________________________| קוד:
echo a >> motd.conf echo b >> rules.conf קוד:
fetch http://upanel.net/unrealircd.conf או אם לא עובד.. wget http://upanel.net/unrealircd.conf בהצלחה! אם יש שאלות אתם מוזמנים לשאול פה, אני מקווה שהמדריך ברור, השקעתי עליו לא מעט זמן * השרת הורץ ונבדק תחת מערכת הפעלה FreeBSD 4.9 RELEASE-p7
__________________
תומר Last edited by Tomer; 31-12-05 at 10:26.. |
31-12-05, 10:30 | # 2 |
חבר וותיק
|
פשש...
יפה, כל הכבוד! תודה רבה.
__________________
העלאת תמונות |
31-12-05, 12:29 | # 3 |
הוסטסניון
|
תודה רבה תומר.
__________________
|
31-12-05, 12:37 | # 4 |
חבר מתקדם
|
אחלה של מדריך :]
|
31-12-05, 12:59 | # 5 |
Permanently Banned
|
חביב מאוד . קצר ולעניין.
זה הרצת שרת על לינוקס לא ? |
31-12-05, 13:01 | # 6 |
הוסטסניון
|
תודה רבה תומר, אחלה מדריך.
__________________
רותם דוא"ל: Rotema7 [at] gmail.com |
31-12-05, 13:22 | # 7 | |
Whatever
|
ציטוט:
__________________
תומר |
|
31-12-05, 13:36 | # 8 |
מתאורר / יצא בחוץ
|
איך אני מריץ את השרת אחרי זה?
קוד:
tail: /home/talbb/Unreal3.2/ircd.log: No such file or directory $ ./ircd ./ircd: not found $ ./unreal Usage: unreal start|stop|rehash|restart|mkpasswd|version $ ./unreal restart Restarting UnrealIRCd cat: /home/talbb/Unreal3.2/ircd.pid: No such file or directory usage: kill [-s signal_name] pid ... kill -l [exit_status] kill -signal_name pid ... kill -signal_number pid ... $ ./unreal start Starting UnrealIRCd ./unreal: /home/talbb/Unreal3.2/src/ircd: not found 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 ===================================================== tail: /home/talbb/Unreal3.2/ircd.log: No such file or directory Last edited by Linux; 31-12-05 at 13:38.. |
31-12-05, 13:45 | # 9 | |
Whatever
|
ציטוט:
אחרי שרשמת make, מה קיבלת?
__________________
תומר |
|
31-12-05, 13:50 | # 10 |
מתאורר / יצא בחוץ
|
קוד:
checking for GNU gettext in libintl... no checking whether to use NLS... no checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 16384 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/libexec/elf/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd4.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating tre.pc config.status: creating tre.spec config.status: creating doc/agrep.1 config.status: creating config.h config.status: creating lib/tre-config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile Configuration summary ===================== TRE is now configured as follows: * Compilation environment CC = gcc CFLAGS = -g -O2 -Wall CPP = gcc -E CPPFLAGS = LD = /usr/libexec/elf/ld LDFLAGS = LIBS = Use alloca(): yes * TRE options Development-time debugging: no System regex ABI compatibility: no Wide character (wchar_t) support: no (disabled with --disable-wchar) Multibyte character set support: no (disabled with --disable-multibyte) Approximate matching support: yes Build and install agrep: no compiling TRE regex library make: Permission denied installing TRE regex library make: Permission denied configure: creating ./config.status config.status: creating Makefile config.status: creating src/modules/Makefile config.status: creating unreal config.status: creating ircdcron/ircdchk config.status: creating include/setup.h |
חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
|
|