aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 [3]

Author Topic: amuled crashes after a few minutes  (Read 16380 times)

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
Re: amuled crashes after a few minutes
« Reply #30 on: February 20, 2005, 11:18:42 PM »

Thats great news. Amuled runs with the Patches except of the first networkfunctions patch the whole day without crashes. Only the amulewebserver and cmd has some crashes but this maybe fixed tomorrow :).
The second amuled process is still there and I have to start the webserver on my own but this is not a big problem.
Thanks.

cu
Mr Faber
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: amuled crashes after a few minutes
« Reply #31 on: February 21, 2005, 12:14:15 AM »

Ok, tomorrow we continue the bug hunting :)

Cheers!
Logged

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
Re: amuled crashes after a few minutes
« Reply #32 on: February 21, 2005, 06:43:03 PM »

Is there any doc how to compile wxWidgets CVS?

cu
Mr Faber
Logged

rollopack

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://www.pattume.it
Re: amuled crashes after a few minutes
« Reply #33 on: February 21, 2005, 07:15:17 PM »

The amuled in today CVS (20050221) seems more stable, thanks!
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: amuled crashes after a few minutes
« Reply #34 on: February 21, 2005, 07:33:41 PM »

Quote
Originally posted by Mr Faber
Is there any doc how to compile wxWidgets CVS?

cu
Mr Faber

go to some dir and do:
$ cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login
(password is anoncvs)
$ cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWidgets
(for gtk2+non-unicode)
$ ./configure --enable-debug --disable-optimise --enable-debug_flag --enable-debug_info --enable-debug_gdb --enable-gtk2 --disable-unicode --prefix=~/local/wxWidgets-cvs
(for gtk2+unicode)
$ ./configure --enable-debug --disable-optimise --enable-debug_flag --enable-debug_info --enable-debug_gdb --enable-gtk2 --enable-unicode --prefix=~/local/wxWidgets-cvsu
$ make
$ su
$ make install

Configure aMule with:
./configure --enable-debug --disable-optimize --enable-verbose --enable-webserver --enable-webservergui --enable-amulecmd --enable-amulecmdgui --enable-amule-daemon --enable-ccache --with-wx-config=~/local/wxWidgets-cvsu/bin/wx-config

Run aMule like this:
LD_LIBRARY_PATH=~/local/wxWidgets-cvsu/lib/ /path/to/amule/executable/amule &
Logged

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
Re: amuled crashes after a few minutes
« Reply #35 on: February 22, 2005, 02:11:43 PM »

Thanks, it worked for me. But with the new wxWidgets the second amuled process still exists and I have to start the webserver on my own.
I can't see any graphs in webinterface?
How often aMule asked one source for status? Many downloads finished but the high connection rate still exists. I always reach the maximum of 800 which seems to kill my connection partly. I have 20 connections per five seconds but it seems not as smooth as eMule. I think aMule established 20 connections at once, wait five seconds and do the same. This is senseless because it has not the desired effect of low averaged connection traffic. If I ping my provider I get similar this 15ms, 15 ms, 15 ms, 15 ms, 150 ms, 100 ms, 15 ms, 15  ms, 15 ms, 15 ms, 150 ms, 100 ms  ...
Is there any development on USS (Upload Speed Sense) and will it be released before 2.0 or later?


cu
Mr Faber
« Last Edit: February 22, 2005, 02:22:45 PM by Mr Faber »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: amuled crashes after a few minutes
« Reply #36 on: February 22, 2005, 03:43:27 PM »

Quote
Originally posted by Mr Faber
Thanks, it worked for me.
Great!

Quote
Originally posted by Mr Faber
But with the new wxWidgets the second amuled process still exists and I have to start the webserver on my own.
Exactly what do you mean? When you do a ps there are two amuled? Maybe it is just another thread.

The webserver is probably not in the path, so amuleweb can't find it. Are you running "make install"? I usually don't do this, but if you do, amuled will probably find amuleweb.

Quote
I can't see any graphs in webinterface?
Neither do I. Maybe lfroen can explain, he did the code to display the images, I don't know if it requires a special library to work.

Quote
How often aMule asked one source for status? Many downloads finished but the high connection rate still exists. I always reach the maximum of 800 which seems to kill my connection partly. I have 20 connections per five seconds but it seems not as smooth as eMule. I think aMule established 20 connections at once, wait five seconds and do the same. This is senseless because it has not the desired effect of low averaged connection traffic. If I ping my provider I get similar this 15ms, 15 ms, 15 ms, 15 ms, 150 ms, 100 ms, 15 ms, 15  ms, 15 ms, 15 ms, 150 ms, 100 ms  ...
Hum, good question, I am not acquainted with that part of the code. Maybe Kry or Xaignar can answer that.

Quote
Is there any development on USS (Upload Speed Sense) and will it be released before 2.0 or later?

cu
Mr Faber
Afaik, USS should be in after 2.0.0 release, but there we are still starting to work on this issue. Priority now is bug fix and release a stable aMule.

Cheers!
Logged

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
Re: amuled crashes after a few minutes
« Reply #37 on: February 22, 2005, 06:16:46 PM »

If I enable webserver in .eMule and if I started amuled in past amulweb ist started with it. I am not sure but since I use your local install amuled starts a second amuled instead of amulweb which gets defunct and runs all the time until the original amuled crash. I can't kill this second daemon (kill -9 doesen't work too). If I disable webserver amuled starts alone :) .
The Graph works for me in the past with the daemon but since some version it seems to be gone or I configured something wrong in Firefox or amule?!

cu
Mr Faber
« Last Edit: February 22, 2005, 06:17:21 PM by Mr Faber »
Logged

Lenni

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 44
Re: amuled crashes after a few minutes
« Reply #38 on: February 24, 2005, 12:37:48 PM »

I installed CVSs of wxwidgets and amule yesterday, and here is working everything fine, too  :D
What if I want install wxwidgets-CVS 'properly' can I just move the files from my ~/local/wxWidgets-cvs -directory, or do I have compile it again?
Thanks, Lenni!
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: amuled crashes after a few minutes
« Reply #39 on: February 24, 2005, 06:43:33 PM »

Mr Faber,

Graphs are back, check it! :)

Leni,

If you re-run configure without the --prefix option and do make && make install && ldconfig, with some luck it wont recompile and will just install. If you do so, please *FIRST* uninstall the previous installation of wx. Double wx instalations are HELL! ;(
Logged
Pages: 1 2 [3]