**** BEGIN LOGGING AT Sun Jul 01 02:59:58 2012 Jul 01 10:27:52 zioproto * r32560 /packages/net/tinc/Makefile: (log message trimmed) Jul 01 10:27:52 [package] tinc: version bump to 1.0.19 Jul 01 10:27:52 With pleasure we announce the release of version 1.0.19. Here is a Jul 01 10:27:52 summary of the changes: Jul 01 10:27:52 * Allow :: notation in IPv6 Subnets. Jul 01 10:27:53 * Add support for systemd style socket activation. Jul 01 10:27:53 * Allow environment variables to be used for the Name option. Jul 01 10:32:53 jow * r32561 /branches/backfire/package/firewall/ (Makefile files/firewall.config): [backfire] merge r32127 Jul 01 10:34:47 jow * r32562 /trunk/package/kernel/modules/netsupport.mk: (log message trimmed) Jul 01 10:34:47 kernel/modules: load pppol2tp after pppox Jul 01 10:34:47 l2tp_ppp needs to be loaded after pppox, otherwise it ends up like this: Jul 01 10:34:47 l2tp_ppp: Unknown symbol pppox_ioctl (err 0) Jul 01 10:34:47 ... Jul 01 10:34:47 during boot. Jul 01 10:34:47 I also fixed the dependency, it should be pppox rather than pppoe. Jul 01 10:38:47 jow * r32563 /packages/net/xl2tpd/ (Makefile files/l2tp.sh files/xl2tpd.init): Jul 01 10:38:47 packages/net/xl2tpd: netifd support Jul 01 10:38:47 This integrates xl2tpd suppport into netifd, based on what I saw for ppp and pptp. Jul 01 10:38:47 I also changed the init script so that it makes sure that all modules needed for Jul 01 10:38:47 kernel-mode l2tp support are loaded at the time that xl2tpd is started, as Jul 01 10:38:48 otherwise xl2tpd falls back into using user-mode l2tp. Jul 01 10:38:49 Signed-off-by: Daniel Golle Jul 01 10:41:11 Hiho ... just tried to build a current trunk and it fails on 2 machines while building uclibc with the following error: Jul 01 10:42:29 http://pastebin.com/AxQ4LJy1 Jul 01 10:42:56 we had an identical report yesterday, it was fixed by a distclean Jul 01 10:43:41 distclean .. ok ... Jul 01 10:43:59 so I just need to backup my .config ? Jul 01 10:44:12 distclean and copy it back ? Jul 01 10:44:42 yes Jul 01 10:44:49 your dl/ as well Jul 01 10:45:08 dl = download folder ? Jul 01 10:45:11 yes Jul 01 10:45:15 thx Jow Jul 01 11:04:04 jow * r32564 /packages/net/mosquitto/ (Makefile files/mosquitto.init): Jul 01 11:04:04 Update mosquitto to 0.15 Jul 01 11:04:04 Includes support for the luci-app-mosquitto package, if installed. Jul 01 11:04:04 Signed-off-by: Karl Palsson Jul 01 11:04:06 jow * r32565 /packages/ipv6/radvd/ (Makefile patches/100-silent-netlink-config-reload.patch): (log message trimmed) Jul 01 11:04:06 Update radvd to 1.8.5 Jul 01 11:04:06 Radvd has been updated to 1.8.5 a few months ago, while Openwrt still uses Jul 01 11:04:06 1.8.3. http://www.litech.org/radvd/ Jul 01 11:04:07 This patch updates radvd to 1.8.5. No major changes required. Jul 01 11:04:07 signed off by: hannu.nyman@iki.fi Jul 01 11:04:08 I send the patch again to make sure that Windows does not mess with LFs... Jul 01 11:04:18 jow * r32566 /packages/net/fakeidentd/ (. Makefile files/ files/fakeidentd.init): Jul 01 11:04:18 [packages] reintroduce fakeidentd (#11559) Jul 01 11:04:18 In the transition from WhiteRussian to Kamikaze, the fakeidentd package was Jul 01 11:04:18 dropped, citing its incorporation into the updated Busybox. However, the Busybox Jul 01 11:04:18 implementation doesn't support the -r switch, which is a bit silly, Jul 01 11:04:18 since it's pretty much fakeidentd's raison d'etre. This patch restores the fakeidentd package, with an initscript that uses the -r option. Jul 01 11:06:33 jow * r32567 /trunk/package/block-mount/files/50_determine_usb_root: (log message trimmed) Jul 01 11:06:33 Fix extroot by UUID Jul 01 11:06:33 Extroot works fine when the target device is specified by a path. It fails Jul 01 11:06:33 however if the device is specified by UUID (the target partition gets mounted Jul 01 11:06:33 much later by hotplug hooks). This is because the blkid command is no longer Jul 01 11:06:33 compiled into BusyBox (since changeset [1]) so it's unavailable for the Jul 01 11:06:34 preinit phase. Jul 01 11:32:31 jow * r32568 /trunk/package/dnsmasq/files/dnsmasq.init: (log message trimmed) Jul 01 11:32:31 [PATCH 1/4] package/dnsmasq: permit dhcp_option in global dnsmasq config section Jul 01 11:32:31 dnsmasq currently permits dhcp_options to be specified only in "config dhcp" Jul 01 11:32:31 sections of /etc/config/dhcp. When dnsmasq is providing DHCP service for Jul 01 11:32:31 multiple subnets and there are multiple "config dhcp" sections without "option Jul 01 11:32:32 ignore", it makes sense to allow dhcp_options that should apply globally in Jul 01 11:32:33 the "config dnsmasq" section of /etc/config/dhcp. dhcp_option is a list option. Jul 01 11:32:47 jow * r32569 /trunk/package/dnsmasq/files/dnsmasq.init: (log message trimmed) Jul 01 11:32:47 package/dnsmasq: permit UCI configuration of --dhcp-fqdn option Jul 01 11:32:47 This adds a new boolean option, fqdn, to the "config dnsmasq" section of Jul 01 11:32:47 /etc/config/dhcp. The default is off. When set on, it enables the dhcp-fqdn Jul 01 11:32:47 option to dnsmasq. dhcp-fqdn causes dnsmasq's DNS server to not resolve Jul 01 11:32:48 unqualifed local hostnames. The "domain" option is required when using "fqdn". Jul 01 11:32:49 Local hostnames will remain available for lookup using fully-qualified names. Jul 01 11:32:49 jow * r32570 /trunk/package/dnsmasq/files/dnsmasq.init: Jul 01 11:32:50 [package] dnsmasq: introduce "add_local_hostname" and "add_local_domain" options Jul 01 11:32:50 - add_local_domain defaults to 1 and controls whether the local domain is written as search directive to the local resolv.conf Jul 01 11:32:51 - add_local_hostname defaults to 1 and controls whether A and PTR records are created automatically for the local hostname Jul 01 11:32:51 These change supersedes http://patchwork.openwrt.org/patch/2207/ and http://patchwork.openwrt.org/patch/2208/ Jul 01 11:44:26 jow * r32571 /packages/net/nodogsplash/ (Makefile patches/002-deprecated_iptables_syntax.patch): Jul 01 11:44:26 [packages] nodogsplash: fix use of deprecated iptables syntax Jul 01 11:44:26 Based on http://patchwork.openwrt.org/patch/2256/ by Moritz Warning Jul 01 11:48:56 jow * r32572 /trunk/include/image.mk: Jul 01 11:48:56 include/image.mk: /tmp should have mode 1777 Jul 01 11:48:56 On the off chance that the root filesystem's /tmp is used directly as a Jul 01 11:48:56 temporary directory instead of having a tmpfs mounted over it, it should have Jul 01 11:48:56 the sticky bit set. Jul 01 11:48:57 Signed-off-by: Mark Mentovai Jul 01 12:43:16 jow * r32573 /trunk/package/netifd/files/lib/netifd/proto/dhcp.sh: Jul 01 12:43:16 [package] netifd: repair dhcp client id option Jul 01 12:43:16 Busybox udhcpc dropped support for the -c option, instead it can be emulated by using -x 0x3d:id, Jul 01 12:43:16 change the dhcp protocol script accordingly and filter all colons from the id while we're at it. Jul 01 12:43:16 This change supersedes http://patchwork.openwrt.org/patch/1810/ Jul 01 12:59:34 jow * r32574 /packages/net/xl2tpd/files/xl2tpd.init: Jul 01 12:59:34 xl2tpd: remove module loading from init script Jul 01 12:59:34 Remove module loading from xl2tpd init-script now that module gets loaded Jul 01 12:59:34 properly during boot (since that was already fixed in #32562, this partly Jul 01 12:59:34 reverts #32563) Jul 01 12:59:35 Signed-off-by: Daniel Golle Jul 01 14:38:31 jow_laptop: can you please add the fakeidentd commit to the backfire branch, too? Jul 01 15:13:03 blogic, so how awesome is the raspberry? :) Jul 01 15:13:50 did not get very far Jul 01 15:14:12 rkreis: and i recntly found this http://www.acmesystems.it/aria Jul 01 15:14:49 that's quite nice, too Jul 01 15:15:00 but not quite as powerful as the raspberry, i'd say? Jul 01 15:15:20 well Jul 01 15:15:22 90 gpios Jul 01 15:15:26 ;) Jul 01 15:15:32 a real ethernet Jul 01 15:15:36 :) Jul 01 15:15:36 and not brokencom Jul 01 15:15:45 and 1.27 pitch Jul 01 15:15:57 and you can totally put it on a battery Jul 01 15:16:11 yep Jul 01 15:16:14 and 24€ Jul 01 15:16:25 i'd still like dedicated graphics and dvi :) Jul 01 15:16:49 how come you hate the raspberry's ethernet interface? Jul 01 15:17:32 its a usb device Jul 01 15:17:44 ew Jul 01 15:17:44 the on board hub does a usbnet interface Jul 01 15:17:55 its a 4 port+usbnet hub :-) Jul 01 15:18:09 that's rather shocking Jul 01 15:18:21 same as the beagle board Jul 01 15:18:27 they did the same Jul 01 15:18:54 i guess it's the only way to it the right price Jul 01 15:20:07 i still wonder why the soc can't do ethernet Jul 01 15:23:15 no idea Jul 01 15:23:25 but its certianly the usbnet hub that beagle board used Jul 01 15:23:36 i might be talking bollocks Jul 01 15:23:41 but i am pretty sure i am right Jul 01 15:28:54 good luck making any use of 100mbps then :) Jul 01 18:47:20 build #17 of cobalt is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/17 Jul 01 18:50:35 build #18 of pxcab is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/18 Jul 01 18:50:42 build #22 of orion is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/22 Jul 01 18:53:26 build #18 of rb532 is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/18 Jul 01 18:56:42 build #18 of ppc44x is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/18 Jul 01 19:22:13 build #20 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/20 Jul 01 20:11:09 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html Jul 02 02:49:28 Hi Jul 02 02:49:36 needs some help on LuCI, Jul 02 02:49:53 how can I output the value of this 'auth' : http://luci.subsignal.org/trac/browser/luci/trunk/modules/rpc/luasrc/controller/rpc.lua#L26 Jul 02 02:50:04 I want debug this rpc.lua Jul 02 02:50:30 I want know if the 'auth' get correct value. **** ENDING LOGGING AT Mon Jul 02 02:59:58 2012