Please help - I apt-get purged the proxmox core

Miryafa

New Member
Oct 9, 2014
2
0
1
Specifically, I did "apt-get purge postfix" on our proxmox server, which hosted a bunch of VMs and containers with, eg. our website. This is from apt.history:
Code:
Start-Date: 2014-10-02  15:21:38
Commandline: apt-get purge postfix
Purge: postfix:amd64 (2.9.6-2), proxmox-ve-2.6.32:amd64 (3.1-114), pve-manager:amd64 (3.1-21), bsd-mailx:amd64 (8.1.2-0.20111106cvs-1)
End-Date: 2014-10-02  15:21:42
Now our website is down, and our containers can't be accessed. Also, I tried connecting to proxmox's gui interface with Firefox, but get "Unable to connect." And I was told that all the configs for stuff like the proxy and pve-managwr were purged.

This seems like a big problem, and I'm not sure where to start to go about fixing this. Any help would be appreciated.
 
Hi,
simply install your needed software?
Code:
apt-get install pve-manager
Normaly this update your version (if you do an "apt-get update" before). But you can also try to install the deb directly (you winn need install dependencies first)
Code:
dpkg -i /var/cache/apt/archives/pve-manager_3.1-21_amd64.deb
Udo
 
Thanks. I used the "apt-get install pve-manager" to reinstall it. It still didn't work, but after my coworker spent some time with it he got the site back up and the VMs and containers running.