[GH-ISSUE #9395] Netbird script fails on a debian 13 container. #2060

Closed
opened 2026-02-26 12:51:10 +03:00 by kerem · 8 comments
Owner

Originally created by @famewolf on GitHub (Nov 23, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9395

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?

add-netbird-lxc.sh

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-netbird-lxc.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.1.1

📝 Provide a clear and concise description of the issue.

_   __     __  ____  _          __

/ | / /__ / // __ )()___/ /
/ |/ / _ / / __ / / / __ /
/ /| / __/ /
/ /
/ / / / / /
/ /
// |/_
/__/
/// _,/

Installing NetBird...
bash: line 3: curl: command not found
gpg: no valid OpenPGP data found.

╭─root@Proxmox in ~ as 🧙 took 25s
[🔴] ×

🔄 Steps to reproduce the issue.

  1. Create a container using the debian 13 template. I gave it 8GB HD, 1 core and 512mb.
  2. Run the script using the bash line from the website in the proxmox console.
  3. Select the container id you created for netbird. In my case 110.
  4. Stare in confusion at the error messages.

Paste the full error output (if available).

I have listed the output above and am not aware of any other logs etc. I also reviewed the script and could not see anything related to "verbose mode".

🖼️ Additional context (optional).

No response

Originally created by @famewolf on GitHub (Nov 23, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9395 ### ✅ 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? add-netbird-lxc.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-netbird-lxc.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. _ __ __ ____ _ __ / | / /__ / /_/ __ )(_)________/ / / |/ / _ \/ __/ __ / / ___/ __ / / /| / __/ /_/ /_/ / / / / /_/ / /_/ |_/\___/\__/_____/_/_/ \__,_/ Installing NetBird... bash: line 3: curl: command not found gpg: no valid OpenPGP data found. ╭─root@Proxmox in ~ as 🧙 took 25s [🔴] × ### 🔄 Steps to reproduce the issue. 1) Create a container using the debian 13 template. I gave it 8GB HD, 1 core and 512mb. 2) Run the script using the bash line from the website in the proxmox console. 3) Select the container id you created for netbird. In my case 110. 4) Stare in confusion at the error messages. ### ❌ Paste the full error output (if available). I have listed the output above and am not aware of any other logs etc. I also reviewed the script and could not see anything related to "verbose mode". ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:51:10 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Nov 23, 2025):

Curl command Not found? You put the Error and dont realize that curl is missing? Wth? Just an apt install curl gpg.....

<!-- gh-comment-id:3568362576 --> @MickLesk commented on GitHub (Nov 23, 2025): Curl command Not found? You put the Error and dont realize that curl is missing? Wth? Just an apt install curl gpg.....
Author
Owner

@famewolf commented on GitHub (Nov 23, 2025):

Next time I won't bother reporting I was under the mistaken assumption that you actually wanted to know if the instructions you had on your website caused errors. Especially for new proxmox users.

<!-- gh-comment-id:3568371022 --> @famewolf commented on GitHub (Nov 23, 2025): Next time I won't bother reporting I was under the mistaken assumption that you actually wanted to know if the instructions you had on your website caused errors. Especially for new proxmox users.
Author
Owner

@MickLesk commented on GitHub (Nov 23, 2025):

No, all Work fine If the User is an User of our Scripts. Our Scripts deploy Debian with all core deps and Not an static Template without anything.

<!-- gh-comment-id:3568372550 --> @MickLesk commented on GitHub (Nov 23, 2025): No, all Work fine If the User is an User of our Scripts. Our Scripts deploy Debian with all core deps and Not an static Template without anything.
Author
Owner

@famewolf commented on GitHub (Nov 23, 2025):

The instructions on the website said to create a container. Perplexity.ai also said create a container. I used a tutorial to create one. If it said just run the script like several of your other ones did that's what I would have done.

<!-- gh-comment-id:3568375702 --> @famewolf commented on GitHub (Nov 23, 2025): The instructions on the website said to create a container. Perplexity.ai also said create a container. I used a tutorial to create one. If it said just run the script like several of your other ones did that's what I would have done.
Author
Owner

@MickLesk commented on GitHub (Nov 23, 2025):

Oh damn. We Deliver over 400 Scripts. Maybe dont ask ai, ask in discussion or just Spin an Debian LXC. It cost 1min and you dont need any Code and have all core deps.

<!-- gh-comment-id:3568378547 --> @MickLesk commented on GitHub (Nov 23, 2025): Oh damn. We Deliver over 400 Scripts. Maybe dont ask ai, ask in discussion or just Spin an Debian LXC. It cost 1min and you dont need any Code and have all core deps.
Author
Owner

@famewolf commented on GitHub (Nov 23, 2025):

I DID "spin" a debian 13 LXC. That's the whole point. If you meant create
it another way then perhaps it should have explained better. You know what,
nevermind. I'm retired and probably twice your age or maybe triple and
outside your target demographic anyway. Not everyone is a programmer and
I've been using proxmox for all of 4 days.

On Sun, Nov 23, 2025 at 5:02 PM CanbiZ @.***> wrote:

MickLesk left a comment (community-scripts/ProxmoxVE#9395)
https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568378547

Oh damn. We Deliver over 400 Scripts. Maybe dont ask ai, ask in discussion
or just Spin an Debian LXC. It cost 1min and you dont need any Code and
have all core deps.


Reply to this email directly, view it on GitHub
https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568378547,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABCY74H22XT37GZB5D5M77D36IVGVAVCNFSM6AAAAACM64KDU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRYGM3TQNJUG4
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:3568384849 --> @famewolf commented on GitHub (Nov 23, 2025): I DID "spin" a debian 13 LXC. That's the whole point. If you meant create it another way then perhaps it should have explained better. You know what, nevermind. I'm retired and probably twice your age or maybe triple and outside your target demographic anyway. Not everyone is a programmer and I've been using proxmox for all of 4 days. On Sun, Nov 23, 2025 at 5:02 PM CanbiZ ***@***.***> wrote: > *MickLesk* left a comment (community-scripts/ProxmoxVE#9395) > <https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568378547> > > Oh damn. We Deliver over 400 Scripts. Maybe dont ask ai, ask in discussion > or just Spin an Debian LXC. It cost 1min and you dont need any Code and > have all core deps. > > — > Reply to this email directly, view it on GitHub > <https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568378547>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABCY74H22XT37GZB5D5M77D36IVGVAVCNFSM6AAAAACM64KDU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRYGM3TQNJUG4> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@MickLesk commented on GitHub (Nov 23, 2025):

https://community-scripts.github.io/ProxmoxVE/scripts?id=debian

Then netbird

<!-- gh-comment-id:3568389186 --> @MickLesk commented on GitHub (Nov 23, 2025): https://community-scripts.github.io/ProxmoxVE/scripts?id=debian Then netbird
Author
Owner

@famewolf commented on GitHub (Nov 23, 2025):

Thank you.

On Sun, Nov 23, 2025 at 5:12 PM CanbiZ @.***> wrote:

MickLesk left a comment (community-scripts/ProxmoxVE#9395)
https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568389186

https://community-scripts.github.io/ProxmoxVE/scripts?id=debian

Then netbird


Reply to this email directly, view it on GitHub
https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568389186,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABCY74DLV4YY32LQSHIEQZL36IWLLAVCNFSM6AAAAACM64KDU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRYGM4DSMJYGY
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:3568395572 --> @famewolf commented on GitHub (Nov 23, 2025): Thank you. On Sun, Nov 23, 2025 at 5:12 PM CanbiZ ***@***.***> wrote: > *MickLesk* left a comment (community-scripts/ProxmoxVE#9395) > <https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568389186> > > https://community-scripts.github.io/ProxmoxVE/scripts?id=debian > > Then netbird > > — > Reply to this email directly, view it on GitHub > <https://github.com/community-scripts/ProxmoxVE/issues/9395#issuecomment-3568389186>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABCY74DLV4YY32LQSHIEQZL36IWLLAVCNFSM6AAAAACM64KDU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRYGM4DSMJYGY> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
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#2060
No description provided.