**** BEGIN LOGGING AT Sat Dec 13 03:00:03 2008 Dec 13 11:17:15 mirko: Do you know where the device does actually hang after "please be patient while openwrt loads..."? It seems it never exec()s /sbin/init Dec 13 11:18:08 mirko: I'm not sure what happens. Maybe I need to put a few printks into kernel's init/main.c Dec 13 11:58:23 mb_: actually i can confirm this behaviour - i never got this problem before Dec 13 12:06:06 strange thing is that in case exec() failed it should printk an error message. So it may also be the case that it hangs in busybox. Dec 13 12:06:17 Or it hangs while reading init from flash Dec 13 12:07:03 yep Dec 13 12:07:15 usb-lan seems to be also not working for me Dec 13 12:07:33 well userspace needs to be up for that. Dec 13 12:07:43 Userspace clearly is not initialized Dec 13 12:07:46 are you sure of that? it's just the interface Dec 13 12:07:56 userspace must set the IP and so on... Dec 13 12:08:02 ok Dec 13 12:08:46 Does it actually mount the rootfs? I guess it should print a huge message if it didn't, however. I didn't notice that. Dec 13 12:09:01 it does - it says it mounted it Dec 13 12:09:04 k Dec 13 12:09:16 actually there should come the message " - preinit started" or sth. like that Dec 13 12:09:46 Yeah well. I think we need a few printks to find out whether it hangs in late kernel or in userspace init Dec 13 12:10:10 I'm pretty sure it doesn't get to the point to exec /etc/init.d/rc Dec 13 12:10:49 yep Dec 13 12:11:16 * mb_ scratches head Dec 13 12:12:00 i'll invest max. half an hour to try to get the 2.6.24-kernel working Dec 13 12:12:35 cool Dec 13 12:12:49 Oh, how do you select 2.6.24? Dec 13 12:14:01 target/linux/s3c24xx/Makefile : 2.6.26 => 2.6.24 Dec 13 12:14:16 ah cool Dec 13 12:14:23 I thought there were some config option :) Dec 13 12:14:33 btw - i also replaced /sbin/init with /sbin/preinit and tried to pass prenit directly to the kernel via parameters - but it does not execute it Dec 13 12:14:52 yeah I also tried stuff like that. Dec 13 12:15:05 I'm almost sure it hangs in the kernel. But we need to verify that. Dec 13 12:16:57 ack Dec 13 12:44:24 mb_: in which way you modified the reverse-patch for 921, 922 and 923? Dec 13 12:44:45 because on 2.6.24 i get also just "Starting kernel" but reverted them for 2.6.24 also Dec 13 12:48:36 build the kernel with QUILT=1, go to build_dir, quilt push -a, quilt add foobarfilename, rm foobarfilename, quilt refresh, quilt push -a, cd../../....., make target/linux-update Dec 13 12:49:01 oh forgot a quilt push -f :) Dec 13 12:49:39 wiggle may also work. But rm was easier in this case, as the patch just deleted the file Dec 13 12:57:29 ok, will try it out: anyway, for now the 2.6.26-kernel is "more working" Dec 13 19:28:33 does anybody know why imq kernel package is disabled? Dec 13 19:30:09 Acinonyx: 12:11 < CIA-14 > kaloz * r13612 /trunk/package/kernel/modules/netfilter.mk: disable IMQ on 2.6.28 as well -- people should use IFB.. Dec 13 19:30:37 hmm this is bad Dec 13 19:30:41 qos-script depends on it Dec 13 19:37:49 Is there anyone in particular in charge of the samba3 module? Dec 13 19:46:03 https://dev.openwrt.org/ticket/4348 Samba smbpasswd depends on username@/etc/passwd Dec 13 19:48:11 It could be that I am doing things wrongly here... but if not then adding shadow-utils to the list of packages available... would then allow scriptable control of users in the /etc/passwd Dec 13 20:23:24 zandbelt * r13622 /packages/net/radsecproxy/ (Makefile files/radsecproxy.init): update radsexproxy to version 1.2 Dec 13 20:28:10 zandbelt * r13623 /packages/net/radsecproxy/Makefile: remove zlib dependency Dec 13 20:48:44 mirko * r13624 /trunk/target/linux/s3c24xx/patches-2.6.26/0500-call-preinit-instead-of-init.patch: call preinit instead of init Dec 13 20:49:24 mirko: Does this fix it? Dec 13 20:49:37 mb_: nope Dec 13 20:49:44 just calling preinit instead of init Dec 13 20:49:50 k, makes sense Dec 13 20:49:53 just wanted sync my local changes to upstream Dec 13 20:50:19 if ou find out anything feel free to commit immediatly Dec 13 20:50:38 hope to get some time tonight to test some things out Dec 13 20:50:44 but have to go now Dec 13 21:01:10 No I'm currently working on another project **** ENDING LOGGING AT Sun Dec 14 02:59:57 2008