We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@ubuntu:/data# cat /var/log/daed_stderr.log ⨯ Failed to start server Error: listen EADDRINUSE: address already in use :::3000 at Server.setupListenHandle [as listen2] (node:net:1872:16) at listenInCluster (node:net:1920:12) at Server.listen (node:net:2008:7) at /opt/daed/node_modules/.pnpm/[email protected]https://github.com/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/start-server.js:268:16 at new Promise () at startServer (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/server/lib/start-server.js:181:11) at nextStart (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/cli/next-start.js:50:40) at /opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/bin/next:150:54 at async main (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/bin/next:150:5) { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 3000 }
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 798/sshd: /usr/sbin tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 688/systemd-resolve tcp6 0 0 :::2023 :::* LISTEN 2086/dae-wing tcp6 0 0 :::1080 :::* LISTEN 731/sing-box tcp6 0 0 :::22 :::* LISTEN 798/sshd: /usr/sbin tcp6 0 0 :::3000 :::* LISTEN 3653/next-server tcp6 0 0 :::12345 :::* LISTEN 2086/dae-wing
Current Behavior No response
Expected Behavior root@ubuntu:/opt/daed# systemctl status daed.service ● daed.service - daed Service Loaded: loaded (/etc/systemd/system/daed.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-01-06 09:00:19 UTC; 2h 58min ago Docs: https://github.com/daeuniverse/daed-revived-next Main PID: 3636 (node) Tasks: 31 (limit: 18653) Memory: 105.5M CGroup: /system.slice/daed.service ├─3636 node /usr/bin/pnpm start ├─3652 sh -c next start └─3653 next-server
Jan 06 09:00:19 ubuntu systemd[1]: Started daed Service.
Steps to Reproduce No response
Environment ubuntu 20.04
No response
ubuntu 20.04 go1.21.5.linux-amd64
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Sorry, something went wrong.
@hedove 你这是因为上一个 daed 没关掉吧
No branches or pull requests
Checks
Support Request
root@ubuntu:/data# cat /var/log/daed_stderr.log
⨯ Failed to start server
Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenHandle [as listen2] (node:net:1872:16)
at listenInCluster (node:net:1920:12)
at Server.listen (node:net:2008:7)
at /opt/daed/node_modules/.pnpm/[email protected]https://github.com/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/start-server.js:268:16
at new Promise ()
at startServer (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/server/lib/start-server.js:181:11)
at nextStart (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/cli/next-start.js:50:40)
at /opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/bin/next:150:54
at async main (/opt/daed/node_modules/.pnpm/next@14.0.3_@babel[email protected][email protected][email protected]/node_modules/next/dist/bin/next:150:5) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '::',
port: 3000
}
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 798/sshd: /usr/sbin
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 688/systemd-resolve
tcp6 0 0 :::2023 :::* LISTEN 2086/dae-wing
tcp6 0 0 :::1080 :::* LISTEN 731/sing-box
tcp6 0 0 :::22 :::* LISTEN 798/sshd: /usr/sbin
tcp6 0 0 :::3000 :::* LISTEN 3653/next-server
tcp6 0 0 :::12345 :::* LISTEN 2086/dae-wing
Current Behavior
No response
Expected Behavior
root@ubuntu:/opt/daed# systemctl status daed.service
● daed.service - daed Service
Loaded: loaded (/etc/systemd/system/daed.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2024-01-06 09:00:19 UTC; 2h 58min ago
Docs: https://github.com/daeuniverse/daed-revived-next
Main PID: 3636 (node)
Tasks: 31 (limit: 18653)
Memory: 105.5M
CGroup: /system.slice/daed.service
├─3636 node /usr/bin/pnpm start
├─3652 sh -c next start
└─3653 next-server
Jan 06 09:00:19 ubuntu systemd[1]: Started daed Service.
Steps to Reproduce
No response
Environment
ubuntu 20.04
Current Behavior
No response
Expected Behavior
No response
Steps to Reproduce
No response
Environment
ubuntu 20.04 go1.21.5.linux-amd64
Anything else?
No response
The text was updated successfully, but these errors were encountered: