**** BEGIN LOGGING AT Fri Nov 21 02:59:57 2008 Nov 21 06:37:57 johnrw: in our computer classes we used to set 0xcafebabe as a marker Nov 21 06:56:27 0xdeadbeef rulez Nov 21 06:57:05 Guys if I have a backup of /dev/mtdblock1 can I use tftp to restore it ? Nov 21 07:27:25 Yes Nov 21 07:27:26 :P Nov 21 09:13:28 blogic: so... about the email you've sent me?:) Nov 21 09:34:05 iSteve: yes Nov 21 09:34:17 iSteve: basically, i have changed my idea :) Nov 21 09:34:23 and am refining it now Nov 21 09:34:24 ooh:) Nov 21 09:34:28 do tell Nov 21 09:34:32 so i will write a new mail Nov 21 09:34:33 ah ok Nov 21 09:34:45 i want it to be like the dispatch tree in luci Nov 21 09:34:53 so, ideally we just add plugin support Nov 21 09:35:03 using nbd's lua-plugin code Nov 21 09:35:05 (btw, I'll have a lot of nags regarding rules in openwrt... I think it can do a lot more) Nov 21 09:35:24 I'm not familiar with luci (or lua, for that matter) Nov 21 09:35:26 so, we can hotdeploa lua code Nov 21 09:35:32 hence my second mail Nov 21 09:35:55 i will write a few short pseudo code examples, send them to you and nbd and then we should chat about it Nov 21 09:36:00 is that reasonanle ? Nov 21 09:36:01 okay Nov 21 09:36:06 cool, thx! Nov 21 09:36:58 to explain my anti-separation opinion... I'm not comfortable splitting up a trivial small application into library + cli while knowing that the library will only be used by one other application Nov 21 09:37:29 (but I'm absolutely open to argumentation) Nov 21 13:51:13 mirko * r13306 /packages/Xorg/xserver/xorg-xserver/ (Config.in Makefile): some bugfixes and aesthetical changes regarding xserver Nov 21 16:49:56 thl * r13307 /trunk/target/linux/ifxmips/image/u-boot/: [ifxmips] remove empty dirctories Nov 21 18:47:38 thl * r13308 /trunk/package/uboot-ifxmips/files/drivers/ifx_sw.c: [ifxmips] uboot: support boards with tantos switch and small code and format cleanups Nov 21 19:19:57 jow * r13309 /packages/utils/mdadm/ (. Makefile patches/ patches/001-makefile-fixes.patch): add mdadm package Nov 21 21:14:01 Is the /etc/passwd in OpenWrt MD5 hashed or the old crypt? Nov 21 21:54:19 crypt() Nov 21 22:01:06 But what use the crypt() function? It seens like both: Nov 21 22:01:18 char *crypt(const char *key, const char *salt) Nov 21 22:01:18 { Nov 21 22:01:18 /* First, check if we are supposed to be using the MD5 replacement Nov 21 22:01:18 * instead of DES... */ Nov 21 22:01:18 if (salt[0]=='$' && salt[1]=='1' && salt[2]=='$') Nov 21 22:01:19 return __md5_crypt((unsigned char*)key, (unsigned char*)salt); Nov 21 22:01:21 else Nov 21 22:01:23 return __des_crypt((unsigned char*)key, (unsigned char*)salt); Nov 21 22:01:24 stop Nov 21 22:01:25 } Nov 21 22:01:34 flood ... Nov 21 22:01:41 Sorry... Nov 21 22:01:51 Chat emtpy?! Nov 21 22:03:01 hm yes looks like md5 then Nov 21 22:03:07 better support both Nov 21 22:03:08 Und OpenWrt looks so like MD5: Nov 21 22:03:11 root:$1$a8WaxG6L$IA/afoDAKGlGit38Yj6Hb0:0:0:root:/root:/bin/ash Nov 21 22:03:42 :) good for us! for md5 auth via javascript Nov 21 22:07:52 Think if no MD5 disable Challenge-Response-Auth. I have no des_crypt in JavaScript found jet. Nov 21 22:08:33 jet=yet Nov 21 22:45:35 xMff: Kuck Dir mal die __md5_crypt() in der uClibc an. ;) Versuch grad die in JavaScript zu implementiern... Nov 21 23:01:39 x-alina; btw... I committed the olsr stuff but have a question regarding dir300-flash Nov 21 23:02:22 has the flash tool dependencies on other programs (tftp server?) and why should it become an openwrt package? Nov 21 23:02:34 do you intend to use devices to flash other devices? Nov 21 23:06:22 Can I speak german please? Nov 21 23:06:47 xMff: ... Nov 21 23:06:51 sure Nov 21 23:08:16 Okay, also ja das Script haengt von nem tftp-Server ab, ist aber einglich egal welcher und das Problem ist, das ich bis jetzt leider keinen der fehlerfrei in OpenWrt leuft gefunden hab. Nov 21 23:09:15 Der atftpd leuft z.B. nur wenn Du ihn nach jedem Upload bzw. Download mit SIGKILL killst und dann neu startest. Nov 21 23:09:33 Machts Du das aber so, dann leuft das Tool fehlerfrei. Nov 21 23:10:28 Was ist das problem mit dnsmasq? Nov 21 23:10:31 Mein Plan waere irgendwann eine spezielle OpenWrt Firmware mit Webinterface zum flashen von anderen Geraeten zu machen. Nov 21 23:11:01 was meinst Du mit dnsmasq? Nov 21 23:11:15 Dnsmasq kann als tftp-server agieren Nov 21 23:11:37 Ups, das wusste ich bis jetzt noch gar nicht... Nov 21 23:11:40 kann man sogar schön über uci steuern Nov 21 23:12:41 Auch wenn DHCP auf diesen Port bzw. VLAN ausgeschaltet ist? das muss es leider beim inititalen flashen des DIR-300 Nov 21 23:12:43 geht sogar über Webif ;) Nov 21 23:13:08 naja standardmäßig binded er sich halt an 0.0.0.0 Nov 21 23:13:18 solange da ein Interface da ist wird schon klappen Nov 21 23:13:31 Gut. Nov 21 23:15:09 dhcp-boot=..., enable-tftp und tftp-root Nov 21 23:15:22 Ich denke so ein "Flashroboter" waere an die 100% DAU-kompatiebel und koennte z.B. bei den Treffpunkten ausgelegt werden. OS unabhaenig, keine root-Rechte notwendig, kein Problem mit Netzwerk settings. Nov 21 23:15:56 wie mach ich das mit uci? Nov 21 23:16:04 http://forum.openwrt.org/viewtopic.php?id=17294 Nov 21 23:18:21 okay, dann wuerde ich sagen, schreib ich ein den naechsten versionen ein post-install script dafuer. wirfst du die aktuelle version trotzdem schon mal in den trunk? Nov 21 23:19:14 bzw. SVN Nov 21 23:20:08 (laeuft ja schon mal mit handarbeit) Nov 21 23:23:53 xMff: Okay, oder einwaende? Nov 21 23:34:14 xMff: Wo hast Du den olsrd-Kram commited? Habs bis jetzt nicht gefunden? Ansonnsten bis morgen... Gute Nacht... Nov 21 23:36:20 Im trunk Nov 21 23:36:53 für die Dir-300 Files sollte man evtl. ne bessere Download-Location finden Nov 21 23:38:28 why? in welchen trunk? openwrt, oder LuCI. Nov 21 23:38:38 opnwrt Nov 21 23:39:07 weil ich es für keine gute Idee halte auf irgendwelche Uploadverzeichnisse in irgendwelchen Blogs zu verlinken Nov 21 23:39:20 in drei Monaten sind die weg :) Nov 21 23:39:25 Meine kann immerhin IPv6. kannst kannst es ja auf openwrt.org mirror. das verwendet ja das script als fallback Nov 21 23:40:17 Ne ich hatte das als u.a. Download-Server fuer alle meine Entwicklungen gedacht. Nov 21 23:40:57 (Auf den Freifunk Berlin Server wollen die mich ja nicht lassen --> Layer 8) Nov 21 23:41:17 Da mach ich dann lieber meinen eigenen auf Nov 21 23:43:48 (ist momentan aus Hardware-Mangel no ne Fonera 1.0. blogic wollte mir aber noch ne Fonera 2 schenken, da mach ich dann nen richtigen Webserver drauf. - Wenn mir mein Provider schon 14 IPs + zichtrilliaden IPv6 renroutet, will ich sie auch mal nutzen ;) Nov 21 23:44:16 wie auch immer ich weiß nicht ob das okay ist hier irgendwelche Direktdownloads von DD-Wrt in den OpenWrt-Trunk zu legen... Nov 21 23:46:00 Naja, das ist ja die original Download-Quelle. Kann ja alles falls die Server ausfallen auf download.openwrt.org gemirrord werden. Nov 21 23:47:45 jow * r13310 /packages/utils/dir300-flash/ (. Makefile): packages: add dir300 flash utility Nov 21 23:48:13 thx :) Nov 21 23:48:28 ich habe noch ne dependency auf unzip gesetzt Nov 21 23:48:44 achne quatsch Nov 21 23:48:48 vergiss das Nov 21 23:49:40 jow * r13311 /packages/utils/dir300-flash/Makefile: packages/utils/dir300-flash: remove dependency on unzip Nov 21 23:49:44 stupid... Nov 21 23:51:21 jep, das wird ja nur auf dem build system gebraucht... ;) Nov 21 23:53:23 Werd denke ich erstmal MD5 Auth fuer LuCI fertig machen und dann mich der anderen besprochenen Sachen zuwenden. Nov 21 23:54:10 ja ich denke auch, du könntest den ganzen Spaß mit dnmasq, uci und initscripten machen Nov 22 00:03:14 xMff: jep, mach ich danach zusammen mit noch einer verbesserung von 6and4 was das nameservice-plugin betrifft. Nov 22 00:19:06 Did something happen to the ixp4xx target? Nov 22 00:24:12 oh i got it... **** ENDING LOGGING AT Sat Nov 22 02:59:56 2008