-
Notifications
You must be signed in to change notification settings - Fork 381
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
Comments
Hi, has it ever worked? I have never used it since I just use pm2 ... |
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? |
Hi,
Thank you for your reply.
The error appeared when I was generating deepstream.service linux systemd
service via the command line: deepstream service add ...
The problem is that this command generates deepstream daemon instead of
deepstream start in the deepstream.service file.
I agree you with that the feature should be removed because we're using
process mangers like pm2 or systemd or others. Just we need to fix the
deepsteam.service generator so it generates start instead of daemon.
As for testings, I'm using the binary version, will try some code when I'll
be in office today.
Thank you
…On Mon, Feb 27, 2023, 23:31 jaime echegaray zipper ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#1129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATKH2TTWJRDSVOQAGTXCZ3WZUTKLANCNFSM6AAAAAAVHD4BKE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
it should be fixed on v7.0.3, please reopen if you still have issues |
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
The text was updated successfully, but these errors were encountered: