"Checking storage template" renders over interactive display #1779

Open
opened 2025-11-20 05:17:13 -05:00 by saavagebueno · 27 comments
Owner

Originally created by @csuich2 on GitHub (Aug 24, 2025).

Have you read and understood the above guidelines?

yes

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

Adguard (default)

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

When I try to create a new Adguard CT via the default script a black line with text is rendered over the TUI/interactive display making part of the screen unreadable.

🔄 Steps to reproduce the issue.

  1. Connect to proxmox web ui
  2. Select my node's shell
  3. Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adguard.sh)"
  4. Select Default Settings
  5. See screenshot 1
  6. Try to tab to cancel
  7. See screenshot 2

Note:
If I select `Default Settings (with verbose) at step 4 things render fine (see screenshot 3).

Paste the full error output (if available).

n/a

🖼️ Additional context (optional).

Proxmox version 8.4.11

Screenshot 1:
Image

Screenshot 2:
Image

Screenshot 3:
Image

Originally created by @csuich2 on GitHub (Aug 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Adguard (default) ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adguard.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When I try to create a new Adguard CT via the default script a black line with text is rendered over the TUI/interactive display making part of the screen unreadable. ### 🔄 Steps to reproduce the issue. 1. Connect to proxmox web ui 2. Select my node's shell 3. Run `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adguard.sh)"` 4. Select `Default Settings` 5. See screenshot 1 6. Try to tab to cancel 7. See screenshot 2 Note: If I select `Default Settings (with verbose) at step 4 things render fine (see screenshot 3). ### ❌ Paste the full error output (if available). n/a ### 🖼️ Additional context (optional). Proxmox version 8.4.11 Screenshot 1: <img width="1244" height="1030" alt="Image" src="https://github.com/user-attachments/assets/5e610e01-8f9b-4fce-97cb-1fc1fe5c0e1e" /> Screenshot 2: <img width="1242" height="1026" alt="Image" src="https://github.com/user-attachments/assets/623c5075-05d9-4ed3-8f2d-a8b7b4685534" /> Screenshot 3: <img width="1220" height="1028" alt="Image" src="https://github.com/user-attachments/assets/6442c41a-93f0-492f-9180-6d1d9195217c" />
saavagebueno added the bugImplemented in VED waiting push to Main labels 2025-11-20 05:17:13 -05:00
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

Why are you censoring the storage devices?

It would have been useful to see what types of storage devices you have, because normally the first dialog box should not appear.

@MickLesk commented on GitHub (Aug 25, 2025): Why are you censoring the storage devices? It would have been useful to see what types of storage devices you have, because normally the first dialog box should not appear.
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

Fair enough. Just a habit when uploading things online. I updated the images.

@csuich2 commented on GitHub (Aug 25, 2025): Fair enough. Just a habit when uploading things online. I updated the images.
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

can you check again? ive comment the line out, does all working?

@MickLesk commented on GitHub (Aug 25, 2025): can you check again? ive comment the line out, does all working?
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

No, now the Validating storage message is in its place.

Image
@csuich2 commented on GitHub (Aug 25, 2025): No, now the `Validating storage` message is in its place. <img width="1219" height="1025" alt="Image" src="https://github.com/user-attachments/assets/5bd9de50-d983-4885-abd9-7252409ea123" />
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

you are to fast, there is no msg ^^

edit: oh wait, validating storage? that some lines above (one of the last msg's in this tool), after checked the file. How you get this message?

@MickLesk commented on GitHub (Aug 25, 2025): you are to fast, there is no msg ^^ edit: oh wait, validating storage? that some lines above (one of the last msg's in this tool), after checked the file. How you get this message?
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

I followed the same steps as the original report. Same behavior, but different text.

@csuich2 commented on GitHub (Aug 25, 2025): I followed the same steps as the original report. Same behavior, but different text.
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

if you select an storage - working? i cant reproduce

@MickLesk commented on GitHub (Aug 25, 2025): if you select an storage - working? i cant reproduce
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

I cannot see what I'm selecting, but yes, picking a row works. The next screen for picking a storage pool for the actual container storage does not have this issue.

Do you only have one storage pool for container templates so that screen is skipped?

Image
@csuich2 commented on GitHub (Aug 25, 2025): I cannot see what I'm selecting, but yes, picking a row works. The next screen for picking a storage pool for the actual container storage does *not* have this issue. Do you only have one storage pool for container templates so that screen is skipped? <img width="1219" height="1021" alt="Image" src="https://github.com/user-attachments/assets/4c4b2c9f-18c8-4d01-99e5-1c300dd8cbbe" />
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

I think, ive 7 LVM/zfs Pools, but i think only one for Templates. I Check it later

@MickLesk commented on GitHub (Aug 25, 2025): I think, ive 7 LVM/zfs Pools, but i think only one for Templates. I Check it later
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

i get it. i build the fix in dev repo and check there

@MickLesk commented on GitHub (Aug 25, 2025): i get it. i build the fix in dev repo and check there
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

Can you check it with default debian package here?

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

@MickLesk commented on GitHub (Aug 25, 2025): Can you check it with default debian package here? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

Same result with bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)".

@csuich2 commented on GitHub (Aug 25, 2025): Same result with `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"`.
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

Are you Sure? Can you Post an Screenshot? Before / after selec

@MickLesk commented on GitHub (Aug 25, 2025): Are you Sure? Can you Post an Screenshot? Before / after selec
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

Image Image Image
@csuich2 commented on GitHub (Aug 25, 2025): <img width="1212" height="869" alt="Image" src="https://github.com/user-attachments/assets/9560bec6-660f-40ce-8387-7ee1d6e27e75" /> <img width="1220" height="1022" alt="Image" src="https://github.com/user-attachments/assets/c62b99e0-0410-4e1a-b17d-83021e76e231" /> <img width="1223" height="1024" alt="Image" src="https://github.com/user-attachments/assets/59f04c8d-e8e8-46f8-a4f3-9763f1f5d2c7" />
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

Hm i have the Same config and the dialogue.

@MickLesk commented on GitHub (Aug 25, 2025): Hm i have the Same config and the dialogue.
Author
Owner

@MickLesk commented on GitHub (Aug 25, 2025):

next try please

Image
@MickLesk commented on GitHub (Aug 25, 2025): next try please <img width="726" height="448" alt="Image" src="https://github.com/user-attachments/assets/42be02e4-ed0f-4f62-926d-706fdf2dc05e" />
Author
Owner

@csuich2 commented on GitHub (Aug 25, 2025):

That did it!

Image
@csuich2 commented on GitHub (Aug 25, 2025): That did it! <img width="1226" height="1024" alt="Image" src="https://github.com/user-attachments/assets/fa14a8f4-5eee-474c-b138-c6667592615d" />
Author
Owner

@foxy82 commented on GitHub (Aug 31, 2025):

I'm seeing the same for both Influx and Docker LXC - what is the fix?

At the moment selecting the "Default Settings (with Verbose)" seems to not have the issue.

@foxy82 commented on GitHub (Aug 31, 2025): I'm seeing the same for both Influx and Docker LXC - what is the fix? At the moment selecting the "Default Settings (with Verbose)" seems to not have the issue.
Author
Owner

@MickLesk commented on GitHub (Aug 31, 2025):

Just choose with Space and enter. Fix will be pushed in next weeks (with Feature Bump)

@MickLesk commented on GitHub (Aug 31, 2025): Just choose with Space and enter. Fix will be pushed in next weeks (with Feature Bump)
Author
Owner

@nickhelion commented on GitHub (Sep 13, 2025):

No, now the Validating storage message is in its place.

Image

I have the exact same "validating storage" on homeassistant. Will the fix come soon?

@nickhelion commented on GitHub (Sep 13, 2025): > No, now the `Validating storage` message is in its place. > > <img alt="Image" width="1219" height="1025" src="https://private-user-images.githubusercontent.com/1966632/481617856-5bd9de50-d983-4885-abd9-7252409ea123.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTc3NDQxMjgsIm5iZiI6MTc1Nzc0MzgyOCwicGF0aCI6Ii8xOTY2NjMyLzQ4MTYxNzg1Ni01YmQ5ZGU1MC1kOTgzLTQ4ODUtYWJkOS03MjUyNDA5ZWExMjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDkxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTA5MTNUMDYxMDI4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTFkZTQxMWFiZmRjMmY0MjgzNTRhZDcyYTY3YWE1MGFjOWJjNzk2OWNlMjQ2MDQ0NjNkMjQ5MWE4MTY2NzY5OSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.A23thdA6VrIZPbQIabofHT6eMQmVPkmpkJBHG0CWOSs"> I have the exact same "validating storage" on homeassistant. Will the fix come soon?
Author
Owner

@MickLesk commented on GitHub (Sep 13, 2025):

Next week, its just an Display Bug, Not critical.

@MickLesk commented on GitHub (Sep 13, 2025): Next week, its just an Display Bug, Not critical.
Author
Owner

@Dan1jel commented on GitHub (Sep 13, 2025):

Next week, its just an Display Bug, Not critical.

I assume it is common sense but willy ou update this thread when the realese / update / fix is out?

@Dan1jel commented on GitHub (Sep 13, 2025): > Next week, its just an Display Bug, Not critical. I assume it is common sense but willy ou update this thread when the realese / update / fix is out?
Author
Owner

@MickLesk commented on GitHub (Sep 13, 2025):

Will be closed Automatic If merged

@MickLesk commented on GitHub (Sep 13, 2025): Will be closed Automatic If merged
Author
Owner

@fbloemhof commented on GitHub (Oct 12, 2025):

Will be closed Automatic If merged

Is there any sight when this will be?

@fbloemhof commented on GitHub (Oct 12, 2025): > Will be closed Automatic If merged Is there any sight when this will be?
Author
Owner

@MickLesk commented on GitHub (Oct 12, 2025):

Next weeks, its Just an Display Thing, Not critical, Just hit Space and enter

@MickLesk commented on GitHub (Oct 12, 2025): Next weeks, its Just an Display Thing, Not critical, Just hit Space and enter
Author
Owner

@fbloemhof commented on GitHub (Oct 13, 2025):

I have multiple storage locations, the "bar" overlaps the name so it is a little gambling what I select.

@fbloemhof commented on GitHub (Oct 13, 2025): I have multiple storage locations, the "bar" overlaps the name so it is a little gambling what I select.
Author
Owner

@MickLesk commented on GitHub (Oct 13, 2025):

Its Always the First (local or local-lvm). If you run Dev Script you see the First, thats Always the First

@MickLesk commented on GitHub (Oct 13, 2025): Its Always the First (local or local-lvm). If you run Dev Script you see the First, thats Always the First
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1779