Posted by
Ruszkai Ákos on
Feb 23, 2010; 5:27pm
URL: http://imagej.273.s1.nabble.com/ImageJ-can-t-be-updated-on-Ubuntu-tp3689216p3689223.html
On 23 February 2010 16:33, Johannes Schindelin
<
[hidden email]>wrote:
>
> No, I did not. However, it would be interesting to know how
> "File>Import>URL..." fails, if it does. If it does not fail, it is not an
> IPv4 vs IPv6 problem :-)
>
Hello,
Yes, it fails. -debug gives me this log:
runPlugin: ij.plugin.DragAndDrop
actionPerformed: time=1266940789402,
java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=URL...,when=1266940789401,modifiers=]
on menuitem0
runPlugin: ij.plugin.URLOpener
setKeyUp: -1
I don't know what setKeyUp: -1 is, but I don't think it has anything to do
with the fact that IJ can't use network.
Browsing debian bugreports, I've found this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560142#5Reading through that, following:
http://pvaneynd.livejournal.com/132635.htmland doing the suggested:
echo 0 > /proc/sys/net/ipv6/bindv6only
fixes my problems. But as we know, /proc is not even a real directory, this
is only a temporary solution. The permanent solution would be editing
/etc/sysctl.d/bindv6only.conf and change it there. As I've read from the
debian bugreports, this comes form the "netbase" package.
Regards,
Ákos