This forum has been archived. All content is frozen. Please use KDE Discuss instead.

[bug SVN 516581] alter global upload speed not stable

Tags: None
(comma "," separated)
stoeptegel
Registered Member
Posts
1075
Karma
0
When i alter the upload speed, from let say 80KB to 30 KB it does work, but after some time(hours) the limit is gone and i am uploading at full speed.
For what i've seen this does not happen when i alter the speed and restart KTorrent afterwards.

SVN 516581
SVN 517577 also
George
Moderator
Posts
5421
Karma
1

Sun Mar 12, 2006 9:47 am
I do not see a reason why this limit would suddenly change, we set it when we startup KT and then only when the user changes it, it gets changed.

Haven't seen it myself. If this happens and you go look into the preference dialog, what do you see ?
stoeptegel
Registered Member
Posts
1075
Karma
0

Sun Mar 12, 2006 12:01 pm
I just altered it from 100 to 80 KB/s and it went unlimited immedialtely, the setting in the configuration still was 80KB when this happening.

Restarting torrents didn't made a change, it still hits top at 115KB/s. When i restart KTorrent the limit at 80KB upload is stable as a rock.
George
Moderator
Posts
5421
Karma
1

Mon Mar 13, 2006 7:25 pm
OK, the settings are saved in :

~/.kde/share/config/ktorrentrc

Can you post the contents of this file when this happens.
stoeptegel
Registered Member
Posts
1075
Karma
0

Tue Mar 14, 2006 1:52 am
I didn't got the bug popup today, and since a spot the new SVN commit i updated.
Because i see more errors then normally in make &make install with the latest SVN 518368 and because the GUI is missing many options and parts, i desided not to try running a new torrent for now.

But maybe it's me being paranoid though. :oops:
EDIT
There's definitely something wrong with my system here, because with the kubuntu 1.2.deb package from this site the plugins are also gone. Spooky :shock:
George
Moderator
Posts
5421
Karma
1

Tue Mar 14, 2006 5:53 pm
Run kbuildsycoca, maybe that will fix things
stoeptegel
Registered Member
Posts
1075
Karma
0

Wed Mar 15, 2006 11:14 am
George wrote:Run kbuildsycoca, maybe that will fix things


I have no idea what it does yet, but the following looks like it doesn't do what it supposed to do:
$ kbuildsycoca
kbuildsycoca running...
Reusing existing ksycoca
kio (KSycoca): ERROR: No database available!

$ sudo kbuildsycoca --global
Password:
Warning: kbuildsycoca is unable to register with DCOP.
kbuildsycoca running...
kio (KSycoca): ERROR: No database available!

This is a 1 week fresh system, having troubles already :(

Last edited by stoeptegel on Wed Mar 15, 2006 11:17 am, edited 1 time in total.
stoeptegel
Registered Member
Posts
1075
Karma
0

Wed Mar 15, 2006 11:17 am
The end of make:
Code: Select all
Making all in ktupnptest
make[3]: Entering directory `/home/mvv/.used.soft/ktorrent/apps/ktupnptest'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../libktorrent -I/usr/include/kde -I/usr/share/qt3/include -I.  -I./../..  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions   -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
make[3]: *** Geen regel voor aanmaken doel `../../plugins/upnp/libktupnp.la', nodig voor `ktupnptest'.  Stop.
make[3]: Leaving directory `/home/mvv/.used.soft/ktorrent/apps/ktupnptest'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/mvv/.used.soft/ktorrent/apps'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/mvv/.used.soft/ktorrent'
make: *** [all] Fout 2
mvv@redmoon:~/.used.soft/ktorrent$
George
Moderator
Posts
5421
Karma
1

Wed Mar 15, 2006 5:12 pm
Rerun make -f Makefile.cvs and configure, somebody else had the same problem. If that fails I will modify the toplevel Makefile.am so that the compilation order is different.

stoeptegel wrote:The end of make:
Code: Select all
Making all in ktupnptest
make[3]: Entering directory `/home/mvv/.used.soft/ktorrent/apps/ktupnptest'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../libktorrent -I/usr/include/kde -I/usr/share/qt3/include -I.  -I./../..  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions   -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
make[3]: *** Geen regel voor aanmaken doel `../../plugins/upnp/libktupnp.la', nodig voor `ktupnptest'.  Stop.
make[3]: Leaving directory `/home/mvv/.used.soft/ktorrent/apps/ktupnptest'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/mvv/.used.soft/ktorrent/apps'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/mvv/.used.soft/ktorrent'
make: *** [all] Fout 2
mvv@redmoon:~/.used.soft/ktorrent$
stoeptegel
Registered Member
Posts
1075
Karma
0

Wed Mar 15, 2006 7:50 pm
Nope, same results. Plus now bash even can't find ktorrent, and when i run the shortcut from the panel it says:
http://img205.imageshack.us/img205/7835 ... aak0qh.jpg

I got the strong feeling it has something todo with the last security update with 2 or 3 packages with that readable sudo password thing, because after that update it went south here. (and not only ktorrent)

But i was already thinking about installing dapper flight5 since breezy is a minefield for me the last weeks. Maybe i have more luck with dapper.
stoeptegel
Registered Member
Posts
1075
Karma
0

Wed Mar 15, 2006 10:35 pm
Okey, on dapper now.

Make did run at least twice as long but also had an error:
Code: Select all
 rm -f upnpwidget.cpp.temp ;\
        if test "$ret" = 0; then echo '#include "upnpwidget.moc"' >> upnpwidget.cpp; else rm -f upnpwidget.cpp ; exit $ret ; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I.  -I./../../libktorrent  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions   -MT upnpwidget.lo -MD -MP -MF ".deps/upnpwidget.Tpo" -c -o upnpwidget.lo upnpwidget.cpp; \
        then mv -f ".deps/upnpwidget.Tpo" ".deps/upnpwidget.Plo"; else rm -f ".deps/upnpwidget.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I.  -I./../../libktorrent  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions   -MT upnppluginsettings.lo -MD -MP -MF ".deps/upnppluginsettings.Tpo" -c -o upnppluginsettings.lo upnppluginsettings.cpp; \
        then mv -f ".deps/upnppluginsettings.Tpo" ".deps/upnppluginsettings.Plo"; else rm -f ".deps/upnppluginsettings.Tpo"; exit 1; fi
make[3]: *** No rule to make target `../../plugins/upnp/libktupnp.la', needed by `ktupnpplugin.la'.  Stop.
make[3]: Leaving directory `/home/mvv/.used.soft/ktorrent/plugins/upnp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mvv/.used.soft/ktorrent/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mvv/.used.soft/ktorrent'
make: *** [all] Error 22
George
Moderator
Posts
5421
Karma
1

Thu Mar 16, 2006 5:31 pm
Stupid automake, allways being a ****. It is fixed now.
stoeptegel
Registered Member
Posts
1075
Karma
0

Fri Mar 17, 2006 12:51 am
Yes, it's compiling good again, thanks :)

About that unstable upload speed after altering. This have to wait 1-2 days to see if it pops up again, but i will get back on it.

PS. Dapper is nice already (though highspeed internet is must have for the daily updates)
zebul666
Registered Member
Posts
41
Karma
0

Fri Mar 17, 2006 1:38 pm
i still can't compile svn 519231

make[3]: *** No rule to make target `../../plugins/upnp/libktupnp.la', needed by `ktutester'. Stop.
make[3]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent/utests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stef/logiciels/svn/ktorrent/ktorrent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/logiciels/svn/ktorrent'
make: *** [all] Error 2
stoeptegel
Registered Member
Posts
1075
Karma
0

Fri Mar 17, 2006 3:58 pm
I believe 519231 is before the automake fix 519256, are you sure?


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]