Skip to content

Proxmox backup server will not install - ERROR in line 25: exit code 0:Β #154

@raulmorales

Description

@raulmorales

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Proxmox Backup Server

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/ct/proxmox-backup-server.sh)"

πŸ“ Provide a clear and concise description of the issue.

I pasted the script into the shell and executed it after configuring the parameters for my setup. Once it finished running, the following error appeared instead.

I also tested it with the default settings, but the same error occurred.

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ”„ Steps to reproduce the issue.

I pasted the script into the shell and executed it after configuring the parameters for my setup.

❌ Paste the full error output (if available).

Processing triggers for libc-bin (2.36-9+deb12u10) ...
⏳ Installing Proxmox Backup Server (Patience)Cloning into 'proxmox-backup-arm64'...
remote: Enumerating objects: 1229, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 1229 (delta 141), reused 114 (delta 114), pack-reused 1072 (from 2)
Receiving objects: 100% (1229/1229), 215.30 KiB | 1.67 MiB/s, done.
Resolving deltas: 100% (771/771), done.
Downloading latest released files to /proxmox-backup-arm64/packages
Downloading libjs-extjs_7.0.0-5_all.deb
Downloading libjs-qrcodejs_1.20230525-pve1_all.deb
Downloading libproxmox-acme-plugins_1.7.0_all.deb
Downloading pbs-i18n_3.5.2_all.deb
Downloading proxmox-backup-client_4.0.14-1_arm64.deb
Downloading proxmox-backup-docs_4.0.14-1_all.deb
Downloading proxmox-backup-file-restore_4.0.14-1_arm64.deb
Downloading proxmox-backup-server_4.0.14-1_arm64.deb
Downloading proxmox-mini-journalreader_1.6_arm64.deb
Downloading proxmox-termproxy_2.0.2_arm64.deb
Downloading proxmox-widget-toolkit_5.0.5_all.deb
Downloading pve-xtermjs_5.5.0-2_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libjs-extjs' instead of './packages/libjs-extjs_7.0.0-5_all.deb'
Note, selecting 'libjs-qrcodejs' instead of './packages/libjs-qrcodejs_1.20230525-pve1_all.deb'
Note, selecting 'libproxmox-acme-plugins' instead of './packages/libproxmox-acme-plugins_1.7.0_all.deb'
Note, selecting 'pbs-i18n' instead of './packages/pbs-i18n_3.5.2_all.deb'
Note, selecting 'proxmox-backup-client' instead of './packages/proxmox-backup-client_4.0.14-1_arm64.deb'
Note, selecting 'proxmox-backup-docs' instead of './packages/proxmox-backup-docs_4.0.14-1_all.deb'
Note, selecting 'proxmox-backup-file-restore' instead of './packages/proxmox-backup-file-restore_4.0.14-1_arm64.deb'
Note, selecting 'proxmox-backup-server' instead of './packages/proxmox-backup-server_4.0.14-1_arm64.deb'
Note, selecting 'proxmox-mini-journalreader' instead of './packages/proxmox-mini-journalreader_1.6_arm64.deb'
Note, selecting 'proxmox-termproxy' instead of './packages/proxmox-termproxy_2.0.2_arm64.deb'
Note, selecting 'proxmox-widget-toolkit' instead of './packages/proxmox-widget-toolkit_5.0.5_all.deb'
Note, selecting 'pve-xtermjs' instead of './packages/pve-xtermjs_5.5.0-2_all.deb'
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-backup-client : Depends: libc6 (>= 2.39) but 2.36-9+deb12u10 is to be installed
Depends: libfuse3-4 (>= 3.17.2) but it is not installable
Depends: libssl3t64 (>= 3.0.0) but it is not installable
proxmox-backup-file-restore : Depends: libc6 (>= 2.39) but 2.36-9+deb12u10 is to be installed
Depends: libssl3t64 (>= 3.0.0) but it is not installable
Recommends: proxmox-backup-restore-image but it is not installable
Recommends: pve-qemu-kvm (>= 5.0.0-9) but it is not installable
proxmox-backup-server : Depends: libsgutils2-1.48 (>= 1.43) but it is not installable
Depends: libapt-pkg7.0 (>= 1.9~) but it is not installable
Depends: libc6 (>= 2.39) but 2.36-9+deb12u10 is to be installed
Depends: libssl3t64 (>= 3.0.0) but it is not installable
Recommends: ifupdown2 but it is not going to be installed
Recommends: proxmox-mail-forward but it is not installable
Recommends: proxmox-network-interface-pinning but it is not installable
Recommends: proxmox-offline-mirror-helper but it is not installable
Recommends: zfsutils-linux but it is not installable
proxmox-termproxy : Depends: libc6 (>= 2.39) but 2.36-9+deb12u10 is to be installed
Recommends: pve-xtermjs:all but it is not installable
E: Unable to correct problems, you have held broken packages.

[ERROR] in line 25: exit code 0: while executing command $STD apt install -y -f ./packages/*

[ERROR] in line 1359: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/install/"$var_install".sh)"`%22%60)

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions