IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası
  sohbet

 Kayıt ol  Topluluk
Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 10 Nisan 2009, 22:47   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Anope Yükleme Hatası




Arkadaşlar selamlar. Dedicated serverimi başka bir yere taşıdım. Unrealı 3.2.3 kurdum yine ski yerdeki gibi ve de Anope1.7.8 kurcam o da eski serverdaki ile aynı. Ama ne yaptıysam sabahtan beri kuramadım. Servicleri root değil de account hesabımla kurup başlatmam gerekir değil mi? make 'e kadar herşey normal. Make dediğimde şu hatayı veriyor :


Alıntı:
...
başı bayağı uzun...
devamı...
botserv.c:1933: error: 'BOT_SET_NOBOT_OFF' undeclared (first use in this function)
botserv.c:1936: error: 'BOT_SET_NOBOT_SYNTAX' undeclared (first use in this function)
botserv.c:1941: error: 'BOT_SET_SYMBIOSIS_ON' undeclared (first use in this function)
botserv.c:1944: error: 'BOT_SET_SYMBIOSIS_OFF' undeclared (first use in this function)
botserv.c:1947: error: 'BOT_SET_SYMBIOSIS_SYNTAX' undeclared (first use in this function)
botserv.c:1950: error: 'BOT_SET_UNKNOWN' undeclared (first use in this function)
botserv.c: In function 'do_kickcmd':
botserv.c:1968: error: 'BOT_KICK_DISABLED' undeclared (first use in this function)
botserv.c:1970: error: 'BOT_KICK_SYNTAX' undeclared (first use in this function)
botserv.c:1974: error: 'CHAN_X_NOT_REGISTERED' undeclared (first use in this function)
botserv.c:1976: error: 'CHAN_X_FORBIDDEN' undeclared (first use in this function)
botserv.c:1978: error: 'ACCESS_DENIED' undeclared (first use in this function)
botserv.c:1994: error: 'BOT_KICK_BAD_TTB' undeclared (first use in this function)
botserv.c:2002: error: 'BOT_KICK_BADWORDS_ON_BAN' undeclared (first use in this function)
botserv.c:2005: error: 'BOT_KICK_BADWORDS_ON' undeclared (first use in this function)
botserv.c:2008: error: 'BOT_KICK_BADWORDS_OFF' undeclared (first use in this function)
botserv.c:2027: error: 'BOT_KICK_BOLDS_ON_BAN' undeclared (first use in this function)
botserv.c:2030: error: 'BOT_KICK_BOLDS_ON' undeclared (first use in this function)
botserv.c:2033: error: 'BOT_KICK_BOLDS_OFF' undeclared (first use in this function)
botserv.c:2070: error: 'BOT_KICK_CAPS_ON_BAN' undeclared (first use in this function)
botserv.c:2074: error: 'BOT_KICK_CAPS_ON' undeclared (first use in this function)
botserv.c:2078: error: 'BOT_KICK_CAPS_OFF' undeclared (first use in this function)
botserv.c:2097: error: 'BOT_KICK_COLORS_ON_BAN' undeclared (first use in this function)
botserv.c:2100: error: 'BOT_KICK_COLORS_ON' undeclared (first use in this function)
botserv.c:2103: error: 'BOT_KICK_COLORS_OFF' undeclared (first use in this function)
botserv.c:2140: error: 'BOT_KICK_FLOOD_ON_BAN' undeclared (first use in this function)
botserv.c:2144: error: 'BOT_KICK_FLOOD_ON' undeclared (first use in this function)
botserv.c:2148: error: 'BOT_KICK_FLOOD_OFF' undeclared (first use in this function)
botserv.c:2177: error: 'BOT_KICK_REPEAT_ON_BAN' undeclared (first use in this function)
botserv.c:2180: error: 'BOT_KICK_REPEAT_ON' undeclared (first use in this function)
botserv.c:2184: error: 'BOT_KICK_REPEAT_OFF' undeclared (first use in this function)
botserv.c:2204: error: 'BOT_KICK_REVERSES_ON_BAN' undeclared (first use in this function)
botserv.c:2207: error: 'BOT_KICK_REVERSES_ON' undeclared (first use in this function)
botserv.c:2210: error: 'BOT_KICK_REVERSES_OFF' undeclared (first use in this function)
botserv.c:2230: error: 'BOT_KICK_UNDERLINES_ON_BAN' undeclared (first use in this function)
botserv.c:2233: error: 'BOT_KICK_UNDERLINES_ON' undeclared (first use in this function)
botserv.c:2236: error: 'BOT_KICK_UNDERLINES_OFF' undeclared (first use in this function)
botserv.c:2239: error: 'BOT_KICK_UNKNOWN' undeclared (first use in this function)
botserv.c: In function 'badwords_list':
botserv.c:2272: error: 'BOT_BADWORDS_LIST_HEADER' undeclared (first use in this function)
botserv.c:2276: error: 'BOT_BADWORDS_LIST_FORMAT' undeclared (first use in this function)
botserv.c: In function 'do_badwords':
botserv.c:2309: error: 'BOT_BADWORDS_SYNTAX' undeclared (first use in this function)
botserv.c:2311: error: 'CHAN_X_NOT_REGISTERED' undeclared (first use in this function)
botserv.c:2313: error: 'CHAN_X_FORBIDDEN' undeclared (first use in this function)
botserv.c:2316: error: 'ACCESS_DENIED' undeclared (first use in this function)
botserv.c:2323: error: 'BOT_BADWORDS_DISABLED' undeclared (first use in this function)
botserv.c:2346: error: 'BOT_BADWORDS_ALREADY_EXISTS' undeclared (first use in this function)
botserv.c:2362: error: 'BOT_BADWORDS_REACHED_LIMIT' undeclared (first use in this function)
botserv.c:2372: error: 'BOT_BADWORDS_ADDED' undeclared (first use in this function)
botserv.c:2389: error: 'BOT_BADWORDS_NO_SUCH_ENTRY' undeclared (first use in this function)
botserv.c:2392: error: 'BOT_BADWORDS_NO_MATCH' undeclared (first use in this function)
botserv.c:2396: error: 'BOT_BADWORDS_DELETED_ONE' undeclared (first use in this function)
botserv.c:2399: error: 'BOT_BADWORDS_DELETED_SEVERAL' undeclared (first use in this function)
botserv.c:2409: error: 'BOT_BADWORDS_NOT_FOUND' undeclared (first use in this function)
botserv.c:2414: error: 'BOT_BADWORDS_DELETED' undeclared (first use in this function)
botserv.c:2426: error: 'BOT_BADWORDS_LIST_EMPTY' undeclared (first use in this function)
botserv.c:2460: error: 'BOT_BADWORDS_CLEAR' undeclared (first use in this function)
botserv.c: In function 'do_say':
botserv.c:2478: error: 'BOT_SAY_SYNTAX' undeclared (first use in this function)
botserv.c:2480: error: 'CHAN_X_NOT_REGISTERED' undeclared (first use in this function)
botserv.c:2482: error: 'CHAN_X_FORBIDDEN' undeclared (first use in this function)
botserv.c:2484: error: 'BOT_NOT_ASSIGNED' undeclared (first use in this function)
botserv.c:2486: error: 'BOT_NOT_ON_CHANNEL' undeclared (first use in this function)
botserv.c:2488: error: 'ACCESS_DENIED' undeclared (first use in this function)
botserv.c: In function 'do_act':
botserv.c:2513: error: 'BOT_ACT_SYNTAX' undeclared (first use in this function)
botserv.c:2515: error: 'CHAN_X_NOT_REGISTERED' undeclared (first use in this function)
botserv.c:2517: error: 'CHAN_X_FORBIDDEN' undeclared (first use in this function)
botserv.c:2519: error: 'BOT_NOT_ASSIGNED' undeclared (first use in this function)
botserv.c:2521: error: 'BOT_NOT_ON_CHANNEL' undeclared (first use in this function)
botserv.c:2523: error: 'ACCESS_DENIED' undeclared (first use in this function)
make[1]: *** [botserv.o] Error 1
make[1]: Leaving directory `/home/domain/anope-1.7.8/src'
make: *** [build] Error 2

Bu hatayı nasıl çözebilirim acaba yardım lütfen?


Konu seal tarafından (10 Nisan 2009 Saat 23:03 ) değiştirilmiştir.
 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları sohbet odaları Benimmekan Mobil Sohbet
Alt 10 Nisan 2009, 23:00   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




botserv.c dosyası hatalı orjinal 1.7.8 mı kurdunuz?

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:04   #3
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




Evet orjinal 1.7.8 daha önce de kurmuş ve kullanmıştım sorunsuzdu o zaman

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:11   #4
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




başka bir sürüm kullanmanızı tavsiye edicem yada 1.7.8 ide sitesinden çekerek deneyin tekrar herhangi bi yerinde edit varmış gibi geliyor bana

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:21   #5
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




Gemlik teşekkürler yardımın için. 1.7.17 de var , onu kurdum. Onda make oluyor make install de oluyor kuruldu diyor en sonunda. Ama cd services 'e girip de ./services yaptığım zaman hata veriyor bu da. Sanırım bunu çözmek daha kolay olur inşallah. Şöyle kopyalayım son kısmı :

Alıntı:


Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
[~]# cd services

Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
[~/services]# ./services
Can't open services.conf: No such file or directory (services.conf dosyasını oluşturup yeniden denedim)

Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
[~/services]# ./services
services.conf: IRCDModule missing
*** Support resources: Read through the services.conf self-contained
*** documentation. Read the documentation files found in the 'docs'
*** folder. Visit our portal located at [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]. Join
*** our support channel on /server irc.anope.org channel #anope.

Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
[~/services]# ps x
PID TTY STAT TIME COMMAND
10215 ? R+ 0:00 ps x
25443 ? Sl 0:00 ./sc_serv
27860 ? S 0:00 sshd: site@pts/1
27868 ? S 0:00 -jailshell
28899 ? S 0:00 sshd: site@pts/0
29002 ? S+ 0:00 -jailshell

Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
[~/services]#

Çalıştırmış gibi duruyor ama servisler gelmedi. IRC Missing - Jailshell felan yazıyor. Ps x yaptığımda da göremedim. Acaba ne yapmam lazım anlayamadım

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:26   #6
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




services.conf unuzda IRCDModule "unreal32" başında # var ise kaldırın yada böyle bir satır yok ise oluşturun

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:36   #7
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




Evet öyle bi satır yokmuş. Tam olarak eklemem gereken satır nedir yazabilirmisiniz size zahmet direk onu kopyalayım.

RemoteServer 94.x.x.x 6667 "linked"
ServerName "services.site.net"
ServerDesc "Services Networks"
ServiceUser "
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
"

NickServName "NickServ" "Nickname Server"
ChanServName "ChanServ" "Channel Server"
MemoServName "MemoServ" "Memo Server"
BotServName "BotServ" "Bot Server"
HelpServName "HelpServ" "Help Server"
OperServName "OperServ" "Operator Server"
GlobalName "Global" "Global Noticer"
#DevNullName "DevNull" "/dev/null -- message sink"
HostServName "HostServ" "vHost Server"

... diye devam ediyor. En başa yada en alta o satırı eklesem olur mu?

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:41   #8
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




IRCDModule "unreal32" bu satırı ekliceksiniz

 
Alıntı ile Cevapla

Alt 10 Nisan 2009, 23:55   #9
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




Teşekkürler Gemlik. Service çalıştı ama kanalda hiç bir komut işlemiyor. "/cs aop #kanal add nick" komutu yazıyorum mesela varolmayan komut diyor, nick kaydetme desen aynı şekildei hiç bir komut işlemiyor.

Bir de ben eski serverdaki nick.db chan.db 'leri vs.. tüm db'leri de service'nin içine attım ama onları da zaten görmüyor.

 
Alıntı ile Cevapla

Alt 11 Nisan 2009, 00:11   #10
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Anope Yükleme Hatası




conf dosyanızdan dolayı sanırım bu tür hataları alıyorsunuz example.conf u editleyin kendi sunucunuza göre isminide services.conf diye değiştirin sorun yaşamazsınız.

 
Alıntı ile Cevapla

Cevapla

Etiketler
anope, hatasi, hatası, yukleme, yükleme


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Anope 2.0.1 Conf hatası UnconscionabLe Anope 3 16 Ocak 2015 21:36
Anope Memoserv Buffer Hatası ve Sıfırdan Yeniden yükleme Orhan_VeLi Anope 2 08 Şubat 2011 23:50
Oyun Yükleme Hatası Bi Baksanız PLs SoŁĐîєЯ Oyun Dünyasından Son Haberler 3 01 Mayıs 2008 14:26
modul yükleme hatası 1Casper Servisler 2 07 Mayıs 2007 21:21