Custom Query (2447 matches)
Results (193 - 195 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3053 | Fixed | Copy non-minified js to build if slimit missing | ||
Description |
This is a result of this PR discussion: https://github.com/deluge-torrent/deluge/pull/144 |
|||
#3050 | WontFix | incoming port changing randomly | ||
Description |
I have set my incoming port to set 17232 and outgoing to random but my incoming port change to something random about one minute after I set it. The same issue occur if I set outgoing to 17232 too. |
|||
#3044 | Fixed | Restarting deluged via systemd causes errornous torrents | ||
Description |
I'm managing [Unit] Description=Deluge Bittorrent daemon Requires=network.target [Service] Type=simple #forking User=debian-deluged Group=debian-deluged LimitNOFILE=500000 ExecStart=/usr/bin/deluged --do-not-daemonize --config /var/lib/deluge/deluged/ --logfile /var/log/deluged/deluged.log [Install] WantedBy=multi-user.target
When I restart #3028 is about corruption happening when the torrents are moved which is not the case in this issue - assuming that there's no move happening during restart. experienced with 2.0.0.dev7019+fefe742+201705201502~ubuntu17.04.1 on Ubuntu 17.04 |