Outline LXC deployment fails - import_local_ip: command not found #2350

Closed
opened 2026-02-05 04:33:47 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @antamy on GitHub (Jan 19, 2026).

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?

Outline

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

The deployment fails with the following error:

Processing triggers for libc-bin (2.41-12+deb13u1) ...
✔️ Setup PostgreSQL 16
Setting up PostgreSQL DatabaseCREATE ROLE
CREATE DATABASE
ALTER ROLE
ALTER ROLE
ALTER ROLE
✔️ Set up PostgreSQL Database
✔️ Deployed: outline (1.3.0)
bash: line 27: import_local_ip: command not found
✖️ in line 27: exit code 27 (Unknown error): while executing command import_local_ip
✖️ Installation failed in container 108 (exit code: 27)

🔄 Steps to reproduce the issue.

I ran the script in Advanced mode, set a password for root and enabled root ssh access, networking is set to dhcp.

Default install also doesn't work

Paste the full error output (if available).

The log file is unavailable. Proxmox shows a Pull file error for it

🖼️ Additional context (optional).

No response

Originally created by @antamy on GitHub (Jan 19, 2026). ### ✅ 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? Outline ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/outline.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. The deployment fails with the following error: Processing triggers for libc-bin (2.41-12+deb13u1) ... ✔️ Setup PostgreSQL 16 ⏳ Setting up PostgreSQL DatabaseCREATE ROLE CREATE DATABASE ALTER ROLE ALTER ROLE ALTER ROLE ✔️ Set up PostgreSQL Database ✔️ Deployed: outline (1.3.0) bash: line 27: import_local_ip: command not found ✖️ in line 27: exit code 27 (Unknown error): while executing command import_local_ip ✖️ Installation failed in container 108 (exit code: 27) ### 🔄 Steps to reproduce the issue. I ran the script in Advanced mode, set a password for root and enabled root ssh access, networking is set to dhcp. Default install also doesn't work ### ❌ Paste the full error output (if available). The log file is unavailable. Proxmox shows a Pull file error for it ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 04:33:48 +03:00
Author
Owner

@MickLesk commented on GitHub (Jan 19, 2026):

fixed with #10954

@MickLesk commented on GitHub (Jan 19, 2026): fixed with #10954
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2350