Open GoogleCodeExporter opened 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
Original comment by sibprogrammer
on 1 May 2012 at 8:59
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
Original issue reported on code.google.com by
preuss...@googlemail.com
on 24 Jun 2011 at 7:30