Não é possível adicionar a fonte via linha de comando

0

Estou tentando instalar a versão mais recente do glusterfs no Ubuntu executando este comando:

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

Não dá nenhum resultado.

A sessão não será fechada (Ctrl + C não funciona). Eu tive que fechar a janela do terminal para terminar a sessão.

O erro mostrado é:

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!')
    
por Ajo Mathew 09.01.2013 / 06:56

1 resposta

1

veja this This PPA is deprecated and will not get any updates. , então você pode ter que usar o glusterfs-3.3 e para fazer o download use this

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 
    
por 09.01.2013 / 09:15

Tags