ispCP - Board - Support
[solved] migration - Syntaxfehler: unbekannte Gruppe »mlocate« in statoverride-Datei - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Migration (/forum-35.html)
+--- Thread: [solved] migration - Syntaxfehler: unbekannte Gruppe »mlocate« in statoverride-Datei (/thread-16328.html)



[solved] migration - Syntaxfehler: unbekannte Gruppe »mlocate« in statoverride-Datei - fulltilt - 10-10-2012 01:12 AM

I followed this guide
http://isp-control.net/documentation/howto/miscellaneous/migrate_from_one_to_another_ispcp_server

after migration and reboot I'm not able to install any packages:
Syntaxfehler: unbekannte Gruppe »mlocate« in statoverride-Datei

how can I fix this?

debian 6



OK, I figured it out ...
you have to copy / edit also:
/var/lib/dpkg/statoverride

nano /var/lib/dpkg/statoverride


RE: [solved] migration - Syntaxfehler: unbekannte Gruppe »mlocate« in statoverride-Datei - fulltilt - 10-13-2012 01:50 AM

from this howto:
http://isp-control.net/documentation/howto/miscellaneous/migrate_from_one_to_another_ispcp_server

Code:
mysql> UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';
mysql> UPDATE mail_users SET status="toadd" where status="ok";

is this a typo above in UPDATE mail_users?
should it be "toadd" or "change"