[GH-ISSUE #10708] Cockpit does not support Debian 13, script does not give option to use Debian 12 #2305

Closed
opened 2026-02-26 12:51:59 +03:00 by kerem · 10 comments
Owner

Originally created by @alex8654 on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10708

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Cockpit

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cockpit.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

8.4

📝 Provide a clear and concise description of the issue.

Cockpit does not support Debian 13. The script does not give an option to use Debian 12. At the end of the installation it mentions Cockpit does not support Debian 13, and just asks to continue or cancel:

Debian 13 is not officially supported by 45Drives yet, would you like to continue anyway? <y/N>

🔄 Steps to reproduce the issue.

Just need to run the deployment script with advanced settings

Paste the full error output (if available).

Debian 13 is not officially supported by 45Drives yet, would you like to continue anyway? <y/N>

🖼️ Additional context (optional).

No response

Originally created by @alex8654 on GitHub (Jan 11, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10708 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Cockpit ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cockpit.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 8.4 ### 📝 Provide a clear and concise description of the issue. Cockpit does not support Debian 13. The script does not give an option to use Debian 12. At the end of the installation it mentions Cockpit does not support Debian 13, and just asks to continue or cancel: Debian 13 is not officially supported by 45Drives yet, would you like to continue anyway? <y/N> ### 🔄 Steps to reproduce the issue. Just need to run the deployment script with advanced settings ### ❌ Paste the full error output (if available). Debian 13 is not officially supported by 45Drives yet, would you like to continue anyway? <y/N> ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:51:59 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jan 11, 2026):

https://github.com/community-scripts/ProxmoxVE/pull/8119

@burgerga ?

<!-- gh-comment-id:3735254097 --> @MickLesk commented on GitHub (Jan 11, 2026): https://github.com/community-scripts/ProxmoxVE/pull/8119 @burgerga ?
Author
Owner

@tremor021 commented on GitHub (Jan 11, 2026):

@alex8654 so what happens when you answer yes?

<!-- gh-comment-id:3735501378 --> @tremor021 commented on GitHub (Jan 11, 2026): @alex8654 so what happens when you answer yes?
Author
Owner

@burgerga commented on GitHub (Jan 11, 2026):

You can use debian 12 by using var_version=12 in front of the command.

IIRC in the Discord we discussed that we would not offer the choice in the menu between different versions of Debian (for maintenance reasons?)

EDIT: to clarify: Cockpit does support Debian 13, the 45Drives extensions (made by 45Drives) do not support Debian 13 (yet). People also use Cockpit without 45Drives which is why Debian 13 is the default.

<!-- gh-comment-id:3735598967 --> @burgerga commented on GitHub (Jan 11, 2026): You can use debian 12 by using `var_version=12` in front of the command. IIRC in the Discord we discussed that we would not offer the choice in the menu between different versions of Debian (for maintenance reasons?) EDIT: to clarify: Cockpit does support Debian 13, the 45Drives **extensions** (made by 45Drives) do not support Debian 13 (yet). People also use Cockpit without 45Drives which is why Debian 13 is the default.
Author
Owner

@burgerga commented on GitHub (Jan 11, 2026):

@tremor021 If you answer yes, it more or less works (the file sharing part at least). Some small things don't (such as seeing when a user last logged in, because of replaced packages in Debian 13 (see https://github.com/45Drives/cockpit-identities/issues/9).

<!-- gh-comment-id:3735619580 --> @burgerga commented on GitHub (Jan 11, 2026): @tremor021 If you answer yes, it more or less works (the file sharing part at least). Some small things don't (such as seeing when a user last logged in, because of replaced packages in Debian 13 (see https://github.com/45Drives/cockpit-identities/issues/9).
Author
Owner

@tremor021 commented on GitHub (Jan 11, 2026):

Maybe then we should revert this back to debian 12 as default, so it has full functionality with 45drives stuff.
Once they include support for Debian 13, its simple change to bump the script to it.

<!-- gh-comment-id:3735773151 --> @tremor021 commented on GitHub (Jan 11, 2026): Maybe then we should revert this back to debian 12 as default, so it has full functionality with 45drives stuff. Once they include support for Debian 13, its simple change to bump the script to it.
Author
Owner

@burgerga commented on GitHub (Jan 12, 2026):

There are people using Cockpit without those extensions, so they would benefit from Debian 13, but I'm fine either way (I myself am using the extensions, so I used this var_version=12 method to install Debian 12, so it's a very easy change). Is offering a choice in the Advanced install still out of the question?

<!-- gh-comment-id:3737778671 --> @burgerga commented on GitHub (Jan 12, 2026): There are people using Cockpit without those extensions, so they would benefit from Debian 13, but I'm fine either way (I myself am using the extensions, so I used this `var_version=12` method to install Debian 12, so it's a very easy change). Is offering a choice in the Advanced install still out of the question?
Author
Owner

@MickLesk commented on GitHub (Jan 12, 2026):

Yes. We removed this months ago

<!-- gh-comment-id:3737833743 --> @MickLesk commented on GitHub (Jan 12, 2026): Yes. We removed this months ago
Author
Owner

@alex8654 commented on GitHub (Jan 12, 2026):

I believe most people will use some if not most of the plugins. I believe the scripts are made to facilitate the deployment. It would be better than by default use Debian 12, and then on the page describing the script mention you can use the additional command argument to install version 13 as an option.

<!-- gh-comment-id:3738077648 --> @alex8654 commented on GitHub (Jan 12, 2026): I believe most people will use some if not most of the plugins. I believe the scripts are made to facilitate the deployment. It would be better than by default use Debian 12, and then on the page describing the script mention you can use the additional command argument to install version 13 as an option.
Author
Owner

@alex8654 commented on GitHub (Jan 12, 2026):

There are people using Cockpit without those extensions, so they would benefit from Debian 13, but I'm fine either way (I myself am using the extensions, so I used this var_version=12 method to install Debian 12, so it's a very easy change). Is offering a choice in the Advanced install still out of the question?

it would be beneficial to have this instruction as an option on the webpage of the script

<!-- gh-comment-id:3738083138 --> @alex8654 commented on GitHub (Jan 12, 2026): > There are people using Cockpit without those extensions, so they would benefit from Debian 13, but I'm fine either way (I myself am using the extensions, so I used this `var_version=12` method to install Debian 12, so it's a very easy change). Is offering a choice in the Advanced install still out of the question? it would be beneficial to have this instruction as an option on the webpage of the script
Author
Owner
<!-- gh-comment-id:3738153789 --> @MickLesk commented on GitHub (Jan 12, 2026): https://github.com/community-scripts/ProxmoxVE/blob/main/docs/guides/DEFAULTS_SYSTEM_GUIDE.md#available-variables
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/ProxmoxVE#2305
No description provided.