From: Michael S. Zick <minimod@morethan.org>
To: buildroot@busybox.net
Subject: [Buildroot] Buildroot 2012.02-rc3 released
Date: Wed, 29 Feb 2012 10:04:47 -0600 [thread overview]
Message-ID: <201202291004.49771.minimod@morethan.org> (raw)
In-Reply-To: <CAJJ6jxtawrULPdNUykruT4azk68_ZgFMRf6UwDJNH0D=AckBJQ@mail.gmail.com>
On Wed February 29 2012, Steve Calfee wrote:
> On Tue, Feb 28, 2012 at 11:22 PM, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> >>>>>> "Steve" == Steve Calfee <stevecalfee@gmail.com> writes:
> >
> > Hi,
> >
> > ?>> http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3
> > ?>>
> > ?Steve> There seems to be something wrong with the servers. I cannot access
> > ?Steve> the url above.
> >
> > ?Steve> I am also having similar problems with git access:
> >
> > ?Steve> me:~/nobu/br/dockstar/tools$ git remote -v
> > ?Steve> origin ? ?http://git.buildroot.net/buildroot (fetch)
> > ?Steve> origin ? ?http://git.buildroot.net/buildroot (push)
> >
> > ?Steve> me:~/nobu/br/dockstar/tools$ git fetch
> > ?Steve> error: Couldn't resolve host 'git.buildroot.net' while accessing
> > ?Steve> http://git.buildroot.net/buildroot/info/refs
> >
> > ?Steve> fatal: HTTP request failed
> >
> > DNS problems at your side? The *.uclibc.org DNS has recently moved from
> > Eriks own machine to the osuosl.org people.
> >
> > It works here:
> >
> > host -a git.buildroot.net
> > Trying "git.buildroot.net"
> > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33511
> > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
> >
> > ;; QUESTION SECTION:
> > ;git.buildroot.net. ? ? ? ? ? ? IN ? ? ?ANY
> >
> > ;; ANSWER SECTION:
> > git.buildroot.net. ? ? ?5279 ? ?IN ? ? ?CNAME ? buildroot.uclibc.org.
> >
> > wget 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3'
> > --2012-02-29 08:21:16-- ?http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3
> > Resolving git.buildroot.net (git.buildroot.net)... 140.211.167.224
> > Connecting to git.buildroot.net (git.buildroot.net)|140.211.167.224|:80... connected.
> > HTTP request sent, awaiting response... 200 OK
> > Length: 55525 (54K) [text/plain]
> > Saving to: `CHANGES?id=2012.02_rc3'
> >
> > 100%[======================================>] 55,525 ? ? ? 129K/s ? in 0.4s
> >
> > 2012-02-29 08:21:23 (129 KB/s) - `CHANGES?id=2012.02_rc3' saved [55525/55525]
>
> Hi Peter,
>
> Still a problem from two laptops, and from two locations. Work, i
> don't know who the isp is, but at home I am on ATT's uverse:
>
Not shown by that command, it is actually a cname chain:
mszick at wolf466:~$ dig git.buildroot.net
; <<>> DiG 9.6-ESV-R4 <<>> git.buildroot.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44465
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 6, ADDITIONAL: 0
;; QUESTION SECTION:
;git.buildroot.net. IN A
;; ANSWER SECTION:
git.buildroot.net. 43200 IN CNAME buildroot.uclibc.org.
buildroot.uclibc.org. 86400 IN CNAME www.uclibc.org.
www.uclibc.org. 12667 IN A 140.211.167.224
;; AUTHORITY SECTION:
org. 156427 IN NS b0.org.afilias-nst.org.
org. 156427 IN NS d0.org.afilias-nst.org.
org. 156427 IN NS b2.org.afilias-nst.org.
org. 156427 IN NS a2.org.afilias-nst.info.
org. 156427 IN NS a0.org.afilias-nst.info.
org. 156427 IN NS c0.org.afilias-nst.info.
;; Query time: 314 msec
;; SERVER: 169.254.0.4#53(169.254.0.4)
;; WHEN: Wed Feb 29 10:00:57 2012
;; MSG SIZE rcvd: 241
> me:~$ host -a git.buildroot.net
> Trying "git.buildroot.net"
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65055
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;git.buildroot.net. IN ANY
>
> ;; ANSWER SECTION:
> git.buildroot.net. 43200 IN CNAME buildroot.uclibc.org.
>
> Received 69 bytes from 192.168.0.1#53 in 126 ms
>
So the problem might be your local bind operation, or uVerse's bind.
Try the same command with the specification of the server ( @server.domain.whatever )
for both your local bind and your isp's bind servers.
Mike
> me:~$ wget 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3'
> --2012-02-29 07:47:04--
> http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3
> Resolving git.buildroot.net... failed: Name or service not known.
> wget: unable to resolve host address `git.buildroot.net'
>
> Regards, Steve
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
next prev parent reply other threads:[~2012-02-29 16:04 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <RT-Ticket-20368@osuosl.org>
2012-02-27 16:10 ` [Buildroot] Buildroot 2012.02-rc3 released Peter Korsgaard
2012-02-28 19:27 ` Steve Calfee
2012-02-29 7:22 ` Peter Korsgaard
2012-02-29 7:43 ` Thomas De Schampheleire
2012-02-29 15:54 ` Steve Calfee
2012-02-29 16:01 ` Peter Korsgaard
2012-02-29 16:04 ` Michael S. Zick [this message]
2012-02-29 16:22 ` Steve Calfee
2012-02-29 22:24 ` Chris Kerios
2012-02-29 23:37 ` Yann E. MORIN
2012-02-29 23:48 ` Steve Calfee
2012-02-29 23:57 ` Chris Kerios
2012-03-01 0:17 ` Arnout Vandecappelle
2012-03-01 0:40 ` Chris Kerios
2012-03-01 0:52 ` Steve Calfee
2012-03-01 1:00 ` Arnout Vandecappelle
2012-03-01 1:47 ` Steve Calfee
2012-03-01 3:44 ` Steve Calfee
2012-03-04 16:01 ` Steve Calfee
2012-03-04 16:50 ` Michael S. Zick
2012-03-04 17:06 ` Steve Calfee
[not found] ` <87mx7wwb4u.fsf@macbook.be.48ers.dk>
[not found] ` <rt-3.6.3-2614-1330988102-1965.20368-6-0@osuosl.org>
2012-03-06 17:16 ` [Buildroot] [support.osuosl.org #20368] " Steve Calfee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201202291004.49771.minimod@morethan.org \
--to=minimod@morethan.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox