{"id":5595,"date":"2021-01-12T00:28:51","date_gmt":"2021-01-12T00:28:51","guid":{"rendered":"https:\/\/www.geekdecoder.com\/?p=5595"},"modified":"2021-01-12T00:28:51","modified_gmt":"2021-01-12T00:28:51","slug":"proxmox-on-debian-install-fails-errors-were-encountered-while-processing-pve-manager-proxmox-ve","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2021\/01\/12\/proxmox-on-debian-install-fails-errors-were-encountered-while-processing-pve-manager-proxmox-ve\/","title":{"rendered":"Proxmox on Debian Install fails &#8211; Errors were encountered while processing:  pve-manager  proxmox-ve"},"content":{"rendered":"<p>I reciently install proxmox on Debian and the install failed. Here is the error:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n apt-get update\nHit:1 http:\/\/download.proxmox.com\/debian\/pve buster InRelease\nHit:2 http:\/\/security.debian.org\/debian-security buster\/updates InRelease\nHit:3 http:\/\/deb.debian.org\/debian buster InRelease\nHit:4 http:\/\/deb.debian.org\/debian buster-updates InRelease\nReading package lists... Done\nroot@px1:~# apt dist-upgrade\nReading package lists... Done\nBuilding dependency tree\nReading state information... Done\nCalculating upgrade... Done\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\n2 not fully installed or removed.\nAfter this operation, 0 B of additional disk space will be used.\nDo you want to continue? &#x5B;Y\/n] y\nSetting up pve-manager (6.3-3) ...\nJob for pveproxy.service failed because the control process exited with error code.\nSee &quot;systemctl status pveproxy.service&quot; and &quot;journalctl -xe&quot; for details.\ndpkg: error processing package pve-manager (--configure):\n installed pve-manager package post-installation script subprocess returned error exit status 1\ndpkg: dependency problems prevent configuration of proxmox-ve:\n proxmox-ve depends on pve-manager; however:\n  Package pve-manager is not configured yet.\n\ndpkg: error processing package proxmox-ve (--configure):\n dependency problems - leaving unconfigured\nErrors were encountered while processing:\n pve-manager\n proxmox-ve\nE: Sub-process \/usr\/bin\/dpkg returned an error code (1)\n<\/pre>\n<p>The resolution was to make sure the network was set to a static IP:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# The primary network interface\nallow-hotplug enp4s0\niface enp4s0 inet static\naddress 192.168.0.16\n        netmask 255.255.255.0\n        gateway 192.168.0.1\n        # dns-* options are implemented by the resolvconf package, if installed\n        dns-nameservers 1.1.1.1 1.0.0.1\n        dns-search geekdecoder.com\n<\/pre>\n<p>The second issue was to make sure there was a host entry. Comment out the 127.0.0.1 and make sure to use the full host.domain host as below. Leaving out the end &#8220;px1&#8221; caused the issue.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n#127.0.1.1      px1.geekdecoder.com     px1\n192.168.0.16    px1.geekdecoder.com     px1\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I reciently install proxmox on Debian and the install failed. Here is the error: apt-get update Hit:1 http:\/\/download.proxmox.com\/debian\/pve buster InRelease Hit:2 http:\/\/security.debian.org\/debian-security buster\/updates InRelease Hit:3 http:\/\/deb.debian.org\/debian buster InRelease Hit:4 http:\/\/deb.debian.org\/debian buster-updates InRelease Reading package lists&#8230; Done root@px1:~# apt dist-upgrade Reading package lists&#8230; Done Building dependency tree Reading state information&#8230; Done Calculating upgrade&#8230; Done 0 upgraded, &#8230; <a title=\"Proxmox on Debian Install fails &#8211; Errors were encountered while processing:  pve-manager  proxmox-ve\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2021\/01\/12\/proxmox-on-debian-install-fails-errors-were-encountered-while-processing-pve-manager-proxmox-ve\/\" aria-label=\"Read more about Proxmox on Debian Install fails &#8211; Errors were encountered while processing:  pve-manager  proxmox-ve\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[90],"tags":[],"class_list":["post-5595","post","type-post","status-publish","format-standard","hentry","category-proxmox"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/5595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=5595"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/5595\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=5595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=5595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=5595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}