* [Buildroot] Buildroot 2012.02-rc3 released @ 2012-02-27 16:10 ` Peter Korsgaard 2012-02-28 19:27 ` Steve Calfee 0 siblings, 1 reply; 22+ messages in thread From: Peter Korsgaard @ 2012-02-27 16:10 UTC (permalink / raw) To: buildroot Hi, Buildroot 2012.02-rc3 is released - Go download it at: http://buildroot.net/downloads/buildroot-2012.02-rc3.tar.gz or http://buildroot.net/downloads/buildroot-2012.02-rc3.tar.bz2 Or get it from Git: git://git.buildroot.net/buildroot We had a few more fixes, so here's one more release candidate before the final. Please give it a spin and report any problems to the mailing list or bug tracker. Many thanks to the people contributing to this release: git shortlog -s -n 2012.02_rc2.. 10 Gustavo Zacarias 6 Peter Korsgaard 1 Luca Ceresoli For more details, see the CHANGES file: http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 23:37 ` Yann E. MORIN 0 siblings, 2 replies; 22+ messages in thread From: Steve Calfee @ 2012-02-28 19:27 UTC (permalink / raw) To: buildroot On 02/27/2012 08:10 AM, Peter Korsgaard wrote: > Hi, > > Buildroot 2012.02-rc3 is released - Go download it at: > snip > For more details, see the CHANGES file: > > http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 > There seems to be something wrong with the servers. I cannot access the url above. I am also having similar problems with git access: me:~/nobu/br/dockstar/tools$ git remote -v origin http://git.buildroot.net/buildroot (fetch) origin http://git.buildroot.net/buildroot (push) me:~/nobu/br/dockstar/tools$ git fetch error: Couldn't resolve host 'git.buildroot.net' while accessing http://git.buildroot.net/buildroot/info/refs fatal: HTTP request failed me:~/nobu/br/dockstar/tools$ git clone http://git.buildroot.net/git/buildroot.git test Cloning into test... error: Couldn't resolve host 'git.buildroot.net' while accessing http://git.buildroot.net/git/buildroot.git/info/refs fatal: HTTP request failed Regards, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 23:37 ` Yann E. MORIN 1 sibling, 2 replies; 22+ messages in thread From: Peter Korsgaard @ 2012-02-29 7:22 UTC (permalink / raw) To: buildroot >>>>> "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] -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 7:22 ` Peter Korsgaard @ 2012-02-29 7:43 ` Thomas De Schampheleire 2012-02-29 15:54 ` Steve Calfee 1 sibling, 0 replies; 22+ messages in thread From: Thomas De Schampheleire @ 2012-02-29 7:43 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 8:22 AM, 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] FYI, yesterday at around 17h CET I also had trouble accessing uclibc.org from one location. At home, at around 18/19h, it did work. ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 1 sibling, 2 replies; 22+ messages in thread From: Steve Calfee @ 2012-02-29 15:54 UTC (permalink / raw) To: buildroot 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: 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 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 ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 15:54 ` Steve Calfee @ 2012-02-29 16:01 ` Peter Korsgaard 2012-02-29 16:04 ` Michael S. Zick 1 sibling, 0 replies; 22+ messages in thread From: Peter Korsgaard @ 2012-02-29 16:01 UTC (permalink / raw) To: buildroot >>>>> "Steve" == Steve Calfee <stevecalfee@gmail.com> writes: Hi, Steve> Hi Peter, Steve> Still a problem from two laptops, and from two locations. Work, i Steve> don't know who the isp is, but at home I am on ATT's uverse: Steve> me:~$ host -a git.buildroot.net Steve> Trying "git.buildroot.net" Steve> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65055 Steve> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 Steve> ;; QUESTION SECTION: Steve> ;git.buildroot.net. IN ANY Steve> ;; ANSWER SECTION: Steve> git.buildroot.net. 43200 IN CNAME buildroot.uclibc.org. And what about host -a buildroot.uclibc.org? It should resolve to 140.211.167.224 (it's a CNAME for www.uclibc.org). Steve> Received 69 bytes from 192.168.0.1#53 in 126 ms Steve> me:~$ wget 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3' Steve> --2012-02-29 07:47:04-- Steve> http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 Steve> Resolving git.buildroot.net... failed: Name or service not known. Steve> wget: unable to resolve host address `git.buildroot.net' Steve> Regards, Steve -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 15:54 ` Steve Calfee 2012-02-29 16:01 ` Peter Korsgaard @ 2012-02-29 16:04 ` Michael S. Zick 2012-02-29 16:22 ` Steve Calfee 1 sibling, 1 reply; 22+ messages in thread From: Michael S. Zick @ 2012-02-29 16:04 UTC (permalink / raw) To: buildroot 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 ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 16:04 ` Michael S. Zick @ 2012-02-29 16:22 ` Steve Calfee 2012-02-29 22:24 ` Chris Kerios 0 siblings, 1 reply; 22+ messages in thread From: Steve Calfee @ 2012-02-29 16:22 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 8:04 AM, Michael S. Zick <minimod@morethan.org> wrote: > 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 Hi Mike, I don't understand. How do I find a bind server? Is it the dns server? Anyway, here are my results from dig: me:~$ dig git.buildroot.net ; <<>> DiG 9.7.0-P1 <<>> git.buildroot.net ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 20746 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;git.buildroot.net. IN A ;; Query time: 1305 msec ;; SERVER: 192.168.0.1#53(192.168.0.1) ;; WHEN: Wed Feb 29 08:12:17 2012 ;; MSG SIZE rcvd: 35 me:~$ dig 192.168.0.1 ; <<>> DiG 9.7.0-P1 <<>> 192.168.0.1 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 26222 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;192.168.0.1. IN A ;; AUTHORITY SECTION: . 5477 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2012022900 1800 900 604800 86400 ;; Query time: 1056 msec ;; SERVER: 192.168.0.1#53(192.168.0.1) ;; WHEN: Wed Feb 29 08:16:27 2012 ;; MSG SIZE rcvd: 104 ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 16:22 ` Steve Calfee @ 2012-02-29 22:24 ` Chris Kerios 0 siblings, 0 replies; 22+ messages in thread From: Chris Kerios @ 2012-02-29 22:24 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 11:22 AM, Steve Calfee <stevecalfee@gmail.com> wrote: > On Wed, Feb 29, 2012 at 8:04 AM, Michael S. Zick <minimod@morethan.org> wrote: >> 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 > > Hi Mike, > > I don't understand. How do I find a bind server? Is it the dns server? > Anyway, here are my results from dig: > > me:~$ dig git.buildroot.net > > ; <<>> DiG 9.7.0-P1 <<>> git.buildroot.net > ;; global options: +cmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 20746 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;git.buildroot.net. ? ? ? ? ? ? IN ? ? ?A > > ;; Query time: 1305 msec > ;; SERVER: 192.168.0.1#53(192.168.0.1) > ;; WHEN: Wed Feb 29 08:12:17 2012 > ;; MSG SIZE ?rcvd: 35 > > me:~$ dig 192.168.0.1 > > ; <<>> DiG 9.7.0-P1 <<>> 192.168.0.1 > ;; global options: +cmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 26222 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;192.168.0.1. ? ? ? ? ? ? ? ? ? IN ? ? ?A > > ;; AUTHORITY SECTION: > . ? ? ? ? ? ? ? ? ? ? ? 5477 ? ?IN ? ? ?SOA ? ? a.root-servers.net. nstld.verisign-grs.com. 2012022900 > 1800 900 604800 86400 > > ;; Query time: 1056 msec > ;; SERVER: 192.168.0.1#53(192.168.0.1) > ;; WHEN: Wed Feb 29 08:16:27 2012 > ;; MSG SIZE ?rcvd: 104 > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot Hello All, I have to agree with everyone above. Something is wrong and its been happening since Monday night. I did a pull Monday afternoon just fine and starting Monday evening I've been getting the following message for the past couple of days! [chris at milton buildroot]$ git pull fatal: Unable to look up git.buildroot.net (port 9418) (Name or service not known) [chris at milton buildroot]$ nslookup gives me this: [chris at milton .git]$ nslookup git.buildroot.net ;; Got SERVFAIL reply from 65.32.5.111, trying next server Server: 65.32.5.111 Address: 65.32.5.111#53 ** server can't find git.buildroot.net: NXDOMAIN [chris at milton .git]$ I've been pulling for over a year now with no problems. i've tried it at work and at home to no avail. I'm on Brighthouse/Time Warner at home and work has its own NAP to the internet so there appears to be a problem somewhere out there in dns land... I can ping and pull by ip address just fine. Also, there have not been any updates to my computer or its configuration that appear to be impacting dns/bind or anything else I can see as far as my machine goes. Fedora 16 on x86_64. Regards, Chris ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-28 19:27 ` Steve Calfee 2012-02-29 7:22 ` Peter Korsgaard @ 2012-02-29 23:37 ` Yann E. MORIN 2012-02-29 23:48 ` Steve Calfee 1 sibling, 1 reply; 22+ messages in thread From: Yann E. MORIN @ 2012-02-29 23:37 UTC (permalink / raw) To: buildroot Steve, Chris, All, On Tuesday 28 February 2012 20:27:12 Steve Calfee wrote: > On 02/27/2012 08:10 AM, Peter Korsgaard wrote: > > http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 > > > There seems to be something wrong with the servers. I cannot access the > url above. I also experienced those failures (but noticed only tonight). While Peter and I were debugging the issue (basically, Peter asking me to type some commands, and me putting the result on a pastebin! :-) ), the issues resolved themselves as by magic... :-/ You may try again to see it also works for you. If it now works, or if it still does not, just drop us a reply. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 0 siblings, 2 replies; 22+ messages in thread From: Steve Calfee @ 2012-02-29 23:48 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 3:37 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote: > Steve, Chris, All, > > On Tuesday 28 February 2012 20:27:12 Steve Calfee wrote: >> On 02/27/2012 08:10 AM, Peter Korsgaard wrote: >> > http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 >> > >> There seems to be something wrong with the servers. I cannot access the >> url above. > > I also experienced those failures (but noticed only tonight). > > While Peter and I were debugging the issue (basically, Peter asking me to > type some commands, and me putting the result on a pastebin! :-) ), the > issues resolved themselves as by magic... :-/ > > You may try again to see it also works for you. > > If it now works, or if it still does not, just drop us a reply. > Regards, > > Yann E. MORIN. Well, I am glad I am not the only one who has this problem. I retry several times a day and I cannot get through to that link (http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3) from 2 systems 32 bit ubuntu and 64 bit 11.10 ubuntu on two different networks, uverse and some work ISP. Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know if that affects things, shouldn't. Regards, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-02-29 23:48 ` Steve Calfee @ 2012-02-29 23:57 ` Chris Kerios 2012-03-01 0:17 ` Arnout Vandecappelle 1 sibling, 0 replies; 22+ messages in thread From: Chris Kerios @ 2012-02-29 23:57 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 6:48 PM, Steve Calfee <stevecalfee@gmail.com> wrote: > On Wed, Feb 29, 2012 at 3:37 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote: >> Steve, Chris, All, >> >> On Tuesday 28 February 2012 20:27:12 Steve Calfee wrote: >>> On 02/27/2012 08:10 AM, Peter Korsgaard wrote: >>> > http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3 >>> > >>> There seems to be something wrong with the servers. I cannot access the >>> url above. >> >> I also experienced those failures (but noticed only tonight). >> >> While Peter and I were debugging the issue (basically, Peter asking me to >> type some commands, and me putting the result on a pastebin! :-) ), the >> issues resolved themselves as by magic... :-/ >> >> You may try again to see it also works for you. >> >> If it now works, or if it still does not, just drop us a reply. >> Regards, >> >> Yann E. MORIN. > > Well, I am glad I am not the only one who has this problem. I retry > several times a day and I cannot get through to that link > (http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3) from > 2 systems 32 bit ubuntu and 64 bit 11.10 ubuntu on two different > networks, uverse and some work ISP. > > Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know > if that affects things, shouldn't. > > Regards, Steve Hi Yann, Just got your email and I am sad to say there was no success... [chris at corney Embedded]$ git clone git://git.buildroot.net/buildroot Cloning into buildroot... fatal: Unable to look up git.buildroot.net (port 9418) (Name or service not known) [chris at corney Embedded]$ If you were think you and Peter were seeing it and then resolve itself sluggishly or automagically then there might have been a change out there and it may take some time to roll through the internet. I will try again tomorrow morning...although I think I am just tilting at windmills here... Regards, Chris ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 1 sibling, 2 replies; 22+ messages in thread From: Arnout Vandecappelle @ 2012-03-01 0:17 UTC (permalink / raw) To: buildroot On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: > Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know > if that affects things, shouldn't. It will. The DNS on the NAT will cache the authoritive server for uclibc.org. If the original uclibc.org DNS server still replies to DNS requests, but doesn't give answers for uclibc.org addresses, then the NAT will not look further. You can verify this by issuing host -v -t SOA uclibc.org which should reply uclibc.org. 86125 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 but will probably reply with the old DNS server. There is unfortunately no way to force your NAT to forget the cached record. You can try to NOT access any uclibc.org site for 48 hours, which may expire the cache. To fix it, something must be done at the old DNS server. I don't know what needs to be done exactly. Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286540 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-01 0:17 ` Arnout Vandecappelle @ 2012-03-01 0:40 ` Chris Kerios 2012-03-01 0:52 ` Steve Calfee 1 sibling, 0 replies; 22+ messages in thread From: Chris Kerios @ 2012-03-01 0:40 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 7:17 PM, Arnout Vandecappelle <arnout@mind.be> wrote: > On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: >> Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know >> if that affects things, shouldn't. > > ?It will. ?The DNS on the NAT will cache the authoritive server for > uclibc.org. ?If the original uclibc.org DNS server still replies to DNS > requests, but doesn't give answers for uclibc.org addresses, then the NAT > will not look further. ?You can verify this by issuing > > host -v -t SOA uclibc.org > > which should reply > > uclibc.org. ? ? ? ? ? ? 86125 ? IN ? ? ?SOA ? ? ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 > > but will probably reply with the old DNS server. > > ?There is unfortunately no way to force your NAT to forget the cached > record. ?You can try to NOT access any uclibc.org site for 48 hours, > which may expire the cache. > > ?To fix it, something must be done at the old DNS server. ?I don't know > what needs to be done exactly. > > ?Regards, > ?Arnout > > -- > Arnout Vandecappelle ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? arnout at mind be > Senior Embedded Software Architect ? ? ? ? ? ? ? ? +32-16-286540 > Essensium/Mind ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? http://www.mind.be > G.Geenslaan 9, 3001 Leuven, Belgium ? ? ? ? ? ? ? ?BE 872 984 063 RPR Leuven > LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle > GPG fingerprint: ?7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot Arnout is definitely onto something. Now that he brings it up this way it also explains my work/home situation. Both boxes are sitting behind NAT'd devices. I take it that I can't just reset my router to clear the DNS cache record??? I tried it here at home and it didn't work. Regards, Chris ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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 1 sibling, 1 reply; 22+ messages in thread From: Steve Calfee @ 2012-03-01 0:52 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 4:17 PM, Arnout Vandecappelle <arnout@mind.be> wrote: > On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: >> Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know >> if that affects things, shouldn't. > > ?It will. ?The DNS on the NAT will cache the authoritive server for > uclibc.org. ?If the original uclibc.org DNS server still replies to DNS > requests, but doesn't give answers for uclibc.org addresses, then the NAT > will not look further. ?You can verify this by issuing > > host -v -t SOA uclibc.org > > which should reply > > uclibc.org. ? ? ? ? ? ? 86125 ? IN ? ? ?SOA ? ? ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 > > but will probably reply with the old DNS server. > > ?There is unfortunately no way to force your NAT to forget the cached > record. ?You can try to NOT access any uclibc.org site for 48 hours, > which may expire the cache. > I did what you suggested, But I don't know if the differences are important: me:~$ host -v -t SOA uclibc.org Trying "uclibc.org" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64103 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; QUESTION SECTION: ;uclibc.org. IN SOA ;; ANSWER SECTION: uclibc.org. 86400 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 ;; ADDITIONAL SECTION: ns1.auth.osuosl.org. 67451 IN A 140.211.166.140 Received 107 bytes from 192.168.3.31#53 in 305 ms ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-01 0:52 ` Steve Calfee @ 2012-03-01 1:00 ` Arnout Vandecappelle 2012-03-01 1:47 ` Steve Calfee 0 siblings, 1 reply; 22+ messages in thread From: Arnout Vandecappelle @ 2012-03-01 1:00 UTC (permalink / raw) To: buildroot On Thursday 01 March 2012 00:52:20 Steve Calfee wrote: > On Wed, Feb 29, 2012 at 4:17 PM, Arnout Vandecappelle <arnout@mind.be> wrote: > > On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: > >> Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know > >> if that affects things, shouldn't. > > > > It will. The DNS on the NAT will cache the authoritive server for > > uclibc.org. If the original uclibc.org DNS server still replies to DNS > > requests, but doesn't give answers for uclibc.org addresses, then the NAT > > will not look further. You can verify this by issuing > > > > host -v -t SOA uclibc.org > > > > which should reply > > > > uclibc.org. 86125 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 > > > > but will probably reply with the old DNS server. > > > > There is unfortunately no way to force your NAT to forget the cached > > record. You can try to NOT access any uclibc.org site for 48 hours, > > which may expire the cache. > > > I did what you suggested, But I don't know if the differences are important: > me:~$ host -v -t SOA uclibc.org > Trying "uclibc.org" > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64103 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;uclibc.org. IN SOA > > ;; ANSWER SECTION: > uclibc.org. 86400 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. > 1330554603 300 900 604800 86400 > > ;; ADDITIONAL SECTION: > ns1.auth.osuosl.org. 67451 IN A 140.211.166.140 > > Received 107 bytes from 192.168.3.31#53 in 305 ms That looks OK though... So my explanation has some flaws :-) What does host -v -t SOA git.buildroot.net tell you? Trying "git.buildroot.net" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44693 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;git.buildroot.net. IN SOA ;; ANSWER SECTION: git.buildroot.net. 36219 IN CNAME buildroot.uclibc.org. buildroot.uclibc.org. 79420 IN CNAME www.uclibc.org. ;; AUTHORITY SECTION: uclibc.org. 10664 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 Received 150 bytes from 192.168.22.22#53 in 70 ms -- Arnout Vandecappelle arnout@mind be Senior Embedded Software Architect +32-16-286540 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-01 1:00 ` Arnout Vandecappelle @ 2012-03-01 1:47 ` Steve Calfee 2012-03-01 3:44 ` Steve Calfee 0 siblings, 1 reply; 22+ messages in thread From: Steve Calfee @ 2012-03-01 1:47 UTC (permalink / raw) To: buildroot On Wed, Feb 29, 2012 at 5:00 PM, Arnout Vandecappelle <arnout@mind.be> wrote: > On Thursday 01 March 2012 00:52:20 Steve Calfee wrote: >> On Wed, Feb 29, 2012 at 4:17 PM, Arnout Vandecappelle <arnout@mind.be> wrote: >> > On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: >> >> Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know >> >> if that affects things, shouldn't. >> > >> > ?It will. ?The DNS on the NAT will cache the authoritive server for >> > uclibc.org. ?If the original uclibc.org DNS server still replies to DNS >> > requests, but doesn't give answers for uclibc.org addresses, then the NAT >> > will not look further. ?You can verify this by issuing >> > >> > host -v -t SOA uclibc.org >> > >> > which should reply >> > >> > uclibc.org. ? ? ? ? ? ? 86125 ? IN ? ? ?SOA ? ? ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 >> > >> > but will probably reply with the old DNS server. >> > >> > ?There is unfortunately no way to force your NAT to forget the cached >> > record. ?You can try to NOT access any uclibc.org site for 48 hours, >> > which may expire the cache. >> > >> I did what you suggested, But I don't know if the differences are important: >> me:~$ host -v -t SOA uclibc.org >> Trying "uclibc.org" >> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64103 >> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 >> >> ;; QUESTION SECTION: >> ;uclibc.org. ? ? ? ? ? ? ? ? ?IN ? ? ?SOA >> >> ;; ANSWER SECTION: >> uclibc.org. ? ? ? ? ? 86400 ? IN ? ? ?SOA ? ? ns1.auth.osuosl.org. hostmaster.osuosl.org. >> 1330554603 300 900 604800 86400 >> >> ;; ADDITIONAL SECTION: >> ns1.auth.osuosl.org. ?67451 ? IN ? ? ?A ? ? ? 140.211.166.140 >> >> Received 107 bytes from 192.168.3.31#53 in 305 ms > > ?That looks OK though... ?So my explanation has some flaws :-) > > ?What does host -v -t SOA git.buildroot.net tell you? > > Trying "git.buildroot.net" > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44693 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;git.buildroot.net. ? ? ? ? ? ? IN ? ? ?SOA > > ;; ANSWER SECTION: > git.buildroot.net. ? ? ?36219 ? IN ? ? ?CNAME ? buildroot.uclibc.org. > buildroot.uclibc.org. ? 79420 ? IN ? ? ?CNAME ? www.uclibc.org. > > ;; AUTHORITY SECTION: > uclibc.org. ? ? ? ? ? ? 10664 ? IN ? ? ?SOA ? ? ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 > > Received 150 bytes from 192.168.22.22#53 in 70 ms > > -- Hi Arnout, thanks for trying to help. Here is my screen: me:~$ host -v -t SOA git.buildroot.net Trying "git.buildroot.net" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36106 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; QUESTION SECTION: ;git.buildroot.net. IN SOA ;; ANSWER SECTION: git.buildroot.net. 21181 IN CNAME buildroot.uclibc.org. buildroot.uclibc.org. 86400 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 ;; ADDITIONAL SECTION: ns1.auth.osuosl.org. 64383 IN A 140.211.166.140 Received 148 bytes from 192.168.3.31#53 in 93 ms I don't see anything obviously weird, but the link (http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3) still does not work. Wait, I just tried git and it now will fetch, and now I tried that link again and it works now. So either magic happened or someone, somewhere in DNS land fixed it. So for me, for now, from work this is fixed! Thanks, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-01 1:47 ` Steve Calfee @ 2012-03-01 3:44 ` Steve Calfee 2012-03-04 16:01 ` Steve Calfee 0 siblings, 1 reply; 22+ messages in thread From: Steve Calfee @ 2012-03-01 3:44 UTC (permalink / raw) To: buildroot On 02/29/2012 05:47 PM, Steve Calfee wrote: > On Wed, Feb 29, 2012 at 5:00 PM, Arnout Vandecappelle<arnout@mind.be> wrote: >> On Thursday 01 March 2012 00:52:20 Steve Calfee wrote: >>> On Wed, Feb 29, 2012 at 4:17 PM, Arnout Vandecappelle<arnout@mind.be> wrote: >>>> On Wednesday 29 February 2012 23:48:36 Steve Calfee wrote: >>>>> Both systems sit on a NAT LAN with 192.168* ip addresses. I don't know >>>>> if that affects things, shouldn't. >>>> It will. The DNS on the NAT will cache the authoritive server for >>>> uclibc.org. If the original uclibc.org DNS server still replies to DNS >>>> requests, but doesn't give answers for uclibc.org addresses, then the NAT >>>> will not look further. You can verify this by issuing >>>> >>>> host -v -t SOA uclibc.org >>>> >>>> which should reply >>>> >>>> uclibc.org. 86125 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 >>>> >>>> but will probably reply with the old DNS server. >>>> >>>> There is unfortunately no way to force your NAT to forget the cached >>>> record. You can try to NOT access any uclibc.org site for 48 hours, >>>> which may expire the cache. >>>> >>> I did what you suggested, But I don't know if the differences are important: >>> me:~$ host -v -t SOA uclibc.org >>> Trying "uclibc.org" >>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64103 >>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 >>> >>> ;; QUESTION SECTION: >>> ;uclibc.org. IN SOA >>> >>> ;; ANSWER SECTION: >>> uclibc.org. 86400 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. >>> 1330554603 300 900 604800 86400 >>> >>> ;; ADDITIONAL SECTION: >>> ns1.auth.osuosl.org. 67451 IN A 140.211.166.140 >>> >>> Received 107 bytes from 192.168.3.31#53 in 305 ms >> That looks OK though... So my explanation has some flaws :-) >> >> What does host -v -t SOA git.buildroot.net tell you? >> >> Trying "git.buildroot.net" >> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44693 >> ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0 >> >> ;; QUESTION SECTION: >> ;git.buildroot.net. IN SOA >> >> ;; ANSWER SECTION: >> git.buildroot.net. 36219 IN CNAME buildroot.uclibc.org. >> buildroot.uclibc.org. 79420 IN CNAME www.uclibc.org. >> >> ;; AUTHORITY SECTION: >> uclibc.org. 10664 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1330554603 300 900 604800 86400 >> >> Received 150 bytes from 192.168.22.22#53 in 70 ms >> >> -- > Hi Arnout, thanks for trying to help. Here is my screen: > > me:~$ host -v -t SOA git.buildroot.net > Trying "git.buildroot.net" > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36106 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;git.buildroot.net. IN SOA > > ;; ANSWER SECTION: > git.buildroot.net. 21181 IN CNAME buildroot.uclibc.org. > buildroot.uclibc.org. 86400 IN SOA ns1.auth.osuosl.org. > hostmaster.osuosl.org. 1330554603 300 900 604800 86400 > > ;; ADDITIONAL SECTION: > ns1.auth.osuosl.org. 64383 IN A 140.211.166.140 > > Received 148 bytes from 192.168.3.31#53 in 93 ms > > I don't see anything obviously weird, but the link > (http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3) > still does not work. > > Wait, I just tried git and it now will fetch, and now I tried that > link again and it works now. So either magic happened or someone, > somewhere in DNS land fixed it. > > So for me, for now, from work this is fixed! > > Thanks, Steve Hi all from DNS land. I took the laptop home to the att uverse network, and I still cannot get through. I even went though the host query commands with similar results. Just git fetch and the git.buildroot.net link still fail. Regards, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-01 3:44 ` Steve Calfee @ 2012-03-04 16:01 ` Steve Calfee 2012-03-04 16:50 ` Michael S. Zick [not found] ` <87mx7wwb4u.fsf@macbook.be.48ers.dk> 0 siblings, 2 replies; 22+ messages in thread From: Steve Calfee @ 2012-03-04 16:01 UTC (permalink / raw) To: buildroot Hi all, Something is seriously messed up with DNS. After the osuosl guys "fixed" it, I can no longer access wget 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3' at work, which was working, briefly before that. So now I cannot access git.buildroot.net from 3 separate isps. All three local networks are NATed, two have a wireless router as the gateway. I don't think this is a rare configuration. I have not had this problem accessing any http server or of several git servers. It would really be nice to git fetch the latest release! Regards, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 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> 1 sibling, 1 reply; 22+ messages in thread From: Michael S. Zick @ 2012-03-04 16:50 UTC (permalink / raw) To: buildroot On Sun March 4 2012, Steve Calfee wrote: > Hi all, > > Something is seriously messed up with DNS. After the osuosl guys > "fixed" it, I can no longer access wget > 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3' at > work, which was working, briefly before that. > > So now I cannot access git.buildroot.net from 3 separate isps. All > three local networks are NATed, two have a wireless router as the > gateway. I don't think this is a rare configuration. I have not had > this problem accessing any http server or of several git servers. > > It would really be nice to git fetch the latest release! > Still works here, but.... Do these systems have IPv6 connectivity? The IPv4 DNS is a CNAME chain of domains that ends with an IPv4 address. The IPv6 DNS is a CNAME chain of domains that ends in /net/dev/null. ;-) Any chance that your installation of git is trying to use IPv6? - - - - Second question - You write that all three local networks are NATed. Did the same person write the NAT rules? ;-) That might be a common failure point. Mike > Regards, Steve > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot > > > ^ permalink raw reply [flat|nested] 22+ messages in thread
* [Buildroot] Buildroot 2012.02-rc3 released 2012-03-04 16:50 ` Michael S. Zick @ 2012-03-04 17:06 ` Steve Calfee 0 siblings, 0 replies; 22+ messages in thread From: Steve Calfee @ 2012-03-04 17:06 UTC (permalink / raw) To: buildroot On 03/04/2012 08:50 AM, Michael S. Zick wrote: > On Sun March 4 2012, Steve Calfee wrote: >> Hi all, >> >> Something is seriously messed up with DNS. After the osuosl guys >> "fixed" it, I can no longer access wget >> 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3' at >> work, which was working, briefly before that. >> >> So now I cannot access git.buildroot.net from 3 separate isps. All >> three local networks are NATed, two have a wireless router as the >> gateway. I don't think this is a rare configuration. I have not had >> this problem accessing any http server or of several git servers. >> >> It would really be nice to git fetch the latest release! >> > Still works here, but.... > > Do these systems have IPv6 connectivity? > > The IPv4 DNS is a CNAME chain of domains that ends with an IPv4 address. > The IPv6 DNS is a CNAME chain of domains that ends in /net/dev/null. ;-) > > Any chance that your installation of git is trying to use IPv6? I don't think so ifconfig does not show ipv6. Two of the systems are 11.10 ubuntu. > > - - - - > > Second question - > You write that all three local networks are NATed. > Did the same person write the NAT rules? ;-) > That might be a common failure point. > > Mike No, all three different. And all 3 used to work with git.buildroot.net As another data point, I just went to a 32 bit windows xp machine, it also could not resolve git.buildroot.net. It is a network/dns problem. Thanks, Steve >> Regards, Steve >> _______________________________________________ >> buildroot mailing list >> buildroot at busybox.net >> http://lists.busybox.net/mailman/listinfo/buildroot >> >> >> > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 22+ messages in thread
[parent not found: <87mx7wwb4u.fsf@macbook.be.48ers.dk>]
[parent not found: <rt-3.6.3-2614-1330988102-1965.20368-6-0@osuosl.org>]
* [Buildroot] [support.osuosl.org #20368] Re: Buildroot 2012.02-rc3 released [not found] ` <rt-3.6.3-2614-1330988102-1965.20368-6-0@osuosl.org> @ 2012-03-06 17:16 ` Steve Calfee 0 siblings, 0 replies; 22+ messages in thread From: Steve Calfee @ 2012-03-06 17:16 UTC (permalink / raw) To: buildroot On 03/05/2012 02:55 PM, Rudy Grigar via RT wrote: > On Sun Mar 04 17:04:47 2012, jacmet at sunsite.dk wrote: >>>>>>> "Steve" == Steve Calfee<stevecalfee@gmail.com> writes: >> Hi, >> >> Some buildroot users (Steve is one of them) are still experiencing DNS >> related issues after the uclibc.org DNS move (*.buildroot.net are CNAMEs >> to buildroot.uclibc.org). The fixes of last week unfortunately didn't >> seem to solved the problem, could you take a look again? >> >> Thanks. >> >> Steve> Hi all, >> Steve> Something is seriously messed up with DNS. After the osuosl guys >> Steve> "fixed" it, I can no longer access wget >> Steve> 'http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3' at >> Steve> work, which was working, briefly before that. >> >> Steve> So now I cannot access git.buildroot.net from 3 separate isps. All >> Steve> three local networks are NATed, two have a wireless router as the >> Steve> gateway. I don't think this is a rare configuration. I have not had >> Steve> this problem accessing any http server or of several git servers. >> >> Steve> It would really be nice to git fetch the latest release! >> >> Steve> Regards, Steve >> > > I have noticed on certain clients that cname->cname records caused weird results. I moved > buildroot.uclibc.org to an A record to prevent the cname->cname: > > git.buildroot.net is an alias for buildroot.uclibc.org. > buildroot.uclibc.org has address 140.211.167.224 > > Let me know if this fixes the dns issues (note: the ttl is 24 hours). > > Thanks, > Rudy For everyone's info, I waited 24 hours and can now successfully connect to the link above and git fetch again! So whatever osuosl did this time seems to work. I have tried on two isp networks, both att uverse and a work isp successfully. Regards, Steve ^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2012-03-06 17:16 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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
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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox