I am trying to install latest version of glusterfs in Ubuntu by running this command:
apt-add-repository ppa:semiosis/glusterfs-3.2
It does not give any result.
The session won't even close (Ctrl+C not working). I had to close the terminal window to end the session.
Error shown is:
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!')

