[OpenWrt-Devel] Libubox compilation broken for buildbots & some users

2012-10-30 Thread Hannu Nyman
The bug tracker is again down, so I am sending this here. Looks like a change introduced yesterday has broken libubox compilation for buildbots & some users. Forum discussion here: https://forum.openwrt.org/viewtopic.php?id=40213 My diagnosis in a forum message: It is coming from libubox rel

[OpenWrt-Devel] Defconfig & menuconfig are broken since 34043 ?

2012-10-31 Thread Hannu Nyman
Bug tracker is again down, so I am sending this to the mailing list. Recent check-in 34043 seems to have broken defconfig and menuconfig in trunk for me (after a make dirclean). Same probably for the backport to Attitude Adjustment, but I haven't checked that. Changeset: http://nbd.name/gitwe

[OpenWrt-Devel] [PATCH] Bump dnsmasq version to 2.63

2012-11-04 Thread Hannu Nyman
Dnsmasq 2.63 has been published in August. This patch bumps the version from 2.62 to 2.63 and refreshes patches. Patch 0001-Set-prefix-on-link-bit-in-RAs.patch added by r33216 can be removed as the change is now incorporated upstream. (There is a minor beauty error, as 2.63 identifies itself a

[OpenWrt-Devel] Using pptp with kernel 3.6.6. Is ppp-kmod-pptp dependent on 3.3.x?

2012-11-07 Thread Hannu Nyman
I tried to test the new kernel 3.6.6 support in ar71xx with my wndr3700 build, but I am running into trouble getting all the modules selected, as the kernel-mode pptp looks rather unselectable. As far as I understand, the current core module for pptp is ppp-mod-pptp. That is invisible/unselecta

Re: [OpenWrt-Devel] Newer AA builds corrupt on WNDR3800

2012-11-18 Thread Hannu Nyman
I've been building WNDR3800 builds using Attitude Adjustment for a while now. Unfortunately, it seems something has gone awry and I can't build a usable image any more. Sad that it happens for you, but great to hear that I am not alone with the same problem. I even wrote a ticket about this, bu

Re: [OpenWrt-Devel] Newer AA builds corrupt on WNDR3800

2012-11-18 Thread Hannu Nyman
On 18.11.2012 5:55, Adam Gensler wrote: Verifying Checksum ... OK ### SQUASHFS loading 'image/uImage' to 0x8080 ERROR: LzmaDecode.c, 547 lzma_fs returned unexpected result 0x1 SQUASHFS error: squashfs_readdir: read_block ### SQUASHFS LOAD ERROR<0> for image! I fetched wndr3800 sources fr

Re: [OpenWrt-Devel] Newer AA builds corrupt on WNDR3800

2012-11-18 Thread Hannu Nyman
One idea is the lzma parameters " -lc1 -lp2 -pb2 ", which have been introduced without any explanation four years ago with r12628. Those differ from the defaults mentioned in the lzma's built-in help texts, and do differ from Netgear's build process (which uses the defaults in lzma and version

Re: [OpenWrt-Devel] Newer AA builds corrupt on WNDR3800

2012-11-18 Thread Hannu Nyman
Looks like the reason was indeed the lzma compression parameters. I have already built newest trunk 34245 and it works both in my v1 and v2 routers. I actually created the images with two different parameter lines in target/linux/ar71xx/image/Makefile: First that already discussed removal o

[OpenWrt-Devel] Snapshot buildbots: two buildslaves (Nico and Carme) upload nothing and discard binaries

2012-11-23 Thread Hannu Nyman
Nico and Carme, two buildslaves doing the trunk snapshots upload nothing and discard the compiled firmwares. I hate seeing scarce resources wasted, so I am bugging about this. Those two are doing 4/9 of the simultaneous builds, so quite a large amount of work gets partially wasted. Due to

[OpenWrt-Devel] [PATCH] Collectd 4.10.8 version bump

2012-11-28 Thread Hannu Nyman
Collectd, the backbone for LuCI statistics, has been updated to 4.10.8 a few weeks ago. I have already used it in my trunk build for some time. Among other things 4.10.8 fixes a few memory leaks and a perl incompatibility (see https://dev.openwrt.org/ticket/12494 ). 4.10.8 increases compatibi

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread Hannu Nyman
You mentioned later in the thread that you are building for wndr3800. That is the key info here. Due to complex switch port LED defintions, WNDR3700/3800 has a dedicated network file template that will be used: https://dev.openwrt.org/browser/trunk/target/linux/ar71xx/base-files/etc/defconfig/

Re: [OpenWrt-Devel] Change Default IP?

2012-11-30 Thread Hannu Nyman
ld system to running system, etc... At least most of it just works, and adding to it is easy enough... just altering some of the defaults can be a bit hard to follow... - Original Message - From: "Daniel Dickinson" To: "OpenWrt Development List" Cc: "H

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread Hannu Nyman
I can update my WNDR3800 (and 3700v2 and 3700) just fine with all settings intact. Last updates: yesterday WNDR3800 from trunk 34440 to trunk 34469, (and also 3700v2 from trunk 344xx to AA 34469). No problem with keeping settings. So, it is probably something specific for you. I am using LuCI

Re: [OpenWrt-Devel] Keep settings broken on NetGear WNDR3800

2012-12-04 Thread Hannu Nyman
My .config? Publicly available from: http://koti.welho.com/hnyman1/Openwrt/ More info at: https://forum.openwrt.org/viewtopic.php?id=28392 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwr

Re: [OpenWrt-Devel] Stock WNDR3800

2012-12-06 Thread Hannu Nyman
Out of curiosity I reflashed my new WNDR3800 with the Netgear OEM firmware and then flashed back the Openwrt trunk factory image r34534, squashfs. No problems, the Netgear firmware 1.0.0.40 happily accepted the Openwrt factory image. If you want to test, my firmware image and the build config

[OpenWrt-Devel] Buildbot system down for maintenance?

2012-12-07 Thread Hannu Nyman
There has not been any new snapshots in three days (since Dec 4th) and http://buildbot.openwrt.org/ does not answer... Is the buildbot system down for planned maintenance? Or has it crashed again? ___ openwrt-devel mailing list openwrt-devel@lists.ope

[OpenWrt-Devel] [PATCH] Bump dnsmasq to 2.64

2012-12-10 Thread Hannu Nyman
Dnsmasq 2.64 has been published last week. Announcement: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q4/006594.html Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG This patch bumps the version from 2.62 to 2.64 and refreshes patches. Patch 0001-Set-prefix-on-link-bit

[OpenWrt-Devel] [PATCH] Bump dnsmasq to 2.65

2013-01-02 Thread Hannu Nyman
Dnsmasq 2.65 has been published, so I have updated the patch. Announcement: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q4/006629.html Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG This patch bumps the version from 2.62 to 2.65 and refreshes patches. Patch 0001-Se

Re: [OpenWrt-Devel] problems with preloaded config

2013-02-10 Thread Hannu Nyman
Newer OpenWrt versions put the device path in the wifi sections >> instead of the MAC address. > > This is a recent build from Trunk, could you give me an example of > what's needed? I'm not seeing it in the autogenerated config. I have several 3700/3800 and my wifi config names the "phy" inste

[OpenWrt-Devel] [PATCH] Update collectd (Luci statistics engine) from 4.10.8 to 5.2.1

2013-02-15 Thread Hannu Nyman
The recent collectd release in late January contained only 5.2.1 and 5.1.2 ( http://collectd.org/news.shtml#news92 ), and no 4.10.x release was made. Although 4.10.x is still marked as supported, it will probably be phased out in future, as 5.0, 5.1 and 5.2 branches have already been released in

Re: [OpenWrt-Devel] [PATCH] Update collectd (Luci statistics engine) from 4.10.8 to 5.2.1

2013-02-15 Thread Hannu Nyman
Patchwork apparently only picked up the Luci patch on the first try, so I am re-sending the collectd patch. --- trunk/feeds/packages/utils/collectd/Makefile(revision 35608) +++ trunk/feeds/packages/utils/collectd/Makefile(working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.m

[OpenWrt-Devel] [PATCH] Update ccrypt package to 1.10

2013-02-17 Thread Hannu Nyman
A new version 1.10 of ccrypt encryption tools package has been published in late 2012. The old version 1.9 dates back to 2009. Link to changelog: http://ccrypt.sourceforge.net/ChangeLog October 18, 2012: Release 1.10. This release fixes a number of minor portability issues and minor bugs. The

[OpenWrt-Devel] Has buildbot died on Dec 8th?

2013-12-15 Thread Hannu Nyman
Has the buildbot system died a week ago? No new trunk snapshots since then and no response from http://buildbot.openwrt.org:8010/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-

Re: [OpenWrt-Devel] how to set busybox's some options now ?

2013-12-17 Thread Hannu Nyman
Does it deserve a "busybox_menuconfig" just like "kernel_menuconfig"? > I think it does, because that also saves a lot of questions in the > future (hopefully). Because I think a lot of people that build there > own custom openwrt firmware often also modify the busybox config. I was especial

Re: [OpenWrt-Devel] [PATCHv2] hostapd: fix wep with netifd

2013-12-22 Thread Hannu Nyman
With reference to the patchV2 provided, I provided the patched script to an user of my build who had a WEP problem and he had his WEP connectivity fixed. But he ran into an error with mixed WEP/WPA environment, where any WEP interface needed to be in the config file before any WPA interface. Ot

Re: [OpenWrt-Devel] Buildbot not working for various snapshots?

2014-01-24 Thread Hannu Nyman
> Looks like snapshots for the adm5120, ar71xx and adm5120 branches were last built on 19 Jan 2014... ar71xx is being uploaded at this moment, based on r39382... Builds failed for a few days, but got fixed by 39369(?) See http://buildbot.openwrt.org:8010/builders/ar71xx The same is probably tru

Re: [OpenWrt-Devel] ubox, logd, log_size

2014-01-30 Thread Hannu Nyman
What where the problems (i'm curious)? Regarding the problems, read discussion at bug 14838 (and earlier discussion also at 14227) https://dev.openwrt.org/ticket/14838 There is no actual problem in the logging itself, but the problem is apparently a 64 kB ubus message maximum size set in ubu

[OpenWrt-Devel] Freeswitch sounds take 400 MB disk space for each target platform (and for each imagebuilder?)

2014-02-09 Thread Hannu Nyman
I noticed buildbot's out of disk space error for ar71xx build a few days ago and looked a bit into the packages directory. When looking for the largest files I noticed the sound files for the "freeswitch" package. The size of those sounds files is about 400 MB. They form optional modules that

[OpenWrt-Devel] Openwrt future release strategy? kernel strategy?

2014-02-15 Thread Hannu Nyman
What is the current plan regarding the next releases? In 2012 it sounded like the goal was to move to a more rapid release strategy, maybe something every 6 months. https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016427.html But that has not been the outcome during that 18 months

Re: [OpenWrt-Devel] trunk build failure for feeds/packages/utils/nut

2014-03-01 Thread Hannu Nyman
> However the thing that bothers me more than 'nut' failing, is the fact that it is _not_ selected in my .config. What would be causing it to build? If I uninstall the package (./scripts/feeds uninstall nut) my build succeeds fine. I think that the reason is badly implemented nut support in Lu

[OpenWrt-Devel] dev.openwrt.org frequently gives 504 Gateway Time-out or 502 Bad Gateway errors

2014-03-01 Thread Hannu Nyman
It is really annoying that dev.openwrt.org frequently gives "504 Gateway Time-out" or "502 Bad Gateway" errors. During the last few days it seems that the bug tracker is unreachable half of the time. Typical error is just: 502 Bad Gateway nginx/1.1.19 Is there some problem connectivity proble

Re: [OpenWrt-Devel] [PATCH] dropbear: fix parsing of Interface param

2014-03-01 Thread Hannu Nyman
Well, the patch in the bug from "anonymous" was not from me. I checked your patch and wonder if "network_get_device Interface" part is right. Anonymous had left that with small caps, but your patch changed also that to "Interface". Should that line be instead this way? [ -n "${Interface

Re: [OpenWrt-Devel] trunk build failure for feeds/packages/utils/nut

2014-03-04 Thread Hannu Nyman
Quoting Tim Harvey : On Sat, Mar 1, 2014 at 12:37 AM, Hannu Nyman wrote: However the thing that bothers me more than 'nut' failing, is the fact that it is _not_ selected in my .config. What would be causing it to build? If I uninstall the package (./scripts/feeds uninstall nut) m

Re: [OpenWrt-Devel] Openwrt future release strategy? kernel strategy?

2014-03-07 Thread Hannu Nyman
penwrt has already gone past the possibility of using 3.12, as some platforms are already at 3.13 and 3.14 got first checkins today. On 15.2.2014 10:50, Hannu Nyman wrote: What is the current plan regarding the next releases? In 2012 it sounded like the goal was to move to a more rapid release

[OpenWrt-Devel] aa-mac80211.git : a wifi driver replacement for AA12.09?

2014-03-11 Thread Hannu Nyman
I noticed that nbd has created a new additional repository for AA12.09 providing newer wifi drivers. http://nbd.name/gitweb.cgi?p=aa-mac80211.git;a=summary Apparently that "aa-mac80211.git" provides newer hostapd/wpad and mac80211 drivers for AA12.09. Can those be included in an AA build in

[OpenWrt-Devel] Buildbot confused?

2014-03-12 Thread Hannu Nyman
Looks like the buildbot is confused... There are only a few March 12th build attemps and still several buildslaves sit idle. Compared to the status a few hours ago, it looks like all not yet started builds have been removed from the queue and then buildbot simply waits and says that 22.5 hours

[OpenWrt-Devel] [PATCH] Fix collectd / Luci statistics breakage due to r39119 / bug 15010

2014-03-15 Thread Hannu Nyman
Collectd / Luci statistics module has been broken since r39119 (in December 2013). Buildbot has not built it succesfully since then. Bug 15010 describes the issue: https://dev.openwrt.org/ticket/15010 Changeset 39119: https://dev.openwrt.org/changeset/39119 The build breakage only concerns on

Re: [OpenWrt-Devel] dev.openwrt.org frequently gives 504 Gateway Time-out or 502 Bad Gateway errors

2014-03-16 Thread Hannu Nyman
Jo-Philipp Wich wrote on Tue Mar 4 12:26:43 CET 2014: I reworked the trac-fcgi launcher now and applied a number of > threading fixes to it, so far it seems to be way more responsive and > both memory consumption and cpu load plummeted to 50MB RAM / 10% CPU > per instance. > > On a first glance

Re: [OpenWrt-Devel] Buildbot confused?

2014-03-16 Thread Hannu Nyman
On 15.3.2014 20:31, Travis Kemen wrote: Just a quick update, the buildbots should be stable again after this morning. Finished ironing out the final issues (hopefully) in bringing up a bunch of virtual boxes. These boxes should be able to complete a full build in around 9 hours which will reduc

Re: [OpenWrt-Devel] what's the relation with dnsmasq and dhcp ?

2014-03-29 Thread Hannu Nyman
> I made a very weird discover , when I disable dnsmasq service on router( perform "/etc/init.d/dnsmasq disable" on OpenWRT System) , all devices could not connect to my Router by dhcp. No wonder, as dnsmasq is the default dhcp server component in Openwrt. That is explained in the module's de

[OpenWrt-Devel] [PATCH] Fix jffs2reset properly (requires -y to cause reset action) bug 15371

2014-04-05 Thread Hannu Nyman
A patch to properly fix bug 15371 is attached. r39895 removed the symlink to jffs2reset and broke reset capability. r40018 added back /sbin/jffs2reset to comply with the new fstools package, but a required "-y" parameter is missing from the script and reset is still broken. https://dev.openwrt

Re: [OpenWrt-Devel] [PATCH] Fix jffs2reset properly (requires -y to cause reset action) bug 15371

2014-04-05 Thread Hannu Nyman
NAK, incorrect fix. this patch fixes the behavior of a script that is > not even in trunk. jffs2reset on purpose asks for you to press y/N. > Your patch breaks this behavior. > > the correct fix is to pass $@ and then have your script pass -y. You are right reagrding the arguments. I didn't thi

[OpenWrt-Devel] [PATCH] hostapd: fix "bad number" error due to missing wps_pbc_in_m1 option (since r39995)

2014-04-12 Thread Hannu Nyman
r39995 introduced a new parameter wps_pbc_in_m1 to wifi wps config, but apparently did not provide a default value 0. When that option's non-existing value is later evaluated in /lib/netifd/hostapd.sh, it causes the "bad number" error to be logged in syslog if user has not set the wps_pbc_in_m

[OpenWrt-Devel] [PATCH] Bump wget to 1.15. Fixes compilation in buildhost with new perl (bugs 15563 and 15718)

2014-04-27 Thread Hannu Nyman
Compiling wget 1.14 in buildhosts with new perl (& texinfo?) versions may fail. I experienced this with Ubuntu 14.04 x64 (with perl 5.18). Bugs about this: https://dev.openwrt.org/ticket/15718 https://dev.openwrt.org/ticket/15563 The problem has been fixed upstream in wget: http://git.savannah.gn

[OpenWrt-Devel] [PATCH] Fix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)

2014-04-28 Thread Hannu Nyman
Fix wget-nossl variant by disabling ntlm support in wget-nossl. https://dev.openwrt.org/ticket/15718#comment:13 https://dev.openwrt.org/ticket/15731 In wget 1.15 the ntlm support requires either ssl or libnettle library. Check-in behind the change: http://git.savannah.gnu.org/cgit/wget.git/com

[OpenWrt-Devel] [PATCH] Fix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)

2014-04-28 Thread Hannu Nyman
RESEND: I am resending this to be correctly relative to svn root (instead of feeds/ ). Fix wget-nossl variant by disabling ntlm support in wget-nossl. https://dev.openwrt.org/ticket/15718#comment:13 https://dev.openwrt.org/ticket/15731 In wget 1.15 the ntlm support requires either ssl or libne

[OpenWrt-Devel] [PATCH] htop: bump version to 1.03

2014-05-02 Thread Hannu Nyman
There is a new 1.03 version of htop: http://www.freelists.org/post/htop/ANN-htop-103 This patch bumps htop from 1.02 to 1.03. Since January 2014 the releases are made from developer's own site instead of Sourceforge, so I have changed the download location accordingly. http://sourceforge.net/p

[OpenWrt-Devel] [PATCH] haveged: bump

2014-05-02 Thread Hannu Nyman
Patch to bump haveged to version 1.9.1 released in February 2014. http://www.issihosts.com/haveged/downloads.html Compiled and tested on ar71xx/wndr3700. signed-off-by: hannu.ny...@iki.fi Index: packages/utils/haveged/Makefile ===

[OpenWrt-Devel] [PATCH] pptpd: bump to version 1.4.0 (fix bugs 12909, 15490, 15635)

2014-05-02 Thread Hannu Nyman
Old pptpd 1.3.4 suffers from an old bug that gcc 4.8 has apparently brought to surface (analysed in bug 12909). The problem has been fixed upstream and is included in 1.4.0 release from October 2013. http://sourceforge.net/p/poptop/mailman/message/30453437/ http://sourceforge.net/p/poptop/git/

[OpenWrt-Devel] [PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages

2014-05-04 Thread Hannu Nyman
.openwrt.org/patch/2457/ http://patchwork.openwrt.org/patch/3300/ http://patchwork.openwrt.org/patch/4204/ http://patchwork.openwrt.org/patch/4205/ Signed-off-by: Hannu Nyman Index: packages/utils/collectd/Makefile === --- packages/utils/coll

[OpenWrt-Devel] [PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci

2014-05-04 Thread Hannu Nyman
.openwrt.org/patch/2457/ http://patchwork.openwrt.org/patch/3300/ http://patchwork.openwrt.org/patch/4204/ http://patchwork.openwrt.org/patch/4205/ Signed-off-by: Hannu Nyman Index: luci/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua ===

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages

2014-05-04 Thread Hannu Nyman
the patch was removed, I left the patch there after all. My configure skills are not good enough to write a more elegant fix :-( Karl P wrote Sun May 4 13:31:04 CEST 2014: > Your changes to the config disable sigrok, why is a patch for it still needed? > > > On 05/04/2014 11:

[OpenWrt-Devel] Bug tracker spamming is getting annoying

2014-05-08 Thread Hannu Nyman
Looks like the spamming via the bug tracker is getting out of hand. Some ~400 spam bugs today. Have devs considered new cures? Trac seems to enable ip based throttling (ip_throttle filter) and ip blacklisting. ___ openwrt-devel mailing list openwrt-

[OpenWrt-Devel] [PATCH][tools] quilt: bump to version 0.63

2014-05-08 Thread Hannu Nyman
Quilt version 0.63 has been released this week. http://lists.nongnu.org/archive/html/quilt-dev/2014-05/msg5.html > - New NEWS file, containing a human-readable changelog > - Option -E is no longer passed to patch by default > - Huge performance improvement (e.g., for commands series, ap

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: Change packages repo to git

2014-05-14 Thread Hannu Nyman
Matthias Brugger wrote at Wed May 14 16:35:15 CEST 2014 > The svn repository is no accessible anymore, so we just use > git.openwrt.org to get the packages. To my knowledge the Attitude Adjustment 12.09 packages svn repository works quite normally, so I fail to understand your reasoning. peru

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: Change packages repo to git

2014-05-14 Thread Hannu Nyman
68. Create index file './feeds/packages.index' On 14.5.2014 18:46, Matthias Brugger wrote: 2014-05-14 17:27 GMT+02:00 Hannu Nyman : Matthias Brugger wrote at Wed May 14 16:35:15 CEST 2014 The svn repository is no accessible anymore, so we just use git.openwrt.org to get the packages.

Re: [OpenWrt-Devel] Future of package maintenance and new scope of this mailing list

2014-06-10 Thread Hannu Nyman
The current buildbot run was the first after the default feed change, and as "oldpackages" are not built by buildbot, many packages will be missing from the snapshot directory as of today... So I expect to see a flow of bugs for missing binary packages :-( How are you going to ease the transit

[OpenWrt-Devel] [PATCH] New package: rng-tools for adding entropy from arbitrary source to kernel entropy pool

2011-09-21 Thread Hannu Nyman
ke the Entropy key), if they provide a suitable interface for the daemon to the entropy data from them. Signed-off-by: Hannu Nyman Index: /Openwrt/trunk/feeds/packages/utils/rng-tools/files/rngd.init === --- /Openwrt/trunk/feeds/

[OpenWrt-Devel] [PATCH] Add WNDR3700 USB LED definition to Backfire (ticket #8785)

2011-10-01 Thread Hannu Nyman
off-by: Hannu Nyman Index: /target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 === --- /target/linux/ar71xx/base-files/etc/uci-defaults/wndr3700 (revision 28336) +++ /target/linux/ar71xx/base-files/etc/uci-defaults/wn

[OpenWrt-Devel] [PATCH] Remove stdout debug code from hostapd, wpad & wpa_supplicant by default

2011-10-19 Thread Hannu Nyman
d let those who need it to enable the functionality. Ticket 8847 is about this issue: https://dev.openwrt.org/ticket/8847 Signed-off-by: Hannu Nyman Index: /Openwrt/trunk/package/hostapd/files/hostapd-mini.config === --- /Op

Re: [OpenWrt-Devel] busybox ntpd vs rdate (r28612)

2011-10-27 Thread Hannu Nyman
On 21:59, Jo-Philipp Wich wrote: or is ntpd really integrated into busybox, making the ntpd client package obsolete? Yes, unless you need a full featured NTP suite for a particular reason, in this case installing full ntpd will remove the busybox one in postinstall so that they do not clash - th

Re: [OpenWrt-Devel] [OpenWrt-Commits] r28733 - in trunk/package: base-files/files/etc/init.d base-files-network/files/etc/init.d

2011-11-05 Thread Hannu Nyman
Less than awesome, as this disables the 5 GHz radio in WNDR3700/DIR-825 etc. probably due to broken crda request handling. Reverting changes in r28733 enables both radios to work again, just like suggested in comment 5 in ticket 10350: https://dev.openwrt.org/ticket/10350 Please either fix the

[OpenWrt-Devel] Backfire (toolchain) debug advice needed: firmware built with Ubuntu 11.10 crashes, but works if built with 11.04

2011-12-06 Thread Hannu Nyman
I have ran into a strange situation: Compiling the same Backfire firmware for ar71xx/WNDR3700 produces a functionally different version with Ubuntu 11.04 as the build host, than if I use Ubuntu 11.10 as the host. The firmware compiled with 11.10 seems to work otherwise quite normally, but if

Re: [OpenWrt-Devel] Backfire (toolchain) debug advice needed: firmware built with Ubuntu 11.10 crashes, but works if built with 11.04

2011-12-26 Thread Hannu Nyman
If I have understood the situation correctly, the info message "# using defaults found in /boot/config-2.6.38-12-generic" found in the logs is coming from [buildsystemroot]/scripts/config/confdata.c, which is part of the config parser source and is the only place with that string. And the kern

[OpenWrt-Devel] [PATCH] utils/collectd: upgrade to 4.10.5

2012-02-14 Thread Hannu Nyman
Bumping gcc to 4.6 revealed some incompatibilities between the current collectd 4.10.2 and gcc 4.6. See: https://dev.openwrt.org/ticket/10962 After Jow had fixed those compiler directives, I noticed that the underlying reasons had already been fixed upstream in the collectd source code. Here

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-02-19 Thread Hannu Nyman
**/On Thu Jan 12 12:29:36 CET 2012 Olipro wrote:/ > however, I'm not entirely sure what dependencies I should be making this rely on to ensure people on say... On /Tue Feb 14 09:56:22 CET 2012/ *Oliver* wrote: > Done. > > Signed-off-by: Oliver Smith

[OpenWrt-Devel] [PATCH] collectd: upgrade to 4.10.6

2012-02-20 Thread Hannu Nyman
I sent a last week the patch to upgrade the current collectd 4.10.2 to 4.10.5, but the 4.10.6 has now been released. And it seems to include a patch to prevent collectd from intermittently collecting data after periods of heavy loads. I have noticed that to happen with 4.10.2, so hopefully the

[OpenWrt-Devel] Have trunk snapshots been intentionally stopped?

2012-03-27 Thread Hannu Nyman
I thought that trunk snapshots were done practically daily. Now it seems to me that there are no snapshots for any of the major platforms after March 14-16. It that intentional? http://downloads.openwrt.org/snapshots/trunk/ ___ openwrt-devel mailing

Re: [OpenWrt-Devel] Have trunk snapshots been intentionally stopped?

2012-03-31 Thread Hannu Nyman
. > On /Wed, Mar 28 22:17:34 CEST 2012/, *Travis Kemen* wrote: > It appears the buildbot slave needed to be restarted. There should be new builds showing up again. > Travis > > On Tue, Mar 27, 2012 at 11:20 AM, Hannu Nyman wrote: > >/I thought that trunk snapshots were d

Re: [OpenWrt-Devel] [PATCH] collectd: upgrade to 4.10.6

2012-04-02 Thread Hannu Nyman
On 2.4.2012 18:21, Florian Fainelli wrote: Hi Hannu, Le 02/20/12 17:13, Hannu Nyman a écrit : I sent a last week the patch to upgrade the current collectd 4.10.2 to 4.10.5, but the 4.10.6 has now been released. And it seems to include a patch to prevent collectd from intermittently collecting

[OpenWrt-Devel] Trunk snapshots: ar71xx & buildslave4, fix buildbot error reporting

2012-04-05 Thread Hannu Nyman
buildslave has not completed and successfully uploaded to the snapshot server any builds after March 31st... http://tksite.gotdns.org:8010/buildslaves/buildslave4 On 31.3.2012 11:12, Hannu Nyman wrote: Have buildbots crashed again? Only a few platforms have recent snapshots made after the

[OpenWrt-Devel] [PATCH] update collectd to 4.10.7

2012-04-14 Thread Hannu Nyman
Some users seem to have trouble compiling collectd 4.10.6. The needed patch has apparently been already implemented upstream in 4.10.7 that was released a few days ago. See ticket 11282: https://dev.openwrt.org/ticket/11282 I refreshed the patches and bumped the version. The patch leaves one em

[OpenWrt-Devel] [PATCH] Missing kernel config symbols for AT91 target platform

2012-04-15 Thread Hannu Nyman
I looked into buildbot snapshots and noticed that some platforms have not successfully compiled for a long time. One example is at91, which seems to be missing device-related kernel config symbols and the snapshot build crashes already there. Please find attached a patch that makes the at91 ke

[OpenWrt-Devel] Rationalization of buildbot snapshots?

2012-04-15 Thread Hannu Nyman
During the long pause in buildbot snapshots last month I got interested in the snapshot builds. I noticed that some of the platforms are being built daily although they have not completed the build process successfully for 1-2 years, in some cases never. It seems like a waste of CPU power and

Re: [OpenWrt-Devel] Rationalization of buildbot snapshots?

2012-04-15 Thread Hannu Nyman
On 15.4.2012 18:27, Hauke Mehrtens wrote: 2 Never: These have never completed a build succesfully, or at least it has not been uploaded to the snapshot server: ps3 kernel config symbols missing ubicom32 ERROR: Missing site config for target "ubicom32-openwrt-linux-uclibc" These targets are r

Re: Re: What is missing for opkg -> apk switch [Was: Re: OpenWrt 24.XX release plan]

2024-10-26 Thread Hannu Nyman
I have noticed two problems in my own testing: 1) I think that the ALTERNATIVES supports in our apk might be faulty, at least at the image generation in the build system. I have filed a bug for that: apk: ALTERNATIVES support at build stage seems faulty https://github.com/openwrt/openwrt/issu

Re: Moving git.openwrt.org behind Fastly CDN

2024-12-04 Thread Hannu Nyman
Petr & others, a few suggestions regarding git.openwrt.org load: Should we try to decrease our own load to git.openwrt.org by a) setting feeds.conf.default to point to the actual root feeds at GitHub (e.g. https://github.com/openwrt/packages) instead of the git.openwrt.org mirror?   Or altern

Re: Forum offline for repair today (9-Feb)

2025-02-09 Thread Hannu Nyman
Ted Hess kirjoitti 9.2.2025 klo 17.53: Good news - the correct volume is back and forum online. Data loss - for approx 12-14hrs (0100-1500 UTC) any images uploaded to the forum are "in-hand" but not correctly indexed. I will attempt to restore them later today. On 2/9/2025 10:07:44 AM, "Ted

Packages buildbot has several workers out of disk space

2025-02-25 Thread Hannu Nyman
Is anybody monitoring buildbot? Packages buildbot has several workers that are out of disk space. And these workers rapidly try builds and fail... vzffnrmo-01-dock-01 and vzffnrmo-01-dock-02 are out of free disk space, which has now destroyed dozens of builds. Due to the failed upgrade atte

Packages buildbot has several workers out of disk space

2025-02-25 Thread Hannu Nyman
Is anybody monitoring buildbot? Packages buildbot has several workers that are out of disk space. And these workers rapidly try builds and fail... vzffnrmo-01-dock-01  and vzffnrmo-01-dock-02 are out of free disk space, which has now destroyed dozens of builds. Due to the failed upgrade att

<    1   2   3   4