-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Rstudio not connect to the r session #17533
Comments
Just want to confirm you’re not actually using 22.12.4.2 or prior for SCALE |
yes, i`m using Version: |
I think this is related to the issue of persistence, I also had the same problem. Adding the user "rstudio" However, when you restart the container your data does not persist therefor you have to do this on every reboot. I have a temporary work around by forking the repo and adding a script to do this on startup but this needs a proper solution as there's a bunch more stuff that I think should persist with reboot too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
Not stale, just hasn’t been fixed yet. Issue still exists and has to be worked around. |
Closing as SCALE isnt a supported platform any longer. Feel free to open a new Issue if the issue persists on one of the currently supported platforms. |
Fix will be available on all Kubernetes Platforms. But as SCALE is no longer supported. This fix wont reach SCALE users |
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes #17533 Container deletes default user and tries to create new user with this UID. So can't be root (0). Container still needs root as it uses s6-overlay **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ]⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Tested on my local talos-cluster **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ]⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists |
App Name
Could not connect to the r session
Operating System
TrueNAS SCALE 22.12.4.1 or prior
App Version
4.3.2
Application Events
Application Logs
Application Configuration
I attempted a default install
Describe the bug
When i config User name and User password i have a login page, but i have Error: Incorrect or invalid username/password.
When i config to disable auth i have a error for could not connect to the R session on Rstudio.
To Reproduce
1 - default install = incorrect username /password.
2 - with no auth it shows the error could not connect to the r session
Expected Behavior
the user and password configured in app config run in the login page.
the no auth checked box run the rstudio with no auth and conect to rbase
Screenshots
Additional Context
none
I've read and agree with the following
The text was updated successfully, but these errors were encountered: