Ticket #92 (closed Defect: fixed)
File Browser Proxy config does not work with IP V6
Reported by: | JuergeN | Owned by: | |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.3 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI |
Module: |
Description (last modified by JuergeN) (diff)
I 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:
Folder Content FolderContentRendererError: AJAX GET request failed, server response: 500 (For input string: "0:0:0:0:0:0:0:1"), exception: undefined
Change History
comment:2 Changed 13 years ago by JuergeN
- Description modified (diff)
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
Note: See
TracTickets for help on using
tickets.
Just as a reminder: in Ubuntu 10.04 you can disable IP V6 temporarily: