-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β 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