[GH-ISSUE #11740] Unifi Network Server : in line 46: exit code 100 (APT: Package manager error (broken packages / dependency problems)) #2468

Closed
opened 2026-02-26 12:52:33 +03:00 by kerem · 5 comments
Owner

Originally created by @alex8654 on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11740

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

UniFi Network Server

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unifi.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4.16

📝 Provide a clear and concise description of the issue.

Ran the script on 2 different hosts, same problem with in line 46: exit code 100 (APT: Package manager error (broken packages / dependency problems))

🔄 Steps to reproduce the issue.

Juust ran default install, or any advanced install reproduces the problem

Paste the full error output (if available).


/ / / /___ () __()
/ / / / __ / / // /
/ /
/ / / / / / / /
_
// //// //

⚙️ Using Default Settings on node proxmox4
💡 PVE Version 8.4.16 (Kernel: 6.8.12-18-pve)
🆔 Container ID: 105
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 8 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a Unifi LXC using the above default settings

✔️ Storage local (Free: 35.6GB Used: 53.6GB) [Template]
✔️ Storage local-lvm (Free: 1.3TB Used: 494.7GB) [Container]
✔️ Storage 'local-lvm' (lvmthin) validated
✔️ Template storage 'local' validated
✔️ Template search completed
✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local]
✔️ LXC Container 105 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: x.x.x.x (redacted)
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Setup Temurin JDK 21
✔️ Setup MongoDB 8.0
✔️ Installed libssl1.1
✖️ in line 46: exit code 100 (APT: Package manager error (broken packages / dependency problems))
→ apt install -y unifi
--- Last 10 lines of silent log ---
Unpacking libssl1.1:amd64 (1.1.1w-0+deb11u4) ...
Setting up libssl1.1:amd64 (1.1.1w-0+deb11u4) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package unifi

📋 View full log (475 lines): /root/.install-722835ce.log
✖️ Installation failed in container 105 (exit code: 100)

✔ Installation log: /tmp/install-lxc-105-722835ce.log

Remove broken container 105? (Y/n) [auto-remove in 60s]:
No response - auto-removing container
Removing container 105
✔️ Container 105 removed

🖼️ Additional context (optional).

No response

Originally created by @alex8654 on GitHub (Feb 9, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/11740 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? UniFi Network Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unifi.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.16 ### 📝 Provide a clear and concise description of the issue. Ran the script on 2 different hosts, same problem with in line 46: exit code 100 (APT: Package manager error (broken packages / dependency problems)) ### 🔄 Steps to reproduce the issue. Juust ran default install, or any advanced install reproduces the problem ### ❌ Paste the full error output (if available). __ __ _ _____ / / / /___ (_) __(_) / / / / __ \/ / /_/ / / /_/ / / / / / __/ / \____/_/ /_/_/_/ /_/ ⚙️ Using Default Settings on node proxmox4 💡 PVE Version 8.4.16 (Kernel: 6.8.12-18-pve) 🆔 Container ID: 105 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 8 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a Unifi LXC using the above default settings ✔️ Storage local (Free: 35.6GB Used: 53.6GB) [Template] ✔️ Storage local-lvm (Free: 1.3TB Used: 494.7GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ✔️ Template search completed ✔️ Template debian-12-standard_12.12-1_amd64.tar.zst [local] ✔️ LXC Container 105 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: x.x.x.x **(redacted)** ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Setup Temurin JDK 21 ✔️ Setup MongoDB 8.0 ✔️ Installed libssl1.1 ✖️ in line 46: exit code 100 (APT: Package manager error (broken packages / dependency problems)) → apt install -y unifi --- Last 10 lines of silent log --- Unpacking libssl1.1:amd64 (1.1.1w-0+deb11u4) ... Setting up libssl1.1:amd64 (1.1.1w-0+deb11u4) ... Processing triggers for libc-bin (2.36-9+deb12u13) ... WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package unifi ----------------------------------- 📋 View full log (475 lines): /root/.install-722835ce.log ✖️ Installation failed in container 105 (exit code: 100) ✔ Installation log: /tmp/install-lxc-105-722835ce.log Remove broken container 105? (Y/n) [auto-remove in 60s]: No response - auto-removing container Removing container 105 ✔️ Container 105 removed ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:33 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Feb 9, 2026):

Its an dead Script. Use the OS instead. Unifi has removed all Sources.

<!-- gh-comment-id:3872812868 --> @MickLesk commented on GitHub (Feb 9, 2026): Its an dead Script. Use the OS instead. Unifi has removed all Sources.
Author
Owner

@MickLesk commented on GitHub (Feb 9, 2026):

Wrong Close. @community-scripts/contributor anyone ? Just remove unifi

<!-- gh-comment-id:3872814588 --> @MickLesk commented on GitHub (Feb 9, 2026): Wrong Close. @community-scripts/contributor anyone ? Just remove unifi
Author
Owner

@claudiopagani82 commented on GitHub (Feb 12, 2026):

Hi, well, please note: this script install the network application ver.10. If you use the unifi OS server script, the network application part installed is ver. 9.xxxx.

<!-- gh-comment-id:3893437755 --> @claudiopagani82 commented on GitHub (Feb 12, 2026): Hi, well, please note: this script install the network application ver.10. If you use the unifi OS server script, the network application part installed is ver. 9.xxxx.
Author
Owner

@alex8654 commented on GitHub (Feb 13, 2026):

Its an dead Script. Use the OS instead. Unifi has removed all Sources.

do you mean they are not providing the debian installer or updates for it and are forcing people to upgrade to unifi OS? That is not correct, they are still giving the network controller as an option:

Image
<!-- gh-comment-id:3894067748 --> @alex8654 commented on GitHub (Feb 13, 2026): > Its an dead Script. Use the OS instead. Unifi has removed all Sources. do you mean they are not providing the debian installer or updates for it and are forcing people to upgrade to unifi OS? That is not correct, they are still giving the network controller as an option: <img width="1376" height="322" alt="Image" src="https://github.com/user-attachments/assets/cbf5a370-40d0-47ad-a372-57280dd4659f" />
Author
Owner

@alex8654 commented on GitHub (Feb 13, 2026):

Hi, well, please note: this script install the network application ver.10. If you use the unifi OS server script, the network application part installed is ver. 9.xxxx.

Did you manage to get it to run? I still get the same problem as before.

<!-- gh-comment-id:3894088466 --> @alex8654 commented on GitHub (Feb 13, 2026): > Hi, well, please note: this script install the network application ver.10. If you use the unifi OS server script, the network application part installed is ver. 9.xxxx. Did you manage to get it to run? I still get the same problem as before.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2468
No description provided.