**** BEGIN LOGGING AT Mon Nov 07 02:59:57 2011 Nov 07 03:44:01 jow * r28796 /packages/ipv6/aiccu/ (Makefile files/aiccu.hotplug files/aiccu.init): Nov 07 03:44:01 [packages] aiccu: retry TIC login on nonfatal failures (#10310) Nov 07 03:44:01 * change the tic_Login() function to indicate fatal vs. nonfatal login errors Nov 07 03:44:01 * retry tic_Login() on nonfatal failures, wait at least 10 seconds per retry Nov 07 03:44:01 * increase delay by 10 seconds per try until the maximum of 120 seconds is reached Nov 07 03:44:01 * move aiccu start command into background as it can take a long time to deamonize due to retries, blocking subsequent init scripts Nov 07 03:44:02 * remove hotplug script for aiccu, the running instances should recover themselves if time and connectivity become available Nov 07 03:51:09 jow * r28797 /packages/ipv6/aiccu/patches/400-retry-on-time-or-network-failure.patch: [packages] aiccu: actually add patch Nov 07 04:26:52 build #101 of atheros is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/101 Nov 07 04:40:04 jow * r28798 /packages/Xorg/lib/qt4/Makefile: [packages] qt4: make compilation of directfb gfx driver not only dependant on the state of the directfb package, but also check whether FEATURE_drawing-backend_DirectFB is actually enabled Nov 07 04:58:16 build #85 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/85 Nov 07 06:35:16 jow_laptop: Kernel Panic-Not syncing! Attempted to kill init!! Nov 07 06:35:45 i have tried passing option init=/etc/preinit and init=/bin/sh still same error Nov 07 06:36:15 maybe it cannot mount the rootfs or something Nov 07 06:37:20 we have tried mounting it using mount -t jffs2 rootfilesystem.jffs2 /tosome/dir/ -o loop Nov 07 06:37:40 won't work Nov 07 06:37:49 you need mtd block emulation Nov 07 06:38:24 so is there any way to check whether the filesytem we have compiled is executable on our platform Nov 07 06:38:25 or not Nov 07 06:39:15 sure, see staging_dir/target-*/root-*/ Nov 07 06:41:21 okay in that which specific file or directory ? Nov 07 06:41:42 well grab the init directory out there and inspec it with file Nov 07 06:42:00 or copy the busybox binary and attempt to execute it using a firmware which already runs Nov 07 06:42:22 use file to compare it etc. Nov 07 06:46:27 jow_laptop: the same image we are compiling is working fine on at91 9g45 and if we Nov 07 06:46:37 are doing it on rm9200 its kernel panic Nov 07 06:46:45 are we doing some mistakes in config file Nov 07 06:46:47 ? Nov 07 06:47:37 maybe it has a different instruciton set which requires different target optimizations? Nov 07 06:47:40 I'm no expert on at91 Nov 07 06:49:05 is there any way to know that?? I too am naive at this.. Nov 07 06:49:27 I am too :) I suggst to google around for gcc and rm9200 in particular Nov 07 06:49:56 already done.. but no success yet.. :( Nov 07 06:50:17 cant understand wht is it that v r doing wrong.. Nov 07 06:51:28 well the default for the at91 target is -march=armv5te -mtune=arm926ej-s Nov 07 06:52:46 the RM9200 datasheet says the core is an ARM920T Nov 07 06:53:42 so I suggest to change -mtune to arm920t Nov 07 06:54:04 you will most likely need to recompile everything efterwards Nov 07 06:54:32 so u mean I should change these parameters in the .config file?? Nov 07 06:54:33 the setting is in menuconfig, Advanced configuration options (for developers) ---> Nov 07 06:54:42 Target Options ---> Nov 07 06:54:43 okay got it.. Nov 07 06:54:50 Target Optimizations Nov 07 06:55:17 hopefully it works... Nov 07 06:56:13 mine says this "-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves" Nov 07 06:56:17 did you build the kernel with the openwrt toolchain? Nov 07 06:56:26 yup i did.. Nov 07 06:56:44 with any special flags? Nov 07 06:56:50 nope.. Nov 07 06:57:32 ah Nov 07 06:57:44 should I?/ Nov 07 06:57:46 ? Nov 07 06:57:51 the ARM920T core belongs to the armv4t family Nov 07 06:58:00 not to armv5te Nov 07 06:58:37 so i must change -march to armv4t.. Is it?? Nov 07 06:58:50 so change the openwrt flags to -march=armv4t -mtune=arm920t Nov 07 06:59:04 this should produce suitable binaries Nov 07 06:59:05 and also change the -mtune flag as u said earlier.. Nov 07 06:59:57 should I change mtune or not?? Nov 07 07:00:05 sure Nov 07 07:00:24 okays.. just doing it now.. lets hope for the best.. :) Nov 07 07:00:26 it will prpduce code which is optimized for your particular processor Nov 07 07:00:39 so it will be slightly faster when using the appropriate mtune Nov 07 09:05:14 build #90 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/90 Nov 07 09:05:36 jow_laptop: Still panic!!! :( Nov 07 09:06:43 Still panic!!! :( Nov 07 09:07:17 did you rebuild the toolchain too? Nov 07 09:12:01 no not the toolchain.. Nov 07 09:12:14 i did make menuconfig and changed the options u told.. Nov 07 09:12:15 then make Nov 07 09:12:22 jsut make ? Nov 07 09:12:29 yaa.. Nov 07 09:12:33 why?/ Nov 07 09:12:41 that does not actually rebuild stuff Nov 07 09:12:50 make V=99 is what was done.. Nov 07 09:12:54 it skips everything that has been compiled already Nov 07 09:13:01 then how to rebuild them?? Nov 07 09:13:11 mv .config config-backup Nov 07 09:13:13 make dirclean Nov 07 09:13:21 mv config-backup .config Nov 07 09:13:24 make V=99 Nov 07 09:13:46 okay.. trying that now.. Nov 07 09:15:28 will make dirclean delete all the downloaded packages?? Nov 07 09:16:58 not sure Nov 07 09:17:02 just move dl/ away to be sure Nov 07 10:28:35 jow_laptop: still the same error!!! Nov 07 10:28:52 what else can be done?? Nov 07 10:39:25 I don't know Nov 07 10:42:02 jow_laptop: okay.. Thanks a lot for all the help.. :) Nov 07 10:42:47 jow_laptop: just 1 more doubt.. can the foloowing lines be the cause of our problem?? Nov 07 10:42:52 jow_laptop: Nov 07 10:42:53 CONFIG_ALIGNMENT_TRAP=y Nov 07 10:42:55 # CONFIG_ARCH_AT572D940HF is not set Nov 07 10:42:56 CONFIG_ARCH_AT91=y Nov 07 10:42:58 # CONFIG_ARCH_AT91CAP9 is not set Nov 07 10:42:59 CONFIG_ARCH_AT91RM9200=y Nov 07 10:43:31 jow_laptop: config_arch has been selected as 'y' twice... this is a piece of code in config-default Nov 07 10:50:22 build #87 of ar7 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/87 Nov 07 11:03:17 nico * r28799 /trunk/package/base-files/files/etc/passwd: package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with user 'nobody') Nov 07 11:25:50 build #86 of sibyte is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/86 Nov 07 11:38:37 jow_laptop: Do we need EABI support for at91rm9200 ? Nov 07 11:53:27 libc/libc_so.a(difftime.os): In function `difftime' error ? Nov 07 12:57:23 can any body help me how i can fix this error: libc/libc_so.a(difftime.os): In function `difftime' Nov 07 12:59:13 linuxpc1: could you provide more info? Nov 07 12:59:25 juhosg * r28800 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/mach-whr-hp-g300n.c: ar71xx: fix WHR-HP-G300N MTD partitions Nov 07 12:59:26 juhosg * r28801 /trunk/target/linux/ar71xx/config-2.6.39: ar71xx: enable WHR-HP-G300N support in kernel config Nov 07 12:59:28 juhosg * r28802 /trunk/target/linux/ar71xx/image/Makefile: ar71xx: fix WHR-HP-G300N image generation Nov 07 12:59:29 juhosg * r28803 /trunk/target/linux/ar71xx/ (6 files in 4 dirs): ar71xx: add support for the Buffalo WHR-G301N board Nov 07 12:59:30 juhosg * r28804 /trunk/target/linux/ar71xx/ (generic/profiles/buffalo.mk image/Makefile): ar71xx: build image for the Buffalo WHR-G301N Nov 07 12:59:32 juhosg * r28805 /trunk/target/linux/ar71xx/ (4 files in 3 dirs): ar71xx: add support for the Buffalo WHR-HP-GN board Nov 07 12:59:33 juhosg * r28806 /trunk/target/linux/ar71xx/ (generic/profiles/buffalo.mk image/Makefile): ar71xx: build image for the Buffalo WHR-HP-GN Nov 07 13:00:06 luka12345|wiik: it gives Nov 07 13:00:07 ifftime.c:(.text+0x8): undefined reference to `__floatsidf' Nov 07 13:00:09 difftime.c:(.text+0x2c): undefined reference to `__subdf3' Nov 07 13:00:10 libc/libc_so.a(_fpmaxtostr.os): In function `_fpmaxtostr': Nov 07 13:00:12 _fpmaxtostr.c:(.text+0xe4): undefined reference to `__nedf2' Nov 07 13:00:13 _fpmaxtostr.c:(.text+0x108): undefined reference to `__eqdf2' Nov 07 13:00:15 _fpmaxtostr.c:(.text+0x124): undefined reference to `__divdf3 Nov 07 13:01:20 luka12345|wiik: i have searched following error on google but no has solution Nov 07 13:02:47 luka12345|wiik: i have changed uclibc version, changed gcc version but still same error Nov 07 13:03:26 i have disabled eabi support and so it is giving this error, with eabi enabled it compiled successfully and i dont want eabi support Nov 07 13:05:48 try to revert package and compile on some previous version Nov 07 13:10:55 luka12345|wiik: okay, can you specify howto do that i am naive in this Nov 07 13:14:25 paste the full V=99 error on paste bin put a link here Nov 07 13:15:51 luka12345|wiik: http://pastebin.com/udBiamUT Nov 07 13:20:56 luka12345|wiik: Any solution ???? Nov 07 13:23:19 linuxpc1: you run arm-openwrt-linux-uclibc-gcc by manualy or? Nov 07 13:23:46 no i just do make V=99 Nov 07 13:24:42 i am compiling openwrt for arm at91RM9200 and it doesnot support EABI so i disabled that part and compiled again which gave me following error Nov 07 13:25:23 that's the case, sory cant help you with that Nov 07 13:26:32 which case ? EABI ? or not running manually ? let me know so that i can search in that direction ? Nov 07 13:27:07 luka12345|wiik: which case you are talking about ? Nov 07 13:27:52 i thought that you have error when compiling package from trunk without modifications Nov 07 13:28:43 i am using backfire stable release version Nov 07 13:33:06 juhosg * r28807 /trunk/target/linux/ar71xx/base-files/etc/defconfig/whr-hp-gn/ (. network): ar71xx: add default network configuration for the WHR-HP-GN Nov 07 13:36:16 linuxpc1: try to compile without your modifications, then if it goes without any errors try adding your modifications Nov 07 13:54:13 uhm, trying to follow http://wiki.openwrt.org/doc/howto/hardware.button but uci -q get wireless.@wifi-device[0].disabled doesnt seem to return any value for my dlink 825.. Nov 07 13:59:19 meh, i got it. Nov 07 14:57:40 nbd * r28808 /trunk/package/mac80211/Makefile: carl9170: add dependency on kmod-input-core Nov 07 14:57:50 I just updated to SVN trunk r28808 and built/compiled from scratch an OpenWRT firmware for my Seagate DockStar to find out the SVN package gives a segfault. I have another DockStar running on an r28344 and its SVN package is working OK, Nov 07 15:02:08 Here (http://pastebin.com/CeJM3pcQ) is the diff on feeds/packages/net/subversion package w.r.t to recent changes that causes it to segfault. Nov 07 15:06:05 {Nico}: ^ Nov 07 16:26:12 <{Nico}> mazilo: are you using an old repository with the new package? Nov 07 16:27:34 I am not sure what you meant. :( Nov 07 16:28:59 Nico: I did 'svn up' + 'make package/symlinks' to update my local OpenWRT SVn trunk. Nov 07 16:33:04 <{Nico}> mazilo: you ran svn up on your device and it segfaulted, is that it ? Nov 07 16:33:22 Nico: Yes. Nov 07 16:33:25 <__trine> {Nico}, mine seg faults too Nov 07 16:33:34 <__trine> when I do Nov 07 16:33:36 <__trine> svn checkout http://fusionpbx.googlecode.com/svn/trunk/ Nov 07 16:33:44 <__trine> at the openwrt prompt Nov 07 16:34:11 <{Nico}> ok, i will investigate Nov 07 16:34:28 <__trine> thanks Nico Nov 07 16:34:33 <{Nico}> __trine: what device are you using? Nov 07 16:34:41 <__trine> a dockstar Nov 07 16:35:53 <{Nico}> mazilo, __trine: can you try rebuilding the subversion package without the 'TARGET_CFLAGS += $(FPIC)' line? Nov 07 16:36:25 <__trine> {Nico}, I am in the middle of a compile right now Nov 07 16:36:54 maybe it is due the apr off_t changes? Nov 07 16:36:56 <__trine> but will do it when this is finished as I am trying to track down another bug Nov 07 16:37:46 <{Nico}> jow_laptop: i tested it on uml, creating a local repo, checking out, adding and committing Nov 07 16:38:07 <{Nico}> jow_laptop: i will test again checking out an external repo Nov 07 16:40:11 {Nico}: I have reverted back to subversion -r28764 and am compiling the whole firmware for my Seagate DockStar. This is going to take me awhile. Nov 07 16:41:00 <__trine> mazilo, I did that and it still seg faulted Nov 07 17:14:12 __trine: Thanks. Nov 07 17:52:39 <__trine> {Nico}, I have commented that line out and am compiling again but I am having a few other different problems with the compile Nov 07 17:53:28 <__trine> I only get about 1 good compile which will boot in about 1 in 4 compiles due to this http://dpaste.com/648881/ Nov 07 17:53:36 <__trine> its a bloody nuisance Nov 07 18:11:45 <__trine> {Nico}, I have done 5 different compiles and none of them will boot.. I will keep trying Nov 07 18:24:44 <__trine> 6th compile fails as well Nov 07 18:59:07 __trine: I reverted back to r28764 and SVN still segfaults. :( Nov 07 19:00:09 <__trine> I'm on the 7th compile and it still will not boot Nov 07 19:00:12 __trine: Now, it becomes worst where 'svn cleanup' also segfaults. Before, it wasn't. It is time to checkout the latest. Nov 07 19:00:37 maybe you should just use git ;) Nov 07 19:00:38 __trine: You may want to 'make target/linux/clean' first. Nov 07 19:00:39 <__trine> I have done make target/linux/ clean as well Nov 07 19:01:16 maybe you should actually debug the segfault... Nov 07 19:01:29 <__trine> so I now need to try a distclean which is pretty bad if we have to do distclean and keep our fingers crossed if it will boot Nov 07 19:01:43 __trine: I suspect the 'target/linux/kirkwood/config-default' settings have something to do with it. Nov 07 19:01:53 meh, just compiled latest trunk and flashed it, i get kernel panic on this wr1043nd - http://pastebin.com/Tm47sAN8 Nov 07 19:02:04 __trine: Just do a 'make dirclean', instead. Nov 07 19:02:14 <__trine> jow_laptop, it will be impossible to debug anything if it wont boot Nov 07 19:02:26 __trine: was referring to the svn issue Nov 07 19:02:33 dape_at_home: no symbols again Nov 07 19:02:57 eh jow, i didnt compiled it with symbols, let me do it again :P Nov 07 19:03:29 <__trine> jow_laptop, yes I know what you were referring to but I cant debug anything if it wont boot at all Nov 07 19:04:30 <__trine> Loading Kernel Image ... OK Nov 07 19:04:30 <__trine> OK Nov 07 19:04:30 <__trine> Starting kernel ... Nov 07 19:04:30 <__trine> Uncompressing Linux... Nov 07 19:04:30 <__trine> unexpected EOF Nov 07 19:04:31 <__trine> -- System halted Nov 07 19:04:44 <__trine> bang its gone Nov 07 19:11:05 <__trine> the 8th compile is under way Nov 07 19:11:25 <__trine> I did a make dirclean this time Nov 07 19:12:00 <__trine> its very odd that the code compiles without error then refuses to uncompress the image Nov 07 19:13:11 <{Nico}> mazilo, __trine, jow_laptop: nailed it, neon needs to be compiled with LFS support as well Nov 07 19:14:05 <__trine> {Nico}, that still leaves the problem that the image is refusing to uncompress Nov 07 19:14:17 <{Nico}> jow_laptop: i suspect some kind of "snow-ball" effect where i will end up enabling LFS in all packages Nov 07 19:14:52 <{Nico}> __trine: can't really help with that right now Nov 07 19:14:59 <__trine> np Nov 07 19:20:42 build #78 of iop32x is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/78 Nov 07 19:37:24 ok guys, so r28808 kernel panic - http://pastebin.com/DiEYiqmr Nov 07 19:39:23 wr1043nd ^ - /etc/config/wireless - http://pastebin.com/k2Zy8h1j Nov 07 19:47:11 the .config is here http://www.ip6.ro/wr1043nd.config.txt Nov 07 19:49:04 dape_at_home: ok, now i can make sense of it Nov 07 19:49:31 did i missed anything? Nov 07 19:49:50 no Nov 07 19:49:59 aight, im here if anything Nov 07 19:54:31 hm, the crash is still odd Nov 07 19:54:49 how is it triggered? Nov 07 19:54:57 ah, never mind Nov 07 19:54:59 i think i found it Nov 07 19:55:07 im connected via console, just rebooted and i do nothing until it panics. Nov 07 19:56:03 i can stillenter failsafe if i reboot and press f ENTER Nov 07 19:56:58 dape_at_home: http://nbd.name/562-ath9k_fix_led.patch Nov 07 19:57:03 copy that to package/mac80211/patches/ Nov 07 19:57:13 then run make and reflash Nov 07 19:57:18 no need to clean anything Nov 07 19:57:37 oki Nov 07 19:58:18 so how good is 10.03.1-rc6 on a wndr3700v2? will i miss anything from trunk at this late stage? Nov 07 19:58:42 finally deploying a router at a friends and i don't want to keep doing the stuff updates every 2 days thing with trunk.. Nov 07 20:12:54 nbd got disconnected, flashed and everything seems ok now, thank you Nov 07 20:14:34 nbd * r28809 /trunk/package/mac80211/patches/562-ath9k_fix_led.patch: ath9k: fix LED related crashes on AR913x Nov 07 20:14:41 dape_at_home: thanks for testing, it's committed now Nov 07 20:14:43 awesome! Nov 07 20:15:01 np, im here to report, will build trunks almost every day and test them :) Nov 07 20:16:51 that's very useful Nov 07 20:25:22 juhosg * r28810 /trunk/target/linux/ar71xx/image/Makefile: ar71xx: fix WHR-HP-G300N firmware partition offset Nov 07 20:25:23 juhosg * r28811 /trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh: ar71xx: wrap long lines in the upgrade script Nov 07 20:25:25 juhosg * r28812 /trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh: ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boards Nov 07 20:55:44 build #85 of xburst is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/85 Nov 07 21:12:52 kaloz * r28813 /trunk/target/linux/generic/patches-3.1/980-update_arm_machtypes.patch: [generic/3.1]: update arm mach-types Nov 07 21:13:39 kaloz * r28814 /trunk/target/linux/cns3xxx/patches-3.1/ (4 files): [cns3xxx]: update 3.1 patches Nov 07 21:18:59 nbd uhm, 562-ath9k_fix_led.patch dissappeared from the svn, i updated reflashed and im in panic again :P Nov 07 21:22:15 dape_at_home: huh? Nov 07 21:22:52 svn updated few mins ago, compiled, flashed, router goes boom, same hostapd panic. Nov 07 21:23:03 checked if your patch is still there.. gone Nov 07 21:27:50 thx, seems ok now Nov 07 21:33:52 build #98 of orion is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/98 Nov 07 21:35:56 juhosg * r28815 /trunk/target/linux/ar71xx/image/Makefile: Nov 07 21:35:56 ar71xx: change generated Buffalo firmware versions Nov 07 21:35:56 With version 1.76 the upgrade may fail with newer Buffalo firmwares with Nov 07 21:35:56 a message like this: Nov 07 21:35:56 "You can not update the firmware because the firmware version is earlier Nov 07 21:35:56 than 1.82. Please use 1.82 or later version for firmware update." Nov 07 21:35:57 juhosg * r28816 /trunk/target/linux/ar71xx/base-files/etc/defconfig/ap81/: ar71xx: remove AP81 defconfig, it is the same as the generic config Nov 07 21:44:17 juhosg * r28817 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/generic/ init.d/defconfig uci-defaults/network): ar71xx: create generic network config from an uci-defaults script Nov 07 21:44:19 juhosg * r28818 /trunk/target/linux/ar71xx/base-files/etc/ (8 files in 8 dirs): Nov 07 21:44:20 ar71xx: create a bunch of network configs from the uci-defaults script Nov 07 21:44:20 Create the default network configuration dynamically for the boards with Nov 07 21:44:20 a single ethernet interface. Nov 07 21:44:21 juhosg * r28819 /trunk/target/linux/ar71xx/base-files/etc/ (6 files in 6 dirs): Nov 07 21:44:21 ar71xx: create more network configs from the uci-defaults script Nov 07 21:44:21 Create the default network configuration dynamically for the boards with Nov 07 21:44:21 swapped eth0, eth1 interfaces. Nov 07 21:44:24 juhosg * r28820 /trunk/target/linux/ar71xx/base-files/etc/ (17 files in 17 dirs): Nov 07 21:44:25 ar71xx: create even more network configs from the uci-defaults script Nov 07 21:44:25 Create the default network configuration dynamically for the Nov 07 21:44:25 AR724x/AR9331 boards. Some other boards are using the same Nov 07 21:44:25 configuration, so convert those as well. Nov 07 21:44:25 juhosg * r28821 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/rb-433/ defconfig/rb-433u/ uci-defaults/network): ar71xx: create RB-433{,U} network config from uci defaults Nov 07 21:44:26 juhosg * r28822 /trunk/target/linux/ar71xx/base-files/etc/ (3 files in 3 dirs): ar71xx: create RB-450G, RouterStation Pro network config from uci-defaults Nov 07 21:44:30 juhosg * r28823 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/rb-450/ uci-defaults/network): ar71xx: create RB-450 network config from uci-defaults Nov 07 21:44:32 juhosg * r28824 /trunk/target/linux/ar71xx/base-files/etc/ (3 files in 3 dirs): ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults Nov 07 21:44:34 juhosg * r28826 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/pb92/ uci-defaults/network): ar71xx: create PB92 network config from uci-defaults Nov 07 21:44:35 juhosg * r28827 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/wrt160nl/ uci-defaults/network): ar71xx: create WRT160NL network config from uci-defaults Nov 07 21:44:36 juhosg * r28828 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/tl-wr1043nd/ uci-defaults/network): ar71xx: create TL-WR1043ND network config from uci-defaults Nov 07 21:44:40 juhosg * r28825 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/dir-825-b1/ uci-defaults/network): ar71xx: create DIR-825-B1 network config from uci-defaults Nov 07 21:44:43 juhosg * r28829 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/rb-493g/ uci-defaults/network): ar71xx: create RB-493G network config from uci-defaults Nov 07 21:44:44 juhosg * r28830 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/wzr-hp-g300nh/ uci-defaults/network): ar71xx: create WZR-HP-G300NH network config from uci-defaults Nov 07 21:44:46 juhosg * r28831 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/nbg460n_550n_550nh/ uci-defaults/network): ar71xx: create NBG{460N,550N,550NH} network config from uci-defaults Nov 07 21:44:52 juhosg * r28832 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/all0258n/network uci-defaults/network): ar71xx: create ALL0258N network config from uci-defaults Nov 07 21:44:55 juhosg * r28833 /trunk/target/linux/ar71xx/base-files/etc/ (defconfig/tl-wa901nd/ uci-defaults/network): ar71xx: create TL-WA901ND network config from uci-defaults Nov 07 22:58:52 nico * r28834 /trunk/package/base-files/files/etc/rc.common: package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon Nov 07 22:58:59 nico * r28835 /trunk/package/base-files/ (4 files in 2 dirs): package/base-files: use new service wrapper Nov 07 22:59:05 nico * r28836 /trunk/package/busybox/ (Makefile files/cron files/telnet): package/busybox: use new service wrapper Nov 07 22:59:10 nico * r28837 /trunk/package/dnsmasq/ (Makefile files/dnsmasq.init): package/dnsmasq: use new service wrapper Nov 07 22:59:16 nico * r28838 /trunk/package/dropbear/ (Makefile files/dropbear.init): package/dropbear: use new service wrapper Nov 07 22:59:21 nico * r28839 /trunk/package/netifd/files/etc/init.d/netifd: package/netifd: use new service wrapper Nov 07 22:59:27 nico * r28840 /trunk/package/ubus/files/ubus.init: package/ubus: use new service wrapper Nov 07 22:59:32 nico * r28841 /trunk/package/uhttpd/ (Makefile files/uhttpd.init): package/uhttpd: use new service wrapper Nov 07 23:08:55 these arent critical right? just optimizations to how services are managed? Nov 07 23:10:07 <{Nico}> dape_at_home: right, an attempt at standardizing initscripts Nov 07 23:46:25 nico * r28842 /packages/libs/neon/Makefile: Nov 07 23:46:26 packages/neon: force use of LFS and 64-bit off_t here as well Nov 07 23:46:26 fixes subversion segfaults after r28760, r28763, r28764 & r28765 Nov 07 23:46:29 nico * r28843 /packages/libs/openldap/ (Makefile files/ldap.init): Nov 07 23:46:29 packages/openldap: slapd config & initscript fixes Nov 07 23:46:29 * use ldif backend by default, since bdb is disabled Nov 07 23:46:29 * create the default database directory (/var/openldap-data) at start Nov 07 23:46:30 nico * r28844 /packages/net/gpsd/Makefile: packages/gpsd: add dependency on librt (closes: #10362) Nov 08 00:17:58 nico * r28845 /packages/net/apache/Makefile: packages/apache: force use of LFS and 64-bit off_t here as well, use FPIC Nov 08 00:18:06 nico * r28846 /packages/net/apache/Makefile: packages/apache: change runtime dir from /var/log to /var/run Nov 08 00:26:56 nico * r28847 /packages/net/apache/Makefile: packages/apache: fix copy/paste error in r28846 Nov 08 00:33:23 nbd * r28848 /trunk/ (10 files in 2 dirs): kernel: add a top level menuconfig option for enabling lockdep Nov 08 00:33:36 nbd * r28849 /trunk/package/busybox/patches/141-gen_build_files_bash.patch: busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems Nov 08 00:33:41 nbd * r28850 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c: ar71xx: on ar7240, exclude ports from their own port vlan destination mask Nov 08 00:33:49 nbd * r28851 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c: ar71xx: remove dead code Nov 08 00:34:37 nbd * r28852 /branches/backfire/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c: ar71xx: on ar7240, exclude ports from their own port vlan destination mask (backport of r28850) Nov 08 01:38:37 tripolar * r28853 /packages/net/nfs-kernel-server/files/nfsd.init: [packages] nfs-kernel-server: fix mount command **** ENDING LOGGING AT Tue Nov 08 02:59:57 2011