명령줄을 통해 소스를 추가할 수 없습니다.

명령줄을 통해 소스를 추가할 수 없습니다.

다음 명령을 실행하여 Ubuntu에 최신 버전의 glusterfs를 설치하려고 합니다.

apt-add-repository ppa:semiosis/glusterfs-3.2

아무런 결과도 나오지 않습니다.

세션이 닫히지도 않습니다(Ctrl+C가 작동하지 않음). 세션을 종료하려면 터미널 창을 닫아야 합니다.

표시된 오류는 다음과 같습니다.

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 88, in <module>
    ppa_info = get_ppa_info_from_lp(user, ppa_name)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py",
        line 80, in get_ppa_info_from_lp
    curl.perform()
pycurl.error: (28, 'connect() timed out!')

답변1

바라보다이것 This PPA is deprecated and will not get any updates.따라서 glusterfs-3.3을 사용하여 다운로드해야 할 수도 있습니다. 이것

deb http://ppa.launchpad.net/semiosis/ubuntu-glusterfs-3.3/ubuntu YOUR_UBUNTU_VERSION_HERE main` 

deb-src http://ppa.launchpad.net/semiosis/ubuntu-glusterfs-3.3/ubuntu YOUR_UBUNTU_VERSION_HERE main 

관련 정보