Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 2447)

Ticket Resolution Summary Owner Reporter
#2990 Fixed Deluge 1.3.14 file priorities are bugged Calum daerragh
Description

I've updated to deluged 1.3.14 from source on my Ubuntu Server 16.10 and connect to it using the Windows client 1.3.14 on Win 10.

When I add a new torrent I deselect multiple files from within the torrent and then add it. But then when I check the files tab in Deluge Windows client (wchich is connected to deluged 1.3.14 on Linux), all files from that torrent are marked as having Normal Priority but Deluge only downloads the files I had selected. Furthermore if I change the priority of even one file, Deluge starts to download all the files from the torrent and not just the ones I had selected while adding torrent + the 1 new file I've just selected.

I resintalled and re-set everything from scratch but it didn't help. 1.3.13 didn't have this problem.

#2989 Invalid deluged fails due to "undefined symbol: _ZTIN5boost6python15instance_holderE" Karl Richter
Description

After removing all deluge system packages, installing libtorrent-rasterbar 1_1_1-1034-g2a42058 (from git@github.com:arvidn/libtorrent.git) with ./bootstrap --enable-debug && make && sudo make install && python setup.py build && sudo python setup.py install and installing deluge with python setup.py && sudo python setup.py install, deluged fails due to

Traceback (most recent call last):
  File "/usr/local/bin/deluged", line 11, in <module>
    load_entry_point('deluge==2.0.0.dev931', 'console_scripts', 'deluged')()
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0.0.dev931-py2.7.egg/deluge/core/daemon_entry.py", line 57, in start_daemon
    from deluge.core.daemon import is_daemon_running
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0.0.dev931-py2.7.egg/deluge/core/daemon.py", line 22, in <module>
    from deluge.core.core import Core
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0.0.dev931-py2.7.egg/deluge/core/core.py", line 27, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0.0.dev931-py2.7.egg/deluge/_libtorrent.py", line 25, in <module>
    import libtorrent as lt
ImportError: /usr/local/lib/python2.7/dist-packages/libtorrent.so: undefined symbol: _ZTIN5boost6python15instance_holderE

experienced with 2.0.0.dev0-931-g36dd730 on Ubuntu 16.10

#2988 Invalid Failures due to "ImportError: /usr/lib/python2.7/dist-packages/libtorrent.so: ..." don't causes initd unit to crash Karl Richter
Description

Failures due to ImportErrors in the form of ImportError: /usr/lib/python2.7/dist-packages/libtorrent.so: [...], like reported in #2950 don't cause the initd unit to crash, i.e. sudo systemctl status deluged.service reports

Mär 08 15:05:30 richtercloud.de systemd[1]: Starting LSB: Start or stop the Deluge BitTorrent daemon....
Mär 08 15:05:31 richtercloud.de deluged[6293]:  * Starting Deluge BitTorrent Daemon deluged
Mär 08 15:05:31 richtercloud.de deluged[6293]:    ...done.
Mär 08 15:05:31 richtercloud.de systemd[1]: Started LSB: Start or stop the Deluge BitTorrent daemon..

and status active (exited) whereas the log contains

[ERROR   ] 15:05:34 main:248 /usr/lib/python2.7/dist-packages/libtorrent.so: undefined symbol: _ZNK10libtorrent14announce_entry12can_announceENSt6chrono10time_pointINS1_3_V212system_clockENS1_8durationIlSt5ratioILl1ELl1000000000EEEEEEb
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/main.py", line 241, in start_daemon
    Daemon(options, args)
  File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 144, in __init__
    from deluge.core.core import Core
  File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 38, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/lib/python2.7/dist-packages/libtorrent.so: undefined symbol: _ZNK10libtorrent14announce_entry12can_announceENSt6chrono10time_pointINS1_3_V212system_clockENS1_8durationIlSt5ratioILl1ELl1000000000EEEEEEb

and the process crashed.

Maybe it's time for a systemd unit.

I'm using 1.3.14-0~yakkety~ppa1 from the PPA on Ubuntu 16.10.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.