Changes between Initial Version and Version 2 of Ticket #92


Ignore:
Timestamp:
12.09.2011 16:26:28 (13 years ago)
Author:
JuergeN
Comment:

To disable IPv6 in Ubuntu 10.04 permanently, you have to add the following lines to /etc/sysctl.conf:

    #disable ipv6
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #92 – Description

    initial v2  
    1 I cannot access and browse the filesystem with the filebrowser in DeepaMehta if IP V6 is enabled on my system. 
     1I cannot access and browse the filesystem with the filebrowser in DeepaMehta GUI if IP V6 is enabled on my system. When trying to open the first folder, the system throws an error in the content panel: 
     2 
     3{{{ 
     4Folder Content 
     5FolderContentRendererError: AJAX GET request failed, server response: 500  
     6(For input string: "0:0:0:0:0:0:0:1"), exception: undefined 
     7}}}