- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
当我在 ec2 机器上执行以下命令时出现错误 sudo/etc/init.d/aerospike 开始
我的 ec2 机器中需要 aerospike 引擎用于测试目的。我用了 wget -O aerospike.tgz ' http://aerospike.com/download/server/latest/artifact/ubuntu12获取文件并按照文档所述进行安装。
最佳答案
刚好看到这个问题。你解决了吗?您是否安装了正确版本的 GLibC?
如果不是,看起来您使用的是 3.5.3 社区版本,对吗?
我在 AWS 上的 Ubuntu 14.4 M3 large 上进行了测试,它安装并启动良好:
ubuntu@ip-172-31-23-5:~$ wget -O aerospike.tgz 'http://aerospike.com/download/server/latest/artifact/ubuntu12
> ^C
ubuntu@ip-172-31-23-5:~$ wget -O aerospike.tgz 'http://aerospike.com/download/server/latest/artifact/ubuntu12'
--2015-03-09 21:29:58-- http://aerospike.com/download/server/latest/artifact/ubuntu12
Resolving aerospike.com (aerospike.com)... 184.168.221.29
Connecting to aerospike.com (aerospike.com)|184.168.221.29|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: /download/server/latest/artifact/ubuntu12 [following]
--2015-03-09 21:29:59-- http://aerospike.com/download/server/latest/artifact/ubuntu12
Connecting to aerospike.com (aerospike.com)|184.168.221.29|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: /download/server/latest/artifact/ubuntu12 [following]
--2015-03-09 21:29:59-- http://aerospike.com/download/server/latest/artifact/ubuntu12
Connecting to aerospike.com (aerospike.com)|184.168.221.29|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.aerospike.com/download/server/latest/artifact/ubuntu12[following]
--2015-03-09 21:29:59-- http://www.aerospike.com/download/server/latest/artifact/ubuntu12
Resolving www.aerospike.com (www.aerospike.com)... 54.215.231.2, 54.183.249.41
Connecting to www.aerospike.com (www.aerospike.com)|54.215.231.2|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.aerospike.com/cgi/latest.php?/download/server/latest/artifact/ubuntu12 [following]
--2015-03-09 21:29:59-- http://www.aerospike.com/cgi/latest.php?/download/server/latest/artifact/ubuntu12
Reusing existing connection to www.aerospike.com:80.
HTTP request sent, awaiting response... 302 Found
Location: /download/server/3.5.3/artifact/ubuntu12 [following]
--2015-03-09 21:29:59-- http://www.aerospike.com/download/server/3.5.3/artifact/ubuntu12
Reusing existing connection to www.aerospike.com:80.
HTTP request sent, awaiting response... 302 Found
Location: http://www.aerospike.com/cgi/artifact.php?/download/server/3.5.3/artifact/ubuntu12 [following]
--2015-03-09 21:29:59-- http://www.aerospike.com/cgi/artifact.php?/download/server/3.5.3/artifact/ubuntu12
Reusing existing connection to www.aerospike.com:80.
HTTP request sent, awaiting response... 302 Found
Location: http://www.aerospike.com/artifacts/aerospike-server-community/3.5.3/aerospike-server-community-3.5.3... [following]
--2015-03-09 21:29:59-- http://www.aerospike.com/artifacts/aerospike-server-community/3.5.3/aerospike-server-community-3.5.3...
Reusing existing connection to www.aerospike.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 10518026 (10M) [application/x-gzip]
Saving to: ‘aerospike.tgz’
100%[=========================================================================================================================================================================================>] 10,518,026 17.6MB/s in 0.6s
2015-03-09 21:30:00 (17.6 MB/s) - ‘aerospike.tgz’ saved [10518026/10518026]
ubuntu@ip-172-31-23-5:~$ ls -ltrh
total 11M
-rw-rw-r-- 1 ubuntu ubuntu 11M Mar 3 23:57 aerospike.tgz
ubuntu@ip-172-31-23-5:~$ tar xvf aerospike.tgz
aerospike-server-community-3.5.3-ubuntu12.04/
aerospike-server-community-3.5.3-ubuntu12.04/asinstall
aerospike-server-community-3.5.3-ubuntu12.04/aerospike-server-community-3.5.3.ubuntu12.04.x86_64.deb
aerospike-server-community-3.5.3-ubuntu12.04/aerospike-tools-3.5.2.ubuntu12.04.x86_64.deb
aerospike-server-community-3.5.3-ubuntu12.04/LICENSE
aerospike-server-community-3.5.3-ubuntu12.04/SHA256SUMS
ubuntu@ip-172-31-23-5:~$ cd aerospike-server-community-3.5.3-ubuntu12.04/
ubuntu@ip-172-31-23-5:~/aerospike-server-community-3.5.3-ubuntu12.04$ ls -ltrh
total 11M
-rw-rw-r-- 1 ubuntu ubuntu 8.1K Dec 5 20:24 LICENSE
-rwxrwxr-x 1 ubuntu ubuntu 1.1K Dec 5 20:24 asinstall
-rw-r--r-- 1 ubuntu ubuntu 3.7M Feb 23 23:38 aerospike-tools-3.5.2.ubuntu12.04.x86_64.deb
-rw-rw-r-- 1 ubuntu ubuntu 563 Feb 23 23:43 SHA256SUMS
-rw-r--r-- 1 ubuntu ubuntu 6.6M Feb 23 23:43 aerospike-server-community-3.5.3.ubuntu12.04.x86_64.deb
ubuntu@ip-172-31-23-5:~/aerospike-server-community-3.5.3-ubuntu12.04$ sudo ./asinstall
Installing tools
dpkg -i aerospike-tools-3.5.2.ubuntu12.04.x86_64.deb
Selecting previously unselected package aerospike-tools.
(Reading database ... 51108 files and directories currently installed.)
Preparing to unpack aerospike-tools-3.5.2.ubuntu12.04.x86_64.deb ...
Unpacking aerospike-tools (3.5.2) ...
Setting up aerospike-tools (3.5.2) ...
Installing /opt/aerospike
Writing /usr/local/lib/python2.7/dist-packages/aerospike.pth
Adding python path /opt/aerospike/lib/python
Installing server
dpkg -i aerospike-server-community-3.5.3.ubuntu12.04.x86_64.deb
Selecting previously unselected package aerospike-server-community.
(Reading database ... 51160 files and directories currently installed.)
Preparing to unpack aerospike-server-community-3.5.3.ubuntu12.04.x86_64.deb ...
Unpacking aerospike-server-community (3.5.3-1) ...
Setting up aerospike-server-community (3.5.3-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ubuntu@ip-172-31-23-5:~/aerospike-server-community-3.5.3-ubuntu12.04$ sudo /etc/init.d/aerospike start
* Start aerospike: asd kernel.shmall too low, setting to 4G pages = 16TB
kernel.shmall = 4294967296
kernel.shmmax too low, setting to 1GB
kernel.shmmax = 1073741824
[ OK ]
ubuntu@ip-172-31-23-5:~/aerospike-server-community-3.5.3-ubuntu12.04$ sudo /etc/init.d/aerospike status
* asd is running
ubuntu@ip-172-31-23-5:~/aerospike-server-community-3.5.3-ubuntu12.04$
如果问题仍然存在,请告诉我们。
希望对您有所帮助,
-DM
关于linux - aerospike服务启动错误/usr/bin/asd :/lib/x86_64-linux-gnu/libc. so.6: version `GLIBC_2.14' not found (required by/usr/bin/asd),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28697269/
bin、bin/、bin/*和bin/**有什么区别我的 .gitignore 文件?我一直在使用 bin/,但正在查看 other .gitignore files (在 eclipse file
给定 n 个无限容量的箱子,我想将 m 件元素装入其中(每个元素都有特定的重量),同时最小化最重箱子的重量。 这不是传统的垃圾箱包装/背包问题,其中垃圾箱的容量有限,而您试图尽量减少使用的垃圾箱数量;
Closed. This question is off-topic。它当前不接受答案。 想改善这个问题吗? Update the question,所以它是用于堆栈溢出的on-topic。 7年前关
我一直在寻找一个问题的解决方案,这个问题显然比我最初想象的更不寻常。 Optaplanner 看起来很有前途,但由于我对 Java 相对缺乏经验,所以我想在深入研究之前调查一下这是否完全不可能。 我正
我有一个琐碎的问题。我有一个非常大的 df 有很多列。我正在尝试找到最有效的方法来对具有不同 bin 大小的所有列进行 bin 并创建一个新的 df。这是一个仅对单个列进行分箱的示例: import
我想以这样的方式对数字列 (var) 进行分类,使每个分类中的行数大致相同。我的附加要求是该列中的一个(唯一)值不能分配给多个 bin。例如,如果 var 列中的值 1 分配给 bin 1,则不允许将
我在 centos (rhel 7)_ 上使用 make 命令和 gcc 7.1 通过代码进行编译,但遇到了以下错误: /bin/sh:/bin: 是一个目录 which sh 返回/usr/bin/
/usr/bin/ld: cannot find -ldlib /usr/bin/ld: cannot find -lcblas /usr/bin/ld: cannot find -llapack 在
我进行了一项眼动追踪实验,试图检测两个区域(感兴趣区域,名为“代理”和“患者”的 AOI)的注视分布。我将整个时间划分为时间段,例如得到以下列表: Stimulus Participant A
我正在尝试替换 whoami带有 ~/.local/bin/ 中的脚本的命令.有没有办法让我的 whoami 获得优先权,这样当我运行 whoami 时,我的脚本就会运行? 最佳答案 这就是我的 ~/
我的项目结构是这样的: . ├── Cargo.lock ├── Cargo.toml └── src ├── bin │ └── other.rs ├── main.rs
我正在开发一个小型图书馆应用程序,它以这种格式存储技术手册: 目前,我正在尝试将库的内容保存并根据用户的需要加载到 bin 文件中。 但是,当我尝试加载库文件时,唯一的变化是“-1”被打印到控制台。此
我试图忽略 Web 项目的 bin 文件夹,但包含该 bin 文件夹中的 .refresh 文件。 这是我的 .gitignore 中的内容: [Bb]in/ #Allow .refresh file
ipv6_hdr__f_next_header_cp: coverpoint this.ipv6_hdr.ipv6_f_next_header iff (this.has_ipv6_header){
今天有人给我发了一个以 #: 开头的脚本,谷歌搜索后我没有找到任何答案。 即使脚本有效,我想知道那是什么意思。 最佳答案 哇!这让我想起了很多记忆! 回到 1980 年代和 90 年代初期,有两种基本
我使用这个 ksh 函数将“1-Jan-2011”格式转换为“1.1.2011”。 #!/bin/ksh ##---- function to convert 3 char month into nu
我在 c# winform 项目中使用 sql-server compact 数据库。 如果我查看构成解决方案的文件,我可以在以下两个文件夹中看到 exe 和 sdf 文件的副本: /bin/Debu
这个问题与我上一个问题不同。我正在通过以下代码使用 facetgrid 打印直方图。 import numpy as np import pandas as pd import seaborn as
我有一个整数需要根据概率分布分成 bin。例如,如果我有 N=100 对象进入 [0.02, 0.08, 0.16, 0.29, 0.45] 那么你可能会得到 [1, 10, 20 , 25, 44]
我在寻找使用 Jenkins 运行 Appium 的脚本时阅读了以下脚本 #!/bin/bash --login killall -9 "iPhone Simulator" &> /dev/null
我是一名优秀的程序员,十分优秀!