Gentoo Archives: gentoo-science

From: Frederico Moraes Ferreira <ferreirafm@×××.br>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] science not syncing
Date: Fri, 17 Oct 2014 18:31:34
Message-Id: 54416057.8040800@usp.br
In Reply to: Re: [gentoo-science] science not syncing by "Justin (jlec)"
1 me either...
2
3 mephisto ~ # LC_ALL=C git clone git://git.overlays.gentoo.org/proj/sci.git
4 Cloning into 'sci'...
5 remote: Counting objects: 75092, done.
6 remote: Compressing objects: 100% (29623/29623), done.
7 remote: Total 75092 (delta 45218), reused 74046 (delta 44574)
8 Receiving objects: 100% (75092/75092), 17.66 MiB | 988.00 KiB/s, done.
9 Resolving deltas: 100% (45218/45218), done.
10 Checking connectivity... done.
11
12 mephisto init.d # nslookup git.overlays.gentoo.org
13 Server: 172.24.32.2
14 Address: 172.24.32.2#53
15
16 Non-authoritative answer:
17 git.overlays.gentoo.org canonical name = oystercatcher.gentoo.org.
18 Name: oystercatcher.gentoo.org
19 Address: 148.251.78.52
20
21 mephisto init.d # nslookup -type=AAAA git.overlays.gentoo.org
22 Server: 172.24.32.2
23 Address: 172.24.32.2#53
24
25 Non-authoritative answer:
26 git.overlays.gentoo.org canonical name = oystercatcher.gentoo.org.
27 oystercatcher.gentoo.org has AAAA address 2a01:4f8:202:4333::2
28
29 Authoritative answers can be found from:
30 gentoo.org nameserver = ns1.gentoo.org.
31 gentoo.org nameserver = ns2.gentoo.org.
32 gentoo.org nameserver = ns3.gentoo.org.
33 gentoo.org nameserver = ns4.gentoo.org.
34 ns1.gentoo.org internet address = 140.211.166.189
35 ns2.gentoo.org internet address = 194.116.84.30
36 ns2.gentoo.org has AAAA address 2001:7f8:23:323::1e
37 ns3.gentoo.org internet address = 162.221.144.84
38 ns4.gentoo.org internet address = 31.216.40.145
39
40
41 However, using layman the server returnederror 504:
42
43 mephisto ~ # layman -s science
44
45 * Fetching remote list,...
46 * Remote list already up to date:
47 http://www.gentoo.org/proj/en/overlays/repositories.xml
48 * Last-modified: Thu, 16 Oct 2014 17:20:03 GMT
49 * Fetch Ok
50
51 * Syncing selected overlays,...
52 * Running Git... # ( cd /var/lib/layman/science && /usr/bin/git pull )
53 fatal: unable to access
54 'http://git.overlays.gentoo.org/gitroot/proj/sci.git/': The requested
55 URL returned error: 504
56 * Failure result returned from Git
57 *
58 * Errors:
59 * ------
60 * Failed to sync overlay "science".
61 * Error was: Syncing overlay "science" returned status 1!
62 * db.sync()
63 *
64
65 * CLI: Errors occurred processing action sync
66 *
67 * Errors:
68 * ------
69 * Failed to sync overlay "science".
70 * Error was: Syncing overlay "science" returned status 1!
71 * db.sync()
72 *
73
74
75
76 Em 17-10-2014 11:55, Justin (jlec) escreveu:
77 > I can clone it from here