Search found 3679 matches

by Cas
Fri Jun 21, 2019 11:38 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 6743

Re: double free or corruption ?

Sigh, oops:

Code: Select all

apt list --installed python3-libtorrent
by Cas
Fri Jun 21, 2019 11:36 am
Forum: Support
Topic: Can only start it on the command line.
Replies: 13
Views: 8804

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...
by Cas
Fri Jun 21, 2019 11:30 am
Forum: Support
Topic: Can only start it on the command line.
Replies: 13
Views: 8804

Re: Can only start it on the command line.

Raymond 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
If you are using Deluge 1.3 then that option doesn't apply. It was a change in Deluge 2.0
by Cas
Fri Jun 21, 2019 11:25 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 6743

Re: double free or corruption ?

Actually can you run:

Code: Select all

apt list --installed libtorrent-rasterbar*
apt list --installed python-libtorrent
by Cas
Fri Jun 21, 2019 11:04 am
Forum: Support
Topic: Use of "Incoming Address" field
Replies: 14
Views: 19037

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 ...
by Cas
Fri Jun 21, 2019 10:56 am
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 317688

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.
by Cas
Fri Jun 21, 2019 10:45 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 6743

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:

Code: Select all

ImportError: /lib/x86_64-linux-gnu/libboost_python27.so.1.67.0: undefined symbol: PyString_Type
What is the package version:

Code: Select all

apt-show-versions libtorrent-rasterbar9
by Cas
Fri Jun 21, 2019 10:36 am
Forum: Support
Topic: Plugins for 2.0.3
Replies: 12
Views: 11267

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
by Cas
Fri Jun 21, 2019 9:50 am
Forum: Support
Topic: Use of "Incoming Address" field
Replies: 14
Views: 19037

Re: Use of "Incoming Address" field

I am not sure, your questions are crossing over into what libtorrent does, perhaps ask Arvid?
by Cas
Fri Jun 21, 2019 9:48 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 6743

Re: double free or corruption ?

Need to use python3

Code: Select all

python3 -c "from deluge._libtorrent import lt; print(lt.version)"
Please provide a gdb backtrace:

Code: Select all

gdb --args python3 $(which deluge)
(gdb) run
## After Crash ##
(gdb) thread apply all backtrace