Git repo not accessible

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
b4nd0ler0
Posts: 8
Joined: Tue Nov 22, 2011 8:26 am

Git repo not accessible

Post by b4nd0ler0 »

Hi all,

I'm trying to build my own image to compile with CONFIG_ATH_USER_REGD=y
to enable channels allowed in EU that aren't available in the US-centric default build.
I'm following the documentation but he git repository is not accessible when I try to clone it, times out after a while with a connection error.

Code: Select all

user@ubuntu:~/tmp$ git clone git://gargoyle-router.com/gargoyle.git
Cloning into 'gargoyle'...
fatal: read error: Connection reset by peer
Cloning does work from Github though (git://github.com/ericpaulbishop/gargoyle.git)
is this and exact same revision and everything as the one from gargoyle-router.com ??

thanx

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Git repo not accessible

Post by ispyisail »

Works for me

Check all ubuntu packges are installed

b4nd0ler0
Posts: 8
Joined: Tue Nov 22, 2011 8:26 am

Re: Git repo not accessible

Post by b4nd0ler0 »

ispyisail wrote:Works for me. Check all ubuntu packges are installed
Installed the following on my Ubuntu 12.10 VMWare

Code: Select all

sudo apt-get install asciidoc autoconf binutils bison build-essential bzip2 flex gawk gettext git libncurses5-dev libssl-dev libxml-parser-perl libz-dev patch quilt subversion uglifyjs unzip xsltproc zlib1g-dev 
But I suspect that's not the problem. Tried cloning from Windows with both Git for Windows and GitHub clients and both get the same error:

Code: Select all

user@laptop ~/Documents/Git
$ git clone git://gargoyle-router.com/gargoyle.git
Cloning into 'gargoyle'...
fatal: read error: Invalid argument
Telnet to git port works from either Ubuntu and Windows machines:

Code: Select all

user@ubuntu:~/gargoyle-dev2$ telnet gargoyle-router.com 9418
Trying 69.164.213.4...
Connected to gargoyle-router.com.
Escape character is '^]'.
^]
telnet> quit
Connection closed.
It seems something else is going on here, but anyway, can I presume that the GitHub repo is an up to date clone of the gargoyle-router.com ?

Post Reply