Proxmox 3.2 breakdown

branko

New Member
Aug 14, 2014
3
0
1
Hello,

Few days ago we have installed fresh copy of Proxmox 3.2 on a new server and restored VMs from backup. Everything was working fine for a couple of days.
Then we lose access to web gui. After hard refreshing web gui in browser (Ctrl+F5) we can't access admin interface anymore. It is showing blank page.
Here is the page source:
Code:
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=10">
    <title>Proxmox Virtual Environment</title>
 
    <link rel="stylesheet" type="text/css" href="[URL="http://forum.proxmox.com/view-source:https://10.11.126.56:8006/pve2/ext4/resources/css/ext-all.css"]/pve2/ext4/resources/css/ext-all.css[/URL]" />
    <link rel="stylesheet" type="text/css" href="[URL="http://forum.proxmox.com/view-source:https://10.11.126.56:8006/pve2/css/ext-pve.css"]/pve2/css/ext-pve.css[/URL]" />

    <script type="text/javascript">function gettext(buf) { return buf; }</script>
    <script type="text/javascript" src="[URL="http://forum.proxmox.com/view-source:https://10.11.126.56:8006/pve2/ext4/ext-all-debug.js"]/pve2/ext4/ext-all-debug.js[/URL]"></script>
    <script type="text/javascript" src="[URL="http://forum.proxmox.com/view-source:https://10.11.126.56:8006/pve2/ext4/pvemanagerlib.js"]/pve2/ext4/pvemanagerlib.js[/URL]"></script>
    <script type="text/javascript">if (!PVE) PVE = {};
PVE.UserName = '';
PVE.CSRFPreventionToken = 'null';

// we need this (the java applet ignores the zindex)
Ext.useShims = true;

Ext.History.fieldid = 'x-history-field';

Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});

</script>
    
  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>

access.log fajl showing this:
Code:
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET / HTTP/1.1" 200 545
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET /pve2/ext4/resources/css/ext-all.css HTTP/1.1" 501 -
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET /pve2/css/ext-pve.css HTTP/1.1" 501 -
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET /pve2/ext4/ext-all-debug.js HTTP/1.1" 501 -
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET /pve2/ext4/pvemanagerlib.js HTTP/1.1" 501 -
10.11.126.18 - - [15/Aug/2014:08:48:33 +0200] "GET /favicon.ico HTTP/1.1" 501 -

Same problem in other browser. Also on other computers we could access web gui , but after refreshing in browser we lost access.
All VMs are still working fine.
We have only have access over SSH but some commands are not working like vzdump, pveversion....
Code:
-bash: vzdump: command not found
-bash: pveversion: command not found

We can't backup and migrate VMs anymore.
Code:
root@proxmox1:/var/log/pveproxy# uname -a
Linux proxmox1 2.6.32-29-pve #1 SMP Thu Apr 24 10:03:02 CEST 2014 x86_64 GNU/Linux

Any ideas how to solve this?
 
...
We have only have access over SSH but some commands are not working like vzdump, pveversion....
Code:
-bash: vzdump: command not found
-bash: pveversion: command not found

We can't backup and migrate VMs anymore.
Code:
root@proxmox1:/var/log/pveproxy# uname -a
Linux proxmox1 2.6.32-29-pve #1 SMP Thu Apr 24 10:03:02 CEST 2014 x86_64 GNU/Linux

Any ideas how to solve this?
Hi,
looks that you uninstall important packages...

What is the output of
Code:
dpkg -l | grep pve
Udo