EMQX LXC script not working properly #275

Closed
opened 2025-11-20 04:46:04 -05:00 by saavagebueno · 7 comments
Owner

Originally created by @to4ko on GitHub (Jan 1, 2025).

Have you read and understood the above guidelines?

yes

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

EMQX LXC

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

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

📝 Provide a clear and concise description of the issue.

Getting error - no network. LXC is running and ther is a network (checkes with apt update command) available in LXC

image

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

install emqx via script

Paste the full error output (if available).

NA

🖼️ Additional context (optional).

No response

Originally created by @to4ko on GitHub (Jan 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? EMQX LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/emqx.sh)" ### 📝 Provide a clear and concise description of the issue. Getting error - no network. LXC is running and ther is a network (checkes with apt update command) available in LXC ![image](https://github.com/user-attachments/assets/53631dc2-1e5b-498c-8515-bbbe43d728fc) ### ⚙️ What settings are you using? - [X] Default Settings - [X] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. install emqx via script ### ❌ Paste the full error output (if available). NA ### 🖼️ Additional context (optional). _No response_
saavagebueno added the question label 2025-11-20 04:46:04 -05:00
Author
Owner

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

Cant reproduce.

@MickLesk commented on GitHub (Jan 1, 2025): Cant reproduce.
Author
Owner

@to4ko commented on GitHub (Jan 1, 2025):

It looks like some issues in my setup…

@MickLesk could you please advise address used to check network availability?

@to4ko commented on GitHub (Jan 1, 2025): It looks like some issues in my setup… @MickLesk could you please advise address used to check network availability?
Author
Owner
@MickLesk commented on GitHub (Jan 1, 2025): https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Finstall.func#L140-L178
Author
Owner

@to4ko commented on GitHub (Jan 1, 2025):

https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Finstall.func#L140-L178

it looks like it's crashing while checking lxc hostname
ff660eaabb/misc/install.func (L125)

from what i see - hostname set correct (according to console). kinda strange. will digg deeper

@to4ko commented on GitHub (Jan 1, 2025): > https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Finstall.func#L140-L178 it looks like it's crashing while checking lxc hostname https://github.com/community-scripts/ProxmoxVE/blob/ff660eaabbe195298d0585d595a60ed86d6f459f/misc/install.func#L125 from what i see - hostname set correct (according to console). kinda strange. will digg deeper
Author
Owner

@to4ko commented on GitHub (Jan 1, 2025):

https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Finstall.func#L140-L178

it looks like it's crashing while checking lxc hostname

ff660eaabb/misc/install.func (L125)

from what i see - hostname set correct (according to console). kinda strange. will digg deeper

issue found - i'm running proxmox on minisforum ms01 nodes. few days ago i do bond 10g interfaces. this was the issue. once i remove bonds - everything started to work as expected.

@to4ko commented on GitHub (Jan 1, 2025): > > https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Finstall.func#L140-L178 > > it looks like it's crashing while checking lxc hostname > > https://github.com/community-scripts/ProxmoxVE/blob/ff660eaabbe195298d0585d595a60ed86d6f459f/misc/install.func#L125 > > from what i see - hostname set correct (according to console). kinda strange. will digg deeper issue found - i'm running proxmox on minisforum ms01 nodes. few days ago i do bond 10g interfaces. this was the issue. once i remove bonds - everything started to work as expected.
Author
Owner

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

So no Script issue and close the issue or do you have an Check for this (Output for another Users)?

@MickLesk commented on GitHub (Jan 1, 2025): So no Script issue and close the issue or do you have an Check for this (Output for another Users)?
Author
Owner

@to4ko commented on GitHub (Jan 1, 2025):

Confirmed. No Script issue. Confirmed with friend of mine. Thanks!

@to4ko commented on GitHub (Jan 1, 2025): Confirmed. No Script issue. Confirmed with friend of mine. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#275