Search found 3681 matches
- Fri Jun 21, 2019 2:36 pm
- Forum: Support
- Topic: Can only start it on the command line.
- Replies: 13
- Views: 15112
Re: Can only start it on the command line.
The 'deluge' user is for the service which is not the same as the Deluge user/password, please read https://dev.deluge-torrent.org/wiki/Use ... ThinClient
- Fri Jun 21, 2019 11:43 am
- Forum: Support
- Topic: double free or corruption ?
- Replies: 16
- Views: 12032
Re: double free or corruption ?
Ah I see the problem now. You have the qbittorrent ppa: https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable Need to report to them that it is broken for Python 3 and they need to update it. Two options use the default libtorrent in 19.04 or use one of the PPAs (under Personal ...
- Fri Jun 21, 2019 11:38 am
- Forum: Support
- Topic: double free or corruption ?
- Replies: 16
- Views: 12032
Re: double free or corruption ?
Sigh, oops:
Code: Select all
apt list --installed python3-libtorrent
- Fri Jun 21, 2019 11:36 am
- Forum: Support
- Topic: Can only start it on the command line.
- Replies: 13
- Views: 15112
Re: Can only start it on the command line.
I am not entirely sure what you are trying to do, if you need the deluge-web (1.3 version) server to fork then supply the -f option. Otherwise use the following guide remembering to remove the Deluge 2.0 -d option in the deluge-web service file: https://deluge.readthedocs.io/en/latest/how-to/systemd...
- Fri Jun 21, 2019 11:30 am
- Forum: Support
- Topic: Can only start it on the command line.
- Replies: 13
- Views: 15112
Re: Can only start it on the command line.
If you are using Deluge 1.3 then that option doesn't apply. It was a change in Deluge 2.0Raymond wrote:If I go to start it with:
/usr/bin/deluge-web -d
Usage: deluge-web [options] [actions]
deluge-web: error: no such option: -d
So that don't work on the command line.
-Raymond Day
- Fri Jun 21, 2019 11:25 am
- Forum: Support
- Topic: double free or corruption ?
- Replies: 16
- Views: 12032
Re: double free or corruption ?
Actually can you run:
Code: Select all
apt list --installed libtorrent-rasterbar*
apt list --installed python-libtorrent
- Fri Jun 21, 2019 11:04 am
- Forum: Support
- Topic: Use of "Incoming Address" field
- Replies: 14
- Views: 26200
Re: Use of "Incoming Address" field
Based on what you said, this is possible with the use of incoming address and outbound interface fields but they don't seem to work as they should. It is libtorrent that deals with binding to interfaces and Arvid and other libtorrent devs are much more knowledgable about it. Perhaps is best to ask ...
- Fri Jun 21, 2019 10:56 am
- Forum: Mac OS
- Topic: ETA on 2.0.3 .app
- Replies: 56
- Views: 472236
Re: ETA on 2.0.3 .app
I don't own a macos, I only have a creaky virtualbox, my limited time, and with the working homebrew solution, it is lower on the list of things to do so I cannot give any E.T.A.
If there are any macos devs willing to help out then it would arrive faster.
If there are any macos devs willing to help out then it would arrive faster.
- Fri Jun 21, 2019 10:45 am
- Forum: Support
- Topic: double free or corruption ?
- Replies: 16
- Views: 12032
Re: double free or corruption ?
Ah this is the issue and suggests an old Ubuntu build of libtorrent-rasterbar installed without the fix from #1800264:
What is the package version:
Code: Select all
ImportError: /lib/x86_64-linux-gnu/libboost_python27.so.1.67.0: undefined symbol: PyString_Type
Code: Select all
apt-show-versions libtorrent-rasterbar9
- Fri Jun 21, 2019 10:36 am
- Forum: Support
- Topic: Plugins for 2.0.3
- Replies: 12
- Views: 16938
Re: Plugins for 2.0.3
I'm sure it can if a developer uses this guide: https://deluge.readthedocs.io/en/latest ... lugin.html