**** BEGIN LOGGING AT Thu Jun 25 02:59:57 2009 Jun 25 05:13:09 .msg nickserv set hidemail on Jun 25 08:46:16 juhosg * r16555 /trunk/target/linux/adm5120/ (12 files in 9 dirs): [adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board) Jun 25 09:39:33 juhosg * r16556 /trunk/tools/firmware-utils/src/mkcsysimg.c: [tools] firmware-utils/mkcsysimg: minor bugfix Jun 25 09:41:08 juhosg * r16557 /trunk/tools/firmware-utils/ (Makefile src/osbridge-crc.c): [tools] firmware-utils: add a tool to compute crc value for the 5gxi firmware Jun 25 09:45:25 juhosg * r16558 /trunk/target/linux/adm5120/image/router_le.mk: [adm5120] build firmware image for the 5GXi board Jun 25 10:51:32 kaloz: ping Jun 25 10:51:51 svn commit Makefile Jun 25 10:51:51 svn: Commit failed (details follow): Jun 25 10:51:52 svn: Authorization failed Jun 25 10:51:52 svn: Your commit message was left in a temporary file: Jun 25 10:51:52 svn: '/home/aaron/work/mangrovia/seed/trunk/trunk/feeds/packages/net/olsrd/svn-commit.tmp' Jun 25 13:28:11 juhosg * r16559 /trunk/target/linux/adm5120/files/arch/mips/adm5120/common/setup.c: [adm5120] show SoC parameters in /proc/cpuinfo Jun 25 13:48:23 juhosg * r16560 /trunk/target/linux/ar71xx/image/Makefile: [ar71xx] don't use the CRC header in the kernel partition on the WP543 board, so the kernel can be flashed directly from OpenWrt Jun 25 16:05:40 did my commit privs for the olsrd port get deleted with the switch to svn:// (from https://) ? Jun 25 16:05:58 i would like to update net/olsrd/Makefile (and increase the version number) Jun 25 16:06:04 i can also send a patch if that is prefered Jun 25 16:18:46 <[florian]> aroscha: let Kaloz fix your account if it does not work Jun 25 16:25:49 thx Jun 25 17:28:38 hauke * r16561 /trunk/package/mac80211/ (8 files in 2 dirs): [mac80211] Update compat-wireless to 2009-06-25 Jun 25 17:49:57 I was wondering if someone could point me in the right direction with a LuCI thing... Jun 25 17:50:31 I'm trying to add a button in a CBI that when I click it, it runs a process in a shell. I've got something up but when I click it, it executes the command twice Jun 25 17:50:39 my Lua-fu is pretty bad Jun 25 17:52:16 I tried to follow an example in the running processes CBI... here's the code : http://pastebin.ca/1474468 ... when I click the button "logmail -N" emails me the system log :) Jun 25 18:00:29 [florian] http://pastebin.ca/1470412 Less Broken Than Before(tm) Jun 25 18:03:36 aport`: what do you mean with twice? Jun 25 18:05:07 the exec routine you used usually executes a shell and the spawned shell executes the given command, so it's possible that two entries appear in ps and it looks like it runs twice Jun 25 18:05:37 xMff1, I get two emails, which means "logmail -N" is being run twice Jun 25 18:06:16 have you tried to verify it with some other command? Like "date > /tmp/test" ? Jun 25 18:06:25 I never experienced such an issue Jun 25 18:06:39 hi xMff1 Jun 25 18:06:39 * "date >> /tmp/test" I mean Jun 25 18:06:43 hi dana Jun 25 18:06:44 xMff, not yet, though I should. I've only run "logmail -N" manually in the shell and verified that only one email was received Jun 25 18:06:46 hi danage Jun 25 18:08:29 xMff1, yes the process runs twice Jun 25 18:13:02 aport`: ok, during form init sometimes values are written to uci staging if the system believes that the default values do not mach those in the config, try this: http://pastebin.ca/1474493 Jun 25 18:14:13 xMff1, will do Jun 25 18:17:32 xMff1, the cfgvalue return nil didn't affect, but based on what you said I added "m.autoapply = false" in the write function Jun 25 18:17:38 only executes once now Jun 25 18:17:53 ah Jun 25 18:18:01 so it was part of the mini-admin? Jun 25 18:18:04 yes Jun 25 18:18:16 I see Jun 25 18:20:50 as always xMff1 I really appreciate the assistance Jun 25 18:23:12 np Jun 25 19:45:53 juhosg * r16562 /trunk/package/mac80211/ (7 files in 2 dirs): [packages] mac80211: add more ath9k patches Jun 25 19:52:00 kaloz: ping Jun 25 20:58:51 phaidros: i'm working on a template collection meta-page Jun 25 20:58:56 meta:templates Jun 25 21:08:53 acinonyx * r16563 /packages/net/olsrd/Makefile: [packages] olsrd: Update to v0.5.6-r5 Jun 25 21:55:50 acinonyx * r16564 /packages/net/olsrd/Makefile: [packages] olsrd: Add watchdog plugin package Jun 25 23:00:31 aroscha: olsrd.init problems have to do with lack of clarity on how to configure the interfaces in /etc/config/olsrd Jun 25 23:00:45 hi russel_ Jun 25 23:00:54 ok Jun 25 23:00:56 i see Jun 25 23:01:26 well, i must admit, I always kicked out the /etc/config/olsrd stuff and had my manual /etc/init.d/olsrd script Jun 25 23:01:30 it contains : Jun 25 23:01:34 start() { Jun 25 23:01:46 olsrd -f /etc/olsrd.conf -d 0 -nofork & Jun 25 23:01:47 } Jun 25 23:01:51 stop () { Jun 25 23:01:54 killall olsrd Jun 25 23:01:54 } Jun 25 23:01:56 yeah, i know there are expedients. i'd like to try to play along. just need an example. Jun 25 23:02:15 but i think you are right, we should fix the init scripts Jun 25 23:02:20 i think alina is looking for "lan" and "wan" etc, rather than eth0 and ath0 Jun 25 23:02:24 and make them work with UCI Jun 25 23:02:29 might be Jun 25 23:02:40 however, henning and me discussed that we will have UCI support natively Jun 25 23:02:57 i think that will make nbd very happy :) Jun 25 23:03:05 and if that's the case, i want to know how to configure that infrastructure for interfaces like tap0 that appear with openvpn. Jun 25 23:03:37 outside the uci world Jun 25 23:03:56 anyhoo, that is what i was carping about the other day Jun 25 23:05:29 i think the alina script is probably fine (if slightly impenetrable) if it was more clear how the config was supposed to go. Jun 25 23:06:06 * russell_ naturally thinks in eth0 terms Jun 25 23:19:34 russel: you simply edit /etc/olsrd.conf file and start with -i $interfacename Jun 25 23:20:13 i mean, in the context of uci Jun 25 23:20:47 going straight to olsrd.conf it's straighforward Jun 25 23:22:51 btw, openwrt dudes! i have a packaging of nocatauth i'd like to get into packages, what's the easiest way to do that? Jun 25 23:58:09 dump this into packages/net/ please? http://personaltelco.net/~russell/nocatauth-openwrt-packagesrc.tar.gz **** ENDING LOGGING AT Fri Jun 26 02:59:57 2009