k0baya / X-for-serv00

Xray-for-Serv00
MIT License
346 stars 128 forks source link

s8跟着教程跑 #43

Closed soakit closed 1 month ago

soakit commented 1 month ago

status页面直接就无响应

soakit commented 1 month ago

8月初还可以的。

今天看了下就是不行

soakit commented 1 month ago

手动去把服务启动,也起不来。

$ node app.js
node:events:495
      throw er; // Unhandled 'error' event
      ^

Error: listen EPERM: operation not permitted 0.0.0.0:3000
    at Server.setupListenHandle [as _listen2] (node:net:1800:21)
    at listenInCluster (node:net:1865:12)
    at Server.listen (node:net:1953:7)
    at Function.listen (/usr/home/soakit/domains/soakit.serv00.net/public_nodejs/node_modules/express/lib/application.js:635:24)
    at Object.<anonymous> (/usr/home/soakit/domains/soakit.serv00.net/public_nodejs/app.js:235:5)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1844:8)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'EPERM',
  errno: -1,
  syscall: 'listen',
  address: '0.0.0.0',
  port: 3000
}

Node.js v18.20.4

试了下,3000端口也不让开。能跑起来的原理是啥,有文档不?

image

k0baya commented 1 month ago

原理是使用Phusion Passenger。信息太少了,无法判断出了什么问题,我也不知道怎么办。