在安装Debian之后(3.3.22)未找到/etc/init.d/arangod

时间:2019-04-05 11:39:15

标签: arangodb

我刚刚在我的debian 9发行版上安装了Arango 3.3.22(以静默方式)。使用apt-get成功安装后,由于无法在/etc/init.d

中找到arangod脚本,因此无法启动arango。

有什么建议吗?

谢谢

安装日志:

root@36e94c84086b:/# apt-get install arangodb3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  arangodb3
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 34.6 MB of archives.
After this operation, 301 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  arangodb3
Install these packages without verification? [y/N] y
Get:1 https://download.arangodb.com/arangodb33/Debian_9.0  arangodb3 3.3.22 [34.6 MB]
Fetched 34.6 MB in 29s (1174 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package arangodb3.
(Reading database ... 21516 files and directories currently installed.)
Preparing to unpack .../arangodb3_3.3.22_amd64.deb ...
Unpacking arangodb3 (3.3.22) ...
Setting up arangodb3 (3.3.22) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
/usr/sbin/policy-rc.d returned 101, not running 'is-active arangodb3.service'
/usr/sbin/policy-rc.d returned 101, not running 'stop arangodb3.service'
2019-04-05T10:26:20Z [557] INFO {syscall} file-descriptors (nofiles) hard limit is 1048576, soft limit is 1048576
2019-04-05T10:26:20Z [557] INFO {startup} Server will now shutdown due to upgrade, database init or admin restoration.
Database files are up-to-date.
root@36e94c84086b:/# /etc/init.d/
hwclock.sh  procps      x11-common

2 个答案:

答案 0 :(得分:1)

请尝试使用BeginRead来操纵systemctrl <action> arangodb3.service<action>startstopstatus所在的服务。

>

答案 1 :(得分:0)

我通过返回Debian 8并遵循webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html中的说明解决了此问题