ฉันใช้ 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
ไป ตอนนี้ทดสอบเพื่อดูว่าคอมไพล์ยังใช้งานได้หรือไม่ อย่างไรก็ตามนั่นแก้ไขปัญหาปัจจุบันของฉัน!