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

Keys directory was not automatically created #100

Open
blokhin opened this issue Nov 24, 2022 · 2 comments
Open

Keys directory was not automatically created #100

blokhin opened this issue Nov 24, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@blokhin
Copy link
Member

blokhin commented Nov 24, 2022

root@metis:/data/metis-gui# yasetnode 10.99.245.5 --skip-setup
Traceback (most recent call last):
  File "/usr/local/bin/yasetnode", line 8, in <module>
    sys.exit(manage_node())
  File "/usr/local/lib/python3.9/dist-packages/yascheduler/utils.py", line 430, in manage_node
    asyncio.run(_manage_node())
  File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
    return future.result()
  File "/usr/local/lib/python3.9/dist-packages/yascheduler/utils.py", line 414, in _manage_node
    client_keys=config.local.get_private_keys(),
  File "/usr/local/lib/python3.9/dist-packages/yascheduler/config/local.py", line 43, in get_private_keys
    return list(filepaths)
  File "/usr/lib/python3.9/pathlib.py", line 1149, in iterdir
    for name in self._accessor.listdir(self):
FileNotFoundError: [Errno 2] No such file or directory: '/data/yadata/keys'
@blokhin blokhin added the enhancement New feature or request label Nov 24, 2022
@blokhin
Copy link
Member Author

blokhin commented Dec 2, 2022

@knopki this should be easy to fix

@blokhin
Copy link
Member Author

blokhin commented Jun 21, 2024

also #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants