Error in Perl code: unable to get openvz vm list?

justhamade

New Member
Oct 6, 2009
3
0
1
Error in Perl code: unable to get openvz vm list?

I started getting this error and im not sure why. I have manually added containers that I am migrating from an older install of openvz they are running fine but the web iterface does not seem to like them. The first 4 worked then it started acting up.

Also /var/lib/pve-manager/vzlist is wrong and it does not seem to get update correctly.
 
Last edited:
Im not really a perl person. Any tips on how to troubleshoot this error from ConfigServer.pm?

Code:
    if (($type eq 'openvz') && !$res->{vzlist}->{openvz}) {
        die "unable to get openvz vm list?\n";
    }