Alpine-grafana config file issues #1250

Closed
opened 2026-02-04 23:56:29 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @celeroncool on GitHub (Jul 9, 2025).

Have you read and understood the above guidelines?

yes

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

Alpine-Grafana

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-grafana.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.

Multiple errors if you configure Alpine-Grafana with static IP and save the config file, then try installing from said config file:

NS is filled with extra words:
NS="-nameserver=192.168.254.47"

FUSE is missing actual "ENABLE_FUSE":
FUSE="no"

GATE has extra words:
GATE=",gw=192.168.254.1"

IPV6_METHOD is missing completely and results in following error: /dev/fd/63: line 1031: IPV6_METHOD: unbound variable

🔄 Steps to reproduce the issue.

💡 Using Config File on node mdprox01
💡 Using config File: /opt/community-scripts/alpine-grafana.conf
🆔 Container ID: 106
📦 Container Type: Unprivileged
🏠 Hostname: alpine-grafana
💾 Disk Size: 10 GB
🧠 CPU Cores: 4
🛠️ RAM Size: 4096 MiB
🌉 Bridge: vmbr0
📡 IP Address: 192.168.254.21/24
🌐 Gateway IP Address: 192.168.254.1
⚙️ Interface MTU Size: 1500
🔍 DNS Search Domain: Host
📡 DNS Server IP Address: 192.168.254.1
🔗 MAC Address: Host
🏷️ Vlan: Host
🔑 Root SSH Access: no
🗂️ Enable FUSE: No
🔍 Verbose Mode: No
🚀 Creating a Alpine-Grafana LXC using the above settings

Paste the full error output (if available).

/dev/fd/63: line 1031: IPV6_METHOD: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @celeroncool on GitHub (Jul 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Alpine-Grafana ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-grafana.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📝 Provide a clear and concise description of the issue. Multiple errors if you configure Alpine-Grafana with static IP and save the config file, then try installing from said config file: NS is filled with extra words: `NS="-nameserver=192.168.254.47"` FUSE is missing actual "ENABLE_FUSE": `FUSE="no"` GATE has extra words: `GATE=",gw=192.168.254.1"` IPV6_METHOD is missing completely and results in following error: `/dev/fd/63: line 1031: IPV6_METHOD: unbound variable` ### 🔄 Steps to reproduce the issue. 💡 Using Config File on node mdprox01 💡 Using config File: /opt/community-scripts/alpine-grafana.conf 🆔 Container ID: 106 📦 Container Type: Unprivileged 🏠 Hostname: alpine-grafana 💾 Disk Size: 10 GB 🧠 CPU Cores: 4 🛠️ RAM Size: 4096 MiB 🌉 Bridge: vmbr0 📡 IP Address: 192.168.254.21/24 🌐 Gateway IP Address: 192.168.254.1 ⚙️ Interface MTU Size: 1500 🔍 DNS Search Domain: Host 📡 DNS Server IP Address: 192.168.254.1 🔗 MAC Address: Host 🏷️ Vlan: Host 🔑 Root SSH Access: no 🗂️ Enable FUSE: No 🔍 Verbose Mode: No 🚀 Creating a Alpine-Grafana LXC using the above settings ### ❌ Paste the full error output (if available). /dev/fd/63: line 1031: IPV6_METHOD: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 23:56:29 +03:00
Author
Owner

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

you need to increase your old config file. thats not an script issue - there are many changes since this config file is created

=> we dont have added this into new generation of the file until now, its in roadmap, but not priority

@MickLesk commented on GitHub (Jul 9, 2025): you need to increase your old config file. thats not an script issue - there are many changes since this config file is created => we dont have added this into new generation of the file until now, its in roadmap, but not priority
Author
Owner

@celeroncool commented on GitHub (Jul 9, 2025):

Umm, but how do I do that and why am I getting the old config file if I run the latest version and press "save config"?

More issues: /dev/fd/63: line 1077: ENABLE_TUN: unbound variable

@celeroncool commented on GitHub (Jul 9, 2025): Umm, but how do I do that and why am I getting the old config file if I run the latest version and press "save config"? More issues: /dev/fd/63: line 1077: ENABLE_TUN: unbound variable
Author
Owner

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

yeah, you need to add this manually. Config file is at the moment the lowest priority. maybe and of next week by @michelroegl-brunner

@MickLesk commented on GitHub (Jul 9, 2025): yeah, you need to add this manually. Config file is at the moment the lowest priority. maybe and of next week by @michelroegl-brunner
Author
Owner

@celeroncool commented on GitHub (Jul 9, 2025):

FYI: Following fixes enabled me to install the container:

CT_TYPE="1"
DISK_SIZE="10"
CORE_COUNT="4"
RAM_SIZE="4096"
HN="alpine-grafana"
BRG="vmbr0"
APT_CACHER_IP="none"
DISABLEIP6=""
PW='none'
SSH="no"
SSH_AUTHORIZED_KEY=""
VERBOSE="no"
TAGS="community-script;alpine;monitoring"
VLAN="none"
MTU="1500"
GATE="192.168.254.1" # Remove extra words
SD="none"
MAC="none"
NS="192.168.254.1" # Remove extra words
NET="192.168.254.21/24"
ENABLE_FUSE="no" # Renamed FUSE to ENABLE_FUSE
IPV6_METHOD="none" #Added this
ENABLE_TUN="no" #Added this

@celeroncool commented on GitHub (Jul 9, 2025): FYI: Following fixes enabled me to install the container: CT_TYPE="1" DISK_SIZE="10" CORE_COUNT="4" RAM_SIZE="4096" HN="alpine-grafana" BRG="vmbr0" APT_CACHER_IP="none" DISABLEIP6="" PW='none' SSH="no" SSH_AUTHORIZED_KEY="" VERBOSE="no" TAGS="community-script;alpine;monitoring" VLAN="none" MTU="1500" GATE="192.168.254.1" # Remove extra words SD="none" MAC="none" NS="192.168.254.1" # Remove extra words NET="192.168.254.21/24" ENABLE_FUSE="no" # Renamed FUSE to ENABLE_FUSE IPV6_METHOD="none" #Added this ENABLE_TUN="no" #Added this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1250