首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu 14.04上的Infinidb :错误:尝试更新InfiniDB系统配置文件失败

Ubuntu 14.04上的Infinidb :错误:尝试更新InfiniDB系统配置文件失败
EN

Stack Overflow用户
提问于 2014-08-18 19:20:38
回答 1查看 258关注 0票数 0

刚刚启动了一个全新的Ubuntu14.04LTS镜像,并安装了4.6.0.1的.debs。在那之后,我运行了以下代码...它会立即失效:

代码语言:javascript
复制
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/ nor文件中也没有任何信息。

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

有什么想法吗?

EN

回答 1

Stack Overflow用户

发布于 2014-08-18 19:47:02

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

代码语言:javascript
复制
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 expectsudo dpkg-reconfigure locales

然后重新安装infinidb。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25362089

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档