GigaNews
View Full Version: FileSharing Talk

Threads in some sections have NO links for Guests, Register before you can view those threads or Log In now.
Your Ad Here

Pages: 1

uTorrent+Wine issues on Ubuntu

(Click here to view the original thread with full colors/images)




Posted by: integral

On my Ubuntu 8.04 box (ovh) today, I tried running a torrent on uTorrent+Wine, to see if it worked efficiently. What I noticed is, a lot of peers will connect at first, but disconnect moments later, usually after sending about a megabyte of information. I turned on the logger to see what what happening, and the messages were "Peer error: error 10022".

Google turned up nothing useful, so I figured I'd ask if anyone here encountered the problem, as I know a lot of people here use seedboxes.



Posted by: slayer2005

U tried a differant port?
are you showing as connectable?



Posted by: integral

Yeah I'm connectible; I'm also using rTorrent on the box, and I don't get any problems like that. I'm guessing it's some Ubuntu/Wine issue. Oh well, it'll take me a while to get over the loss of uTorrent labels..



Posted by: aysomc

lol i would die without labels on my home comp. ive got hundreds of torrents that just basically sit there since im one of the last seeders on them. sifting through that shit to find current torrents would be hell.

wish i was good with linux so i could help. :/



Posted by: andra

Its wine that its the problem. Try downgrade or just go with debian instead. If you get diffrent verison of wine it will work just perfect.



Posted by: RenatoMN

Did you configured Wine to emulate XP? It comes as Win 2000 by default, seems bad for me.



Posted by: RenatoMN

Did you configured Wine to emulate XP? It comes as Win 2000 by default, seems bad for me.



Posted by: RedRansom

Is rtorrent and utorrent working under same port?



Posted by: integral

Is rtorrent and utorrent working under same port?

No, both different. The problem seems to have disappeared luckily, however. Thanks to all who offered their opinion, I think a mixture of all the suggestions solved the problem. :)



Posted by: hopes

Is rtorrent and utorrent working under same port?

No, both different. The problem seems to have disappeared luckily, however. Thanks to all who offered their opinion, I think a mixture of all the suggestions solved the problem. :)

How did you solve?
I'm experiencing same problems...it seems wine+utorent on OVH Ubuntu drops local peers connections....
No problem with other clients...



Posted by: andra

No, both different. The problem seems to have disappeared luckily, however. Thanks to all who offered their opinion, I think a mixture of all the suggestions solved the problem. :)

How did you solve?
I'm experiencing same problems...it seems wine+utorent on OVH Ubuntu drops local peers connections....
No problem with other clients...


Like i said before in this thread get older or newer version of wine.



Posted by: hopes

Doesn't work for me...



Posted by: Ion

Ordering my first dedi seedbox... Sounds like i should stay away from Ubuntu and go with Debian?



Posted by: andra

Yes i think debian is better then ubuntu.



Posted by: Ion

Thx andra.. I'm still trying to figure out what apps i need but the sticky* install guide seems to be the way to go. Hope that has everyting i need in it.



Posted by: andra

yea follow that guide and you will be up and seeding in notime. .



Posted by: Paranoidj

I`ve tried all version`s of wine for hardy and the problem still occurs. Not sure what to do next apart from change client on go with debian.



Posted by: andra

then try debian. I did have big problem with ubuntu



Posted by: hopes

I`ve tried all version`s of wine for hardy and the problem still occurs.

same here...



Posted by: Paranoidj

just tried debian etch 4.0 and the same error pops up on the same torrent.



Posted by: lysine

what version of wine is it?

wine --version

try compiling the latest version from here:
http://winehq.org/

I had that problem with older versions on fedora, but since v1.1.5 I haven't seen it come up.



Posted by: Paranoidj

It`s using wine 1.1.5. (ubuntu) (1.1.1 debian)

I`ll try compiling it rather than using the binary.

Edit: Compiled 1.1.5 on debian etch and the error still occurs so I`m stuck on what to do next.



Posted by: Paranoidj

Just a heads up for people who`ve been experiencing this error on linux. It`s been patched and it`s available in wine`s latest source which can be obtained by using git. Peers can now stay connected rather than be dropped when the uploads speed goes over 1MB/s.

The bug had been present since 0.9.40 version of wine. (May/June 2007)

sudo apt-get install git-core

git clone git://source.winehq.org/git/wine.git (http://source.winehq.org/git/wine.git) wine

After that compile. (64 bit users see http://wiki.winehq.org/WineOn64bit for instructions)



Posted by: OmaRin0

Dude try "Deluge".. In my box utorrent+wine dont connect to all the peers when im uploading a torrent for example... but Deluge is the best and I could easily reach 11mb/s



Posted by: Paranoidj

In my box utorrent+wine dont connect to all the peers when im uploading a torrent for exampleThat`s exactly what this patch fixes. It used to drop connections to peer`s when their upload speed got over 1MB/s.

Anyway I use rtorrent with wtorrent gui now but thought I`d post the info for people still using uTorrent.



Posted by: That1Guy

Dude try "Deluge".. In my box utorrent+wine dont connect to all the peers when im uploading a torrent for example... but Deluge is the best and I could easily reach 11mb/s

Deluge has been banned at some trackers for reporting bad stats though...



Posted by: Paranoidj

1.1.6 wine released. Includes fix.



Posted by: andra

How do i install that newest wine on centos.
The one i have right now is dropping peers all the time.


regards



Posted by: hopes

1.1.6 wine released. Includes fix.

Still too early for a link to a .deb/ubuntu package for this new version?



Posted by: Seedright

Yes, itīs too early. Hereīs the WineHQ whole list of .deb packages:

http://wine.budgetdedicated.com/archive/index.html



Posted by: bammers

When can we expect to see a package come out for this? I changed from fedora to debian thinking that this might fix my problem, but so far its still shagged... :(



Posted by: integral

When can we expect to see a package come out for this? I changed from fedora to debian thinking that this might fix my problem, but so far its still shagged... :(

in about two years? changing an entire operating system just for Wine is pretty outrageous; you'll have to compile wine yourself, there are guides everywhere.



Posted by: Ion

Just a heads up for people who`ve been experiencing this error on linux. It`s been patched and it`s available in wine`s latest source which can be obtained by using git. Peers can now stay connected rather than be dropped when the uploads speed goes over 1MB/s.

The bug had been present since 0.9.40 version of wine. (May/June 2007)

sudo apt-get install git-core

git clone git://source.winehq.org/git/wine.git (http://source.winehq.org/git/wine.git) wineAfter that compile. (64 bit users see http://wiki.winehq.org/WineOn64bit for instructions)

Great info and thanks for this. Can anyone help me compile this? I'm still learning...

Im using Debian 4.0 (etch)



Posted by: bammers

Just FYI....

I'm running debian etch and I got all the information I needed to compile and install wine 1.1.6 out of this thread.... it referes to 1.1.5 but you get the jist....

I just hacked away at it for a bit and got mine up and running... seedbox is chugging along at uploading at 11meg a sec now... so happy days... :)

Just thought i'd let the curious know :)

edit: forgot the url :)
http://forums.debian.net/viewtopic.php?t=31089&sid=4675048a793a172d01fb4a63fcad8392



Posted by: c00L

How exactly do you compile after doing that git-core thing ?

./configure is not working here.

I am on Debian 4.0 (Etch).



Posted by: walkman79

How exactly do you compile after doing that git-core thing ?

./configure is not working here.

I am on Debian 4.0 (Etch).

Have change directory to git-core folder :whistling

cd ~/git-core (or whatever is the name of the folder)

Btw, I have tried both Debian and Ubuntu and I have never needed that patch. You should try updating the OS and wine first:

If you are on Ubuntu Hardy (8.04):
Add some repositories: https://help.ubuntu.com/community/Repositories/Ubuntu
Set up the key repository for wine:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -Add a repository for wine:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.listUpdate your APT and system:
sudo aptitude update && sudo aptitude safe-upgrade -y
sudo aptitude full-upgradeUpdate wine:
sudo aptitude install wineHere are the .deb packages for wine if you need the latest version:
http://wine.budgetdedicated.com/archive/index.html

If you are on Debian Etch (4.0):
Add some repositories:
vi /etc/apt/sources.listthese are mine:
deb ftp://mir1.ovh.net/debian/ etch main
deb-src ftp://mir1.ovh.net/debian/ etch main

deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main
deb http://ftp.us.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stable main contrib non-free

deb ftp://ftp.fr.debian.org/debian/ etch main
deb-src ftp://ftp.fr.debian.org/debian/ etch main
deb http://www.backports.org/debian etch-backports main contrib non-freeUpdate APT and sytem:
apt-get install aptitude
aptitude update && aptitude upgrade -yI installed the deb package of wine for Debian:
wget http://wine.budgetdedicated.com/archive/debian/etch/wine_0.9.44~winehq0~debian~4.0-1_i386.deb
dpkg -i wine_0.9.44~winehq0~debian~4.0-1_i386.debAlso, on both OS you should lift the number of files a user can handle:
sudo nano /etc/security/limits.confand add this line to your file:
yourusernamehere hard nofile 8192



Posted by: TheManMKD

I got an error while trying to compile Wine 1.1.6

checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

last line in config.log:
configure: exit 77

Any ideas? :(






vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2008 - Created by Stefan "Xenon" Kaeser