Custom Query (2447 matches)
Results (127 - 129 of 2447)
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 | ||
Description |
Failures due to 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 [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 I'm using 1.3.14-0~yakkety~ppa1 from the PPA on Ubuntu 16.10. |
|||
#2989 | Invalid | deluged fails due to "undefined symbol: _ZTIN5boost6python15instance_holderE" | ||
Description |
After removing all 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 |
|||
#2991 | Fixed | Proxy settings not displayed correctly | ||
Description |
All my proxy settings are displayed like they're set to "None", even though the proxy seems to be used. OS: Arch Linux |