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

help command fails while dns is not available #171

Open
lfuelling opened this issue Dec 1, 2024 · 3 comments
Open

help command fails while dns is not available #171

lfuelling opened this issue Dec 1, 2024 · 3 comments

Comments

@lfuelling
Copy link

During a restart of my local DNS (the one the PDS server is using) I was unable to run the help command:

root@vm:~# pdsadmin help
curl: (6) Could not resolve host: raw.githubusercontent.com
ERROR: help not found
@sparksis
Copy link

sparksis commented Dec 1, 2024

Probably as expected as designed. The pdsadmin command downloads script for each of the top level commands account, help. This appears to be a way to ensure that the pdsadmin command is always fully up to date

@lfuelling
Copy link
Author

To be honest, I'd expeect a cached version to execute in case the local DNS is down.

@pfaffman
Copy link

pfaffman commented Dec 2, 2024

Whether it makes sense to pull down those commands at every run aside, I don't expect much of anything on a web-based service to work if DNS is down.

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