Script hangs on Installing core dependencies #1191

Closed
opened 2026-02-04 23:32:02 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @Aareon on GitHub (Jun 29, 2025).

Have you read and understood the above guidelines?

yes

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

alpine-tinyauth

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📝 Provide a clear and concise description of the issue.

The current step in the installation process fluctuates too rapidly to be read and script never moves beyond Installing core dependencies. I've noticed the text Installing TinyAuth being swapped in periodically, even after the line Installed TinyAuth appears.

🔄 Steps to reproduce the issue.

Execute the included command to install TinyAuth. This was run on Proxmox 8.4.1

Paste the full error output (if available).

No error

🖼️ Additional context (optional).

⚙️  Using Default Settings on node acefw
  🖥️  Operating System: alpine
  🌟  Version: 3.22
  📦  Container Type: Unprivileged
  💾  Disk Size: 2 GB
  🧠  CPU Cores: 1
  🛠️  RAM Size: 256 MiB
  🆔  Container ID: 104
  🚀  Creating a Alpine-Tinyauth LXC using the above default settings
  
  ✔️   Using local for Template Storage.
  ✔️   Using local-lvm for Container Storage.
  ✔️   LXC Template List Updated
  ✔️   LXC Template 'alpine-3.22-default_20250617_amd64.tar.xz' is ready to use.
  ✔️   LXC Container 104 was successfully created.
  ✔️   Started LXC Container
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 10.0.0.139
  ✔️   Internet Connected
  ✔️   DNS Resolved github.com to 140.82.114.4
  ✔️   Updated Container OS
  ✔️   Core dependencies installed
  ✔️   Installed Dependencies
  ✔️   Installed Tinyauth
  ⠴   Installing core dependencies

Also substituted for

Installed Dependencies
  ✔️   Installed Tinyauth
  ⠏   Updating Container OS

As well as

 ✔️   Installed Tinyauth
  ⠴   Installing Dependencies

It's in my opinion difficult to tell what step the process is on when the text is being changed so rapidly and on the same line. The install process has been executing for over 25 minutes in this fashion.

Originally created by @Aareon on GitHub (Jun 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? alpine-tinyauth ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-tinyauth.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📝 Provide a clear and concise description of the issue. The current step in the installation process fluctuates too rapidly to be read and script never moves beyond `Installing core dependencies`. I've noticed the text `Installing TinyAuth` being swapped in periodically, even after the line `Installed TinyAuth` appears. ### 🔄 Steps to reproduce the issue. Execute the included command to install TinyAuth. This was run on Proxmox 8.4.1 ### ❌ Paste the full error output (if available). No error ### 🖼️ Additional context (optional). ``` ⚙️ Using Default Settings on node acefw 🖥️ Operating System: alpine 🌟 Version: 3.22 📦 Container Type: Unprivileged 💾 Disk Size: 2 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 256 MiB 🆔 Container ID: 104 🚀 Creating a Alpine-Tinyauth LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ LXC Template List Updated ✔️ LXC Template 'alpine-3.22-default_20250617_amd64.tar.xz' is ready to use. ✔️ LXC Container 104 was successfully created. ✔️ Started LXC Container ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.0.0.139 ✔️ Internet Connected ✔️ DNS Resolved github.com to 140.82.114.4 ✔️ Updated Container OS ✔️ Core dependencies installed ✔️ Installed Dependencies ✔️ Installed Tinyauth ⠴ Installing core dependencies ``` Also substituted for ``` Installed Dependencies ✔️ Installed Tinyauth ⠏ Updating Container OS ``` As well as ``` ✔️ Installed Tinyauth ⠴ Installing Dependencies ``` It's in my opinion difficult to tell what step the process is on when the text is being changed so rapidly and on the same line. The install process has been executing for over 25 minutes in this fashion.
OVERLORD added the bug label 2026-02-04 23:32:02 +03:00
Author
Owner

@Aareon commented on GitHub (Jun 29, 2025):

Note: Pressing the Return moves the installation along, but the TinyAuth service never starts. It's also impossible to login to the container without setting a root password via advanced installation.

@Aareon commented on GitHub (Jun 29, 2025): Note: Pressing the `Return` moves the installation along, but the TinyAuth service never starts. It's also impossible to login to the container without setting a root password via advanced installation.
Author
Owner

@MickLesk commented on GitHub (Jun 29, 2025):

Known Bug and already fixed in Dev Branch. Will be fixed in next days in live

@MickLesk commented on GitHub (Jun 29, 2025): Known Bug and already fixed in Dev Branch. Will be fixed in next days in live
Author
Owner

@Aareon commented on GitHub (Jul 1, 2025):

@MickLesk which branch might that be? I'd love to test it out

@Aareon commented on GitHub (Jul 1, 2025): @MickLesk which branch might that be? I'd love to test it out
Author
Owner

@MickLesk commented on GitHub (Jul 1, 2025):

nvm, wrong comment

ProxmoxVED, but there is no alpine-tinyauth inside, only alpine.sh

@MickLesk commented on GitHub (Jul 1, 2025): nvm, wrong comment ProxmoxVED, but there is no alpine-tinyauth inside, only alpine.sh
Author
Owner

@Aareon commented on GitHub (Jul 1, 2025):

@MickLesk would you mind re-opening the issue?

@Aareon commented on GitHub (Jul 1, 2025): @MickLesk would you mind re-opening the issue?
Author
Owner

@MickLesk commented on GitHub (Jul 1, 2025):

No, Just wait for merge

@MickLesk commented on GitHub (Jul 1, 2025): No, Just wait for merge
Author
Owner

@tremor021 commented on GitHub (Jul 1, 2025):

@Aareon like @MickLesk said already, your issue is already fixed on our dev branch and will be merged over to the main repo. No reason to re-open the issue since its already addressed, you just cant see it yet on the main repo :)

@tremor021 commented on GitHub (Jul 1, 2025): @Aareon like @MickLesk said already, your issue is already fixed on our dev branch and will be merged over to the main repo. No reason to re-open the issue since its already addressed, you just cant see it yet on the main repo :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1191