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

error submitting hardware id #9

Closed
ererermao opened this issue Sep 30, 2020 · 4 comments
Closed

error submitting hardware id #9

ererermao opened this issue Sep 30, 2020 · 4 comments

Comments

@ererermao
Copy link

背景

有mac地址验证

问题

无法登陆

配置

version: "2"
services:
  easyconnect:
    image: hagb/docker-easyconnect:7.6.7
    restart: unless-stopped
    mac_address: xx:xx:xx:xx:xx:xx
    devices:
      - /dev/net/tun:/dev/net/tun
    cap_add:
      - NET_ADMIN
    volumes:
      - ./.ecdata:/root
    ports:
      - "5901:5901"
      - "1080:1080"
@Hagb Hagb added the help wanted Extra attention is needed label Sep 30, 2020
@Hagb
Copy link
Collaborator

Hagb commented Sep 30, 2020

Hi, 感谢反馈。
能否提供更多信息?如截图、/usr/share/sangfor/EasyConnect/resources/logs/下的日志

@Hagb Hagb removed the help wanted Extra attention is needed label Nov 21, 2020
@book987
Copy link

book987 commented Dec 20, 2020

自己 build 了 7.6.8 也遇到这个问题,但是再登录一次就好了 🤔

@Hagb
Copy link
Collaborator

Hagb commented Mar 9, 2021

无进一步信息,这个 issue 先 close 了。

@Hagb Hagb closed this as completed Mar 9, 2021
@rea1shane
Copy link

rea1shane commented Mar 17, 2022

遇到了相同的问题,ECAgent.log 日志如下

[2022-03-17 07:49:55][I][ 741][InitECAgent]init ecagent type(1) address(vpn.xxx.com.cn 0000)
[2022-03-17 07:49:55][E][ 428][InitServerCert]InitServerCert ret = 0
[2022-03-17 07:49:55][I][ 312][checkProcessIsRunning][SYSTEM] cmd(ps -ef |grep /usr/share/sangfor/EasyConnect/resources/bin/CSClient |grep -v grep  > /dev/null 2>&1) status(256) WEXITSTATUS false
[2022-03-17 07:49:55][I][ 126][ForceCloseCSClient]force close csclient
[2022-03-17 07:49:55][I][ 312][checkProcessIsRunning][SYSTEM] cmd(ps -ef |grep svpnservice |grep -v grep  > /dev/null 2>&1) status(256) WEXITSTATUS false
[2022-03-17 07:49:55][I][ 312][checkProcessIsRunning][SYSTEM] cmd(ps -ef |grep CSClient |grep -v grep  > /dev/null 2>&1) status(256) WEXITSTATUS false
[2022-03-17 07:49:55][I][  66][StartCSClient]csclient start begin
sslservice.sh start ...
start CSClient seccess!
start svpnservice seccess!
[2022-03-17 07:49:56][I][  41][OpenURL]Open url = /usr/share/sangfor/EasyConnect/resources/shell/sslservice.sh >> /usr/share/sangfor/EasyConnect/resources/logs/ECAgent.log 2>&1, ret = 0.
[2022-03-17 07:49:56][I][ 119][StartCSClient]csclient start success
[2022-03-17 07:50:04][E][ 256][RecvMessage][cms] RecvMessage recv header failed. len:0
[2022-03-17 07:50:04][E][ 213][RecvMessage]cms for HARDIDCLIENT3 failed, current state recv failed.

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

4 participants