Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 2449)

Ticket Resolution Summary Owner Reporter
#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.

#2985 Fixed Cannot download win version Kuszkusz
Description

deluge-1.3.14-win32-py2.7.exe

Forbidden

You don't have permission to access /windows/deluge-1.3.14-win32-py2.7.exe on this server.

#2983 Invalid Feture Request: Detect when partition is mounted BryanFRitt
Description

Someone can forget to mount an external drive that has torrents on it, then start up Deluge. Deluge will then try to redownload everything. I have to stop it. Remount the drive and then do a 'Force Re-check' on the torrents.(and maybe check to see if any data was added to unmounted mount point.) All this takes time. Time could be saved if Deluge could/would compare the partition(s) where it has been stored to where it will be stored, if it's not the same give the user some notification like "partition for torrent storage not mounted", and allow mounting and retrying without having to a Force Re-check.

related shell command: df -P filename/and/path/goes/here | tail -1 | cut -d' ' -f 1

Note: which one counts as which may change. e.g. sda6 may not be the same as sda6 the next time. It might be better to use the UUID.

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