`rtorrent` with many torrents eventually gets timeouts on all of them Announcing the arrival...
Most bit efficient text communication method?
Disembodied hand growing fangs
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
How much damage would a cupful of neutron star matter do to the Earth?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Selecting user stories during sprint planning
Hangman Game with C++
How do I find out the mythology and history of my Fortress?
How can I reduce the gap between left and right of cdot with a macro?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
What is the topology associated with the algebras for the ultrafilter monad?
Maximum summed subsequences with non-adjacent items
Is there a kind of relay only consumes power when switching?
Do wooden building fires get hotter than 600°C?
Time to Settle Down!
ArcGIS Pro Python arcpy.CreatePersonalGDB_management
Putting class ranking in CV, but against dept guidelines
What initially awakened the Balrog?
How to install press fit bottom bracket into new frame
Using audio cues to encourage good posture
A term for a woman complaining about things/begging in a cute/childish way
Drawing without replacement: why is the order of draw irrelevant?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Why is it faster to reheat something than it is to cook it?
`rtorrent` with many torrents eventually gets timeouts on all of them
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Troubleshooting web timeouts with a Belkin routerReplace home network hardware with motherboard with many ethernet ports?All invalid hosts gets resolved to “com.org”linux cp command with rtorrentCron alternative with timeouts and second resolutionrtorrent pauses torrents and cant resumeIs it possible to combine a list of torrents into one torrent with many files, keeping the seeds?All IP traffic gets dropped after a whilerTorrent access tracker with proxy?Automatically delete all files in folder that gets over 10GB?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm running rtorrent 0.9.6/0.13.6 with the following .rtorrent.rc with ~500 torrents:
directory = /var/lib/stuff
schedule = watch_directory,5,5,load_start=/var/lib/torrents/*.torrent
schedule = low_diskspace,5,60,close_low_diskspace=10G
encryption = allow_incoming,enable_retry,try_outgoing
dht = disable
network.http.max_open.set = 99
network.max_open_files.set = 600
network.max_open_sockets.set = 999
pieces.hash.on_completion.set = no
check_hash = no
port_range = 1027-1027
/etc/sysctl.conf is as follows:
fs.file-max=500000
net.ipv4.ip_local_port_range=1024 65535
These values are, in fact, loaded:
$ sudo sysctl -p
fs.file-max = 500000
net.ipv4.ip_local_port_range = 1024 65535
Plex and a few more rtorrent instances (much smaller ones) run on the same server, so my first inkling was that I was running out of outbound ports, hence the amendments to the configs above.
The tracker(s) in question are not experiencing issues at the moment.
The issuous scenario is:
- Start this
rtorrentinstance, - All torrents hash over time and successfully connect to the tracker(s) and peers. I can see these up on the tracker(s),
- Over the course of ~24hrs, some and then all of the torrents show errors:
Timeout was reached, some withSSL connect error.rtorrentitself becomes extremely laggy and almost unresponsive, - I kill
rtorrentwithCtrl-QQand start it over again.
What can possibly be the issue here?
linux networking
add a comment |
I'm running rtorrent 0.9.6/0.13.6 with the following .rtorrent.rc with ~500 torrents:
directory = /var/lib/stuff
schedule = watch_directory,5,5,load_start=/var/lib/torrents/*.torrent
schedule = low_diskspace,5,60,close_low_diskspace=10G
encryption = allow_incoming,enable_retry,try_outgoing
dht = disable
network.http.max_open.set = 99
network.max_open_files.set = 600
network.max_open_sockets.set = 999
pieces.hash.on_completion.set = no
check_hash = no
port_range = 1027-1027
/etc/sysctl.conf is as follows:
fs.file-max=500000
net.ipv4.ip_local_port_range=1024 65535
These values are, in fact, loaded:
$ sudo sysctl -p
fs.file-max = 500000
net.ipv4.ip_local_port_range = 1024 65535
Plex and a few more rtorrent instances (much smaller ones) run on the same server, so my first inkling was that I was running out of outbound ports, hence the amendments to the configs above.
The tracker(s) in question are not experiencing issues at the moment.
The issuous scenario is:
- Start this
rtorrentinstance, - All torrents hash over time and successfully connect to the tracker(s) and peers. I can see these up on the tracker(s),
- Over the course of ~24hrs, some and then all of the torrents show errors:
Timeout was reached, some withSSL connect error.rtorrentitself becomes extremely laggy and almost unresponsive, - I kill
rtorrentwithCtrl-QQand start it over again.
What can possibly be the issue here?
linux networking
add a comment |
I'm running rtorrent 0.9.6/0.13.6 with the following .rtorrent.rc with ~500 torrents:
directory = /var/lib/stuff
schedule = watch_directory,5,5,load_start=/var/lib/torrents/*.torrent
schedule = low_diskspace,5,60,close_low_diskspace=10G
encryption = allow_incoming,enable_retry,try_outgoing
dht = disable
network.http.max_open.set = 99
network.max_open_files.set = 600
network.max_open_sockets.set = 999
pieces.hash.on_completion.set = no
check_hash = no
port_range = 1027-1027
/etc/sysctl.conf is as follows:
fs.file-max=500000
net.ipv4.ip_local_port_range=1024 65535
These values are, in fact, loaded:
$ sudo sysctl -p
fs.file-max = 500000
net.ipv4.ip_local_port_range = 1024 65535
Plex and a few more rtorrent instances (much smaller ones) run on the same server, so my first inkling was that I was running out of outbound ports, hence the amendments to the configs above.
The tracker(s) in question are not experiencing issues at the moment.
The issuous scenario is:
- Start this
rtorrentinstance, - All torrents hash over time and successfully connect to the tracker(s) and peers. I can see these up on the tracker(s),
- Over the course of ~24hrs, some and then all of the torrents show errors:
Timeout was reached, some withSSL connect error.rtorrentitself becomes extremely laggy and almost unresponsive, - I kill
rtorrentwithCtrl-QQand start it over again.
What can possibly be the issue here?
linux networking
I'm running rtorrent 0.9.6/0.13.6 with the following .rtorrent.rc with ~500 torrents:
directory = /var/lib/stuff
schedule = watch_directory,5,5,load_start=/var/lib/torrents/*.torrent
schedule = low_diskspace,5,60,close_low_diskspace=10G
encryption = allow_incoming,enable_retry,try_outgoing
dht = disable
network.http.max_open.set = 99
network.max_open_files.set = 600
network.max_open_sockets.set = 999
pieces.hash.on_completion.set = no
check_hash = no
port_range = 1027-1027
/etc/sysctl.conf is as follows:
fs.file-max=500000
net.ipv4.ip_local_port_range=1024 65535
These values are, in fact, loaded:
$ sudo sysctl -p
fs.file-max = 500000
net.ipv4.ip_local_port_range = 1024 65535
Plex and a few more rtorrent instances (much smaller ones) run on the same server, so my first inkling was that I was running out of outbound ports, hence the amendments to the configs above.
The tracker(s) in question are not experiencing issues at the moment.
The issuous scenario is:
- Start this
rtorrentinstance, - All torrents hash over time and successfully connect to the tracker(s) and peers. I can see these up on the tracker(s),
- Over the course of ~24hrs, some and then all of the torrents show errors:
Timeout was reached, some withSSL connect error.rtorrentitself becomes extremely laggy and almost unresponsive, - I kill
rtorrentwithCtrl-QQand start it over again.
What can possibly be the issue here?
linux networking
linux networking
asked 10 hours ago
smaslennikovsmaslennikov
112
112
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427065%2frtorrent-with-many-torrents-eventually-gets-timeouts-on-all-of-them%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427065%2frtorrent-with-many-torrents-eventually-gets-timeouts-on-all-of-them%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown