Ladies and Gentlemen,
I managed to make a little mistake.
On a Proxmox 3.1 I through bad knowledge assigned in the shell 'apt-get install qemu-kvm'
After that things went haywire and Web GUI stopped working. And no containers and VMs were working either.
After studying some serious Google results I managed to deinstall qemu-kvm (I think...).
And then I went through the procedure to reinstall Proxmox using the non enterprise repo for Debian Wheezy.
After the reinstall and reboot, containers are working fine (Open VZ), but the Web GUI and VMs are not working. Trying to start pveproxy and some other services reveals it is strange PERL errors stopping stuff from starting properly. For instance:
root@proxmox:~# /etc/init.d/pveproxy start
Starting PVE API Proxy Server: pveproxyUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/pveproxy line 150.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
(warning).
root@proxmox:~#
and
root@proxmox:~# /etc/init.d/spiceproxy start
Starting PVE SPICE Proxy Server: spiceproxyUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/spiceproxy line 96.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
(warning).
root@proxmox:~#
and
root@proxmox:~# /etc/init.d/pvedaemon start
Starting PVE Daemon: pvedaemonUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/pvedaemon line 86.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
failed!
root@proxmox:~#
I guess I either have to manually resolve PERL errors, but I would like to reinstall Proxmox 3.1 and force its dependencies to get things working again. That said, I dont want existing VMs and Containers to be deleted, I need them working too.
Any ideas?
Thanks
Patrik
I managed to make a little mistake.
On a Proxmox 3.1 I through bad knowledge assigned in the shell 'apt-get install qemu-kvm'
After that things went haywire and Web GUI stopped working. And no containers and VMs were working either.
After studying some serious Google results I managed to deinstall qemu-kvm (I think...).
And then I went through the procedure to reinstall Proxmox using the non enterprise repo for Debian Wheezy.
After the reinstall and reboot, containers are working fine (Open VZ), but the Web GUI and VMs are not working. Trying to start pveproxy and some other services reveals it is strange PERL errors stopping stuff from starting properly. For instance:
root@proxmox:~# /etc/init.d/pveproxy start
Starting PVE API Proxy Server: pveproxyUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/pveproxy line 150.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
(warning).
root@proxmox:~#
and
root@proxmox:~# /etc/init.d/spiceproxy start
Starting PVE SPICE Proxy Server: spiceproxyUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/spiceproxy line 96.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
(warning).
root@proxmox:~#
and
root@proxmox:~# /etc/init.d/pvedaemon start
Starting PVE Daemon: pvedaemonUse of inherited AUTOLOAD for non-method PVE::CLIHandler::handle_cmd() is deprecated at /usr/bin/pvedaemon line 86.
Can't call method "map_method_by_name" on unblessed reference at /usr/share/perl5/PVE/RESTHandler.pm line 278.
failed!
root@proxmox:~#
I guess I either have to manually resolve PERL errors, but I would like to reinstall Proxmox 3.1 and force its dependencies to get things working again. That said, I dont want existing VMs and Containers to be deleted, I need them working too.
Any ideas?
Thanks
Patrik