OpenWrt Forum Archive

Topic: [solved] nbd git down?

The content of this topic has been archived on 30 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi guys,

I'm trying to build OpenWRT, but I'm having problems with libubox, it looks like the git server is down. Log (make V=s):

make[3]: Entering directory `/Volumes/OpenWRT/trunk/package/libs/libubox'
mkdir -p /Volumes/OpenWRT/trunk/dl
echo "Checking out files from the git repository..."; mkdir -p /Volumes/OpenWRT/trunk/tmp/dl && cd /Volumes/OpenWRT/trunk/tmp/dl && rm -rf libubox-2013-08-01 && [ \! -d libubox-2013-08-01 ] && git clone git://nbd.name/luci2/libubox.git libubox-2013-08-01 --recursive && (cd libubox-2013-08-01 && git checkout 04f194aa8a04926fe7f2e42bbf9ba6c62d49339e) && echo "Packing checkout..." && rm -rf libubox-2013-08-01/.git &&     /opt/local/bin/gnutar czf /Volumes/OpenWRT/trunk/tmp/dl/libubox-2013-08-01-04f194aa8a04926fe7f2e42bbf9ba6c62d49339e.tar.gz libubox-2013-08-01 && mv /Volumes/OpenWRT/trunk/tmp/dl/libubox-2013-08-01-04f194aa8a04926fe7f2e42bbf9ba6c62d49339e.tar.gz /Volumes/OpenWRT/trunk/dl/ && rm -rf libubox-2013-08-01; 
Checking out files from the git repository...
Cloning into 'libubox-2013-08-01'...
fatal: unable to connect to nbd.name:
nbd.name[0: 46.4.11.11]: errno=Operation timed out

I understand the git url is git://nbd.name/luci2/libubox.git

When I try to clone this manually it also times out.

The website is still running:
http://nbd.name/gitweb.cgi?p=luci2/libu … ;a=summary

Am I making a mistake or is this git server really down?

(Last edited by peteruithoven on 26 Mar 2014, 16:59)

Nvm, the server of the business complex I'm in blocks port 9418.
It works fine through another network.

The discussion might have continued from here.