**** BEGIN LOGGING AT Tue Aug 18 02:59:56 2009 Aug 18 05:51:02 good morning, wich kernel parameters are used for openwrt? tried to boot the s3c24xx version but my kernel can not find INIT? Aug 18 06:13:48 good morning Aug 18 07:22:47 * russell_ found the jtag pins on the peplink winti board Aug 18 07:35:36 Bartman007: were you the guy that recommended the flyswatter for jtag? Aug 18 12:46:41 florian * r17297 /trunk/package/kernel/modules/block.mk: [package] add missing libsas configuration symbol Aug 18 14:49:13 florian * r17298 /packages/admin/syslog-ng3/ (Makefile files/syslog-ng.conf files/syslog-ng.init): [package] update syslog-ng3 to 3.0.4, remove some duplicate dependencies, fix init scripts (#5716) Aug 18 15:49:36 xMff: about lua with haserl, do you know how I need set, lua or webserver to see errors of lua script in browser? Aug 18 15:50:16 fofware: like in any other cgi environment, redirect stderr to stdout Aug 18 15:52:06 thanks xMff Aug 18 15:57:20 I'm working on compiling r15544 that an existing projecct uses, anyone know why I have two kernel source trees? I have one in build_dir/linux-x86_generic/linux-2.6.28.9/ and one in build_dir/toolchain-i386_gcc-4.1.2_glibc-2.3.6/linux-2.6.28.9/ Aug 18 15:59:39 the other source tree is for an x86 build Aug 18 16:05:37 xMff: If it is not too complicate or long, may you tell me how I can do that, otherwise I will continue goggleing Aug 18 16:05:53 Good morning! Aug 18 16:06:07 good moring Aug 18 16:06:17 fofware: I assume you want to catch errors in your lua code? Aug 18 16:06:26 yes Aug 18 16:06:53 fofware: Lua has expception handling, warp all your code in a main entry function and call that function with pcall() (=protected call) Aug 18 16:07:01 s/warp/wrap/ Aug 18 16:07:31 pcall lets you examine errors triggered in the called code Aug 18 16:07:51 then you could just print() the error in your eyception handling logic Aug 18 16:09:18 ok, so I need learn about pcall() then I will get the solutions? Aug 18 16:09:22 like this: function fault() error("Error occured") end local state, err = pcall(fault, arg1, arg2, ...) if not state then print("An error occured: " + err) end Aug 18 16:09:47 + err should read .. err of course Aug 18 16:10:12 xMff: They're configured differently is what's really messing me up Aug 18 16:10:33 Beta2K: theyre for two entirely different targets Aug 18 16:10:49 The on in linux-x86_generic doesn't have a lot of the options I selected in make menuconfig (eg, mac80211) Aug 18 16:12:46 what targets are they for? Aug 18 16:13:58 I'm only doing a x86 build Aug 18 16:16:33 thanks xMff Aug 18 16:19:29 Beta2K: ah sorry, I didn't look close enough to the output you posted Aug 18 16:20:06 Beta2K: the first one is what's used to build the actual firmware, the second is just there to provide headers for the gcc and the uclibc compilation iirc Aug 18 16:25:05 Why would the .config for the first one then not have the kmod options I selected in the openwrt build config? Aug 18 16:25:33 the issue is that compat-wireless fails to build saying the kernel config doesn't have mac80211 selected Aug 18 16:27:20 I can go in and change .config or run make menuconfig in the kernel tree, select mac80211 and then it compiles fine Aug 18 16:27:58 but later on it will fail having problems finding two crypto kernel modules Aug 18 16:31:44 Beta2K: only minor parts of the full kernel config are set by make menuconfig, the rest is merged from target/linux/x86/config-2.6.28 Aug 18 16:48:05 xMff: pcall is to handle errors, I'm only want see syntax error or something like that how in console, until june of 2008 I can see they in browser, but somethig changed and now if script run under haserl I don't see errors Aug 18 16:49:52 maybe is more clear my problem in this post http://forum.x-wrt.org/index.php?topic=896.0 Aug 18 16:51:04 http://openwrt.pastebin.com/m563b0a97 Aug 18 16:51:40 and I can debug the script with command line because many vars get values from get/post Aug 18 16:52:38 fofware: I can't help there, we ditched haserl 1.5 years ago since you just don't need it for lua, it just wastes resources, better write your own cgi handler or take the approprate code from the Kepler project Aug 18 17:01:29 , Ok thanks.... Maybe I'm wrong but I guess that is true if you run luci staff only Aug 18 17:27:32 xMff: So why would mac80211 not be turned on in the kernel config if I set it as a kmod? Aug 18 20:53:37 where can I get documentation to how to packaging new software? Aug 18 20:56:30 I'm trying to package ghostscript and it's giving me a hard time.. Aug 18 21:01:58 http://kamikaze.openwrt.org/docs/openwrt.html#x1-460002.1.2 Aug 18 21:04:38 thanks for waiting 113 whole seconds ... Aug 18 21:38:58 Bartman007: were you the guy that recommended the flyswatter for jtag? Aug 18 21:47:20 geoff * r17299 /trunk/target/linux/ps3/petitboot/base-files/ (bin/login sbin/bl-option sbin/ps3-bl-option): Aug 18 21:47:20 ps3: Rename bl-option to ps3-bl-option Aug 18 21:47:20 Rename the bootloader helper script bl-option to ps3-bl-option. Aug 18 21:47:20 This change simply renames the file. No other changes are Aug 18 21:47:20 included. Aug 18 21:47:21 Signed-off-by: Geoff Levand Aug 18 21:48:42 geoff * r17300 /trunk/target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option: Aug 18 21:48:42 ps3: Updates for ps3-bl-option Aug 18 21:48:42 Update the ps3 bootloader helper script ps3-bl-option. Aug 18 21:48:42 o Add new option --set-bootloader-timeout. Aug 18 21:48:42 o Use generic name 'bootloader'. Aug 18 21:48:43 o General format cleanup. Aug 18 21:48:45 Signed-off-by: Geoff Levand Aug 18 21:50:25 geoff * r17301 /trunk/package/ps3-utils/Makefile: Aug 18 21:50:25 ps3-utils: Update package to include latest repository fixes Aug 18 21:50:25 Signed-off-by: Geoff Levand Aug 18 21:51:05 Can I get one of you do my evil bidding and commit some outstanding code, I hate to be bothering so much, but you know :) Aug 18 21:51:10 geoff * r17302 /trunk/package/ps3-utils/Makefile: Aug 18 21:51:10 ps3-utils: Add Build/InstallDev section to package makefile Aug 18 21:51:10 Signed-off-by: Geoff Levand Aug 18 21:51:24 s/do/to do/ Aug 18 21:51:34 it's the gspca patch Aug 18 21:52:38 geoff * r17303 /trunk/target/linux/ps3/petitboot/profiles/000-Default.mk: Aug 18 21:52:38 ps3: Update the Petitboot profile package dependencies Aug 18 21:52:38 Signed-off-by: Geoff Levand Aug 18 21:54:32 geoff * r17304 /trunk/target/linux/ps3/ (defconfig-ps3-petitboot petitboot/defconfig-ps3-petitboot): Aug 18 21:54:32 ps3: Move defconfig-ps3-petitboot to the petitboot profile directory Aug 18 21:54:32 Signed-off-by: Geoff Levand Aug 18 21:55:49 geoff * r17305 /trunk/target/linux/ps3/petitboot/defconfig-ps3-petitboot: Aug 18 21:55:49 ps3: General cleanup and update for defconfig-ps3-petitboot Aug 18 21:55:49 Signed-off-by: Geoff Levand Aug 18 21:57:11 that's all for today Aug 18 23:07:48 geoff * r17306 / (10 files in 8 dirs): Aug 18 23:07:48 powerpc: Create a powerpc64 config feature Aug 18 23:07:48 The config symbol TARGET_ps3 is used in the build files where Aug 18 23:07:48 special handling for the 64 bit PowerPC processors is needed. Aug 18 23:07:48 Introduce a new config feature powerpc64, and replace the use Aug 18 23:07:51 of TARGET_ps3 with powerpc64. Aug 18 23:07:53 Signed-off-by: Geoff Levand Aug 18 23:09:53 geoff * r17307 /trunk/ (4 files in 3 dirs): Aug 18 23:09:53 pxcab: Replace TARGET_pxcab with feature powerpc64 Aug 18 23:09:53 Signed-off-by: Geoff Levand Aug 19 00:17:46 hmm who here runs igmpproxy Aug 19 00:18:02 i upgraded to beta4 because beta2 spammed the syslog Aug 19 00:18:09 and now it crashes, unfortuantel **** ENDING LOGGING AT Wed Aug 19 02:59:56 2009