[GH-ISSUE #481] Onboarding fails on Proxmox with Unsupported OS Version #306

Closed
opened 2026-03-03 11:14:38 +03:00 by kerem · 1 comment
Owner

Originally created by @manikanta9176 on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/481

Originally assigned to: @manikanta9176 on GitHub.

Users get 'Unsupported OS Version' during onboarding when running on Proxmox or LXC containers. This happens because we use lsb_release to detect the OS, but Proxmox doesn’t include it by default.

Quick workaround: users can install it manually with sudo apt update && sudo apt install -y lsb-release.

Expected fix: update onboarding to fallback to /etc/os-release or another method if 'lsb_release' is not available.

Originally created by @manikanta9176 on GitHub (Oct 15, 2025). Original GitHub issue: https://github.com/dflow-sh/dflow/issues/481 Originally assigned to: @manikanta9176 on GitHub. Users get 'Unsupported OS Version' during onboarding when running on Proxmox or LXC containers. This happens because we use `lsb_release` to detect the OS, but Proxmox doesn’t include it by default. Quick workaround: users can install it manually with `sudo apt update && sudo apt install -y lsb-release`. Expected fix: update onboarding to fallback to /etc/os-release or another method if 'lsb_release' is not available.
kerem 2026-03-03 11:14:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@manikanta9176 commented on GitHub (Nov 17, 2025):

This is now fixed. We replaced lsb_release with /etc/os-release as the primary OS detection method, so Proxmox and LXC containers are detected correctly. Closing this issue.

<!-- gh-comment-id:3540221469 --> @manikanta9176 commented on GitHub (Nov 17, 2025): This is now fixed. We replaced lsb_release with /etc/os-release as the primary OS detection method, so Proxmox and LXC containers are detected correctly. Closing this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#306
No description provided.