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

starting deepstream as daemon fails #1129

Closed
slachtar opened this issue Feb 24, 2023 · 4 comments
Closed

starting deepstream as daemon fails #1129

slachtar opened this issue Feb 24, 2023 · 4 comments

Comments

@slachtar
Copy link
Contributor

slachtar commented Feb 24, 2023

Describe the bug
when starting deepstream as daemon, it fails.

To Reproduce
./deepstream daemon

node:internal/modules/cjs/loader:949
throw err;
^

Error: Cannot find module '/opt/deepstream/start'
at Module._resolveFilename (node:internal/modules/cjs/loader:946:15)
at Function._resolveFilename (pkg/prelude/bootstrap.js:1955:46)
at Module._load (node:internal/modules/cjs/loader:787:27)
at Function.runMain (pkg/prelude/bootstrap.js:1983:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v18.5.0

Expected behavior
start ds

Screenshots

Server version
DS 7.0.1 on ubuntu 20.04

@jaime-ez
Copy link
Collaborator

Hi, has it ever worked? I have never used it since I just use pm2 ...
Maybe it's best to eliminate that feature altogether and suggest using pm2, forever or any other process manager?

@jaime-ez
Copy link
Collaborator

Hi, just made a release with a bug fix that was working locally on my machine, but when downloading the binary from github it doesnt. Can you check if it works for you?

@slachtar
Copy link
Contributor Author

slachtar commented Feb 28, 2023 via email

@jaime-ez
Copy link
Collaborator

jaime-ez commented Mar 2, 2023

it should be fixed on v7.0.3, please reopen if you still have issues

@jaime-ez jaime-ez closed this as completed Mar 2, 2023
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