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

Problems for configuring apps with the hypervisor API #469

Closed
Senyoret1 opened this issue Aug 12, 2020 · 1 comment · Fixed by #471
Closed

Problems for configuring apps with the hypervisor API #469

Senyoret1 opened this issue Aug 12, 2020 · 1 comment · Fixed by #471
Labels
bug Something isn't working

Comments

@Senyoret1
Copy link
Contributor

Describe the bug
If you try to configure the skysocks-client or the skysocks app using the hypervisor API, the operation will end with an error.

Environment information:

  • OS: Linux (Ubuntu 18.04.1)
  • Platform: Linux 4.15.0-65-generic x86_64

Steps to Reproduce
Steps to reproduce the behavior:

  1. Start some nodes with make integration-run-proxy.
  2. Call PUT https://localhost:4200/api/visors/031b80cd5773143a39d940dc0710b93dcccc262a85108018a7a95ab9af734f8055/apps/skysocks-client with {"pk":"024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7"} as arguments, to try to change the public key of the proxy. It will return rpc: can't find method app-visor.SetSocksClientPK.
  3. Call PUT https://localhost:4200/api/visors/024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7/apps/skysocks with {"passcode":""} to try to change the password. It will return failed to start skysocks: fork/exec bin/apps/skysocks: no such file or directory

Actual behavior
The operations fail.

Expected behavior
The aperation should finish without problems and the configuration should be updated.

Additional context
The apps appear as running in the manager.

@Senyoret1 Senyoret1 added the bug Something isn't working label Aug 12, 2020
@jdknives
Copy link
Member

@Senyoret1 seems to me to be closed by #471 Reopen if there are further issues.

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