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

ubuntu安装执行报错 #133

Closed
godatabus opened this issue Jul 20, 2019 · 4 comments
Closed

ubuntu安装执行报错 #133

godatabus opened this issue Jul 20, 2019 · 4 comments
Assignees

Comments

@godatabus
Copy link

$ sudo dpkg -i tdengine-1.6.1.0.deb
Selecting previously unselected package tdengine.
(Reading database ... 44843 files and directories currently installed.)
Preparing to unpack tdengine-1.6.1.0.deb ...
Unpacking tdengine (1.6.1.0) ...
Setting up tdengine (1.6.1.0) ...
Start to install TDEngine...
sed: can't read /etc/inittab: No such file or directory
Couldn't find an alternative telinit implementation to spawn.
cp: cannot stat '%{init_d_dir}/taosd': No such file or directory
grep: /etc/inittab: No such file or directory
update-rc.d: error: unable to read /etc/init.d/taosd

TDengine is installed successfully!

To configure TDengine : edit /etc/taos/taos.cfg
To start TDengine : sudo update-rc.d taosd default for the first time
: sudo service taosd start after
To access TDengine : use taos in shell

TDengine is installed successfully!
$ taos
07/20 19:59:47.913292 7f4709e50b80 ERROR UTL open file:/proc/119/io failed
07/20 19:59:47.927421 7f4709e50b80 ERROR UTL setsockopt SO_NO_CHECK failed: 92 (Protocol not available)
TSDB error: App error

@johnnyhou327
Copy link
Contributor

@godatabus 您的安装环境是什么?windows下的linux subsystem会有这个问题,如果是这种环境建议您换一下,用虚拟机或者docker来测试。

@guanshengliang guanshengliang self-assigned this Jul 24, 2019
@guanshengliang
Copy link
Contributor

这个问题我们已经修复,下周一之前会上传代码

@justinpan0
Copy link
Contributor

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

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

@junwei-lab
Copy link

这个问题我们已经修复,下周一之前会上传代码

我用TDengine-server-1.6.5.7-Linux-x64在windows上的ubuntu上安装,还是报这个错
Start to install TDEngine...
Couldn't find an alternative telinit implementation to spawn.
cp: cannot stat '%{init_d_dir}/taosd': No such file or directory
update-rc.d: error: unable to read /etc/init.d/taosd

TDengine is installed successfully!

To configure TDengine : edit /etc/taos/taos.cfg
To start TDengine : sudo update-rc.d taosd default for the first time
: sudo service taosd start after
To access TDengine : use taos in shell

TDengine is installed successfully!
root@MININT-TEPJ9RD:/home# sudo systemctl start taosd
System has not been booted with systemd as init system (PID 1). Can't operate.

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