**** BEGIN LOGGING AT Mon Mar 22 03:00:02 2010 Mar 22 04:35:34 build #42 of avr32 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/42 Mar 22 06:17:38 build #42 of brcm63xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/brcm63xx/builds/42 Mar 22 07:46:44 I'm still having problems with libsqlite even after I disabled threads as suggested on the openwrt-devel mailing list Mar 22 07:51:07 the strangest thing is that while my application hangs when opening the sqlite database, the sqlite3-cli application works fine Mar 22 09:11:19 cshore ping Mar 22 09:13:20 I just wanna to try block-extroot, and i followed wiki, till part copy everything from /jffs to new device. ist that a must? I dont have anything there configured (defaults). Should they be created after reboot with new device and /etc/fstab settings? Mar 22 09:15:09 cshore and my partition is ext2, i used that wiki settings and just changed to ext2 but after reboot, it didnt boot to usb device, and in fstab is : /dev/sda1 /home ext3 noauto,rw,sync 0 0 <- note ext3 Mar 22 09:46:19 nbd: ping Mar 22 10:53:16 build #34 of gemini is complete: Failure [failed compile_4 shell_19] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/34 Mar 22 11:17:43 cshore nevermind regarding that fstab option, i edited wrong fstab. maybe would be good to put in fstab that file /etc/config/fstab should be edited :), i did one which is /etc/fstab -> /tmp/fstab even i seen that comment regarding automatic generated file.. Mar 22 11:19:15 just seems swap isnt activated.. Mar 22 11:39:49 acoul * r20366 /trunk/package/hostap-driver/Makefile: hostap-driver: fix DEPENDS on Makefile Mar 22 11:43:49 acoul * r20367 /trunk/package/hostap-driver/Makefile: hostap-driver: fix a typo (thanks acinonyx) Mar 22 13:02:39 cshore swap fixed to, only prob for now is that i need to power cycle isp modem to get internet working. Mar 22 14:25:20 rhk * r20368 /packages/libs/pcre/ (Makefile patches/750-pcre_config_cross.patch): [packages] pcre: update to 8.02 Mar 22 14:27:43 <{Nico}> rhk``: ping Mar 22 14:37:20 {Nico}, pong Mar 22 14:42:29 <{Nico}> rhk``: about your last commit, we don't need dev shlib symlinks (.so) Mar 22 14:43:01 <{Nico}> the only exception right now is zlib.so being used by openssl Mar 22 14:44:02 you mean this line ? $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcre{,posix}.so* $(1)/usr/lib/ Mar 22 14:44:06 shoud be: Mar 22 14:44:12 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcre{,posix}.so.* $(1)/usr/lib/ Mar 22 14:46:44 {Nico}: ? Mar 22 14:46:45 <{Nico}> right, but only for the package, keep it in Build/InstallDev Mar 22 15:22:28 lars * r20369 /trunk/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-pcm.c: Mar 22 15:22:28 [xburst] sound jz4740_pcm: Don't request dma channel mor then once. Mar 22 15:22:28 It is possible that the hw_params callback is called multiple times when using Mar 22 15:22:28 the oss emulation layer. Thus we need to check whether the dma channel has Mar 22 15:22:28 already been requested otherwise we'll end up with all dma channels being Mar 22 15:22:29 requested by sound driver. Mar 22 15:31:58 rhk * r20370 /packages/libs/pcre/Makefile: [packages] pcre: we don't need dev shlib symlinks (.so), thx {Nico} Mar 22 16:01:21 cshore now i tried to boot without usb stick and seems it isnt posible, cant get login on ssh/telnet, i did reboot, plug out usb stick, and leave to boot again, even tried power cycle (5sec) without usb stcik, and still wont boot from flash, i pluged in usb stick and it booted again fine (fs on usb stick). Mar 22 17:15:24 mirko * r20371 /packages/Xorg/lib/qt4/ (6 files in 2 dirs): add support for qt4 Mar 22 18:49:38 lars * r20372 /packages/lang/python/ (2 files in 2 dirs): Mar 22 18:49:38 [packages] python: Force usage of internal modules for hashlib instead of openssl Mar 22 18:49:38 Python can either use it's own implementation for the hashlib functions or it Mar 22 18:49:38 can use openssl. If openssl is installed it will choose the openssl based Mar 22 18:49:38 variant. But since openssl is not a dependency, but could have been build before Mar 22 18:49:38 python we'll have to force the python build to choose the internal variant. Mar 22 18:49:39 Fixes #6883 Mar 22 18:53:04 build #26 of x86 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/x86/builds/26 Mar 22 18:57:52 lars * r20373 /trunk/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-pcm.c: Mar 22 18:57:52 [xburst] sound jz4740_pcm: Set dma channel to NULL after it has been freed, Mar 22 18:57:52 because hw_free can be called multiple times aswell. Mar 22 19:33:28 rtz2, cshore: have you found a solution for the firstboot hook on jffs2 images yet? Mar 22 19:50:28 xMff: yes Mar 22 19:51:15 xMff: I would add a second, normal preinit script which only runs on jffs2 images and always calls mtd fixtrx Mar 22 19:51:35 xMff: a second possibillity would be, to leave the fistboot script out completly Mar 22 19:52:04 what about adding a stampfile, for example /.firstboot which gets removed on firstboot? Mar 22 19:53:07 xMff: well, having a firstboot script, which always runs regardless of the image type would probably be nice, but maybe a bit out of scope here Mar 22 19:53:14 xMff: but let me think about it Mar 22 19:53:20 cshore: any ideas? Mar 22 19:53:30 rtz2: I have yet another idea, uci-defaults Mar 22 19:53:47 xMff: what exactly do you mean? Mar 22 19:53:59 rtz2: anything stored in /etc/uci-defaults/ gets executed once and is removed afterwards Mar 22 19:54:00 xMff: and cshore mentioned an init script Mar 22 19:54:08 ohh, ok Mar 22 19:54:17 xMff: are this simple scripts? Mar 22 19:54:21 yesd Mar 22 19:54:23 -d Mar 22 19:55:06 xMff: this would be the easiest solution Mar 22 19:55:24 build #32 of adm5120 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/adm5120/builds/32 Mar 22 20:17:48 build #28 of xburst is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/xburst/builds/28 Mar 22 21:25:42 build #30 of au1000 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/au1000/builds/30 Mar 22 21:38:09 xMff: I can write such a script but can't test it at the moment, because I don't have the device with me Mar 22 21:38:15 but it should be trivial Mar 22 21:38:38 xMff: next question is, when can this get commited? Mar 22 21:48:04 rtz2: I don't know, the platform maintainer should decide that, Juhoshg or nbd Mar 22 21:48:12 *juhosg or nbd Mar 22 21:49:05 xMff: well, I didn't here anything from juhosg Mar 22 21:49:13 xMff: do yo know, when nbd will be back? Mar 22 21:49:18 nope Mar 22 21:57:26 ping fofware Mar 22 21:57:50 xMff: pong Mar 22 21:59:37 thepeople told me you're working on CA management for webif, will there be a configuration file or similar where the default values such as validity time, organizational unit and location are stored? **** ENDING LOGGING AT Mon Mar 22 22:48:09 2010 **** BEGIN LOGGING AT Mon Mar 22 22:54:15 2010 Mar 22 23:17:13 linus * r20374 /packages/utils/ap51-flash/ (4 files in 2 dirs): Mar 22 23:17:13 [packages] ap51-flash: update ap51-flash and add loop option Mar 22 23:17:13 The newer ap51-flash version and updated scripts will fix a Mar 22 23:17:13 problem on big-endian machines and uses a lot less memory Mar 22 23:17:13 (libpcap is not required anymore, no more image-buffering). Mar 22 23:17:13 A loop-script per ap51-flash instance will take care of Mar 22 23:17:14 restarting the app if selected in uci-config file. **** ENDING LOGGING AT Mon Mar 22 23:25:21 2010 **** BEGIN LOGGING AT Mon Mar 22 23:44:15 2010 Mar 23 00:08:41 linus * r20375 /packages/utils/ap51-flash/patches/001-flags.patch: [packages] ap51-flash: remove patch as it is already included in upstream version Mar 23 00:17:21 build #30 of kirkwood is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/kirkwood/builds/30 Mar 23 00:44:49 thepeople * r20376 /packages/libs/libowfat/ (. Makefile): Mar 23 00:44:49 It adds libowfat (http://www.fefe.de/libowfat/) to OpenWRT and closes Mar 23 00:44:49 therefore (if accepted) https://dev.openwrt.org/ticket/6908. Mar 23 00:44:49 Libowfat is a library that implements various C APIs suggested by D.J. Bernstein. Mar 23 00:44:49 Also see http://cr.yp.to/software.html. Mar 23 00:44:49 Signed-off-by: Oliver Ripka Mar 23 01:21:53 jow * r20377 /trunk/include/download.mk: Mar 23 01:21:53 [include] the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - Mar 23 01:21:53 replace it with a more efficient version Mar 23 01:28:54 thepeople * r20378 /trunk/package/uci/ (3 files in 2 dirs): [uci] bump to the lastest git commit Mar 23 01:41:41 rhk`: does yaddns offer anything that ddns-scripts doesn't? Mar 23 01:43:33 thepeople * r20379 /packages/net/bind/files/named.init: This patch fixes wrong error checking in stop() and adds checking for already running named, from #6903 Mar 23 01:47:19 swalker: maybe lower memory footprint Mar 23 01:51:14 marek * r20380 /packages/net/batman-advanced/Makefile: batman-adv: update maint branch to version 0.2.1 Mar 23 01:56:52 thepeople: libowfat looks broken Mar 23 02:15:02 thepeople * r20381 /packages/libs/libowfat/Makefile: unmangle Makefile Mar 23 02:15:03 swalker: fixed Mar 23 02:18:43 build #26 of uml is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/uml/builds/26 **** ENDING LOGGING AT Tue Mar 23 02:59:57 2010