Não é possível iniciar o serviço carbon-carbon de cache de grafite falha com o código de erro 1 no Ubuntu Release16.04

0

Estou tentando instalar o carbono de grafite usando

sudo apt-get install graphite-carbon

ele é instalado, mas ao executar o serviço de cache de carbono, ele lança isso.

Job for carbon-cache.service failed because the control process exited with error code. See "systemctl status carbon-cache.service" and "journalctl -xe" for details.

Então isso

systemctl status carbon-cache.service

● carbon-cache.service - Graphite Carbon Cache
   Loaded: loaded (/lib/systemd/system/carbon-cache.service; enabled; 
vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2017-11-23 12:46:52 IST; 2ms ago
  Process: 16315 ExecStart=/usr/bin/carbon-cache --config=/etc/carbon/carbon.conf --pidfile=/var/run/carbon-cache.pid --logdir=/var/log/carbon/ start (code=exited, status=1/FAILURE)

Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]:     self.subOptions.parseOptions(rest)
Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]:   File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line 277, in parseOptions
Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]:     self.postOptions()
Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]:   File "/usr/lib/python2.7/dist-packages/carbon/conf.py", line 230, in postOptions
Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]:     if whisper.CAN_FALLOCATE:
Nov 23 12:46:52 aditya-B250M-D3H carbon-cache[16315]: AttributeError: 'module' object has no attribute 'CAN_FALLOCATE'
Nov 23 12:46:52 aditya-B250M-D3H systemd[1]: carbon-cache.service: Control process exited, code=exited status=1
Nov 23 12:46:52 aditya-B250M-D3H systemd[1]: Failed to start Graphite Carbon Cache.
Nov 23 12:46:52 aditya-B250M-D3H systemd[1]: carbon-cache.service: Unit entered failed state.
Nov 23 12:46:52 aditya-B250M-D3H systemd[1]: carbon-cache.service: Failed with result 'exit-code'.
dpkg: error processing package graphite-carbon (--configure):

    
por abstractnature 23.11.2017 / 07:57

0 respostas