shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

为何运行./shuttle后,根本没有shuttle进程在运行?

Open briteming opened this issue 7 years ago • 5 comments
trafficstars

hi。

bogon:shuttle brite$ ls shuttle shuttle_macos_amd64_alpha_v0.5.1.zip bogon:shuttle brite$ cd shuttle bogon:shuttle brite$ ls GeoLite2-Country.mmdb shuttle.yaml view RespFiles start.sh shuttle upgrade bogon:shuttle brite$ ./shuttle -h bogon:shuttle brite$ ./shuttle -c shuttle.yaml bogon:shuttle brite$ cat start.sh #!/usr/bin/env bash nohup ./shuttle >> shuttle.log 2>&1 & bogon:shuttle brite$ ps aux|grep shuttle yuming 17338 0.0 0.0 2442020 784 s000 S+ 7:47下午 0:00.00 grep shuttle bogon:shuttle brite$ ./start.sh bogon:shuttle brite$ ps aux|grep shuttle yuming 17350 0.0 0.0 2423384 248 s000 R+ 7:47下午 0:00.00 grep shuttle bogon:shuttle brite$

briteming avatar Oct 18 '18 11:10 briteming

在 ~/Documents/shuttle/logs 下可以查看运行日志,应该是启动时报错

sipt avatar Oct 22 '18 18:10 sipt

@sipt 是启动时报错啊,问题是为什么会莫名其妙的报错呢?

luckypoem avatar Oct 23 '18 13:10 luckypoem

@luckypoem 看一下报的什么错,排查不了可以贴出来

sipt avatar Oct 23 '18 18:10 sipt

我打开2018-10-18-194727_1.log, 它的最后一行显示: 2018-10-18 19:47:27 [ERROR] [PANIC] [InitConfig] resolve config file [proxy_group] [Auto] [🇯🇵JP_a] not found

怎么解决?

briteming avatar Oct 25 '18 23:10 briteming

@briteming 这个是配置文件有问题,🇯🇵JP_a 这个名称没有配置,它在ProxyProxy-Group 中都不存在

sipt avatar Oct 31 '18 17:10 sipt