Skip to content
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

"✗ No Dashy Installation Found!" when trying to update LXC #1121

Closed
1 of 2 tasks
vdiogo opened this issue Dec 31, 2024 · 22 comments
Closed
1 of 2 tasks

"✗ No Dashy Installation Found!" when trying to update LXC #1121

vdiogo opened this issue Dec 31, 2024 · 22 comments

Comments

@vdiogo
Copy link

vdiogo commented Dec 31, 2024

✅ Have you read and understood the above guidelines?

yes

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

dashy

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/dashy.sh)"

📝 Provide a clear and concise description of the issue.

I installed Dashy via the helper scripts from TTEck and when I try to do an update, either by "update" or by pasting the command within the lxc shell an error message appears "No Dashy Installation Found" - even though dashy is installed and working well.

I have also tried creating a new container and starting from scratch (install Dashy and import the configuration) but get error also:
image

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Access the lxc console
  2. write update and press enter OR past the script command

❌ Paste the full error output (if available).

✗ No Dashy Installation Found!

🖼️ Additional context (optional).

image
@MickLesk
Copy link
Member

  1. issue: Check if this exists: cd /opt/dashy and then do an ls -a, whats the output?
  2. issue: you dont have installed curl or have an massive dns issue on your proxmox, therefore you cant execute the bash script. The outputs are not normal and thats not a script issue

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

  1. issue: Check if this exists: cd /opt/dashy and then do an ls -a, whats the output?
  2. issue: you dont have installed curl or have an massive dns issue on your proxmox, therefore you cant execute the bash script. The outputs are not normal and thats not a script issue

Thanks for the prompt reply.

  1. See print screen -bash: cd: /opt/dashy: No such file or directory:
image
  1. Apologies, how can I check if I have curl installed and/ or troubleshoot DNS issues in my proxmox?

@MickLesk
Copy link
Member

  1. are you sure, thats an tteck script? dashy would be installed in /opt/ - looks not like an helper script?

  2. apt-get install curl on proxmox node

@MickLesk
Copy link
Member

ive looked the history, in 2023 and early 2024 it was in /dashy, tteck changed it into /opt/dashy

save your configuration of dashy, copy or move the folder to /opt, or create an new lxc

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

1. are you sure, thats an tteck script? dashy would be installed in /opt/ - looks not like an helper script?
Yes, quite positive as all my lxc were installed using tteck scripts

2. apt-get install curl on proxmox node
Done and indeed curl was not installed.
Get same result upon trying to run the script on the newly created lxc (102) or running the same script in the existing contaoiner (109)
image

image

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

As a matter of adding more info, I performed the following steps when trying to update:

  1. Accessed the existing container console
  2. Entered the command bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/dashy.sh)" add update
  3. Get displayed with this window and click Yes:
image 4. Get to this screen: image

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

ive looked the history, in 2023 and early 2024 it was in /dashy, tteck changed it into /opt/dashy

save your configuration of dashy, copy or move the folder to /opt, or create an new lxc

Thanks for looking into that. I'm trying to install it on a new lxc (102) but get an error (see above)

@MickLesk
Copy link
Member

not in the container, run this in proxmox shell (curl, wget ...)
=> apt-get install

after this bash -c

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

not in the container, run this in proxmox shell (curl, wget ...) => apt-get install

after this bash -c

Sorry, yes that's what I did:

  1. Run apt-get install in the pve shell
  2. Run bash -c... in the container

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

image
image

@MickLesk
Copy link
Member

Can you reboot? Something is broken on your Proxmox

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

Can you reboot? Something is broken on your Proxmox

Done (rebooted proxmox)... same result :/

@MickLesk
Copy link
Member

Other Scripts works? Like Debian LXC or something?

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

Debian didn't worked on my new lxc (102) so I decided creating a new lxc with a different template and run the Debian script... and seems to have worked, until a point where a prompt asked if I wanted to update a security patch to which I answered yes, and been waiting for ~2h for it to finish

Previously I have chosen the standard Debian and now selected the second one (tgz format):
image

@vdiogo
Copy link
Author

vdiogo commented Dec 31, 2024

Now I have created a new container (110) skipping that security update installation, and tried the Dashy script, and get this error:

image

@MickLesk
Copy link
Member

You have massive Problems on your Proxmox.

Fix your Proxmox First. I cant Help, its not an Script issue

You cant call LXC's, Update and so on. Looks Like massive DNS Breaks

@vdiogo
Copy link
Author

vdiogo commented Jan 1, 2025

You have massive Problems on your Proxmox.

Fix your Proxmox First. I cant Help, its not an Script issue

You cant call LXC's, Update and so on. Looks Like massive DNS Breaks

Why do you state so firmly that I have DNS issues? What logs gave you that hint?

@MickLesk
Copy link
Member

MickLesk commented Jan 1, 2025

Your call cant call our GitHub build.func

@MekongHigh
Copy link

Previously I have chosen the standard Debian and now selected the second one (tgz format): image

Have you run the install script in the Proxmox VE Shell, or did you first created a lxc and then run install the script in the LXC shell?

@vdiogo
Copy link
Author

vdiogo commented Jan 2, 2025

Previously I have chosen the standard Debian and now selected the second one (tgz format): image

Have you run the install script in the Proxmox VE Shell, or did you first created a lxc and then run install the script in the LXC shell?

I first created the lxc and then ran the script in the lxc shell

@MekongHigh
Copy link

I first created the lxc and then ran the script in the lxc shell

That is not the way these scripts work. These script also create the container.
To create a new Proxmox VE Dashy LXC, run the command below in the Proxmox VE Shell.

@vdiogo
Copy link
Author

vdiogo commented Jan 2, 2025

Ah, now we're talking :) Thanks

image

@MickLesk MickLesk closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants