3
respostas

Erro na hora de dar um sudo ./jenkins.sh

Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details. invoke-rc.d: initscript jenkins, action "start" failed. ● jenkins.service - Jenkins Continuous Integration Server Loaded: loaded (/lib/systemd/system/jenkins.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Thu 2023-01-05 14:47:07 UTC; 3ms ago Process: 22535 ExecStart=/usr/bin/jenkins (code=exited, status=1/FAILURE) Main PID: 22535 (code=exited, status=1/FAILURE) dpkg: error processing package jenkins (--configure): installed jenkins package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: jenkins E: Sub-process /usr/bin/dpkg returned an error code (1)

3 respostas

Boa tarde Derlei,

Vendo os posts do pessoal, achei mais pessoas com o mesmo problema e a solução foi executar o comando abaixo que instala o fontconfig e java11 :

sudo apt-get install fontconfig openjdk-11-jre

Abraço!

Vitor, isso funcionou pra mim. Obrigado!

Vitor Corrêa Oliveira, obrigado! Deu certo aqui também.