Skip to content
New issue

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

[web登录问题]提示版本过低 #337

Open
HilbertRonAnju opened this issue Mar 20, 2024 · 1 comment
Open

[web登录问题]提示版本过低 #337

HilbertRonAnju opened this issue Mar 20, 2024 · 1 comment

Comments

@HilbertRonAnju
Copy link

HilbertRonAnju commented Mar 20, 2024

问题描述

您好,我使用本仓库提供的docker登陆时会提示发现新版本,当前版本过低的错误,提示如下
Clip_2024-03-20_16-21-07
本人登录easyconnect使用的是web登录,我映射了54530端口,我校vpn认证地址为sslvpn.xjtu.edu.cn。
使用原来的easy connect,点击立即更新时,easyconnect会跳出下载界面更新一些东西,而现在直接就到100%了,虽然可以进入索引界面,但显示没有连接,不知道是不是需要动态更新一些内容。

以下是我的docker运行配置

docker run -d --name EZConn --device /dev/net/tun --cap-add NET_ADMIN -ti -e PASSWORD=xxxx -e DISABLE_PKG_VERSION_XML=1 -v C:/Users/Hi1bert/.ecdata:/root -p 127.0.0.1:5901:5901 -p 127.0.0.1:23333:1080 -p 127.0.0.1:9888:8888 -p 127.0.0.1:54530:54530 hagb/docker-easyconnect:7.6.7

以下是docker运行日志

2024-03-20 16:07:59 Flush terminated 2024-03-20 16:07:59 Error: Missing goto target for action goto. 2024-03-20 16:07:59 WARNING: logging deactivated (can't log to stdout when daemonized) 2024-03-20 16:07:59 / 2024-03-20 16:08:00 2024-03-20 16:08:00 New Xtigervnc server '36b03f0490cd:1 (root)' on port 5901 for display :1. 2024-03-20 16:08:00 Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /tmp/tigervnc.R1e3n5/passwd 36b03f0490cd:1 to connect to the VNC server. 2024-03-20 16:08:00 2024-03-20 16:08:05 sh: 1: ps: not found 2024-03-20 16:08:05 sh: 1: ps: not found 2024-03-20 16:08:05 sh: 1: ps: not found 2024-03-20 16:08:14 [2024-03-20 08:08:05][E][ 169][ConnectDomainSock][cms] /usr/share/sangfor/EasyConnect/resources/conf/ECDomainFile domain socket connect failed, errno:2, errstr:No such file or directory. 2024-03-20 16:08:29 sh: 1: ps: not found 2024-03-20 16:08:29 sh: 1: ps: not found 2024-03-20 16:08:29 sh: 1: ps: not found 2024-03-20 16:08:30 sh: 1: ps: not found 2024-03-20 16:08:30 sh: 1: lsof: not found 2024-03-20 16:13:56 sh: 1: ps: not found 2024-03-20 16:13:56 sh: 1: ps: not found 2024-03-20 16:13:56 sh: 1: ps: not found 2024-03-20 16:14:34 sh: 1: ps: not found 2024-03-20 16:14:34 sh: 1: ps: not found 2024-03-20 16:14:34 sh: 1: ps: not found
平台是windows,后端使用wsl2,麻烦看下这是什么原因造成的

@Hagb
Copy link
Collaborator

Hagb commented May 6, 2024

EasyConnect 最近自从上次推送到 dockerhub 都没有更新过,应该就是最新的了。不过刚刚又构建了一次推送到了 dockerhub,试试重新 docker pull hagb/docker-easyconnect:7.6.7 能不能复现?
另外如果还是提示版本过低,尝试不加 -e DISABLE_PKG_VERSION_XML=1。我没有研究过这个选项对 web 登录的影响。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants