Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (286 - 288 of 2449)

Ticket Resolution Summary Owner Reporter
#2908 Invalid Incompatible with libtorrent-rasterbar 1.1.1 athei
Description

Since I upgraded libtorrent-rasterbar and py27-libtorrent-rasterbar from 1.1.0 to 1.1.1. I get the following error when starting deluged. This is ob freebsd. The rasterbar port is build in c++11 mode since 1.1.1. Maybe this is the reason?

[ERROR   ] 21:24:05 main:245 /usr/local/lib/python2.7/site-packages/libtorrent.so: Undefined symbol "_ZNK10libtorrent14announce_entry12can_announceEN5boost6chrono10time_pointINS2_12steady_clockENS2_8durationIlNS1_5ratioILl1ELl1000000000EEEEEEEb"
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/deluge/main.py", line 238, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.7/site-packages/deluge/core/daemon.py", line 141, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.7/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/local/lib/python2.7/site-packages/libtorrent.so: Undefined symbol “_ZNK10libtorrent14announce_entry12can_announceEN5boost6chrono10time_pointINS2_12steady_clockENS2_8durationIlNS1_5ratioILl1ELl1000000000EEEEEEEb”
#2907 Invalid Doesn't respect RequiresMountFor frankferrer
Description

At the bottom of the [systemd setup](http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd) are configuration commands that are supposed to stop the Deluge service from running when a listed mount is not mounted. But on boot, systemctl status deluged shows the service as running even though systemctl -t mount clearly does not have the set volume in its list of mounts. So it doesn't appear to be doing its job.

Ubuntu MATE 16.04, latest updates, Rasp Pi 3.

#2905 Invalid deluge libtorrent renato
Description

When compiling deluge git with libtorrent 1.1.1 installed i get this:

media/disk/deluge/deluge/_libtorrent.py:34: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.

import libtorrent as lt

Found libtorrent version: 1.1.0.0 running develop running egg_info creating deluge.egg-info

and with console command i get this:

firefox-server:/media/disk/deluge$ deluge-console --username=xxxxxxx --password=xxxxxx "info -v" /media/disk/deluge/deluge/_libtorrent.py:34: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.

import libtorrent as lt

seems all working but everytime i get this error and in the main info window libtorrent is reported as 1.1.0

very strange.

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