You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i selected default settings and selected my storage and let it continue
Expected behavior
Complete the installation/deployment of the LXC
Screenshots
Platform
pve-manager/8.2.7
Additional context
Here's the text of the screenshot
✔️ Built Web-Check
Creating Service bash: line 111: DISPLAY: unbound variable
⠙
[ERROR] in line 111: exit code 0: while executing command cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
The text was updated successfully, but these errors were encountered:
Hi @bewA
This seems to be an issue with the Proxmox VE scripts, not with ByteStash. Perhaps your issue is better asked there?
If it turns out to be a ByteStash issue I'm happy to help fix it, but I don't run Proxmox so can't investigate this further.
Describe the bug
When creating the web-check lxc an error ocurrs towards the end of the deployment
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/web-check.sh)"
To Reproduce
Run the usual script
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/web-check.sh)"
i selected default settings and selected my storage and let it continue
Expected behavior
Complete the installation/deployment of the LXC
Screenshots
Platform
pve-manager/8.2.7
Additional context
Here's the text of the screenshot
✔️ Built Web-Check
Creating Service bash: line 111: DISPLAY: unbound variable
⠙
[ERROR] in line 111: exit code 0: while executing command cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
The text was updated successfully, but these errors were encountered: