mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

IPv6 IP Pool causes UI load forever #310

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to add my IPv6 Pool to the IP Pools, this turned out in rendering the 
UI useless. Any workaround to revert it except re-installing it?

Original issue reported on code.google.com by preuss...@googlemail.com on 24 Jun 2011 at 7:30

GoogleCodeExporter commented 9 years ago
Solved it with:
sqlite3 /opt/ovz-web-panel/production.sqlite3
DROP FROM ip_pools WHERE id=_REPLACE_WITH_YOURS_;

Original comment by preuss...@googlemail.com on 24 Jun 2011 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 1 May 2012 at 8:59

GoogleCodeExporter commented 9 years ago
I got the same problem when I tried to add a too large IPv6 range. Using 2.4, I 
had to use the following to get it up and running again:
sqlite3 /opt/ovz-web-panel/db/production.sqlite3
DROP FROM ip_pools WHERE id=_REPLACE_WITH_YOURS_;

Original comment by tom.leht...@gmail.com on 3 Feb 2014 at 9:49