xyuanmu / XX-Mini

:ghost: XX-Net 精简版
444 stars 125 forks source link

我把xx-mini放在了路由器内置sd卡 但是怎么也运行不起来 #87

Open ych5318 opened 8 years ago

ych5318 commented 8 years ago

这是原版xx-net [root@PandoraBox:/mnt/mmcblk0/xx]#ls README.md code start start.vbs SwitchyOmega data start.bat [root@PandoraBox:/mnt/mmcblk0/xx]#./start.sh -ash: ./start.sh: not found 这是xx-mini [root@PandoraBox:/mnt/mmcblk0/xx]#cd /mnt/mmcblk0/x [root@PandoraBox:/mnt/mmcblk0/x]#ls addto-startup.py goagent-gtk.py lib.egg proxy.py cacert.pem ip_range.txt proxy.ini proxy_dir.py [root@PandoraBox:/mnt/mmcblk0/x]#python proxy.py -ash: python: not found

python以及其它 [root@PandoraBox:/mnt/mmcblk0/x]#opkg install python-pyopenssl python-openssl -- force-depends --force-overwrite Package python-pyopenssl (16.0.0-1) installed in root is up to date. Package python-openssl (2.7.11-9) installed in root is up to date. [root@PandoraBox:/mnt/mmcblk0/x]#opkg install python Package python (2.7.11-9) installed in root is up to date.

请求帮助

jzp820927 commented 8 years ago

是不是没安装 bash ?

ych5318 commented 8 years ago

@jzp820927 已安装 [root@PandoraBox:/mnt/mmcblk0/x]#opkg install bash Package bash (4.3.42-1) installed in root is up to date.

jzp820927 commented 8 years ago

-ash: ./start.sh: not found -ash: python: not found 看提示应该是什么命令或者库没安装。检查下吧

o0HalfLife0o commented 8 years ago

我也卡在这里了,蛋疼 现在的情况是,extroot成功了,安装python2.7.11也成功了,但是输入python提示-ash: python: not found

ych5318 commented 8 years ago

bash (4.3.42-1) python (2.7.11-9) python-openssl (2.7.11-9) python-pyopenssl (16.0.0-1) 目前各种库的版本 @xyuanmu @jzp820927 @yeahwu 我把xxmini放在了 / 目录也是-ash: ./start.sh: not found 不知缺什么 胜利就在眼前啊

jzp820927 commented 8 years ago

手动执行看看 python proxy.py

roc1010kmt commented 8 years ago

openwrt15.05.1好像不支援python (2.7.11-9),python (2.7.9-6)能用.

jzp820927 commented 8 years ago

能用就行了,别折腾了

wgf0330 commented 8 years ago

在路由器上配置xx 或者go,最好先在usb附加存储配置一套 entware-ng 或者 optware,然后就可以安装完整的python,基本目前主流的 tomato dd openwrt包括梅林都可以配置上面的两个运行环境。