Skip to content

[BUG] Error creating web-check lxc #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bewA opened this issue Feb 27, 2025 · 3 comments
Closed

[BUG] Error creating web-check lxc #196

bewA opened this issue Feb 27, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@bewA
Copy link

bewA commented Feb 27, 2025

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

Image

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

@bewA bewA added the bug Something isn't working label Feb 27, 2025
@bewA
Copy link
Author

bewA commented Feb 27, 2025

the issue looks the same as the original approved PR/commit here: community-scripts/ProxmoxVE#2662

@jordan-dalby
Copy link
Owner

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.

@bewA
Copy link
Author

bewA commented Feb 27, 2025

oh i have no idea why i created it here! sorry!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants