[Bug 144023] Re: Mldonkey download the Chinese errors.

2008-10-26 Thread spiralvoice
Do you mean that MLDonkey did not refresh the timezone after the
change from summer to winter time?
My MLDonkey shows this: language: DE - locale: UTF-8 - UTC offset: +0100
after booting my server this morning.

MLDonkey calculates the timezone by comparing the results of Ocaml
functions Unix.time and Unix.gmtime (see Rss_date.localzone) after
refreshing the internal time function by calling Unix.time ().
It may be possible that Rss_date.localzone does not get refreshed
because it lacks parameter (), the compiler here thinks that this
function is static. Its return value is therefore not recalculated upon
later calls which might be the reason for the wrong timezone shown
this morning after the end of summer time.

Please try to recreate the time switch situation while testing the
attached patch.


** Attachment added: localzone.patch
   http://launchpadlibrarian.net/18916308/localzone.patch

-- 
Mldonkey download the Chinese errors.
https://bugs.launchpad.net/bugs/144023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144023] Re: Mldonkey download the Chinese errors.

2008-10-26 Thread spiralvoice
To fix the locale problem, Jasons solution might be the best:
https://bugs.launchpad.net/ubuntu/+source/mldonkey/+bug/144023/comments/7

Its better not to interfere with system scripts but solving the
problem inside MLDonkeys scripts.

-- 
Mldonkey download the Chinese errors.
https://bugs.launchpad.net/bugs/144023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 261610] Re: Please, compile mldonkey-server with support for all networks

2008-10-25 Thread spiralvoice
Fasttrack is not compiled in Debian because the code violates the GPL:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205152
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=200500

Gnutella1  2 support in current MLDonkey is outdated, as no one comes
up with a patch to fix this I decided to turn them off in ./configure by default
to keep amount of questions like why does G1/2 not work low. They can easily
by re-enabled by using --enable-gnutella --enable-gnutella2 when compiling.

-- 
Please, compile mldonkey-server with support for all networks
https://bugs.launchpad.net/bugs/261610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144023] Re: Mldonkey download the Chinese errors.

2008-10-25 Thread spiralvoice
MLdonkey uses UTF8 internally by default. The charset is uses when creating
filenames is derived from $LANG when MLDonkey starts, I do not consider this
a bug, but a feature. Ubuntu needs to ensure a valid environment for MLDonkey
being able to determine the correct charset to be used.

-- 
Mldonkey download the Chinese errors.
https://bugs.launchpad.net/bugs/144023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203812] Re: mldonkey-server doesn't connect to any servers

2008-03-26 Thread spiralvoice
Is your serverlist empty?
If yes, update MLDonkey to at least 2.9.2, the problem is addressed there:

6237: EDK: Load server.met files from archives even if unpack fails
- http://www.gruk.org/server.met.gz is not a gz archive at the moment...

Or follow these instructions:
http://mldonkey.sourceforge.net/ServerList#Best_practices_for_serverlist_management

Btw: [EMAIL PROTECTED] testing is at 2.9.4 already, while Ubuntu is still at 
2.9.2.
MLDonkey should be compiled with Ocaml = 3.10.1 to avoid crashes on 64bit 
archs.

-- 
mldonkey-server doesn't connect to any servers
https://bugs.launchpad.net/bugs/203812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203269] Re: MLDonkey-Gui crash

2008-03-26 Thread spiralvoice
Duplicate of bug #198189

-- 
MLDonkey-Gui crash
https://bugs.launchpad.net/bugs/203269
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99666] Re: [apport] mlnet crashed with SIGSEGV

2008-03-26 Thread spiralvoice
Does the problem still occur with current MLDonkey versions?

-- 
[apport] mlnet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/99666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144023] Re: Mldonkey download the Chinese errors.

2008-03-26 Thread spiralvoice
@Jason: To confirm your findings please post the output of
MLDonkey command runinfo after MLDonkey starting on
system boot without changes to init scripts. Then start
MLDonkey on the console and post the runinfo data from
this session for comparison.

-- 
Mldonkey download the Chinese errors.
https://bugs.launchpad.net/bugs/144023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 198189] Re: don't start, crash at start

2008-03-04 Thread spiralvoice
mldonkey-gui has to be compiled either with lablgtk-2.10.1 or with
a patched version of lablgtk-2.10.0.

See this bugreport for details: http://bugs.debian.org/445193

-- 
don't start, crash at start
https://bugs.launchpad.net/bugs/198189
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176895] Re: mlnet crashes very often in hardy

2008-01-22 Thread spiralvoice
Ocaml 3.10.1 has been released, as well as MLDonkey 2.9.3 which in turn
allows usage of Ocaml 3.10.1 To fix the crash use these versions.

-- 
mlnet crashes very often in hardy
https://bugs.launchpad.net/bugs/176895
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176895] Re: mlnet crashes very often in hardy

2007-12-19 Thread spiralvoice
Do you use MLDonkey on a 64bit arch?
If yes, compile MLDonkey with Ocaml 3.09.3 or a Ocaml 3.10.1 CVS snapshot to 
fix this problem. Its an Ocaml 3.10.0 bug.
See this bug report for details: 
https://savannah.nongnu.org/bugs/?21172#comment32

-- 
mlnet crashes very often in hardy
https://bugs.launchpad.net/bugs/176895
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144313] Re: downloaded files don't go to incoming directory

2007-10-05 Thread spiralvoice
Option shared_directories in downloads.ini handles all shared directories,
including incoming. In HTML interface, click Options, Shares and read
the helptext there. This should clear things up.

This bug can be closed, I guess.

-- 
downloaded files don't go to incoming directory
https://bugs.launchpad.net/bugs/144313
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144023] Re: Mldonkey download the Chinese errors.

2007-09-30 Thread spiralvoice
Hi,

this is weird because the patch you mentioned (patch #5272)
is part of MLDonkey sourcecode since version 2.8.0:
http://cvs.savannah.nongnu.org/viewvc/mldonkey/src/daemon/common/commonInteractive.ml?root=mldonkeyr1=1.76r2=1.77

Greetings, spiralvoice

-- 
Mldonkey download the Chinese errors.
https://bugs.launchpad.net/bugs/144023
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144313] Re: downloaded files don't go to incoming directory

2007-09-30 Thread spiralvoice
Start MLDonkey command diskinfo and have a look at the
directory shown with type shared (incoming_files).

-- 
downloaded files don't go to incoming directory
https://bugs.launchpad.net/bugs/144313
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 95424] Re: please sync mldonkey 2.8.5-1 from Debian unstable (main)

2007-04-24 Thread spiralvoice
** Summary changed:

- please sync mldonkey 2.8.4-2 from Debian unstable (main)
+ please sync mldonkey 2.8.5-1 from Debian unstable (main)

** Description changed:

+  mldonkey (2.8.5-1) unstable; urgency=low
+  .
+* New upstream release.
+ 
   mldonkey (2.8.4-2) unstable; urgency=low
   .
 * Added a missing build-dependency on libxml2-utils which is needed for
   xmllint.
 * Removed arm_dynamic_loop_delay.dpatch, integrated upstream,
   closes: #417624.
  
   mldonkey (2.8.4-1) unstable; urgency=low
   .
 * New upstream release.
  
   mldonkey (2.8.3-2) unstable; urgency=low
   .
 * Ask all debconf questions even when the server is not autmatically 
started
   since it is useful for force-start, closes: #414436.
 * Added a note in NEWS.Debian about the removal of mldonkey_server,
   closes: #410779.
 * Do not ask anymore for maximal time alive in debconf.
 * Added Duch debconf translation (thanks Bart Cornelis), closes: #413706.
 * Added Spanish debconf translation (thanks Manuel Porras Peralta),
   closes: #413778.
 * Added Portuguese debconf translation (thanks Luís Picciochi),
   closes: #415065.
 * Added Galician debconf translation (thanks Jacobo Tarrio),
   closes: #412793.
  
   mldonkey (2.8.3-1) unstable; urgency=low
   .
 * New upstream release.
 * Removed useradd.dpatch and avoid-duplicate-sending.dpatch, integrated
   upstream.
 * Updated Czech debconf translation (thanks Jan Outrata), closes: #408725.

-- 
please sync mldonkey 2.8.5-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/95424
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 95424] Re: please sync mldonkey 2.8.4-2 from Debian unstable (main)

2007-04-04 Thread spiralvoice
** Summary changed:

- please sync mldonkey 2.8.3-2 from Debian unstable (main)
+ please sync mldonkey 2.8.4-2 from Debian unstable (main)

** Description changed:

+  mldonkey (2.8.4-2) unstable; urgency=low
+  .
+* Added a missing build-dependency on libxml2-utils which is needed for
+  xmllint.
+* Removed arm_dynamic_loop_delay.dpatch, integrated upstream,
+  closes: #417624.
+ 
+  mldonkey (2.8.4-1) unstable; urgency=low
+  .
+* New upstream release.
+ 
   mldonkey (2.8.3-2) unstable; urgency=low
   .
 * Ask all debconf questions even when the server is not autmatically 
started
   since it is useful for force-start, closes: #414436.
 * Added a note in NEWS.Debian about the removal of mldonkey_server,
   closes: #410779.
 * Do not ask anymore for maximal time alive in debconf.
 * Added Duch debconf translation (thanks Bart Cornelis), closes: #413706.
 * Added Spanish debconf translation (thanks Manuel Porras Peralta),
   closes: #413778.
 * Added Portuguese debconf translation (thanks Luís Picciochi),
   closes: #415065.
 * Added Galician debconf translation (thanks Jacobo Tarrio),
   closes: #412793.
  
   mldonkey (2.8.3-1) unstable; urgency=low
   .
 * New upstream release.
 * Removed useradd.dpatch and avoid-duplicate-sending.dpatch, integrated
   upstream.
 * Updated Czech debconf translation (thanks Jan Outrata), closes: #408725.

-- 
please sync mldonkey 2.8.4-2 from Debian unstable (main)
https://bugs.launchpad.net/bugs/95424
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 83731] Re: [SRU] Edgy: Urgent patch to solve upload problem

2007-03-24 Thread spiralvoice
Small note for this patch:

- Please do not forget to update the version in Dapper as well,
as mentioned in bug #83732

https://launchpad.net/ubuntu/+source/mldonkey/+bug/83732/comments/2
Thank you for your work on that. Marking duplicate from #83731, one bug is 
enough launchpad allow to open different tasks for dapper and edgy for example

I do not know how to open a task here for Dapper.

-- 
[SRU] Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 95424] please sync mldonkey 2.8.3-2 from Debian unstable (main)

2007-03-24 Thread spiralvoice
Public bug reported:

 mldonkey (2.8.3-2) unstable; urgency=low
 .
   * Ask all debconf questions even when the server is not autmatically started
 since it is useful for force-start, closes: #414436.
   * Added a note in NEWS.Debian about the removal of mldonkey_server,
 closes: #410779.
   * Do not ask anymore for maximal time alive in debconf.
   * Added Duch debconf translation (thanks Bart Cornelis), closes: #413706.
   * Added Spanish debconf translation (thanks Manuel Porras Peralta),
 closes: #413778.
   * Added Portuguese debconf translation (thanks Luís Picciochi),
 closes: #415065.
   * Added Galician debconf translation (thanks Jacobo Tarrio),
 closes: #412793.

 mldonkey (2.8.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed useradd.dpatch and avoid-duplicate-sending.dpatch, integrated
 upstream.
   * Updated Czech debconf translation (thanks Jan Outrata), closes: #408725.

** Affects: mldonkey (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
please sync mldonkey 2.8.3-2 from Debian unstable (main)
https://launchpad.net/bugs/95424

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 83731] Re: [SRU] Edgy: Urgent patch to solve upload problem

2007-03-14 Thread spiralvoice
Hi,

good luck that I had Kubuntu installed on a spare partition;-)

I tested the normal package mldonkey-server-2.8.1-1, which showed the
error described in this bug report.

Then I installed
ftp://ftp.ubuntu.com/ubuntu/pool/universe/m/mldonkey/mldonkey-server_2.8.1-1ubuntu0.1~proposed1_i386.deb
and the error is not present anymore.

I tested with Lugdunums eserver 17.14 and eMule 0.47 (run by Wine) and
MLDonkey all locally run on the Kubuntu workstation.

-- 
[SRU] Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83731] Re: Edgy: Urgent patch to solve upload problem

2007-03-09 Thread spiralvoice
Please re-open this bug.
I filled it specifically for updating the MLDonkey package in Edgy.
On the IRC channel I even met Dapper users using MLDonkey 2.7.1,
which also needs an update.

-- 
Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83731] Re: Edgy: Urgent patch to solve upload problem

2007-03-09 Thread spiralvoice
This is not enough, older versions need also to be updated, thats the
reason I filed this bug report.

** Changed in: mldonkey (Ubuntu)
   Status: Fix Released = In Progress

-- 
Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83731] Re: Edgy: Urgent patch to solve upload problem

2007-03-09 Thread spiralvoice
https://launchpad.net/ubuntu/+source/mldonkey/+bug/78607/comments/6
spiralvoice, please open separate backport tickets for Edgy and Dapper 
versions, thanks.

I am surprised that this bug was closed without updating Edgy.

-- 
Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83731] Edgy: Urgent patch to solve upload problem

2007-02-07 Thread spiralvoice
Public bug reported:

Hi,

MLDonkey has a very serious bug which leeds to uploading
data blocks twice to eMule clients.

This is due to the fact that MLDonkey gets confused by
eMule rotating block request scheme.

http://hydranode.com/docs/ed2k/ed2kproto.php#upload
 Namely, eMule (and compatible) clients use rotational chunkrequest scheme,
 where each REQCHUNKS packet contains one new chunk and two older chunks
 ...
 This can lead to duplicate data being sent by mldonkeys, if a rotational
 chunkrequest scheme is used when communicating with them.

More infos about it, including logs proving the problem, can be found here:
http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4576

On https://savannah.nongnu.org/patch/index.php?5664 you will find patches
for all MLDonkey versions since 2.6.0. I tested the patch with 2.6.0,
without it it uploaded 700MB for a 350MB file to eMule 0.47c, with the
patch it send 350MB, nothing more.

Please update the MLDonkey package in Ubuntu edgy.
I am posting this seperate ticket as advised in
https://launchpad.net/ubuntu/+source/mldonkey/+bug/78607/comments/6

** Affects: mldonkey (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed
** Affects: mldonkey (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #406247
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247

** Also affects: mldonkey (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247
   Importance: Unknown
   Status: Unknown

-- 
Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83731] Re: Edgy: Urgent patch to solve upload problem

2007-02-07 Thread spiralvoice

** Attachment added: Patch needed for mldonkey-server-2.8.1-1
   http://librarian.launchpad.net/6337190/5664-2.7.6.patch

-- 
Edgy: Urgent patch to solve upload problem
https://launchpad.net/bugs/83731

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83732] Dapper: Urgent patch to solve upload problem

2007-02-07 Thread spiralvoice
Public bug reported:

Hi,

MLDonkey has a very serious bug which leeds to uploading
data blocks twice to eMule clients.

This is due to the fact that MLDonkey gets confused by
eMule rotating block request scheme.

http://hydranode.com/docs/ed2k/ed2kproto.php#upload
 Namely, eMule (and compatible) clients use rotational chunkrequest scheme,
 where each REQCHUNKS packet contains one new chunk and two older chunks
 ...
 This can lead to duplicate data being sent by mldonkeys, if a rotational
 chunkrequest scheme is used when communicating with them.

More infos about it, including logs proving the problem, can be found here:
http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4576

On https://savannah.nongnu.org/patch/index.php?5664 you will find patches
for all MLDonkey versions since 2.6.0. I tested the patch with 2.6.0,
without it it uploaded 700MB for a 350MB file to eMule 0.47c, with the
patch it send 350MB, nothing more.

Please update the MLDonkey package in Ubuntu dapper.
I am posting this seperate ticket as advised in
https://launchpad.net/ubuntu/+source/mldonkey/+bug/78607/comments/6

** Affects: mldonkey (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed
** Affects: mldonkey (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #406247
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247

** Also affects: mldonkey (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247
   Importance: Unknown
   Status: Unknown

-- 
Dapper: Urgent patch to solve upload problem
https://launchpad.net/bugs/83732

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83732] Re: Dapper: Urgent patch to solve upload problem

2007-02-07 Thread spiralvoice

** Attachment added: Patch needed for mldonkey-server-2.7.1-2ubuntu2
   http://librarian.launchpad.net/6337191/5664-2.6.6.patch

-- 
Dapper: Urgent patch to solve upload problem
https://launchpad.net/bugs/83732

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78607] Re: please sync mldonkey 2.8.2-2 from Debian unstable (main) (was: Urgent patch to solve upload problem)

2007-01-26 Thread spiralvoice
On https://savannah.nongnu.org/patch/index.php?5664
are also patches for these packages:

edgy: 2.8.1-1
dapper: 2.7.1-2ubuntu2

Please include these patches as well.

If you need a patch for hoary/breezy/warty please
post a request here in this bug report or on Savannah.

-- 
please sync mldonkey 2.8.2-2 from Debian unstable (main) (was: Urgent patch to 
solve upload problem)
https://launchpad.net/bugs/78607

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78607] Urgent patch to solve upload problem

2007-01-09 Thread spiralvoice
Public bug reported:

Hi,

MLDonkey has a very serious bug which leeds to uploading
data blocks twice to eMule clients.

This is due to the fact that MLDonkey gets confused by
eMule rotating block request scheme.

http://hydranode.com/docs/ed2k/ed2kproto.php#upload
 Namely, eMule (and compatible) clients use rotational chunkrequest scheme,
 where each REQCHUNKS packet contains one new chunk and two older chunks
 ...
 This can lead to duplicate data being sent by mldonkeys, if a rotational
 chunkrequest scheme is used when communicating with them.

More infos about it, including logs proving the problem, can be found here:
http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4576

On https://savannah.nongnu.org/patch/index.php?5664 you will find patches
for all MLDonkey versions since 2.6.0. I tested the patch with 2.6.0,
without it it uploaded 700MB for a 350MB file to eMule 0.47c, with the
patch it send 350MB, nothing more.

Please update all MLDonkey ebuilds present in Ubuntu.

** Affects: mldonkey (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Urgent patch to solve upload problem
https://launchpad.net/bugs/78607

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70466] Re: DNS resolution does not work

2007-01-09 Thread spiralvoice
DId you enable BT module in MLDonkey?
The DNS bug is only cosmetic and fixed in 2.8.2

-- 
DNS resolution does not work
https://launchpad.net/bugs/70466

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78607] Re: Urgent patch to solve upload problem

2007-01-09 Thread spiralvoice
** Bug watch added: Debian Bug tracker #406247
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247

** Also affects: mldonkey (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406247
   Importance: Unknown
   Status: Unknown

-- 
Urgent patch to solve upload problem
https://launchpad.net/bugs/78607

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs