|
CeNGaWeR__ Nickli Üyeden Alıntı
|
[surfirc@server Unreal3.2]$ ./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/surfirc/Unreal3.2/src/ircd: is a directory
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
================================================== ===
Arkadaşlar kurulumu yaptım bitti unrealircd.conf u da editleyip attım ./unreal start dediğimde bu yukardaki hatayı veriyor anlamayadım gitti yardımcı olacak var mı Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
işte sizin biLginiz bu kadar yazik sizlere gercekten birde burada yetkilisiniz ne make ile ne makeinstall ile uzaktan yakindan alakasi var
./unreal: line 10: /home/surfirc/Unreal3.2/src/ircd burada diyor ki unreal klasöründeki yol ile kurmuş oldunuz yollar tamamen farkli diyor sanirim edit edilmiş bir tar.gz cikartilmiş ve onun yollari farkli kurulan host un yollari farkli bunun ne make neden makeinstall ile alakasi vardir.. aksini iddaa eden varsa HODRI MEYDAN
cd Unreal3.2
pico unreal
burada unreal dosyasinin yollarini ayarlarsan make cekersen normale döner
================ORNEK=================
#!/bin/sh
PID_FILE="/home/coder/ircd/Unreal3.2/ircd.pid"
PID_BACKUP="/home/coder/ircd/Unreal3.2/ircd.pid.bak"
if [ "$1" = "start" ] ; then
echo "Starting UnrealIRCd"
if [ -r $PID_FILE ] ; then
mv -f $PID_FILE $PID_BACKUP
fi
/home/coder/ircd/Unreal3.2/src/ircd
sleep 1
if [ ! -r $PID_FILE ] ; then
echo "Possible error encountered (IRCd seemily not started)"
echo "================================================= ===="
echo "Check above for possible errors, and this output of "
#!/bin/sh
PID_FILE="/home/coder/ircd/Unreal3.2/ircd.pid"
PID_BACKUP="/home/coder/ircd/Unreal3.2/ircd.pid.bak"
if [ "$1" = "start" ] ; then
echo "Starting UnrealIRCd"
if [ -r $PID_FILE ] ; then
mv -f $PID_FILE $PID_BACKUP
fi
/home/coder/ircd/Unreal3.2/src/ircd
sleep 1
if [ ! -r $PID_FILE ] ; then
echo "Possible error encountered (IRCd seemily not started)"
echo "================================================= ===="
echo "Check above for possible errors, and this output of "
echo "ircd.log. If you cannot solve the problem, read"
echo "Unreal.nfo on where to get support"
echo "================================================= ===="
echo "Unreal.nfo on where to get support"
echo "================================================= ===="
ayrica bu hata Line satirinda + echo "ircd.log. If you cannot solve the problem, read"
BUNUN MAKE iLE NE ALAKASI VAR SAYIN MODULATÖR ARKADASIM VE KONUYA CEVAP VEREN ARKADASLARIM ACIKLARSANIZ SEWINECEM..!!!