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

Warp does not work for no login shell users #43

Open
josepajay opened this issue Jul 22, 2019 · 1 comment
Open

Warp does not work for no login shell users #43

josepajay opened this issue Jul 22, 2019 · 1 comment

Comments

@josepajay
Copy link

Create a user with no login shell and no bin/bash

sudo useradd -r subversion

I am trying to create a systemd service which will be executed by a user of this category.

Executing the warped application using this user

sudo -u subversion ./warped

creates error

Error: Custom { kind: Other, error: StringError("no tarball found inside binary")

Is there a way run warped dotnet applications for users with no login shell users / no bin/bash users?

@lastlink
Copy link

from some of the notes it looks like warp places files in a .local cache for the users when it runs for the first time, maybe this is why it doesn't work for a no login user.

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

2 participants