You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
界面执行命令启动正常,客户端正常链接,
使用nohup命令重定向日志启动
nohup ./goby-cmd-linux -apiauth user:pass -mode api -bind 0.0.0.0:8361 >./runlog.log 2>&1 &
启动失败
2024/06/21 15:15:22 [ERROR] API Server exit: listen tcp: lookup tcp/7833 : Unrecognized service
2024/06/21 15:15:22 [StartService ERROR] {content:"server bind failed", errCode: 0}
panic: listen tcp: lookup tcp/7833 : Unrecognized service
goroutine 9 [running]:
git.gobies.org/goby/goby/api.StartAPIServer.func1()
git.gobies.org/goby/goby/api/api.go:352 +0x1ad
created by git.gobies.org/goby/goby/api.StartAPIServer in goroutine 1
git.gobies.org/goby/goby/api/api.go:338 +0x179
The text was updated successfully, but these errors were encountered:
界面执行命令启动正常,客户端正常链接,
使用nohup命令重定向日志启动
nohup ./goby-cmd-linux -apiauth user:pass -mode api -bind 0.0.0.0:8361 >./runlog.log 2>&1 &
启动失败
2024/06/21 15:15:22 [ERROR] API Server exit: listen tcp: lookup tcp/7833 : Unrecognized service
2024/06/21 15:15:22 [StartService ERROR] {content:"server bind failed", errCode: 0}
panic: listen tcp: lookup tcp/7833 : Unrecognized service
goroutine 9 [running]:
git.gobies.org/goby/goby/api.StartAPIServer.func1()
git.gobies.org/goby/goby/api/api.go:352 +0x1ad
created by git.gobies.org/goby/goby/api.StartAPIServer in goroutine 1
git.gobies.org/goby/goby/api/api.go:338 +0x179
The text was updated successfully, but these errors were encountered: