Web interface disappeared after installing vzdump

dgallig

New Member
Feb 3, 2016
7
0
1
51
Hi everybody,
I installed vzdump and suddendly the proxmox web interface disappeared :
( this is the source code of what I can see now)

------------BEGIN--------------
"<html>
<head>
<meta http-equiv="/pve2/ext4/resources/css/ext-all.css" />
<link rel="/pve2/css/ext-pve.css" />
<script type="/pve2/ext4/ext-all-debug.js"></script>
<script type="/pve2/ext4/pvemanagerlib.js"></script>
<script type="/pve2/ext4/locale/ext-lang-en.js"></script>
<script type="text/javascript">if (typeof(PVE) === 'undefined') 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>"
--------END--------


Everithing has worked fine for many months, but now the web interface is gone , as the pvedaemon seems...

VMs are running :

VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 chimera running 2048 32.00 144963
101 cloud.xxx.com running 10240 3.00 27678
102 sqlmaster.xxx.com running 10240 3.00 27707
103 nfs.xxx.com running 4096 3.00 27745
104 mail.xxx.com running 2048 200.00 451071
105 dev1.xxx.com running 8196 100.00 163497

And I can't stop them ;)

And while looking for the cause I found that the binary of pvedaemon is missing :

root@vmserver ~ # which pvedaemon
root@vmserver ~ #

I just apt-get installed vzdump ( which seems it's not the right tool anyway ). Removing it has no effect.
So, any idea? :)

many thanks in advance

David
 
Why do you install vzdump? This is an old and outdated package, not compatible with current packages.

The vzdump binary is already installed by default (pve-manage package).

Please remove that 'vzdump' package, then re-install all pve packages with:

# apt-get install proxmox-ve
 
Thanks , it worked!
Vzdump binary wasn't there... That's the reason why I installed it via apt.
 
Vzdump binary wasn't there... That's the reason why I installed it via apt.

Again, 'vzdump' is part of the pve-manager package. You can verify this with:

# dpkg -L pve-manager|grep vzdump

So if you have a working proxmox ve installation, you also have 'vzdump'.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!