An error occurred during the signature verification.

you have a mix of wheezy and jessie in your sources.list files. Why?
 
I just install `virsh` and then uninstall it! This is a bad act! :-(
I thinks many packages remove from server!

Now I can not access to web panel proxmox!

And then service return nothing:

root@ded:~# service pve-manager status
root@ded:~#

And qm not found!!!

root@ded:~# qm
-bash: qm: command not found
root@ded:~#


reffer as you said to repo.
I comment this:
#deb download.proxmox.com/debian wheezy pve-no-subscription

from this file:
root@ded:~# nano /etc/apt/sources.list

And I commented this:
#deb https://enterprise.proxmox.com/debian jessie pve-enterprise

from this file:
root@ded:~# nano /etc/apt/sources.list.d/pve-enterprise.list

And try again, update work well, but so I can not install pve-manager, qm, ...


root@ded:~# apt-get update
Hit security.debian.org jessie/updates InRelease
Ign ftp.de.debian.org jessie InRelease
Hit security.debian.org jessie/updates/main amd64 Packages
Hit security.debian.org jessie/updates/contrib amd64 Packages
Hit ftp.de.debian.org jessie Release.gpg
Hit security.debian.org jessie/updates/contrib Translation-en
Hit security.debian.org jessie/updates/main Translation-en
Hit ftp.de.debian.org jessie Release
Hit ftp.de.debian.org jessie/main amd64 Packages
Hit ftp.de.debian.org jessie/contrib amd64 Packages
Hit ftp.de.debian.org jessie/contrib Translation-en
Hit ftp.de.debian.org jessie/main Translation-en
Reading package lists... Done


But I now see your last link for manually installation, and I try it now.
 
Last edited:
I try it:

pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch

but I get many errors finally:

Code:
Setting up lxcfs (2.0.6-pve500) ...
Setting up novnc-pve (0.5-9) ...
Setting up pve-firmware (2.0-2) ...
Setting up spl (0.6.5.9-pve9~bpo90) ...
Setting up zfsutils-linux (0.6.5.9-pve16~bpo90) ...
Installing new version of config file /etc/cron.d/zfsutils-linux ...
Installing new version of config file /etc/zfs/zfs-functions ...
Setting up zfs-initramfs (0.6.5.9-pve16~bpo90) ...
Setting up omping (0.0.5-1) ...
Setting up pve-docs (5.0-1) ...
Setting up pve-firewall (3.0-1) ...
Failed to get D-Bus connection: Unknown error -1
dpkg: error processing package pve-firewall (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.19-18+deb8u9) ...
Processing triggers for initramfs-tools (0.120+deb8u3) ...
update-initramfs: Generating /boot/initrd.img-4.4.35-1-pve
Errors were encountered while processing:
 pve-firewall
E: Sub-process /usr/bin/dpkg returned an error code (1)


I thinks must give backup from vm machine with `ff` command and .conf vm files, and then install proxmox again from live cd, and then resotore machines. do you agree?!
 
I just install `virsh` and then uninstall it! This is a bad act! :-(
I thinks many packages remove from server!

Yes, if you force apt to install conflicting package, apt needs to remove the conflicting packages. But apt displays a big fat warning and tell you what it will do. It is up to you if you ignore that and continue. I suggest you make yourself more familiar with apt and package management in general.

But it is usually easy to find what's wrong in the logs.

# systemctl status pve-firewall

And what is the output of:

# pveversion -v
 
Code:
# systemctl status pve-firewall
Failed to get D-Bus connection: Unknown error -1

# pveversion -v
-bash: pveversion: command not found
 
first, try to instal missing packages:

# apt-get install proxmox-ve

Code:
root@ded:~# apt-get install proxmox-ve
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 proxmox-ve : Depends: pve-manager but it is not going to be installed
              Depends: qemu-server but it is not going to be installed
              Depends: pve-qemu-kvm but it is not going to be installed
              Depends: spiceterm but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

root@ded:~# apt-get install pve-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pve-manager : Depends: qemu-server (>= 1.1-1) but it is not going to be installed
               Depends: spiceterm but it is not going to be installed
               Depends: librados2-perl but it is not going to be installed
               Depends: pve-ha-manager but it is not going to be installed
               Depends: pve-container but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

root@ded:~# apt-get install qemu-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 qemu-server : Depends: pve-qemu-kvm (>= 2.2-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

root@ded:~# apt-get install pve-qemu-kvm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pve-qemu-kvm : Depends: libgnutls30 (>= 3.5.6) but it is not installable
                Depends: libiscsi7 (>= 1.17.0) but it is not installable
                Depends: libnettle6 but it is not installable
                Depends: libnuma1 (>= 2.0.11) but 2.0.10-1 is to be installed
                Depends: libpng16-16 (>= 1.6.2-1) but it is not installable
                Depends: pve-libspice-server1 (>= 0.12.5-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

root@ded:~# apt-get install spiceterm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 spiceterm : Depends: pve-qemu-kvm but it is not going to be installed
             Depends: pve-libspice-server1 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.