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

Taos shell startup failed #47

Closed
francis-du opened this issue Jul 15, 2019 · 7 comments
Closed

Taos shell startup failed #47

francis-du opened this issue Jul 15, 2019 · 7 comments
Assignees

Comments

@francis-du
Copy link

Taos shell startup failed

Version : tdengine-1.6.0.0.deb

OS version : Windows 10 WSL Ubuntu 18.04.2 LTS

Screenshot :

image

@guanshengliang
Copy link
Contributor

不太清楚您的这个环境,近期我们会放出windows客户端,

@hzcheng hzcheng self-assigned this Jul 16, 2019
@francis-du
Copy link
Author

@guanshengliang 好的,感谢回复,很期待

@riyun1989
Copy link

@francis-du 跟你碰到同样的问题

@riyun1989
Copy link

@guanshengliang src/util/src/tsocket.c文件中的这段代码:if (taosSetSockOpt(sockFd, SOL_SOCKET, SO_NO_CHECK, (void *)&nocheck, sizeof(nocheck)) < 0) { pError("setsockopt SO_NO_CHECK failed: %d (%s)", errno, strerror(errno)); close(sockFd); return -1; },我猜这个启动错误是这里报出来了,但不知道这个判断以及方法是做什么用的。

@guanshengliang
Copy link
Contributor

@riyun1989 如果编译不过,这个可以注释掉
目前不只支持wsl
因为有些linux的函数在wsl中是没有的,可以通过vmware安装一个完整的虚拟机来继续测试

@guanshengliang
Copy link
Contributor

Windows客户端代码已经提交,dll可以在官网下载

@justinpan0
Copy link
Contributor

#339 已经为WSL提供了暂时的支持,请再尝试一下

#339 has provided with a temporary workaround, please pull and try again

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

5 participants