You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- OS: Ubuntu 24.04
- How docker service was installed: apt install docker.io
CPU architecture
x86-64
Docker creation
I don't have access to it, I installed it from a linuxserver.io template in Portainer.
Container logs
No errors related to pwsh.
If your issue-posting wasn't so strict I could have reported the wrong pwsh permissions much more easily. Also, If you hadn't locked the previous issue that reported this problem I could just have added the comment to chmod a+x /powershell/pwsh generating much less global warming.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Name of mod
powershell
Name of base container
code-server
Current Behavior
pwsh lacks executable permission, fails to run
after chmod a+x pwsh everything works fine and I can open powershell from the VSCode terminal
Expected Behavior
pwsh should be executable
Steps To Reproduce
When opening pwsh in the VSCode terminal:
pwsh execvp(3) failed.: Permission denied
Going back to bash:
Now, when opening pwsh from the VSCode terminal:
Environment
CPU architecture
x86-64
Docker creation
I don't have access to it, I installed it from a linuxserver.io template in Portainer.
Container logs
No errors related to pwsh. If your issue-posting wasn't so strict I could have reported the wrong pwsh permissions much more easily. Also, If you hadn't locked the previous issue that reported this problem I could just have added the comment to chmod a+x /powershell/pwsh generating much less global warming.
The text was updated successfully, but these errors were encountered: