aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Endless upnp log  (Read 3966 times)

auklet2k

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Endless upnp log
« on: February 16, 2011, 08:36:36 PM »

I'm using amule 2.2.6 on Ubuntu 10.10

When I enable upnp, the amule starts to record event entry in log window like following:
-- partial log --
Universal Plug and Play: UPNP_EVENT_RECEIVED:
2011-02-16 14:28:37:     SID: uuid:c15dcc06-xxxx-xxxx-a5d7-c6805be07da8
2011-02-16 14:28:37:     Key: 72
2011-02-16 14:28:37:     Property list:
2011-02-16 14:28:37:         s:PortMappingNumberOfEntries='1819042655'
2011-02-16 14:28:39: Universal Plug and Play: UPNP_EVENT_RECEIVED:
2011-02-16 14:28:39:     SID: uuid:c15dcc06-xxxx-xxxx-a5d7-c6805be07da8
2011-02-16 14:28:39:     Key: 73
2011-02-16 14:28:39:     Property list:
2011-02-16 14:28:39:         s:PortMappingNumberOfEntries='-2141001308'
-- more --

Eventually, amule will blow up after a long time run. I checked everywhere in amule, but there is none for an option to disable the log
or limit the log size or something that can stop logging. I could disable upnp, but it is going to be a low-id and slow download rate.

Is there anything I can do to stop upnp log flood?
Logged

littleb2005

  • Approved Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 32
Re: Endless upnp log
« Reply #1 on: February 17, 2011, 03:18:48 PM »

probley not if your using the amule stable build no idea if svn let you either

I could disable upnp, but it is going to be a low-id and slow download rate

not to sound rude but i called bs in that one disabling upnp will cause lowid only if you do not have the correct ports forward in your router

use a website called portforward to forward your ports correctly

 
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: Endless upnp log
« Reply #2 on: February 19, 2011, 08:50:50 AM »

auklet2k,

Most likely you have upnp debugging enabled. Go to Preferences->Debugging and uncheck Universal Plug and Play.

Cheers!
Logged

auklet2k

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Endless upnp log
« Reply #3 on: February 22, 2011, 03:00:10 PM »

I have no control of the router, so upnp is the only choice that I can get a high-id.

I couldn't find the option Debugging in all categories of preferences. I checked ~/.aMule/amule.conf too. That's the reason I post.
Logged

RRM

  • Sr. Member
  • ****
  • Karma: 40
  • Offline Offline
  • Posts: 444
Re: Endless upnp log
« Reply #4 on: February 22, 2011, 06:04:22 PM »

Try to compile the latest svn with debug enabled.
Then you will find the option debugging in the preferences tab.
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: Endless upnp log
« Reply #5 on: February 22, 2011, 07:37:55 PM »

No. Use a release build. Then debug output is always disabled.
What kind of build are you using?
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

auklet2k

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Endless upnp log
« Reply #6 on: February 23, 2011, 01:19:25 AM »

The following commands output the all info. I guess the version I am using is a release. or it may have some upnp patches made by ubuntu developers.

$ dpkg-query -s amule
Package: amule
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 4684
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.2.6+debian0-8ubuntu1
...(dpkg dependency info ignored)

$ amule -v
aMule 2.2.6 using wxGTK2 v2.8.11 (OS: Linux)
Logged