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

TLJH Installer --showprogress-page param does not work #827

Closed
gs-scooter opened this issue Aug 19, 2022 · 2 comments · Fixed by #835
Closed

TLJH Installer --showprogress-page param does not work #827

gs-scooter opened this issue Aug 19, 2022 · 2 comments · Fixed by #835
Labels
bug Something isn't working

Comments

@gs-scooter
Copy link

Bug description

Customizing TLJH installer command line with the documented --showprogress-page parameter is not supported.

Expected behaviour

The installer command is executed successfully and the progress page appears on the hub UI.

Actual behaviour

Following is the output log:

[  115.151555] cloud-init[1929]: Running TLJH installer...
[  115.431584] cloud-init[1929]: usage: installer.py [-h] [--admin [ADMIN [ADMIN ...]]]
[  115.433164] cloud-init[1929]:                     [--user-requirements-txt-url USER_REQUIREMENTS_TXT_URL]
[  115.434901] cloud-init[1929]:                     [--plugin [PLUGIN [PLUGIN ...]]]
[  115.434972] cloud-init[1929]:                     [--progress-page-server-pid PROGRESS_PAGE_SERVER_PID]
[  115.435016] cloud-init[1929]: installer.py: error: unrecognized arguments: --showprogress-page
[  115.477198] cloud-init[1929]: Cloud-init v. 22.2-0ubuntu1~18.04.1 running 'modules:final' at Fri, 19 Aug 2022 19:58:47 +0000. Up 28.97 seconds.
[  115.478538] cloud-init[1929]: 2022-08-19 20:00:15,227 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)
[  115.482540] cloud-init[1929]: 2022-08-19 20:00:15,232 - util.py[WARNING]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_scripts_user.py'>) failed

How to reproduce

Create an AWS cloud formation template that has the command line as part of the UserData section of launching a new instance.

Your personal set up

  • OS: Ubuntu 18.04 AMI on AWS
  • Version(s): Attempting to install latest TLJH
@gs-scooter gs-scooter added the bug Something isn't working label Aug 19, 2022
@welcome
Copy link

welcome bot commented Aug 19, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@luong-komorebi
Copy link
Contributor

because the right argument would be --show-progress-page instead of --showprogress-page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants