build.func fehlerhaft? #225

Closed
opened 2026-02-04 17:13:07 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @CNCMK on GitHub (Dec 27, 2024).

Have you read and understood the above guidelines?

ja

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

build.func

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/influxdb.sh)"

📝 Provide a clear and concise description of the issue.

Screenshot 2024-12-27 152320

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 22.04

🔄 Steps to reproduce the issue.

1

Paste the full error output (if available).

1

🖼️ Additional context (optional).

No response

Originally created by @CNCMK on GitHub (Dec 27, 2024). ### ✅ Have you read and understood the above guidelines? ja ### 📜 What is the name of the script you are using? build.func ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/influxdb.sh)" ### 📝 Provide a clear and concise description of the issue. ![Screenshot 2024-12-27 152320](https://github.com/user-attachments/assets/cc1e5cea-336b-465b-a61d-c42aed792d2f) ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 🔄 Steps to reproduce the issue. 1 ### ❌ Paste the full error output (if available). 1 ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Dec 27, 2024):

No, you have apt Problems. I build next week N workaround

@MickLesk commented on GitHub (Dec 27, 2024): No, you have apt Problems. I build next week N workaround
Author
Owner

@TheRealVira commented on GitHub (Dec 27, 2024):

I just experienced the exact same issue for nginxproxymanager. Hours later it resumed "working" again, but now man-db is stuck processing. I did some digging on the previous issue and I found this entry in the logs:

Err:1 http://deb.debian.org/debian bookworm InRelease Unknown error executing apt-key

Perhaps http://deb.debian.org/debian/dists/bookworm/InRelease was down for some time? Does it work for you now?

@TheRealVira commented on GitHub (Dec 27, 2024): I just experienced the exact same issue for nginxproxymanager. Hours later it resumed "working" again, but now man-db is stuck processing. I did some digging on the previous issue and I found this entry in the logs: > Err:1 http://deb.debian.org/debian bookworm InRelease Unknown error executing apt-key Perhaps http://deb.debian.org/debian/dists/bookworm/InRelease was down for some time? Does it work for you now?
Author
Owner

@CNCMK commented on GitHub (Dec 27, 2024):

Nein funktioniert immer noch nicht. In meiner Repo ist einfach nicht der figlet enthalten. Es soll wohl so sein, dass in der standard Repo dieser immer fehlt.

@CNCMK commented on GitHub (Dec 27, 2024): Nein funktioniert immer noch nicht. In meiner Repo ist einfach nicht der figlet enthalten. Es soll wohl so sein, dass in der standard Repo dieser immer fehlt.
Author
Owner

@CNCMK commented on GitHub (Dec 27, 2024):

Ich habe das soweit lösen können.
Andere Repos benutzen

Wir empfehlen, dieses Repository in /etc/apt/sources.list zu konfigurieren .

Datei /etc/apt/sources.list
deb http://ftp.debian.org/debian bookworm main contrib
deb http://ftp.debian.org/debian bookworm-updates main contrib

Proxmox VE pve-no-subscription-Repository bereitgestellt von proxmox.com,

NICHT für den Produktionseinsatz empfohlen

deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

Sicherheitsupdates

deb http://security.debian.org/debian-security bookworm-security main contrib

@CNCMK commented on GitHub (Dec 27, 2024): Ich habe das soweit lösen können. Andere Repos benutzen --------------------------------------- Wir empfehlen, dieses Repository in /etc/apt/sources.list zu konfigurieren . Datei /etc/apt/sources.list deb http://ftp.debian.org/debian bookworm main contrib deb http://ftp.debian.org/debian bookworm-updates main contrib # Proxmox VE pve-no-subscription-Repository bereitgestellt von proxmox.com, # NICHT für den Produktionseinsatz empfohlen deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription # Sicherheitsupdates deb http://security.debian.org/debian-security bookworm-security main contrib -------------------------------------
Author
Owner

@MickLesk commented on GitHub (Dec 27, 2024):

Fix is done #1044

@MickLesk commented on GitHub (Dec 27, 2024): Fix is done #1044
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#225