I just got an error message when attempting to "emerge --sync && layman -S" - I then tried to re-synch the overlay with the normal sequence (layman -d, -f, -a).
I could delete the overlay, but cannot seem to add the sabayon overlay back in. See:
# layman -d sabayon
* Successfully deleted overlay "sabayon".
# layman -f
# layman -a sabayon
* Running command "/usr/bin/git clone "git://sabayon.org/projects/overlay.git" "/usr/local/portage/layman/sabayon""...
Initialized empty Git repository in /usr/local/portage/layman/sabayon/.git/
sabayon.org[0: 193.200.56.132]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
* Failed to add overlay "sabayon".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/sabayon. Please remove them manually if required.
Any ideas as to why I might be having this problem?
This is what is currently in my overlays file:
<?xml version="1.0" ?>
<overlays/>
and that's all.
What do I need to manually add, and where in the file? Or is there something else I am doing wrong?
Thank you all.