IPV6 stopped working after libtorrent-rasterbar update
Re: IPV6 stopped working after libtorrent-rasterbar update
That doesn't solve anything, you are not going to help us try and fix the issue then?
Re: IPV6 stopped working after libtorrent-rasterbar update
My linux knowledges aren't good enough to understand anything that's written in your links, sorry.
That's rocket science for me unlike windows.
The only thing I'm sure of is that the latest libtorrent broke the ipv6 in all clients (deluge, transmission, rtorrent) I've on my 4 servers.
That's rocket science for me unlike windows.
The only thing I'm sure of is that the latest libtorrent broke the ipv6 in all clients (deluge, transmission, rtorrent) I've on my 4 servers.
Re: IPV6 stopped working after libtorrent-rasterbar update
I have the same issue, i'll try to provide more information.
On the tracker i'm using, unless i add its ipv4 adress in the etc/host file, adding (for exemple) the following line :
only ipv6 mode is enabled. The tracker sais that my torrent has an ipv6 adress, but no ipv4 adress. After adding the tracker in the host file, ipv6 and ipv4 are enabled, and the tracker sees ipv6 and ipv4 adresses.
This worked, at least with the 1.3.11.
With the 1.3.12, if i put the tracker in the etc/host file, the tracker sees only ipv4 adress.
You have the deluge 1.3.12 debug log file in that case here : http://pastebin.com/4qLTK8yp
If i remove the tracker in the etc/host file, i've the previous behavior than with 1.3.11, tracker sees ipv6 adress, but sais that there is no ipv4 adress.
You have the deluge 1.3.12 debug log file in that case here : http://pastebin.com/XGa4uqpi
Hope it will help solving the issue.
On the tracker i'm using, unless i add its ipv4 adress in the etc/host file, adding (for exemple) the following line :
Code: Select all
0.0.0.0 foo.foo.com
This worked, at least with the 1.3.11.
With the 1.3.12, if i put the tracker in the etc/host file, the tracker sees only ipv4 adress.
You have the deluge 1.3.12 debug log file in that case here : http://pastebin.com/4qLTK8yp
If i remove the tracker in the etc/host file, i've the previous behavior than with 1.3.11, tracker sees ipv6 adress, but sais that there is no ipv4 adress.
You have the deluge 1.3.12 debug log file in that case here : http://pastebin.com/XGa4uqpi
Hope it will help solving the issue.
Re: IPV6 stopped working after libtorrent-rasterbar update
This is not a Deluge issue so changing version is meaningless. You need to identify what version of libtorrent is being used.
Re: IPV6 stopped working after libtorrent-rasterbar update
You asked for deluged logs in the discussion, i've provided them. Are you saying now you finaly don't need that ?
Edit :
Well, according one of the first lines in the logs :
You've asked for the logs, i've provided them, but clearly you didn't even take a look...
Edit :
Well, according one of the first lines in the logs :
Code: Select all
[INFO ] 14:05:53 core:80 Starting libtorrent 1.0.6.0 session..
Re: IPV6 stopped working after libtorrent-rasterbar update
Well this is clearly not the same issue then and there were no changes that would affect IPv6 in Deluge from 1.3.11 to 1.3.12.
Re: IPV6 stopped working after libtorrent-rasterbar update
Then... Should i start another thread duplicating my post ? Or can admin create another thread and move my post ?
What should i do ?
What should i do ?
Re: IPV6 stopped working after libtorrent-rasterbar update
When i totaly uninstalled, remove, delete deluge 1.3.11, and re-installed from fresh (using ppa) deluge, and then having in that case the 1.3.12, libtorrent also updated compared to previous version i had ?Cas wrote:Well this is clearly not the same issue then and there were no changes that would affect IPv6 in Deluge from 1.3.11 to 1.3.12.
In that case, issue is in libtorrent ?
Re: IPV6 stopped working after libtorrent-rasterbar update
Yes I said the OPs issue was with libtorrent and the OP downgraded to find it working again... all the information is in this post. What is required is to open an issue with libtorrent and provided libtorrent logs, see my older post here for details.
Re: IPV6 stopped working after libtorrent-rasterbar update
Can you do a build/something, easy for me to install and test, according what described here : https://github.com/arvidn/libtorrent/issues/219 ?