Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369211 - net-p2p/transmission-2.31: mention sysctl settings for utp
Summary: net-p2p/transmission-2.31: mention sysctl settings for utp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-29 17:49 UTC by Max Prohorov
Modified: 2011-06-16 09:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Prohorov 2011-05-29 17:49:58 UTC
With 'utp' useflag it is (probably) required to increase net.core.wmem_max/rmem_max in /etc/sysctl.conf

As it is got mentioned in transmission.log:
...
18282 May 29 21:03:03 localhost transmission-daemon[18533]: UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75)
18283 May 29 21:03:03 localhost transmission-daemon[18533]: UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80)
18284 May 29 21:03:03 localhost transmission-daemon[18533]: UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86)
18285 May 29 21:03:03 localhost transmission-daemon[18533]: UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91)
...

Reproducible: Sometimes

Steps to Reproduce:
1. emerge =transmission-2.31[utp]
2. download .torrent
3. transmission reports that tracker refuses to announce
Actual Results:  
No download/upload activity


https://trac.transmissionbt.com/changeset/11956 introduced this
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2011-06-16 09:13:29 UTC
Thank you for report. Warning was added in 2.31-r1.