LXC Tianji Installation Error - Exit Code 0 on Script Execution #1509

Closed
opened 2026-02-05 01:23:04 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Ivann136 on GitHub (Aug 21, 2025).

Have you read and understood the above guidelines?

yes

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

Tianji

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

bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/tianji.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Hello everyone,
I'm encountering an installation error while setting up a Tianji LXC container on Proxmox. The process seems to complete most steps successfully but fails at the final script execution stage.

LXC Container installation for Tianji fails during final script execution despite showing exit code 0. The installation process completes most steps successfully (container creation, dependency installation, network configuration) but terminates with an error at the script execution phase.

🔄 Steps to reproduce the issue.

Initiate Tianji LXC container creation on Proxmox VE
Use default settings: Debian 12, unprivileged container, 4 CPU cores, 4096 MiB RAM, 12GB disk
Allow the installation script to run through dependency installation (Node.js 22, PostgreSQL 16, etc.)
Observe failure during final script execution phase

Paste the full error output (if available).

Setup AppRise
[ERROR] in line 159: exit code 0; while executing command "$@" > /dev/null 2>&1
Setup AppRise
[ERROR] in line 193: exit code 0; while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/ProxmoxVE/raw/branch/main/install/${var_install}.sh)"

Image

🖼️ Additional context (optional).

Environment: Proxmox VE with community scripts
All preliminary steps complete successfully (storage allocation, network setup, dependency installation)
Contradictory behavior: exit code 0 (success) reported alongside error status
No network connectivity issues detected during installation
All required services (PostgreSQL, Node.js) appear to install correctly before failure

Originally created by @Ivann136 on GitHub (Aug 21, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Tianji ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/tianji.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Hello everyone, I'm encountering an installation error while setting up a Tianji LXC container on Proxmox. The process seems to complete most steps successfully but fails at the final script execution stage. LXC Container installation for Tianji fails during final script execution despite showing exit code 0. The installation process completes most steps successfully (container creation, dependency installation, network configuration) but terminates with an error at the script execution phase. ### 🔄 Steps to reproduce the issue. Initiate Tianji LXC container creation on Proxmox VE Use default settings: Debian 12, unprivileged container, 4 CPU cores, 4096 MiB RAM, 12GB disk Allow the installation script to run through dependency installation (Node.js 22, PostgreSQL 16, etc.) Observe failure during final script execution phase ### ❌ Paste the full error output (if available). Setup AppRise [ERROR] in line 159: exit code 0; while executing command "$@" > /dev/null 2>&1 Setup AppRise [ERROR] in line 193: exit code 0; while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/ProxmoxVE/raw/branch/main/install/${var_install}.sh)" <img width="1920" height="741" alt="Image" src="https://github.com/user-attachments/assets/113a21c7-f005-48c5-b4bb-899550e3666a" /> ### 🖼️ Additional context (optional). Environment: Proxmox VE with community scripts All preliminary steps complete successfully (storage allocation, network setup, dependency installation) Contradictory behavior: exit code 0 (success) reported alongside error status No network connectivity issues detected during installation All required services (PostgreSQL, Node.js) appear to install correctly before failure
OVERLORD added the bug label 2026-02-05 01:23:04 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 21, 2025):

Run verbose. Apprise is Just a few kb big, there is nothing what can break

@MickLesk commented on GitHub (Aug 21, 2025): Run verbose. Apprise is Just a few kb big, there is nothing what can break
Author
Owner

@MickLesk commented on GitHub (Aug 21, 2025):

found the issue, fixed with #7066

@MickLesk commented on GitHub (Aug 21, 2025): found the issue, fixed with #7066
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1509