**** BEGIN LOGGING AT Sat Feb 25 02:59:59 2012 Feb 25 12:29:35 juhosg * r30713 /trunk/target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c: Feb 25 12:29:35 ramips: raeth: don't process disabled interrupts Feb 25 12:29:35 Also rename the 'fe_int' variable. Feb 25 13:11:04 jow * r30714 /trunk/package/dropbear/ (3 files in 2 dirs): [package] dropbear: patch possible use after free by authenticated remote users with active command restrictions (CVE-2012-0920) Feb 25 13:11:27 jow * r30715 /branches/backfire/package/dropbear/ (Makefile patches/400-CVE-2012-0920.patch): [backfire] dropbear: patch possible use after free by authenticated remote users with active command restrictions (CVE-2012-0920) Feb 25 13:36:13 jow * r30716 /trunk/package/kernel/modules/other.mk: [package] kernel: only depend on kmod-rtc-core if its provided by the used Kernel version Feb 25 13:36:40 jow * r30717 /trunk/target/linux/x86/ (config-3.2 config-3.3): [x86] enable RTC_CLASS for Linux 3.2 and 3.3 Feb 25 13:47:46 jow * r30718 /trunk/target/linux/generic/config-2.6.39: [generic] add some missing 2.6.39 kernel symbols observed on x86/generic builds Feb 25 13:50:42 build #140 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/140 Feb 25 13:52:53 build #138 of ubicom32 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/138 Feb 25 14:25:10 build #116 of xburst is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/116 Feb 25 14:54:26 build #138 of brcm47xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/138 Feb 25 15:02:35 jow * r30719 /packages/net/ (4 files in 4 dirs): Feb 25 15:02:35 [package] openvpn, openvpn-devel, openvpn-polarssl: remove special quoted parameter handling Feb 25 15:02:35 The append_params_quoted procedure was only needed while the final OpenVPN was eval'd, now Feb 25 15:02:35 that the service wrappers pass the command line through to ssd unmangled, the extraneous Feb 25 15:02:35 quotes cause issues in the openvpn command line parser, so remove them. Feb 25 15:25:12 jow * r30720 /packages/utils/less/Makefile: [packages] less: fix clash with Busybox (#11042) Feb 25 15:26:19 jow * r30721 /branches/packages_10.03.2/net/ (3 files in 3 dirs): [packages_10.03.2] openvpn, openvpn-devel: merge r30719 Feb 25 16:41:00 jow * r30722 /packages/utils/hd-idle/ (Makefile files/hd-idle.init): [packages] hd-idle: fix parameter processing, its been broken since 3 years and only ever worked by accident Feb 25 16:49:18 jow * r30723 /branches/packages_10.03.2/utils/hd-idle/ (Makefile files/hd-idle.init): [packages_10.03.2] hd-idle: merge r30722 Feb 25 19:19:38 build #116 of ixp4xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/116 Feb 25 19:26:03 nbd * r30724 /branches/backfire/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wzr-hp-g300nh.c: ar71xx: fix rtl8366rb support on wzr-hp-g300nh (patch by igor from #11021) Feb 25 19:32:17 jow * r30725 /branches/backfire/tools/genext2fs/Makefile: [backfire] tools: merge r30479 Feb 25 20:02:43 hmm i played last fev days with openwrt x86 builds for my alix.3d3 and it always boot (can be seen over serial console), but today two builds are failing, i didnt do much in make menuconfig, then selecting target/profile and make.. (even make dirclean and started with new toolchain) so if someone have idea what could this be http://paste.pocoo.org/show/EpRsmjQCjCawytfZKTKX/ ? Feb 25 20:06:30 run snv diff in your tree, see if you have any local modifications Feb 25 20:06:36 * svn diff Feb 25 20:08:35 http://dpaste.com/707923/ Feb 25 20:08:59 but should not affect x86 Feb 25 20:09:21 right Feb 25 20:09:29 ./scripts/diffconfig.sh Feb 25 20:09:55 "zcat openwrt-x86-alix2-combined-squashfs.img.gz | dd of=/dev/sdc bs=256k" this is how i dd it to CF Feb 25 20:10:48 http://dpaste.com/707923/ Feb 25 20:12:01 you removed hotplug2 and marked udev only as module Feb 25 20:12:13 means you have no hotplug provider Feb 25 20:12:22 thats probably what trips up preinit Feb 25 20:12:51 jow_laptop good catch, let me start from scratch :D Feb 25 20:13:03 no need to start from scratch Feb 25 20:13:13 either set udev to y or reenable hotplug2 Feb 25 20:14:05 ok thanks, then just make target/linux/clean && make V=99 ; echo -e '\a' ? Feb 25 20:14:34 build #133 of orion is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/133 Feb 25 20:14:40 no need to make clean either Feb 25 20:14:47 you just have to change the package selection Feb 25 20:14:55 and run make Feb 25 20:15:06 ok Feb 25 20:24:42 jow_laptop it boots now thanks, still some udev stuff are not found (log from serial console) http://paste.pocoo.org/show/KaxDXQCViD9uYzDCnqI8/ Feb 25 21:02:09 crow: looks uncritical Feb 25 21:02:16 crow: basically it lacks some helper programs Feb 25 21:03:48 jow_laptop it need modprobe helper? Feb 25 21:06:22 yeah Feb 25 21:06:40 but traditionally openwrt does not implement modprobe as its too big for most targets Feb 25 21:07:14 you can however enable modprobe and depmod in busybox Feb 25 21:07:19 that should make udev happy Feb 25 21:07:23 same for blkid Feb 25 21:12:43 ok Feb 25 21:14:17 nbd * r30726 /trunk/scripts/download.pl: scripts/download.pl: fix sourceforge url Feb 25 21:30:38 jow * r30727 /trunk/package/firewall/ (Makefile files/firewall.config): [package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used Feb 25 21:34:34 jow_laptop now seems almost fine, just one line, which i would like to get rid off to :) http://dpaste.com/707958/ (i am using combined-squashfs so that may be a problem ? = Feb 25 21:34:56 what line? Feb 25 21:35:10 ah Feb 25 21:35:17 no idea about this one Feb 25 21:35:39 looks like an actual packaging problem Feb 25 21:35:46 it should be /var/run/udev Feb 25 21:36:15 however in the meanwhile you can mkdir -p /run/udev to make it shut up Feb 25 21:38:10 aha ok Feb 25 21:40:43 or maybe not Feb 25 21:40:48 just ignore it Feb 25 21:41:02 wierd i created, plus chmod 777 still line is there about not "Feb 25 22:30:44 udevd[256]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'" Feb 25 22:42:25 nbd * r30728 /trunk/target/linux/ixp4xx/patches-2.6.37/620-backport_compile_fix.patch: ixp4xx: fix a compile error Feb 25 22:45:10 crow: did you check the permissions of /run as well? Feb 25 22:58:55 nbd checking. Feb 25 23:29:25 nbd should be ok http://dpaste.com/708000/ Feb 25 23:30:19 yes Feb 26 00:15:29 * russell-- just sent a 3-liner to add easydns support to ddns-scripts (tested by a friend): http://patchwork.midlink.org/patch/1920/ Feb 26 00:25:11 nbd tried fev reboots and chmod but still the saem notice in serial console Feb 26 00:29:09 swalker * r30729 /packages/net/ddns-scripts/ (Makefile files/usr/lib/ddns/services): Feb 26 00:29:09 [packages] ddns-scripts: add easydns.com Feb 26 00:29:09 Signed-off-by: Galen Seitz Feb 26 00:29:09 Signed-off-by: Russell Senior **** ENDING LOGGING AT Sun Feb 26 02:59:58 2012