Custom Query (2448 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 2448)

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 krichter
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.

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

After removing all deluge system packages, installing libtorrent-rasterbar 1_1_1-1034-g2a42058 (from git@…: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

#2991 Fixed Proxy settings not displayed correctly NewRush-inPirate
Description

All my proxy settings are displayed like they're set to "None", even though the proxy seems to be used.

OS: Arch Linux

Note: See TracQuery for help on using queries.