|
12#

楼主 |
发表于 2023-7-28 08:44
来自手机
|
只看该作者
这个目录下的安装包是全的 https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/
root@localhost:~# curl -LO https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/manticore-columnar-lib_2.0.4-230306-5a49bd7_arm64.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:28 --:--:-- 0
curl: (35) Recv failure: Software caused connection abort
root@localhost:~# curl -LO https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/manticore-columnar-lib_2.0.4-230306-5a49bd7_arm64.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
6 1368k 6 98001 0 0 715 0 0:32:39 0:02:16 0:30:23 0
curl: (56) Recv failure: Software caused connection abort
root@localhost:~# curl -LO https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/manticore-columnar-lib_2.0.4-230306-5a49bd7_arm64.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1368k 100 1368k 0 0 68194 0 0:00:20 0:00:20 --:--:-- 51375
root@localhost:~# curl -LO https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/manticore-backup_0.5.2-23020607-4a37932_all.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 46872 100 46872 0 0 15407 0 0:00:03 0:00:03 --:--:-- 15413
root@localhost:~# curl -LO https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-arm64/manticore-buddy_0.4.2-23031500-36757ee_all.deb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 835k 100 835k 0 0 15291 0 0:00:55 0:00:55 --:--:-- 28346
root@localhost:~# dpkg -i manticore-columnar-lib_2.0.4-230306-5a49bd7_arm64.deb Selecting previously unselected package manticore-columnar-lib.
(Reading database ... 4266 files and directories currently installed.)
Preparing to unpack manticore-columnar-lib_2.0.4-230306-5a49bd7_arm64.deb ...
Unpacking manticore-columnar-lib (2.0.4-230306-5a49bd7) ...
Setting up manticore-columnar-lib (2.0.4-230306-5a49bd7) ...
root@localhost:~# searchd
Manticore 6.0.4 b16b9cc97@230314 (columnar 2.0.4 5a49bd7@230306) (secondary 2.0.4 5a49bd7@230306)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2023, Manticore Software LTD (https://manticoresearch.com)
[41:51.607] [15881] using config file '/etc/manticoresearch/manticore.conf' (305 chars)...
[41:51.614] [15881] TCP fast open unavailable (can't read /proc/sys/net/ipv4/tcp_fastopen, look Server_settings/Searchd#Technical-details-about-Sphinx-API-protocol-and-TFO in manual)
starting daemon version '6.0.4 b16b9cc97@230314 (columnar 2.0.4 5a49bd7@230306) (secondary 2.0.4 5a49bd7@230306)' ...
listening on 127.0.0.1:9312 for sphinx and http(s)
listening on 127.0.0.1:9306 for mysql
listening on 127.0.0.1:9308 for sphinx and http(s)
precaching table 'testrt'
precached 1 tables in 0.010 sec
root@localhost:~# |
|