**** BEGIN LOGGING AT Sun Sep 16 02:59:57 2007 Sep 16 09:44:42 florian * r8783 /packages/ipv6/polipo/ (. Makefile): Add polipo, IPv6-ready web caching proxy (#2392) Sep 16 09:55:11 florian * r8784 /packages/net/iodine/ (Makefile files/ files/iodined.config files/iodined.init): Add config and init files for iodined Sep 16 09:59:39 florian * r8785 /trunk/package/ppp/files/etc/ppp/options: Use default values for lcp-echo-failure and lcp-echo-interval (#2373) Sep 16 10:05:50 {Nico}, ping Sep 16 10:08:58 {Nico}, [florian]: any idea what's wrong after update to updatedd 2.6? Sep 16 10:08:59 http://pastebin.ca/699397 Sep 16 10:10:34 <[florian]> forum2006: can you strace it to check where it tries to load shared files from ? Sep 16 10:10:45 sure Sep 16 10:12:27 http://pastebin.ca/699398 - that's it. than it hangs... Sep 16 10:12:40 it's looking into /usr/lib/updatedd irrc (straced it also this night) Sep 16 10:14:06 open("/usr/lib/updatedd", O_RDONLY) = 3 Sep 16 10:14:44 <[florian]> what about the shared library numbering, could it changed from one version to another Sep 16 10:15:00 <[florian]> like looking for plugin.so.0.0.1 instead of 0.0 for instance ? Sep 16 10:15:34 [florian]: but we would se such a call in strace, or? Sep 16 10:15:40 s/se/see/ Sep 16 10:16:18 <[florian]> crazy_imp: yes, we would see it Sep 16 10:16:29 <[florian]> you should see the shared object loading Sep 16 10:18:13 i should try without the tzo patch... Sep 16 10:18:25 and see if that's the problem Sep 16 10:19:53 forum2006: but it doesn't change anything of updatedd itself Sep 16 10:20:35 i mean, it only changes this stuff here http://pastebin.ca/699405 Sep 16 10:22:14 <[florian]> something has probably changed in the way updatedd loads the shared libraries Sep 16 10:23:23 florian * r8786 /trunk/package/base-files/Makefile: Put back ldd and ldconfig (#1543) Sep 16 10:25:39 florian * r8787 /trunk/package/base-files/Makefile: Revert the InstallDev section, was only there testing Sep 16 10:30:40 brb Sep 16 10:34:13 florian * r8788 /trunk/package/wpa_supplicant/Makefile: Package wpa-passphrase (#1275) Sep 16 10:35:24 damn, no idea how to fix this Sep 16 10:36:20 same without libzoneedit patch Sep 16 10:36:47 so, it's probably a bug in the upstream version on updatedd Sep 16 10:38:06 if no one else is able to fix it, i'll revert and look for another dynamic dns client... Sep 16 10:39:46 forum2006: hmmm, might be. my gentoo only offers me to install 2.5 (but lets make a sync first) Sep 16 10:40:08 <[florian]> crazy_imp: same for me, updated from this morning Sep 16 10:40:18 <[florian]> forum2006: I guess there is an updatedd upstream bug Sep 16 10:40:41 damn Sep 16 10:52:42 upstream bug :( Sep 16 10:52:43 http://pastebin.ca/699424 Sep 16 10:53:16 crap Sep 16 10:54:00 <[florian]> looks like it does not try to load the shared objects in /usr/lib/updatedd Sep 16 10:54:19 florian * r8789 /trunk/package/rt2x00/Makefile: Update firmware md5sums Sep 16 10:56:17 [florian], if you know and like to patch the upstream source please do so else i'll revert. fixing this with patching the upstream source is out of my knowledge... Sep 16 10:56:40 <[florian]> forum2006: I will look at the sources Sep 16 10:56:46 great Sep 16 10:58:37 <[florian]> forum2006: can you check that tht updatedd correctly lists services ? Sep 16 10:58:59 florian * r8790 /trunk/target/linux/rdc/ (6 files in 5 dirs): Add support for the D-Link DIR-450, thanks to Macpaul Lin ! Sep 16 10:59:01 on the version installed on ubuntu? Sep 16 10:59:14 <[florian]> forum2006: both if you can ? Sep 16 10:59:50 on ubuntu and without the patches on on openwrt it does not list any services with 'updatedd -L' Sep 16 11:00:13 <[florian]> ok Sep 16 11:01:16 [florian], if you have a patch ready for testing let me know and thanks for trying to fix this Sep 16 11:02:52 <[florian]> forum2006: yes, here we go :http://pastebin.ca/699429 Sep 16 11:03:11 <[florian]> forum2006: looks like the LIBPATH is defined at compile time, and I guess it is NULL in our builds Sep 16 11:03:33 ok. lets lets try it :) Sep 16 11:04:15 <[florian]> forum2006: have you looked at the deb sources ? Sep 16 11:04:34 [florian], no. i'll take a look Sep 16 11:05:02 debian or ubuntu have updatedd 2.6? Sep 16 11:05:15 <[florian]> I do not know, whichever has 2.6 :) Sep 16 11:05:24 Ok Sep 16 11:06:05 but if that's the reason why it doesn't list the modules, why does it open /usr/lib/updatedd in line 66/67 http://pastebin.ca/699398 ? Sep 16 11:08:13 <[florian]> no idea yet Sep 16 11:08:47 <[florian]> ok, think I got it Sep 16 11:09:04 <[florian]> the updatedd program tries to load "*.la" base services, while it should be ".so" Sep 16 11:10:21 <[florian]> ermm, that's weird Sep 16 11:10:29 <[florian]> it's doing insane things let me re-read it Sep 16 11:10:35 works Sep 16 11:10:49 :) Sep 16 11:11:06 <[florian]> crazy_imp: with the patch provided before ? Sep 16 11:11:26 [florian]: no, with simply renaming the modules from .so to .la Sep 16 11:11:43 <[florian]> crazy_imp: ok, then I will patch the source directly Sep 16 11:12:57 errr Sep 16 11:12:59 stop Sep 16 11:13:06 <[florian]> what's wrong ? Sep 16 11:13:08 it's still buggy Sep 16 11:13:14 i'll make a pastebin Sep 16 11:13:29 <[florian]> ok, there is another reference to *.la files Sep 16 11:14:54 <[florian]> let me paste a patch to test : http://pastebin.ca/699432 Sep 16 11:15:56 <[florian]> brb Sep 16 11:15:57 http://pastebin.ca/699433 Sep 16 11:19:28 [florian]: http://pastebin.ca/699435 Sep 16 11:21:36 [florian], better but not correct: http://pastebin.ca/699436 Sep 16 11:21:42 atleast on ubuntu Sep 16 11:22:10 compiled with your latest patch and LIBPATH Sep 16 11:22:53 forum2006: it's listed three times because you have two symlinks pointing to the module Sep 16 11:23:07 ah Sep 16 11:24:03 atleast on ubuntu it seems to work Sep 16 11:25:03 http://pastebin.ca/699439 Sep 16 11:25:18 forum2006: did you changed something on [florian]s last patch? Sep 16 11:26:19 <[florian]> I think loading *.so files will required some more code, because those are ELFs, not flat archives Sep 16 11:26:45 crazy_imp, no. ./configure --prefix=/usr LIBPATH="/usr/lib/updatedd"; make LIBPATH="/usr/lib/updatedd" <-- on ubuntu Sep 16 11:28:13 yeah, elf format Sep 16 11:28:14 ubuntu@ubuntu-laptop:~/openwrt/test/updatedd-2.6/src/plugins/.libs$ file libdyndns.so.0.0.0 Sep 16 11:28:14 libdyndns.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped Sep 16 11:28:23 ups. Sep 16 11:28:37 lets compile a openwrt version... Sep 16 11:28:54 <[florian]> forum2006: ok, so with the above patch plus the LIBPATH definition it is able to list services, now let's see whether it can load them Sep 16 11:29:07 Ok Sep 16 11:30:31 [florian]: http://pastebin.ca/699435 Sep 16 11:32:36 <[florian]> crazy_imp: I doubt so Sep 16 11:32:46 <[florian]> crazy_imp: anyway, I will rediff cleanly after Sep 16 11:33:40 crazy_imp, cleanedup diff: http://pastebin.ca/699444 Sep 16 11:35:07 QUILT rocks :) Sep 16 11:36:20 [florian], ubuntu@ubuntu-laptop:~/openwrt/kamikaze_7.09_broadcom/build_mipsel/updatedd-2.6/ipkg-install/usr/lib/updatedd$ file libdyndns.so.0.0.0 Sep 16 11:36:20 libdyndns.so.0.0.0: ELF 32-bit LSB shared object, MIPS, version 1 (SYSV), not stripped Sep 16 11:36:33 forum2006: thanks :) Sep 16 11:36:55 <[florian]> forum2006: there is existing code to load such files actually Sep 16 11:37:03 <[florian]> forum2006: what I want to determine, is where it fails Sep 16 11:37:12 <[florian]> forum2006: can you strace again a patched updatedd please ? Sep 16 11:37:17 Ok Sep 16 11:39:41 [florian], here: http://pastebin.ca/699454 Sep 16 11:40:07 florian * r8791 /trunk/: Fix the svn:ignore property on the files directory (#2375) Sep 16 11:40:48 http://pastebin.ca/699456 (without the LIBPATH thing) Sep 16 11:41:24 <[florian]> grr this program drives me crazy Sep 16 11:46:09 <[florian]> could you guys add some printf stuff, like "entering function ..." and "leaving function ..." ? Sep 16 11:48:40 crazy_imp, can you do this? i don't know where to put this printf stuff... Sep 16 11:49:35 ok, i'll try it Sep 16 11:49:37 <[florian]> forum2006: in the get_libfunc function, and get_pluging_path Sep 16 11:49:55 <[florian]> at the begging and at the end, before the return call (if any) Sep 16 11:54:16 [florian], there is no get_pluging_path() function Sep 16 11:55:02 ah, typo Sep 16 11:57:19 [florian], any idea how the printf line should look? Sep 16 11:59:36 [florian], the two functions: http://pastebin.ca/699466 Sep 16 12:00:02 hmpf, something eat my patch with the printf lines *grml* Sep 16 12:05:19 ah, just a stupid typo.... >> instead of > Sep 16 12:05:52 crazy_imp, can you change my pastebin with the printf's you added? Sep 16 12:07:19 forum2006: http://pastebin.ca/699477 Sep 16 12:07:46 Ah Sep 16 12:08:54 but it prints _nothing_ Sep 16 12:11:20 renamed the module again, now the listing works Sep 16 12:11:47 http://pastebin.ca/699482 Sep 16 12:12:17 (still without the LIBPATH, but with florians patch and the printf patch i've pasted) Sep 16 12:15:32 with libpath: http://pastebin.ca/699487 Sep 16 12:15:37 this sucks Sep 16 12:17:42 forum2006: nice asciiart, it could be a turtle? maybe it's the great a'tuin with the discworld on the back? Sep 16 12:30:08 <[florian]> looks like loading shared files is wrong on the filename Sep 16 13:19:19 florian * r8792 /trunk/package/broadcom-wl/files/lib/wifi/broadcom.sh: Fix macfiltering options (#2397) Sep 16 13:19:43 <[florian]> I will poke {Nico} about this as soon as he is online again Sep 16 13:20:40 ok Sep 16 13:23:43 florian * r8793 /packages/utils/psplash/ (. Makefile): Add psplash (#2395), mark it as x86 only Sep 16 13:23:50 * {Nico} is now Sep 16 13:24:40 :) Sep 16 13:26:29 <{Nico}> wtf!! it seems updatedd wans to load .la (libtool) files Sep 16 13:29:55 <[florian]> {Nico}: this is all the more weird that it has code to load shared objects Sep 16 13:29:59 <[florian]> which makes sense this time Sep 16 13:32:12 <{Nico}> from the last pastebin from forum2006, it seems the loader loads the .la files as a shared lib Sep 16 13:32:48 <[florian]> {Nico}: which pastebin are you refering to ? Sep 16 13:35:25 <{Nico}> wrong, it just execs the .la files to get the library name (weird) Sep 16 13:35:26 <{Nico}> http://pastebin.ca/699487 Sep 16 13:36:55 <[florian]> {Nico}: well, if you have a look at the updatedd.c file, it will try to execute this file, previously loaded using shload Sep 16 13:37:23 florian * r8794 /trunk/package/ppp/files/etc/ppp/ (ipv6-down ipv6-up): Add ipv6 up/down using route (#2372) Sep 16 13:38:01 <{Nico}> we can ditch all that code in get_plugin_path and replace it with: Sep 16 13:38:25 <{Nico}> snprintf(buffer, len-1, LIBPATH"/lib%s.so", service) Sep 16 13:38:43 <{Nico}> just skip all the .la part Sep 16 13:38:48 <[florian]> yes, that's right Sep 16 13:39:09 <{Nico}> but we'll have to package the .so aliases as well Sep 16 13:39:18 <[florian]> we already do this Sep 16 13:39:37 <[florian]> at least, last I checked it was the case Sep 16 13:39:48 <{Nico}> right, you want me to patch it? Sep 16 13:40:01 <[florian]> yes, please, I will be leaving in a minute Sep 16 13:40:11 <{Nico}> ok Sep 16 13:44:45 any news about the wiki 404 error? Sep 16 13:45:35 forum2006: think we have to ask [mbm] or Kaloz about this Sep 16 13:46:12 and they will probably not answer. the same game as before Sep 16 13:47:08 <{Nico}> crazy_imp, forum2006: can you test a patch for updatedd? Sep 16 13:47:20 {Nico}, sure Sep 16 13:47:42 {Nico}: link? Sep 16 13:49:38 <{Nico}> http://downloads.openwrt.org/people/nico/updatedd.diff Sep 16 13:50:36 ok, so i have to disable the printf patch i've made Sep 16 13:51:10 <{Nico}> crazy_imp: you can keep it handy somewhere, but i guess this solves the issue Sep 16 13:51:50 {Nico}: sure, just chmod 000 :) Sep 16 13:56:27 http://pastebin.ca/699550 and the strace version http://pastebin.ca/699552 Sep 16 13:58:25 no. http://pastebin.ca/699554 Sep 16 14:00:33 woops, true, i forgot to remove the file there i renamed to .la Sep 16 14:04:41 <{Nico}> patch updated, can you try again? Sep 16 14:06:39 *recompiling* Sep 16 14:07:36 {Nico}, :) Sep 16 14:09:28 {Nico}, and a small fix for updatedd/Makefile: http://pastebin.ca/699559 Sep 16 14:09:42 {Nico}: http://pastebin.ca/699560 Sep 16 14:09:43 else updatedd -L lists the plugins three times... Sep 16 14:09:54 nico * r8795 /trunk/include/kernel-version.mk: quote LINUX_VERSION to avoid shell errors at DUMP time Sep 16 14:11:28 nico * r8796 /trunk/include/target.mk: allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) for testing purposes Sep 16 14:12:42 brb Sep 16 14:17:43 hmm, still not correct Sep 16 14:20:52 {Nico}, ok. if the symlinks in /usr/lib/updatedd are there updatedd works but 'updatedd -L' lists the plugins more than one time Sep 16 14:21:44 if i remove the links in /usr/lib/updatedd then updatedd -Y dyndns -- xxx:xxx xxx.dyndns.org fails Sep 16 14:30:59 {Nico}, http://pastebin.ca/699571 - http://pastebin.ca/699573 Sep 16 14:38:44 {Nico}, any idea how to fix updatedd so 'updatedd -L' displays the service only once? Sep 16 14:54:24 <{Nico}> forum2006: i'm trying to fix it right now Sep 16 14:54:40 thanks :) Sep 16 14:56:14 is this line wrong? https://dev.openwrt.org/browser/trunk/package/acx-mac80211/Makefile#L34 Sep 16 14:57:24 it prevents the driver to build Sep 16 14:57:44 <{Nico}> matteo: you can remove it Sep 16 14:57:58 {Nico}: i'll commit? Sep 16 14:58:55 {Nico}: can I update acx to latest revision? Sep 16 14:58:58 20070610 Sep 16 14:59:05 we have one patch less Sep 16 15:00:09 <{Nico}> sure Sep 16 15:01:01 {Nico}: you have to put the tarball on downloads.owrt.org Sep 16 15:01:11 hauke.de is often offline Sep 16 15:01:22 <{Nico}> ok, will do Sep 16 15:01:33 http://hauke-m.de/fileadmin/acx/ Sep 16 15:01:35 the latest Sep 16 15:03:51 http://www.hauke-m.de/fileadmin/acx/acx-20070610.tar.bz2 Sep 16 15:03:55 here is it Sep 16 15:08:53 {Nico}: i'll also firmware download for the acx driver? Sep 16 15:09:01 it does only for the mac80211 version Sep 16 15:11:13 <{Nico}> matteo: upload done Sep 16 15:11:48 tnx Sep 16 15:15:21 matteo * r8797 /trunk/package/ (3 files in 3 dirs): Updated acx (#2394) and fixed acx-mac80211 build Sep 16 15:28:05 <{Nico}> forum2006: patch updated to fix duplicate services Sep 16 15:28:14 <{Nico}> forum2006: can you check it, please? Sep 16 15:28:36 {Nico}, cool. what was the url agian? Sep 16 15:29:33 <{Nico}> forum2006: if( strstr(p, LIBPREFIX) != p ) continue; Sep 16 15:29:40 <{Nico}> sorry, wrong paste Sep 16 15:29:45 <{Nico}> forum2006: http://downloads.openwrt.org/people/nico/updatedd.diff Sep 16 15:29:50 thanks :) Sep 16 15:29:53 will test it Sep 16 15:33:14 {Nico}, thanks for you help. seems to work. Sep 16 15:35:12 <{Nico}> forum2006: i'll might rename the patch eventually to better match what it's supposed to fix Sep 16 15:35:27 Ok :) Sep 16 15:57:27 re Sep 16 16:08:37 re Sep 16 16:12:11 nico * r8798 /trunk/include/ (kernel.mk netfilter.mk): revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG Sep 16 16:13:52 nico * r8799 /trunk/package/hostapd/Makefile: fix hostap dependencies Sep 16 16:18:29 nico * r8800 /trunk/package/kernel/modules/network.mk: add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select Sep 16 16:23:29 nico * r8801 /trunk/package/ (5 files in 4 dirs): add missing dependencies on PCI/PCMCIA/USB support Sep 16 16:27:25 nico * r8802 /trunk/package/iptables/Makefile: move exec permissions fix at Build/Prepare stage Sep 16 16:29:21 nico * r8803 /trunk/package/madwifi/Makefile: don't assume PCI support, cleanup Sep 16 16:30:26 nico * r8804 /trunk/include/kernel-defaults.mk: remove (unused?) linux symlink in BUILD_DIR Sep 16 16:31:39 WARNING: kmod-sched is not available in the kernel config Sep 16 16:34:02 nico * r8805 /trunk/package/kernel/modules/usb.mk: change dependency on kmod-atm from depends to select for usb atm modules Sep 16 16:34:55 {Nico}, looks like 8798 fixed ppp not being installing, thanks Sep 16 16:39:09 polipo compile failed: http://pastebin.ca/699693 Sep 16 16:40:11 {Nico}, forum2006: does the updatedd thing work now? it still doesn't list the modules, think if've got the latest patch from nico Sep 16 16:40:38 crazy_imp, with only the latest patch from {Nico} it works for me Sep 16 16:40:50 nico * r8806 /trunk/package/ (7 files in 5 dirs): Sep 16 16:40:50 various changes for kernel video support: Sep 16 16:40:50 * move kernel video related modules to a separate "Video Support" submenu and video.mk file Sep 16 16:40:50 * rename kmod-videodev to kmod-video-core Sep 16 16:40:50 * prefix all video modules with kmod-video- Sep 16 16:40:51 without libpath Sep 16 16:40:51 * add missing dependencies on USB support Sep 16 16:40:53 * rename kmod-usb-qc to kmod-video-quickcam Sep 16 16:42:18 forum2006: didn't had the libpath thing in use here at any time Sep 16 16:42:49 crazy_imp, http://pastebin.ca/699700 Sep 16 16:44:40 {Nico}, by any chance you can fix polipo compile :) Sep 16 16:44:51 <{Nico}> forum2006: just looking Sep 16 16:44:54 thanks Sep 16 16:45:33 forum2006: it still looks this way here :/ http://pastebin.ca/699704 Sep 16 16:46:02 <{Nico}> crazy_imp: you don't seem to have the latest patch Sep 16 16:46:38 {Nico}: i'll make an md5sum, think i got the newest Sep 16 16:47:31 {Nico}: 6fad63fed26f2edbdeaafe8773e8b943 ? Sep 16 16:47:57 crazy_imp, take this: http://pastebin.ca/699707 Sep 16 16:48:11 this is what i have used Sep 16 16:48:11 <{Nico}> crazy_imp: did you rebuild ? Sep 16 16:49:10 {Nico}: yes, i did. Sep 16 16:49:54 err, does it take the patch also if it's ending on .diff? Sep 16 16:52:28 forum2006: do i still need this patch now? -> http://pastebin.ca/699713 Sep 16 16:53:18 crazy_imp, no. updatedd/patches should only contain this http://pastebin.ca/699707 patch Sep 16 16:53:55 ok, lets try it again :) Sep 16 16:56:13 <{Nico}> your pastebin didn't make clear if you updated updatedd as well Sep 16 16:57:19 {Nico}: i did. the reinstallation of the module was just because i've delete the links in the lib dir Sep 16 16:58:46 nico * r8807 /packages/ipv6/polipo/Makefile: just build polipo, not all info and html docs, mark polipo.conf as a conffile Sep 16 17:01:26 polipo builds now :) Sep 16 17:05:13 crazy_imp, after recompile, reinstall updatedd completly Sep 16 17:07:24 forum2006: guess what i'm doing all the time, removed the updatedd stuff complete with ipkg and installed it later again :). but it's still the same here (even confirmed that it really got patched) Sep 16 17:08:10 no idea what you are doing. using the correct repo? did an ipkg update? Sep 16 17:09:50 forum2006: no repo, just scp'ing the packages over all the time (and i delete the old ones before i do that, just to be sure) Sep 16 17:18:05 <{Nico}> crazy_imp: which arch? Sep 16 17:18:17 brcm47xx Sep 16 17:18:26 2.6 Sep 16 17:18:32 on a wl500gp Sep 16 17:22:05 * crazy_imp hopes he doesn't miss anything here right now -> [Lag: 1 (??)] Sep 16 17:41:42 even when i install all the updatedd-modules, it's still the same Sep 16 17:43:23 <{Nico}> crazy_imp: rebuilding an ar7 kernel right now and then i'll try the updated package on it Sep 16 17:43:40 ok Sep 16 17:46:48 nico * r8808 /trunk/package/kernel/modules/ (8 files): cosmetic changes: rename submenu vars, add missing copyright headers Sep 16 17:50:16 nico * r8809 /trunk/package/kernel/modules/usb.mk: Sep 16 17:50:16 usb-atm fixes: Sep 16 17:50:16 * change dependency for usb-atm modules from kmod-atm to kmod-usb-atm Sep 16 17:50:16 * prefix package names with kmod-usb-atm- Sep 16 17:50:16 * title cleanup Sep 16 18:10:13 wtf happened to the wiki? it's 404 Sep 16 18:11:20 think it's like that since the last half day Sep 16 18:11:42 any idea why? Sep 16 18:11:54 no Sep 16 18:18:32 crazy_imp, http://openwrt.ertl-net.net/updatedd-test/ <- updatedd compiled for brcm47xx-2.6 with the latest patch Sep 16 18:19:01 forum2006, does brcm47xx-2.6 work with wifi yet? or are you using madwifi Sep 16 18:19:38 Weedy, no idea. i'm using pre-7.09 (brcm-2.4) with madwifi on my wl-500gp Sep 16 18:19:50 i see Sep 16 18:19:59 forum2006: ok, i'll give it a try :) Sep 16 18:20:20 crazy_imp, first uninstall all currently installed updatedd packages Sep 16 18:25:36 forum2006: your version works.... Sep 16 18:25:38 :) Sep 16 18:25:46 great :) Sep 16 18:27:29 {Nico}, so. updatedd patch works :) Sep 16 18:27:30 http://openwrt.ertl-net.net/updatedd-test/fix-updatedd.diff Sep 16 18:29:46 * crazy_imp would like to know the differnce betwenn his and forum2006 updatedd builds Sep 16 18:30:26 only the last diff i posted Sep 16 18:32:22 it's not the one you've put in a pastebin for me, right? Sep 16 18:32:46 it is the one. maybe just refreshed using quilt Sep 16 18:35:35 true, -ibu shows it's only the header which changed Sep 16 18:54:48 forum2006: hmpf, thats odd, have only your patch in the patch dir and it's still the same Sep 16 18:55:21 forum2006: which gcc & binutils do you use as toolchain? Sep 16 18:56:00 the default if i select brcm47xx-2.6 as the target system Sep 16 18:56:18 crazy_imp, how did you recompile the package? Sep 16 18:56:37 forum2006: make package/net/updatedd-{clean,compile} V=99 Sep 16 18:57:00 i use: make package/updatedd-{clean,compile} package/index Sep 16 18:57:32 what is package/index good for? Sep 16 18:57:48 updates bin/packages/Packages Sep 16 18:58:24 well, doesn't need that because i scp to the router Sep 16 18:58:34 *them Sep 16 18:58:35 yeah Sep 16 18:59:49 any ideas how i can diff the binaries? Sep 16 19:00:03 no Sep 16 19:03:14 my version is 0.158K bigger Sep 16 19:06:38 * crazy_imp runs make dirclean Sep 16 19:07:36 nico * r8810 /packages/net/updatedd/patches/ (. 001-service_libname.patch): fix updatedd service plugin lookup and loading Sep 16 19:07:49 :) Sep 16 19:10:35 nico * r8811 /trunk/ (3 files in 2 dirs): rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup Sep 16 19:17:44 nico * r8812 /trunk/package/kernel/modules/ (block.mk other.mk): move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop since it's not packaged anywhere Sep 16 19:22:57 nico * r8813 /trunk/ (2 files in 2 dirs): rename packages dependecies missed from [8806] Sep 16 19:33:12 nico * r8814 /trunk/package/kernel/modules/other.mk: add kernel module for PCengines WRAP leds Sep 16 20:13:12 [florian]: is there info available from a dir450 examination? the d-link tarball shows it as having 4MB flash, not 8MB Sep 16 20:15:08 <[florian]> sn9: nope, but I can forward you macpaul's mail if you wish to ? Sep 16 20:15:17 ok Sep 16 20:15:28 it was all via e-mail? Sep 16 20:15:56 <[florian]> yes, all via email Sep 16 21:04:39 blogic * r8815 /trunk/target/linux/x86/image/grub/menu.lst: changed the timeout for grub to load the menu from 10 secs to 2 secs Sep 16 22:39:46 <{Nico}> matteo: http://pastebin.com/m9c336ce Sep 16 22:40:18 <{Nico}> patch to remove access to power management pci regs Sep 16 22:40:51 remove? Sep 16 22:43:00 nico * r8816 /trunk/include/netfilter.mk: oops, fix typo Sep 16 22:43:01 matteo: just don't define it, and it's "removed" Sep 16 22:43:26 <{Nico}> s/remove/prevent/ Sep 16 22:44:24 <{Nico}> set_power_state and the like aren't supported in vlinq over pci atm Sep 16 22:44:58 and our kernels aren't PM so it's OK Sep 16 22:45:22 what about plain acx driver? Sep 16 22:45:30 works for it too? Sep 16 22:46:14 <{Nico}> can you revert KCONFIG:=CONFIG_MAC80211 in https://dev.openwrt.org/changeset/8797 Sep 16 22:46:43 <{Nico}> it should work fine now with it and it fixes build for target w/o mac80211 Sep 16 22:47:06 <{Nico}> the patch is for plain acx, not mac80211 one Sep 16 22:47:35 {Nico}: maybe KCONFIG:=CONFIG_ACX_MAC80211 Sep 16 22:48:00 <{Nico}> matteo: no, just what was there before the change Sep 16 22:48:23 mm Sep 16 22:48:28 what exactly KCONFIG does? Sep 16 22:49:06 <{Nico}> it tries to enable CONFIG_MAC80211 in the kernel Sep 16 22:49:14 ah, good Sep 16 22:49:19 <{Nico}> but a kernel that don't support it will just ignore it Sep 16 22:50:32 <{Nico}> then, the symbol is checked again and the package is build only if the kernel supports it Sep 16 22:50:40 matteo * r8817 /trunk/package/ (acx/Makefile acx-mac80211/Makefile): acx: Fix Makefile Sep 16 22:51:36 {Nico}: does the PM patch works for acx-mac80211? Sep 16 22:51:54 <{Nico}> i can't test anything right now Sep 16 22:52:10 i'll do Sep 16 22:52:27 <{Nico}> i have "unhandled kernel unaligned access" with recent builds Sep 16 22:52:31 {Nico}: can you send me the patch? pastebin will damage tabs Sep 16 22:52:40 okay, i'll redo it Sep 16 22:53:41 <{Nico}> matteo: http://downloads.openwrt.org/people/nico/011-no_pm.patch Sep 16 22:53:57 tnx Sep 16 22:54:29 <{Nico}> any ideas what change can cause theese exceptions Sep 16 22:55:23 the unaligned ones? Sep 16 22:57:31 {Nico}: there are other pci_set_power_state calls Sep 16 22:58:13 $ fgrep -c pci_set_power_state pci.c Sep 16 22:58:13 6 Sep 16 22:58:29 <{Nico}> matteo: yeah, but they already enclosed by #ifdef CONFIG_PM ... #endif iirc Sep 16 22:59:34 right, the whole function is Sep 16 22:59:41 btw i'll try it forst Sep 16 22:59:51 i leaved my router pinging my AP since yesterday Sep 16 22:59:57 with acx111 Sep 16 23:00:03 <{Nico}> matteo: the first exception is right after nf_conntrack init Sep 16 23:00:24 <{Nico}> and i have nf_nat_init in the call trace Sep 16 23:01:44 {Nico}: but, what exception? have you a log? Sep 16 23:08:17 <{Nico}> matteo: http://pastebin.ca/700134 Sep 16 23:09:44 never had it Sep 16 23:09:52 when did it happens? at boot? Sep 16 23:10:27 <{Nico}> yep, but now the router get stuck at vlynq init as shown on the last 2 reboot attempts Sep 16 23:12:27 i'll rebuild it now Sep 16 23:12:59 acx-mac80211 first Sep 16 23:17:47 <{Nico}> what cpu id and rev is your router? Sep 16 23:25:09 <{Nico}> matteo: can you update https://dev.openwrt.org/wiki/ar7-2.6 ? Sep 16 23:25:41 a moment Sep 16 23:25:55 i was thinking about renaming it to https://dev.openwrt.org/wiki/ar7 Sep 16 23:26:01 but then i'll broke some links Sep 16 23:29:41 {Nico}: updatedd works here too now :) (brcm47xx) Sep 16 23:31:21 {Nico}: done Sep 16 23:32:35 it might be worthwhile to add TracRedirect to dev.owrt to prevent link breakage. Sep 16 23:33:10 <{Nico}> crazy_imp: good Sep 16 23:33:22 {Nico}: what do you think if I'll put a moved here: XX link? Sep 16 23:33:26 {Nico}: indeed, good job :) Sep 16 23:33:31 and create a new AR7 page Sep 16 23:35:07 <{Nico}> matteo: should be a massive change for all targets, maybe with a little help from the trac-admins ;) Sep 16 23:35:23 mm Sep 16 23:35:35 i copy the ar7-2.6 page to ar7 Sep 16 23:35:45 then write MOVED HERE: AR7 Sep 16 23:35:51 in the old (ar7-2.6 Sep 16 23:36:47 btw, this isn't importane Sep 16 23:36:50 *t Sep 16 23:36:57 <{Nico}> matteo: you should wait for other devs to show up here and ask Sep 16 23:37:04 ok Sep 16 23:37:14 <{Nico}> matteo: how is your vlinq clocked? Sep 16 23:37:50 * {Nico} has to focus each time to remember how vlynq is spelled Sep 16 23:38:12 vlynq0: using local clock divisor 4 Sep 16 23:38:55 matteo: the cleaner solution (IMO) would be to install TracRedirect and utilze it (since the change has to occur for every target) Sep 16 23:39:23 Bartman007: ok. will ask Kaloz tomorrow Sep 16 23:39:40 <{Nico}> Bartman007: aren't you a member of the documentation team? Sep 16 23:40:14 {Nico}: I wouldn't consider it a "team" yet, but yes. Sep 16 23:40:42 <{Nico}> did you already play with trac2latex plugin? Sep 16 23:41:11 no, hadn't looked into anything of the sort, Latex itself is fine for me. Sep 16 23:42:13 <{Nico}> i was just thinking it could be helpful to use the trac wiki for collaborative drafts writing and reviews Sep 16 23:42:32 <{Nico}> and the use the plugin and move the doc to svn Sep 16 23:44:26 personally I wouldn't have an issue if the documentation was submitted as plain text and I had to add formatting. Sep 16 23:44:37 but trac2latex is worth playing with. Sep 17 00:10:00 matteo * r8818 /trunk/package/ (2 files in 2 dirs): disable powersave, vlynq can't handle this Sep 17 00:10:07 i know CIA-12 Sep 17 00:14:50 matteo: you know that CIA-12 is a bot, right? Sep 17 00:15:24 rwhitby: you mean he's not from the government? Sep 17 00:15:38 rwhitby: yes Sep 17 00:15:49 they are hosted by navi.cx Sep 17 00:15:57 Bartman007: well, he is here to help you, so he must be from the government. Sep 17 00:16:16 rwhitby: you must not be talking about the US gov't. Sep 17 00:16:42 matteo: ok, no probs - i misunderstood your response to CIA-12's message Sep 17 01:36:09 nico * r8819 /trunk/package/kernel/modules/ (network.mk other.mk): move CAPI/ISDN module from other.mk to network.mk Sep 17 01:37:55 nico * r8820 /trunk/package/kernel/modules/wireless.mk: only build in-kernel bcm43xx on broadcom targets Sep 17 01:50:12 nico * r8821 /trunk/package/kernel/modules/other.mk: fix wrong submenu for kmod-leds-wrap Sep 17 01:53:34 nico * r8822 /trunk/include/netfilter.mk: fix typo again (do i need some sleep?) Sep 17 02:06:15 nico * r8823 /trunk/package/ (kernel/modules/other.mk rt2x00/Makefile): disable package that can't build on atheros target (no pci/usb) Sep 17 02:35:06 {Nico}, you freak, dont you ever sleep Sep 17 02:49:19 <{Nico}> Weedy: i do, when i'm not insomniac :p **** ENDING LOGGING AT Mon Sep 17 02:59:57 2007