15.04를 사용하고 있습니다.
그래서 git과 함께 일하고 표준 버전을 설치했습니다. ssh 키를 설정하고 리포지토리 중 하나를 올바른 폴더에 복제 할 수있었습니다. 모든 것이 훌륭하게 작동 한 다음 더 많은 패키지를 설치하는 것이 좋습니다. 나는 달렸다 sudo apt-get install git-all
. 이제 시작 코드를 처리해야하는 오류 코드를보고 있습니다.
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: error processing package runit (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of git-daemon-run:
git-daemon-run depends on runit; however:
Package runit is not configured yet.
dpkg: error processing package git-daemon-run (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
runit
git-daemon-run
E: Sub-process /usr/bin/dpkg returned an error code (1)
이것은 심지어 시스템을 업데이트 / 업그레이드 할 때 발생합니다. 이 시점에서 내가 원하는 것은 소프트웨어를 설치하고 현재 소프트웨어를 업데이트하는 것입니다. 잠재적으로이 문제를 되돌 리거나 최소한 수정할 수있는 방법이 있습니까?
편집 : 다행히도이 문제는 하루나 이틀 후에 해결되었습니다. 수락 된 답변은 완벽하게 작동하고 문제를 처리했습니다.
git-daemon-run
에 의존하여runit
제거했다가 제거했습니다runit
. 이제 git이 여전히 작동하는지 테스트합니다. 그러나 그것은 내 현재 문제를 해결했습니다!