**** BEGIN LOGGING AT Wed Sep 09 03:00:02 2009 Sep 09 03:30:04 maybe i could install xen and help test 2.6 drivers ;-) Sep 09 03:32:21 mt Sep 09 05:19:38 Akismet really blows when attaching files to tickets. Sep 09 07:13:11 florian * r17548 /trunk/ (3 files in 3 dirs): [kernel] update to 2.6.27.32 Sep 09 07:35:08 florian * r17549 /trunk/ (23 files in 23 dirs): [kernel] update to 2.6.30.6, compile tested on some targets only Sep 09 09:00:03 http://www.aleph1.co.uk/lurker/message/20090909.012506.ab3a7ee4.en.html Sep 09 09:19:38 http://img34.imageshack.us/img34/7563/epicbfstips.png Sep 09 09:22:52 I guess that's why dd-wrt is still @ kernel 2.6.23 :-) Sep 09 09:57:56 I used this: http://ck.kolivas.org/patches/bfs/2.6.31-rc9-sched-bfs-210.patch against brcm47xx/2.6.31-rc9 Sep 09 09:58:13 didn't see any actual improvement on the lan performance Sep 09 10:01:41 sorry that was on adm5120/2.6.31-rc9 not brcm47xx/2.6.31-rc9 Sep 09 10:32:39 brcm47xx/2.6.31-rc9 with bfs patch does not show any actual improvement: http://openwrt.pastebin.com/m74a7363b Sep 09 12:21:36 hey nbd or anyone who works on luci... how do i build svn for my router? Sep 09 12:21:52 is there an easish way to do that? Sep 09 12:25:41 can i just change package brance to trunk? Sep 09 12:25:51 or will new modules not be built Sep 09 12:27:13 ./scripts/feeds update Sep 09 12:27:19 ./scripts/feeds search abc Sep 09 12:27:23 ./scripts/feeds install abc Sep 09 12:27:30 ./scripts/feeds install -a (install all) Sep 09 12:28:22 no Sep 09 12:28:27 ?! Sep 09 12:28:36 i understood the question wrong ? Sep 09 12:28:37 i mean install luci's latest svn Sep 09 12:28:54 How is it to enable my init-script after install? Sep 09 12:29:06 feeds has the last release in it for luci Sep 09 12:29:08 dkostousov: /etc/init.d/abc enable Sep 09 12:29:18 not by hand Sep 09 12:29:18 cirdan: inside the luci makefile Sep 09 12:29:27 dkostousov: no idea then Sep 09 12:29:44 cirdan: i mean the openwrt package makefile for luci Sep 09 12:29:46 blogic: right but will new things get left out, or will the default package catch them all Sep 09 12:29:52 in the top there is a flag you can set imho Sep 09 12:30:02 make menuconfig and save Sep 09 12:30:14 ideally you do a rm -rf tmp/ first Sep 09 12:30:26 to make sure all dependencies are properly regenerated Sep 09 12:30:46 why some /etc/init.d/* scripts are enabled after flashing new firmware? Sep 09 12:31:16 dkostousov: all should be enabled Sep 09 12:31:19 what is the problem ? Sep 09 12:31:25 which service does not start Sep 09 12:33:37 I wrote a module. The module has a init-script. Sep 09 12:35:53 ok Sep 09 12:35:59 pastebin it please Sep 09 12:36:32 What? Sep 09 12:37:20 www.pastebin.com Sep 09 12:37:59 blogic: you want to see my init-script? Sep 09 12:38:12 yes Sep 09 12:38:18 www.pastebin.com Sep 09 12:40:07 http://pastebin.com/m1eef694c Sep 09 12:41:57 dkostousov: line 1 Sep 09 12:42:14 #!/bin/sh /etc/rc.common Sep 09 12:42:14 # Copyright (C) 2006 OpenWrt.org Sep 09 12:42:14 START=50 Sep 09 12:42:37 you need the /etc/rc.common and START=XY bit Sep 09 12:45:52 thx Sep 09 12:47:39 How is it to get current DNS address in a init-script? Sep 09 12:49:12 blogic: any news on homebox + dsl support? Sep 09 12:52:19 Captain_Picard: si Sep 09 12:52:29 Captain_Picard: we have a dsl driver that is GPL Sep 09 12:52:33 needs some work to Sep 09 12:52:36 1) make working Sep 09 12:52:40 2) test and get stable Sep 09 12:53:16 dkostousov: uci get -P /var/state network.wan.dns Sep 09 12:56:54 Can I predefine some config files? I need to my own /etc/config/network Sep 09 12:57:50 dkostousov: make menuconfig Sep 09 12:58:11 Image configuration ---> Sep 09 13:02:51 No. It isn't what I need. I need fully customized /etc/config/network and /etc/config/wireless. I prepare firmware for one hardware model, not for all. Sep 09 13:06:47 dkostousov: use uci-defaults in a custom package then Sep 09 13:11:07 How create /etc/config/{network, wireless} during first boot? Sep 09 13:11:42 dkostousov: using uci-defaults Sep 09 13:11:46 cd trunk Sep 09 13:11:52 find . -name uci-defaults Sep 09 16:56:58 hi there Sep 09 16:57:13 has anyone ported python 2.6 to openwrt yet? Sep 09 16:57:45 the whole day i'm searching the net but no success... Sep 09 17:23:58 <[florian]> rotschopf: it's been done for a while in packages/ Sep 09 17:27:53 oh my godness and it is really allready compiled... Sep 09 17:28:23 i saw that in the source code browser... but only some patches Sep 09 17:28:32 but there in trunk it is Sep 09 18:13:37 nbd: make clean; make fixed the boot failure hm... Sep 09 18:15:10 nbd: But now I get even higher transfer rates on CFS than on BFS. Sep 09 18:15:30 I guess I'll just give up. Sep 09 18:51:26 hi All! Sep 09 22:06:13 hi there Sep 09 22:06:48 about my problem the other day (python not having zlib.so in staging_dir/) I found some things Sep 09 22:07:11 one of the openwrt patches for the python package disable looking for libs in /lib and /usr/lib Sep 09 22:07:19 this is fine for the cross-compiled python Sep 09 22:07:28 but not for the host-python that is also compiled Sep 09 22:07:55 because every module that depends on some host library (like zlib) cannot be built Sep 09 22:08:21 so, the host python is quite minimal (it doesn't use any external libs) Sep 09 22:08:35 do you have an idea on how to cleanly fix that ? Sep 09 22:08:45 or if my "guesses" are even right ? Sep 09 22:10:07 the offending patch is 030-fixup-include-dirs.patch Sep 09 22:10:39 using LIBDIR and INCLUDEDIR envvar looks fine for me (in the lines removed from the patch) Sep 09 22:11:12 (well, if sysconfig.get_config_var() actually gets env variables, I just deduced that by their uppercase name ...) Sep 09 22:19:54 mhhh, LIBDIR and INCLUDEDIR don't seem fine after all, they seem to be used for other purpose (like were to put the python libs ... I just want python to look here for libs, not install in it) Sep 09 22:31:10 nobody's awake ? Sep 09 23:05:33 hi there, is anyone using ksymoops for openwrt debuggin here? I can parse those function names, but I don't get the corresponding kernel module Sep 09 23:07:26 my command line args for ksymoops are: http://pastebin.com/mb1e4a36 Sep 09 23:42:10 nico * r17550 /trunk/toolchain/gcc/Config.in: fix wrong description for CONFIG_SSP **** ENDING LOGGING AT Thu Sep 10 02:59:57 2009