I simply followed the instruction on this site https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Buster
and things went wrong as it said:
Are there any solutions to this? THANKS
BTW, I tried to remove both pve-manager and proxmox-ve separately after using
it shows
and
thanks!
and things went wrong as it said:
Code:
Job for pveproxy.service failed because the control process exited with error code.
See "systemctl status pveproxy.service" and "journalctl -xe" for details.
dpkg: error processing package pve-manager (--configure):
installed pve-manager package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of proxmox-ve:
proxmox-ve depends on pve-manager; however:
Package pve-manager is not configured yet.
dpkg: error processing package proxmox-ve (--configure):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.5-2) ...
Errors were encountered while processing:
pve-manager
proxmox-ve
E: Sub-process /usr/bin/dpkg returned an error code (1)
Are there any solutions to this? THANKS
BTW, I tried to remove both pve-manager and proxmox-ve separately after using
Code:
apt remove pve-manager
apt remove proxmox-ve
it shows
Code:
root@debian:~# apt remove proxmox-ve
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'proxmox-ve' is not installed, so not removed
The following packages were automatically installed and are no longer required:
pve-kernel-5.0 pve-kernel-helper
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up pve-manager (6.0-4) ...
Job for pveproxy.service failed because the control process exited with error code.
See "systemctl status pveproxy.service" and "journalctl -xe" for details.
dpkg: error processing package pve-manager (--configure):
installed pve-manager package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
pve-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)
and
Code:
root@debian:~# apt remove pve-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bridge-utils ceph-common ceph-fuse cifs-utils corosync criu cstream dtach
ebtables faketime fonts-font-awesome fonts-glyphicons-halflings genisoimage
glusterfs-client glusterfs-common ibverbs-providers ifenslave ipset
javascript-common libacl1-dev libanyevent-http-perl libanyevent-perl
libappconfig-perl libarchive13 libasync-interrupt-perl libattr1-dev
libauthen-pam-perl libbabeltrace1 libboost-atomic1.67.0
libboost-program-options1.67.0 libboost-regex1.67.0 libboost-thread1.67.0
libc-dev-bin libc6-dev libcephfs2 libcfg7 libclone-perl libcmap4
libcorosync-common4 libcpg4 libcrypt-openssl-bignum-perl
libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl libdbi1
libdevel-cycle-perl libdigest-bubblebabble-perl libdw1 libev-perl
libfaketime libfile-chdir-perl libfile-readbackwards-perl libfilesys-df-perl
libgfapi0 libgfchangelog0 libgfdb0 libgfrpc0 libgfxdr0 libglusterfs-dev
libglusterfs0 libgnutlsxx28 libgoogle-perftools4 libgpgme11 libguard-perl
libibverbs1 libio-multiplex-perl libio-stringy-perl libipset11 libiscsi7
libjemalloc2 libjs-bootstrap libjs-extjs libjs-jquery libjs-sphinxdoc
libjs-underscore libknet1 libldb1 liblinux-inotify2-perl libmime-base32-perl
libnet-dns-perl libnet-dns-sec-perl libnet-ip-perl libnet1 libnetfilter-log1
libprotobuf17 libpve-access-control libpve-apiclient-perl libpve-common-perl
libpve-guest-common-perl libpve-http-server-perl libpve-storage-perl
libpve-u2f-server-perl libpython3.7 libqb0 libquorum5 librados2
librados2-perl libradosstriper1 librbd1 librdmacm1 librrd8 librrds-perl
libsmbclient libspice-server1 libstatgrab10 libstring-shellquote-perl
libtalloc2 libtcmalloc-minimal4 libtemplate-perl libtevent0 libu2f-server0
liburcu6 libusbredirparser1 libuuid-perl libvotequorum8 libwbclient0
linux-libc-dev lxc-pve lxcfs lzop manpages-dev net-tools novnc-pve numactl
proxmox-mini-journalreader proxmox-widget-toolkit pve-cluster pve-container
pve-docs pve-edk2-firmware pve-firewall pve-ha-manager pve-i18n
pve-kernel-5.0 pve-kernel-helper pve-qemu-kvm pve-xtermjs python-asn1crypto
python-cephfs python-certifi python-cffi-backend python-chardet
python-configparser python-crypto python-cryptography python-enum34
python-future python-gpg python-idna python-ipaddr python-ipaddress
python-ldb python-openssl python-pkg-resources python-prettytable
python-protobuf python-rados python-rbd python-requests python-samba
python-six python-talloc python-tdb python-urllib3 python3-jwt
python3-prettytable qemu-server rrdcached rsync samba-common
samba-common-bin samba-dsdb-modules samba-libs smartmontools smbclient socat
spiceterm sqlite3 uidmap vncterm xsltproc
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
proxmox-ve pve-manager
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 9,809 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 79707 files and directories currently installed.)
Removing proxmox-ve (6.0-2) ...
Removing pve-manager (6.0-4) ...
Processing triggers for man-db (2.8.5-2) ...
thanks!