OpenGFW icon indicating copy to clipboard operation
OpenGFW copied to clipboard

engine exited {"error": "exit status 1"}

Open nw3000 opened this issue 1 year ago • 0 comments

接这个issue: https://github.com/apernet/OpenGFW/issues/94 静态编译后, 按照readme配置和规则文件运行, 提示engine exited {"error": "exit status 1"}

root@router:/tmp# ./OpenGFW -c config.yaml rules.yaml 2024-03-12T12:39:04Z INFO engine started 2024-03-12T12:39:04Z DEBUG worker started {"id": 0} 2024-03-12T12:39:04Z DEBUG worker started {"id": 2} 2024-03-12T12:39:04Z DEBUG worker started {"id": 1} 2024-03-12T12:39:04Z DEBUG worker started {"id": 3} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 0} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 3} 2024-03-12T12:39:05Z INFO engine exited {"error": "exit status 1"} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 1} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 2}

有无其他参数可以打印更多消息?

nw3000 avatar Mar 12 '24 12:03 nw3000