ubuntu - Ubuntu 14.04 上的 Infinidb : ERROR: Failed trying to update InfiniDB System Configuration file

标签 ubuntu infinidb

刚刚启动了一个新的 Ubuntu 14.04 LTS 镜像,并为 4.6.0.1 安装了 .debs。之后,我运行了以下 .... 立即失败:

root@infinidb1:~# /usr/local/Calpont/bin/postConfigure

===== Setup System Server Type Configuration =====

There are 2 options when configuring the System Server Type: single and multi

  'single'  - Single-Server install is used when there will only be 1 server configured
              on the system. It's a shorter install procedure used for POC testing, as an example.
              It can also be used for production systems, if the plan is to stay single-server.

  'multi'   - Multi-Server install is used when you want to configure multiple servers now or
              in the future. With Multi-Server install, you can still configure just 1 server
              now and add on addition servers/modules in the future. This is used more for
              production installs.

Select the type of System Server install [1=single, 2=multi] (2) > 2
ERROR: Failed trying to update InfiniDB System Configuration file

我没有得到任何进一步的调试信息,syslog 和/tmp/日志文件中也没有任何信息。

我也尝试了 12.04.4 Ubuntu 镜像,同样的错误。

有任何想法吗?

最佳答案

我通过在/etc/environment 中设置正确的语言环境信息解决了这个问题:

LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8

登出,登入。
之后sudo apt-get install build-essential libxml-parser-perl expect sudo dpkg-reconfigure locales
然后重新安装infinidb。

关于ubuntu - Ubuntu 14.04 上的 Infinidb : ERROR: Failed trying to update InfiniDB System Configuration file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25362089/

相关文章:

mysql - 如何在 infinidb 中取消/中止回滚?

svn - 我的源代码管理文件在 Linux for TeamCity 中的位置

mysql - 计算一行中重复的列值

mysql - 仅使用等连接在滑动窗口上聚合

git - 移动 gitolite 服务器

mysql-Calpont 未启动

mysql - 从没有变量的表中选择分层样本

python - 找不到python文件

java - 检测文件是否是 Java 8 中的符号链接(symbolic link)

ubuntu - 运行时 API 错误 38 : no CUDA-capable device is detected/Ubuntu black screen