Hello, I tried to install ISPConfig3 on a clean minimal debian install following this guide. Unfortunately, I failed to create a vm altought it appears in the vserver tab of ispconfig3. Code: root@fitzroya:~# vzctl enter 101 Container config file does not exist I read several posts with the same error message but still can't solve my problem. I may miss something in the config files, but what ? Code: root@fitzroya:~# ls -l /vz | tail -1 lrwxrwxrwx 1 root root 11 25 oct. 17:44 /vz -> /var/lib/vz I added this template in ISPConfig3: Code: root@fitzroya:~# ls /vz/template/cache/ debian-6.0-amd64-minimal.tar.gz and because it's often asked : Code: root@fitzroya:~# /usr/local/ispconfig/server/server.sh 25.10.2012-18:38 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 25.10.2012-18:38 - DEBUG - Found 3 changes, starting update process. Container config file does not exist 25.10.2012-18:38 - DEBUG - Unable to register function 'soa_insert' from plugin 'bind_plugin' for event 'dns_soa_insert' 25.10.2012-18:38 - DEBUG - Unable to register function 'soa_update' from plugin 'bind_plugin' for event 'dns_soa_update' 25.10.2012-18:38 - DEBUG - Unable to register function 'soa_delete' from plugin 'bind_plugin' for event 'dns_soa_delete' 25.10.2012-18:38 - DEBUG - Unable to register function 'slave_insert' from plugin 'bind_plugin' for event 'dns_slave_insert' 25.10.2012-18:38 - DEBUG - Unable to register function 'slave_update' from plugin 'bind_plugin' for event 'dns_slave_update' 25.10.2012-18:38 - DEBUG - Unable to register function 'slave_delete' from plugin 'bind_plugin' for event 'dns_slave_delete' 25.10.2012-18:38 - DEBUG - Unable to register function 'rr_insert' from plugin 'bind_plugin' for event 'dns_rr_insert' 25.10.2012-18:38 - DEBUG - Unable to register function 'rr_update' from plugin 'bind_plugin' for event 'dns_rr_update' 25.10.2012-18:38 - DEBUG - Unable to register function 'rr_delete' from plugin 'bind_plugin' for event 'dns_rr_delete' 25.10.2012-18:38 - DEBUG - Processed datalog_id 24 25.10.2012-18:38 - DEBUG - Processed datalog_id 25 25.10.2012-18:38 - DEBUG - Processed datalog_id 26 25.10.2012-18:38 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock finished. If anyone have any idea ? Thx in advance.
the server.sh output above does not contain the creation of a vm. 1) Disable the server.sh cript in cron as described in the faq. 2) Create a new openvz vm in ispconfig. 3) run the server.sh script on the shell as root.
Thx a lot for your answer, As I played a lot with openvz (manually) and changed too many parameters on ISPConfig3, I started again with a clean install before looking at your explanation. Now I can create VM without any problems so it looks like I missed something on my 1st install. I now have networking config issues but this is another problem. I will look forward that later.