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

Ryot crash since 6.9.3 #951

Closed
MyWay opened this issue Aug 8, 2024 · 1 comment · Fixed by #939
Closed

Ryot crash since 6.9.3 #951

MyWay opened this issue Aug 8, 2024 · 1 comment · Fixed by #939

Comments

@MyWay
Copy link

MyWay commented Aug 8, 2024

Hi,
until version 6.9.2 everything was working fine for me, but since 6.9.3 I'm getting:

[backend] /bin/sh: 1: /usr/local/bin/ryot: Exec format error
[backend] BACKEND_PORT=5000 /usr/local/bin/ryot exited with code 126
--> Sending SIGTERM to other processes..
node:events:492
      throw er; // Unhandled 'error' event
      ^

Error: spawn ps ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at ChildProcess._handle.onexit (node:internal/child_process:292:12)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn ps',
  path: 'ps',
  spawnargs: [ '-o', 'pid', '--no-headers', '--ppid', 14 ]
}

Node.js v20.10.0
[backend] /bin/sh: 1: /usr/local/bin/ryot: Exec format error
[backend] BACKEND_PORT=5000 /usr/local/bin/ryot exited with code 126
--> Sending SIGTERM to other processes..
node:events:492
      throw er; // Unhandled 'error' event
      ^

Error: spawn ps ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at ChildProcess._handle.onexit (node:internal/child_process:292:12)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn ps',
  path: 'ps',
  spawnargs: [ '-o', 'pid', '--no-headers', '--ppid', 14 ]
}

Node.js v20.10.0

Maybe it's an issue with the ARM version?

@IgnisDa
Copy link
Owner

IgnisDa commented Aug 8, 2024

Will be fixed by #939.

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

Successfully merging a pull request may close this issue.

2 participants