aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Kompilierungsfehler! Wer kann helfen?  (Read 3267 times)

Backistani

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Kompilierungsfehler! Wer kann helfen?
« on: June 12, 2004, 10:30:00 AM »

Hallo Leute !

Ich habe seit 4 Tagen Suse 9.1 auf meinem Rechner mit Kernel 2.6.4-54.5-default. Bin also absoluter Linux-Newbie, da ich vorher mit Linux noch nie was zu tun hatte.

Nun hatte ich mir den aMule-2.0.0rc3 als rpm installiert. Allerdings stürzt der mir immer wieder in unregelmäßigen Zeitabständen ab oder das ganze System friert ein. Länger als 3 Stunden hat er es noch nie durchgehalten. Da er aber permanent durchziehen soll, habe ich mal versucht, eine CVS zu kompilieren.

Ich habe mir die aMule-cvs-20040612.tar.bz2 heruntergeladen und alles genauso gemacht, wie es in der dort enthaltenen Anleitung (INSTALL) beschrieben ist. Die benötigten Pakete, wie libcrypto usw. habe ich vorher auch installiert.

Nun hab ich wie in der anleitung beschrieben "./configure && make" eingegeben.
Da bekomme ich einige Fehlermeldungen, mit denen ich nix anfangen kann. Hier mal die Meldungen der Konsole, nach dem Befehl:
-----------------------------------------------------------------------------------------------------
bastardo@linux:~/amule/amule-cvs> ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.0... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.11.0)
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.22)
checking if wxWidgets was linked with GTK2... no
checking for gtk-config... /opt/gnome/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

  Configured aMule CVS for 'i686-pc-linux-gnu'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with upload speed sense?        no
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be built?                        no
  Should aMule WebServer be built?                         no
  Should aMule WebServer GUI be built?                     no
  Should aMule ed2k links handler be built?                yes
  Should C aMule Statistics (CAS) be built?                yes
  Should aMule GUI Statistics (wxCas) be built?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                1.2.10

make  all-recursive
make[1]: Entering directory `/home/bastardo/amule/amule-cvs'
Making all in .
make[2]: Entering directory `/home/bastardo/amule/amule-cvs'
make[2]: Leaving directory `/home/bastardo/amule/amule-cvs'
Making all in m4
make[2]: Entering directory `/home/bastardo/amule/amule-cvs/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/bastardo/amule/amule-cvs/m4'
Making all in intl
make[2]: Entering directory `/home/bastardo/amule/amule-cvs/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/bastardo/amule/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/home/bastardo/amule/amule-cvs/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 übersetzte Meldungen, 459 unübersetzte Meldungen.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
966 übersetzte Meldungen.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
856 übersetzte Meldungen, 20 ungenaue Übersetzungen, 6 unübersetzte Meldungen.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
966 übersetzte Meldungen.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
966 übersetzte Meldungen.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 übersetzte Meldungen, 104 unübersetzte Meldungen.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
955 übersetzte Meldungen, 11 unübersetzte Meldungen.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 übersetzte Meldungen, 108 unübersetzte Meldungen.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 übersetzte Meldungen.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 übersetzte Meldungen, 375 unübersetzte Meldungen.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 übersetzte Meldungen, 111 unübersetzte Meldungen.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
754 übersetzte Meldungen, 79 unübersetzte Meldungen.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 übersetzte Meldungen, 263 unübersetzte Meldungen.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
966 übersetzte Meldungen.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
955 übersetzte Meldungen.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 übersetzte Meldungen, 233 unübersetzte Meldungen.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 übersetzte Meldungen.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 übersetzte Meldungen, 74 unübersetzte Meldungen.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 übersetzte Meldungen, 139 unübersetzte Meldungen.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
966 übersetzte Meldungen.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
939 übersetzte Meldungen, 1 ungenaue Übersetzung, 26 unübersetzte Meldungen.
rm -f it_NA.gmo && /usr/bin/msgfmt -c --statistics -o it_NA.gmo it_NA.po
966 übersetzte Meldungen.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 übersetzte Meldungen.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 übersetzte Meldungen.
make[2]: Leaving directory `/home/bastardo/amule/amule-cvs/po'
Making all in src
make[2]: Entering directory `/home/bastardo/amule/amule-cvs/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
  -c -o cas-cas.o `test -f 'utils/cas/cas.c' || echo './'`utils/cas/cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" \
  -c -o cas-functions.o `test -f 'utils/cas/functions.c' || echo './'`utils/cas/functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
  -c -o cas-configfile.o `test -f 'utils/cas/configfile.c' || echo './'`utils/cas/configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/include -D__GD__ -Wall -g -ggdb -fno-inline -D__DEBUG__   -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
  -c -o cas-graphics.o `test -f 'utils/cas/graphics.c' || echo './'`utils/cas/graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
utils/cas/graphics.c:5:16: gd.h: Datei oder Verzeichnis nicht gefunden
utils/cas/graphics.c: In function `createimage':
utils/cas/graphics.c:17: error: `FILE' undeclared (first use in this function)
utils/cas/graphics.c:17: error: (Each undeclared identifier is reported only once
utils/cas/graphics.c:17: error: for each function it appears in.)
utils/cas/graphics.c:17: error: `in' undeclared (first use in this function)
utils/cas/graphics.c:17: error: `out' undeclared (first use in this function)
utils/cas/graphics.c:17: warning: left-hand operand of comma expression has no effect
utils/cas/graphics.c:19: error: `gdImagePtr' undeclared (first use in this function)
utils/cas/graphics.c:19: error: parse error before "im"
utils/cas/graphics.c:23: warning: implicit declaration of function `fopen'
utils/cas/graphics.c:24: warning: implicit declaration of function `printf'
utils/cas/graphics.c:27: warning: implicit declaration of function `fclose'
utils/cas/graphics.c:34: error: `im' undeclared (first use in this function)
utils/cas/graphics.c:34: warning: implicit declaration of function `gdImageCreateFromPng'
utils/cas/graphics.c:35: warning: implicit declaration of function `gdImageColorResolve'
utils/cas/graphics.c:39: warning: implicit declaration of function `gdImageStringFT'
utils/cas/graphics.c:51: warning: implicit declaration of function `gdImagePng'
utils/cas/graphics.c:54: warning: implicit declaration of function `gdImageDestroy'
make[2]: *** [cas-graphics.o] Fehler 1
make[2]: Leaving directory `/home/bastardo/amule/amule-cvs/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/bastardo/amule/amule-cvs'
make: *** [all] Fehler 2
bastardo@linux:~/amule/amule-cvs>
--------------------------------------------------------------------------------------------------

Kann mir jemand mal die Fehlermeldungen erklären und mir sagen, wie ich die beheben kann? Fehlt da irgendwas? Vielleicht diese /utils/graphics wenn ich das richtig verstehe. Wo bekomme ich die her und wie muss ich die installieren?
Vielleicht kann mir ja jemand ne kleine Anleitung geben, wie ich die Fehler beheben kann und die CVS dann installiere?

Danke schonmal im Voraus !
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Kompilierungsfehler! Wer kann helfen?
« Reply #1 on: June 12, 2004, 12:10:05 PM »

hi, nehme lieber cvs vom 06.06 .. und kompiliere es mit ./configure --disable-debug --enable-optimize --disable-cas

gruss

Backistani

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
stürzt noch öfter ab
« Reply #2 on: June 12, 2004, 07:02:19 PM »

So, hab jetzt die CVS aus meinem vorhergehenden Thread kompilieren und installieren können. Das Problem lag daran, dass mir das Paket "gd-devel" gefehlt hatte. Habs nachinstalliert und alles funtzte super.

Nur leider stürzt mir der Mule jetzt noch schneller ab. Is ja echt zum naja.

Also ich werd dann das Ganze nochmal mit der CVS vom 06.06. machen. Hoffentlich läuft die wenigstens.

Was ist eigentlich dieses "cas"? Ich frag nur wegen dem "--disable-cas".

Und nebenbei noch ne Frage zu den Muli-Einstellungen. Bei Verbindungen, diese Slotzuteilung. Was bedeutet das? Kenn ich ausm Windows nicht. Hab die auf 20 kB/s stehen. Zuviel oder zu wenig?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Kompilierungsfehler! Wer kann helfen?
« Reply #3 on: June 12, 2004, 09:01:50 PM »

cvs von heut oder gestern hat zu viele bugs.. so ist das halt bei der entwicklung ;)
mitm vom 6.6 hatten die meinsten keine probleme.

was cas ist.. src/utils/cas verzeichnis, README file ;)

slot allocation .. http://www.amule.org/amule/features.php -> und bei "Besondere aMule-Features" nachgucken

gruss

Backistani

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: Kompilierungsfehler! Wer kann helfen?
« Reply #4 on: June 12, 2004, 09:50:14 PM »

So. Also die CVS vom 06.06. läuft schonmal auf jeden Fall bedeutend besser. Allerdings stürzt mir auch diese ab.
Was ich auch noch festgestellt habe, dass die 2.0.0rc3 als rpm bedeutend schneller gezogen hat. Die war bei mir schon nach paar minuten bei 50 kB/sec. Nach ein bis 2 Stunden rannte der Mule dann meist so mir 120 kB/sec - 170 kB/sec. Das war schon Klasse. Nur stürzte das Teil eben immer ab.

Nun die CVS scheint halbwegs zu laufen, aber dafür dauerts mit dem Speed. Hab alle Einstellungen vom alten Mule beibehalten und die CVS saugt gerade mal mit 12,8 kB/sec nach über 1 Stunde Laufzeit.
Und abgestürzt isse mir auch schon 3 mal.

Allerdings muss ich auch dazu sagen, dass ich so um die 85 Files im Download habe, wovon fast alle meisten so um die 600 - 700 MB haben. Sind auch einige Files mit 3 - 4 GB dabei. Vielleicht liegen die Abstürze ja auch daran? Habe jetzt jedenfalls mal alle auf "Stopp" gesetzt und lass mal nur 20 Dateien ziehen. Wahrscheinlich zieht der deswegen auch so langsam. Und wenn der mir jetzt dann immer noch abstürzt, dann bin ich mit meinem Latein wirklich am Ende.

Gibts eigentlich hier irgendwo ne komplette Anleitung, was die Mule-Einstellungen angeht oder könnt ihr mir hier ma paar Tipps mit geben?
Zu meinem System:
Suse 9.1 mit 2.6er Kernel. Nen Athlon XP 2400+ mit 1 GB DDR Ram, ne 120 GB HD Maxtor intern und ne 160 GB Hitachi extern per USB. Der Rest dürfte für die Mule-Einstellungen bestimmt uninteressant sein. Achso, mein inet noch kurz, Hab die 3000er Flat von AOL, also 384 KB/sec down und 48 KB/sec upload.

So, hier nun mal meine Einstellungen im Mule:
Verbindung: Download=300KB/s, Upload=30KB/s, Slotzuteilung=5KB/s, max. Quellen=300, max.Verbindungen=1500 und Secure Ident wird benutzt.

Dateien: 5 Quellen bei seltenen Dateien (<20) speichern ist aktiviert

Quellen optimieren: Quellen mit nicht benötigten Teilen entfernen ist aktiv, Erweitertes Entfernen - Entferne Quellen sofort, Automatisches Entfernen von Quellen mit voller Warteliste ist aktiv,  Hohe Platzierung entfernen ist aktiv (Höhe ist 400), Zeitintervall sind 60 sec. eingestellt.

Mule-Spezialeinstellungen:
Max. 20 neue Verbindungen alle 5 sec., Upload Queue Size=10000

Ich denk, die Einstellungen sind optimal so, oder? Gibts da noch was, was ich umstellen kann/ sollte?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Kompilierungsfehler! Wer kann helfen?
« Reply #5 on: June 12, 2004, 10:17:41 PM »

stell ma slot alloc auf 3 .. kommst schneller zu deinen credits

zum thema viele files und stabilität -> http://www.amule.org/amule/thread.php?threadid=2004&page=3&sid=

gruss

Backistani

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Endlich läuft er...
« Reply #6 on: June 13, 2004, 10:57:57 AM »

So. Also erstmal ganz großes DANKE! an Delta.

Nachdem ich gestern die CVS vom 06.06. kompiliert und installiert habe und auch mal einige Files im Download auf "Stopp" gestellt habe, läuft der Mule super.

Er hat die ganze Nacht durchgezogen und ist auch bisher nicht mehr abgestürzt. Zur Zeit habe ich ca. 30 Files im Download. Die anderen (dürften mindestens 100 Files sein) habe ich auf "Stopp" bzw. "Angehalten".

Einziges Manko, was ich zu der 2.0.0.rc3.rpm festgestellt habe, ist, dass die CVS nicht so schnell saugt. Seit er endlich läuft war die höchste Rate gerade mal 56 KB/s. Bin etwas andere Raten gewohnt...LOL

Aber wie gesagt, er läuft und stürzt nicht mehr ab.

Nochmal danke für die Hilfe und Tips !
« Last Edit: June 13, 2004, 11:00:17 AM by Backistani »
Logged