**** BEGIN LOGGING AT Tue Mar 20 02:59:59 2012 Mar 20 07:42:08 jow_laptop: would it be a good idea to have a config file generated in /var/run (/tmp) by an init script, rather than having it normally in /etc/ ? Mar 20 07:42:17 or overkill ? Mar 20 07:45:26 yikes Mar 20 07:45:29 -rw-r--r-- 1 build users 1844174 Mar 20 01:47 bin/ar71xx/packages/openvswitch_1.4.0-1_ar71xx.ipk Mar 20 07:46:16 there is a lot of room for improvement here I guess :) Mar 20 07:46:31 hope I can get something usable this week Mar 20 10:30:09 anyone know by heart where brctl is called to create the br-lan ? Mar 20 10:30:36 grep didn't find it yet :) Mar 20 10:30:44 lib/network/config.sh Mar 20 10:30:55 grep br- /lib/* -r ;) Mar 20 10:31:48 hmm. there is no brctl in there. maybe coz I enabled netifd Mar 20 10:31:59 ah Mar 20 10:32:01 yes Mar 20 10:32:10 but don't find it in /lib/netifd either Mar 20 10:32:11 its inside netifd then Mar 20 10:32:17 netifd is c code Mar 20 10:32:40 ah. meh :) Mar 20 10:33:17 bugger, will make it hard for me to add in openswitch support Mar 20 10:33:23 openvswitch* Mar 20 10:33:48 brctl is part fof busybox Mar 20 10:34:00 for the shell scripts Mar 20 10:34:10 and netifd creates bridges directly Mar 20 10:34:27 if the configuration api is simple, then it's probably easy to add openvswitch support to the bridge code in netifd Mar 20 10:34:56 i'm also interested in openvswitch, so if you tell me what kinds of changes you need, i can put some stuff in for you Mar 20 10:35:59 ovs uses persistent switch, so you only need to create it once with ovs-vs Mar 20 10:36:16 after reboot, you need to have ovsdb-server and ovs-vswitchd running, and the switch will be recreated Mar 20 10:36:39 the only thing netifd should do then is add ethX/wlanX/.. to it Mar 20 10:36:48 for now, I guess :) Mar 20 10:37:34 ovs-vsctl add-port br-lan ethX Mar 20 10:37:41 that's the command for it Mar 20 10:38:15 well, you could do that in a script Mar 20 10:38:29 next step would probably be something for firstboot or so, check if there is an openvswitch already, if not create it once, then reuse it every boot Mar 20 10:38:42 netifd likes to tear down and recreate interfaces on demand Mar 20 10:39:22 would become difficult with openvswitch I'm afraid Mar 20 10:39:31 it keeps a database with all kinds of "stuff" Mar 20 10:39:42 which would likely be lost when killing the bridge interface Mar 20 10:40:06 how about you play with it and get it working with scripts first Mar 20 10:40:14 and i'll find a way to properly integrate it with netifd Mar 20 10:41:05 good idea, I'll rebuild without netifd again ;) Mar 20 10:41:33 no need to Mar 20 10:41:35 just keep netifd Mar 20 10:41:41 but set up the interfaces via scripts instead Mar 20 10:41:50 can I do that without rebuild ? Mar 20 10:41:53 netifd is the way to go Mar 20 10:41:59 i mean your scripts Mar 20 10:42:06 not the openwrt network scripts Mar 20 10:42:08 ah Mar 20 10:43:23 I'll have to make some init scripts first anyway Mar 20 10:43:33 and cleanup the userspace package, it's 1.8MB right now Mar 20 10:43:53 will probably split it up in several parts **** BEGIN LOGGING AT Tue Mar 20 12:29:04 2012 Mar 20 13:39:57 nbd * r31041 /trunk/package/ (23 files in 10 dirs): pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package Mar 20 15:00:19 nbd * r31042 /trunk/package/ (4 files in 4 dirs): base-files: split service related functions off to /lib/functions/service.sh Mar 20 15:00:52 nbd * r31043 /packages/net/bird/files/ (bird4loop bird6loop): bird: adjust for service_* code move Mar 20 15:33:18 juhosg * r31044 /trunk/target/linux/ar71xx/ (4 files in 2 dirs): ar71xx: fix IRQ number for the AR7240 OHCI controller Mar 20 16:25:34 juhosg * r31045 /trunk/target/linux/generic/ (config-3.2 config-3.3): linux/3.{2,3}: yet another missing NET_VENDOR symbol Mar 20 16:25:35 juhosg * r31046 /trunk/include/kernel-version.mk: add md5sum for linux-3.3 Mar 20 16:25:37 juhosg * r31047 /trunk/target/linux/ (5 files in 2 dirs): linux: refresh patches against 3.3 Mar 20 19:41:29 blogic: how are you getting on? Mar 20 19:44:18 hi Mar 20 19:44:25 i am currently doing wifi on fritz 7320 Mar 20 19:44:31 i will do bthh in a sec Mar 20 21:37:07 nbd: ping Mar 20 22:13:49 nbd * r31048 /packages/net/samba36/Makefile: samba36: disable the use of zlib Mar 20 22:13:55 Delboy_: pong Mar 20 22:20:42 nbd: hi, i have a lantiq board which has eeprom inside flash, and it has regdomain by default set to 0x60, what regodimain should we use to make it work on 0-13 channels, i tried 0x67 but i cannot access channel 13, and i don't know if using something other is legal? Mar 20 22:23:23 you can enable the ATH_USER_REGD config option and set the country code Mar 20 22:24:15 i know, but than if someone wants channel 13 he needs to recompile Mar 20 22:24:46 i think there's a country code somewhere in the eeprom Mar 20 22:25:03 not sure about the details, haven't really looked into the details of that yet Mar 20 22:25:15 bbl Mar 20 22:26:44 <_trine> BO should do it Mar 20 22:34:20 jow_laptop: ping ? Mar 20 22:35:56 stintel: here Mar 20 22:36:00 ah Mar 20 22:37:18 jow_laptop: I am working on an init script for hsflowd. this is what I have so far: http://stewie.be.tintel.eu/hsflowd.init.txt Mar 20 22:37:45 but there is something not working as I thought it would. the 'append args "something"' Mar 20 22:38:15 you need to remove the equal sign there Mar 20 22:38:25 ah lol Mar 20 22:38:28 its a procedure invocation Mar 20 22:38:40 the first arg is the variable name, all following args are items to append Mar 20 22:38:45 right, I completely oversaw it Mar 20 22:38:55 thanks! Mar 20 22:39:38 np Mar 20 23:31:50 jow_laptop: any idea why I might get this? Mar 20 23:31:51 + uci set hsflowd.config.uuid=900122ce-f439-405a-8cca-d7fb49e6bf8e Mar 20 23:31:51 uci: Invalid argument Mar 20 23:32:01 reused the code from miniupnpd init script Mar 20 23:32:50 stintel: have you create a config section named config in hsflowd? Mar 20 23:33:19 oh hi cshore Mar 20 23:33:35 do you had a chance to investigate the uuid problem in block-mount ? Mar 20 23:33:39 jow_laptop: hi...I got highlighted Mar 20 23:33:51 doh...sorry forgot about it, it's been crazy Mar 20 23:34:03 cshore: that's it. the file got overwritten by opkg install Mar 20 23:34:05 thanks Mar 20 23:34:05 It's been on my radar for a while Mar 20 23:35:02 jow_laptop: I don't know when I will have time...family has eaten up my spare time Mar 20 23:35:21 ok Mar 20 23:35:53 jow_laptop: if you have chance to work on it feel free...I'd be happy if someone could (I'd be happier if I could, but I can't promise) Mar 20 23:57:39 jow_laptop: mind having a look at my patch for hsflowd before I send it to the ml full of mistakes? or send it anyway ? :) Mar 20 23:57:51 sure Mar 20 23:57:56 http://stewie.be.tintel.eu/0001-Add-two-new-packages-hsflowd-and-sflowovsd.patch Mar 20 23:58:07 ah, forgot [1] Mar 20 23:58:15 cshore: yeah, building a test image now so that I get at least something done :) Mar 21 00:02:33 stintel: it looks okay. Some whitespace variations in the init script as it seems Mar 21 00:03:48 jow_laptop: ah, copy-paste error :) Mar 21 00:04:50 stintel: sflow / hsflowd for an AP even... ?? Mar 21 00:05:36 OutBackDingo: sure, will be nice to have in combination with openvswitch Mar 21 00:06:11 OutBackDingo: sflowovsd can automatically configure your opensvwitch to send sflow to hsflowd, and hsflowd can then send both it's own and openswitch's data to $collector Mar 21 00:06:23 stintel: ok, dump your thoughts on openvswitch and hsflow / sflow on an AP .... Mar 21 00:06:52 what am i missing about openvswitch on an AP, whats the purpose Mar 21 00:06:54 openwrt doesn't run only on AP :) Mar 21 00:07:20 so your on real hardware Mar 21 00:07:32 no, just an rspro Mar 21 00:07:38 well, two actually Mar 21 00:07:57 ok, so openvswitch on an rspro for..... ? Mar 21 00:08:17 but as eth1 and wlan0 and wlan1 are bridged to br-lan, would be nice if br-lan is openvswitch Mar 21 00:08:18 i mean isnt it kinda overkill, or what am i missing Mar 21 00:08:36 sure, you don't have to run it Mar 21 00:09:08 I think it would be nice to have the possibility to use it though Mar 21 00:09:56 so basically youd replace the bridge with openvswitch Mar 21 00:10:35 yeah Mar 21 00:11:06 and since all my internet traffic would pass via br-lan in my case Mar 21 00:11:36 I can effectively use it to trend my WAN traffic per host in my network Mar 21 00:11:44 which would be annoying to do with snmp :) Mar 21 00:20:07 jow_laptop: if you refresh that url, are the whitespace issues fixed ? Mar 21 00:22:08 hrmmm. sflowovsd crashes Mar 21 00:22:10 sflowovsd: util.c: 144: UTHeapQFree: Assertion `rc != 0' failed. Mar 21 00:22:10 Aborted Mar 21 00:24:36 oh well, time for bed now Mar 21 00:42:07 fixed as well Mar 21 01:49:43 ah, should have known. hostapd can't add wlanX to the openvswitch Mar 21 01:51:05 jow_laptop: is it an oversight that SRV records aren't documented on the dnsmasq wiki page? Mar 21 02:59:56 jow * r31049 /trunk/package/block-mount/Makefile: [package] block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label **** ENDING LOGGING AT Wed Mar 21 02:59:58 2012