Re: [OpenWrt-Devel] http://downloads.openwrt.org is down

2009-08-24 Thread Daniel Lenski
On Fri, 21 Aug 2009 20:14:54 +0200, ulf kypke wrote:

 hi http://downloads.openwrt.org/ is sending an empty page, so opkg
 update is not working
 
 bye ulf

I was having this problem all weekend... couldn't connect to 
openwrt.org.  Fortunately, there is at least one mirror site!  It works 
either with FTP or HTTP:

http://ftp.iasi.roedu.net/mirrors/openwrt.org
ftp://ftp.iasi.roedu.net/mirrors/openwrt.org

You can edit your /etc/opkg.conf and replace http://downloads.openwrt.org
with either of the strings above, and then use opkg normally.

Are there any other OpenWRT mirrors?  This one really should be publicized
better...

Dan


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-24 Thread MichelinoK
i have the same problem...they've changed the ip of openwrt.org so we have 
to wait for the DNS around the world to be updated...(or you manually add 
openwrt.org to the hosts file with the new ipgrab the ip from the 
topic of the irc channel, cannot remember now...i'm waiting for the dns 
update).



___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] http://downloads.openwrt.org is down

2009-08-24 Thread Daniel Lenski
On Fri, 21 Aug 2009 20:14:54 +0200, ulf kypke wrote:

 hi http://downloads.openwrt.org/ is sending an empty page, so opkg
 update is not working
 
 bye ulf

Fortunately, there is at least one mirror site!  It works either with FTP 
or HTTP:

http://ftp.iasi.roedu.net/mirrors/openwrt.org
ftp://ftp.iasi.roedu.net/mirrors/openwrt.org

You can edit your /etc/opkg.conf and replace http://downloads.openwrt.org 
with either of the strings above, and then use opkg normally.

Are there any other OpenWRT mirrors?  This one really should be 
publicized better...

Dan

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-24 Thread bud . dhay



nslookup openwrt.org 208.67.222.222

Server:  resolver1.opendns.com
Address:  208.67.222.222

Name:openwrt.org
Address:  78.24.191.177

regards .. bud


On 23.08.2009 10:36, MichelinoK wrote:

i have the same problem...they've changed the ip of openwrt.org so we have
to wait for the DNS around the world to be updated...(or you manually add
openwrt.org to the hosts file with the new ipgrab the ip from the
topic of the irc channel, cannot remember now...i'm waiting for the dns
update).



___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/3] Update udev package

2009-08-24 Thread Florian Fainelli
Hi Geoff,

Le Friday 21 August 2009 01:19:43 Geoff Levand, vous avez écrit :
 Hi,

 These patches update the udev package from udev-106 to udev-142.

  [patch 1/3] udevtrigger: Breakout udevtrigger package
  [patch 2/3] udev: Update udev package from udev-106 to udev-142
  [patch 3/3] ps3: Update defconfig-ps3-petitboot to not build udevtrigger

 Patch [1] breaks out the udevtrigger utility into its own package built
 from the udev-106 sources.  This seperate udevtrigger package is needed
 for hotplug2, which uses the udevtrigger utility available in udev-106.

 Patch [2] updates the udev package to udev-142.  udev-142 no longer has
 a seperate udevtrigger utility.  The trigger feature has been moved into
 the udevadm utility.

 Just as a note, a 32 bit powerpc built gives these binary file sizes:

   udev-142 udevadm 108K
   udev-106 udevtrigger  17K

Sounds good to me. Feel free to apply them unless you want to extend your 
timeout before applying ;)
-- 
Best regards, Florian Fainelli
Email: flor...@openwrt.org
Web: http://openwrt.org
IRC: [florian] on irc.freenode.net
---


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/8] powerpc64 and kexec-tools updates

2009-08-24 Thread Geoff Levand
On 08/14/2009 03:09 PM, Geoff Levand wrote:
 Hi,
 
 This set of patches introduces a new target feature powerpc64
 to help simplify the build files, updates the kexec-tools
 package to version 2.0.1, and does some kexec-tools package
 cleanups.
 
  [patch 3/8] kexec-tools: Update package to version 2.0.1
  [patch 4/8] kexec-tools: Add libtool PKG_FIXUP
  [patch 5/8] kexec-tools: Minor makefile line end fixes
  [patch 6/8] kexec-tools: Make build of kdump optional
  [patch 7/8] kexec-tools: Make link /sbin/kexec for compatability with other 
 distros
  [patch 8/8] kexec-tools: Remove the unused file kexec.sh

I committed these patches as revisions 17371-17376.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [patch 0/3] Update udev package

2009-08-24 Thread Geoff Levand
On 08/20/2009 04:19 PM, Geoff Levand wrote:
 Hi,
 
 These patches update the udev package from udev-106 to udev-142.
 
  [patch 1/3] udevtrigger: Breakout udevtrigger package
  [patch 2/3] udev: Update udev package from udev-106 to udev-142
  [patch 3/3] ps3: Update defconfig-ps3-petitboot to not build udevtrigger

I committed these patches as revisions 17377-17379.

-Geoff

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] openwrt.org website down?

2009-08-24 Thread Benjamin Cama
Hi all,

I just wanted to clarify the situation in plain english and avoid a
bunch of people spamming with random guess/solutions :

First: I am not related to the openwrt project, so these are just _my_
explanations, as a small random contributor. If some official
explanations were given, I would be gratefull.

So, apparently, some openwrt servers changed location recently. I didn't
see any announce anywhere, but I'm ok with that as long as everything
runs smoothly.

But, the TTL for these entries in the DNS was 7 days, that is, your
local DNS server may at worst lag 7 days behind the change. And the new
address didn't point to new servers, the old one were just displaced,
so as soon as they changed IP, the old entries were invalid. As said
Nils, it might have been scheduled a bit better and the TTL reduced
before the change.

So, all this is *normal behavior* for the DNS servers, there is no
problem appart from the bad scheduling of the openwrt team. Could we
have had a bit more information beforehand ? So, for those who doubted,
your ISP is not to blame.

About the different solutions, waiting is the best, but may be
unsatisfactory. Using opendns seems strange to me, as if their entries
are updated so fast, either they're very lucky and renewed on schedule
just after the change, either they are violating the general updating
policy stated in the RFCs. Using mirrors : I always prefer the official
address, but this may be a temporary solution.

Regards,
Benjamin

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel