**** BEGIN LOGGING AT Fri Dec 04 02:59:57 2009 Dec 04 09:53:11 hi Dec 04 09:53:13 is anybody here who uses openwrt on rb600? Dec 04 09:59:09 acoul, did You use openwrt on rb600? Dec 04 10:05:12 I only have an rb333 on the self, never got the time to play with it though Dec 04 10:05:43 ok thx, Dec 04 10:07:06 I found that now in truk there is experimental support for rb600 but when I compile it and loading on device via netboot, I get kernel out of range Dec 04 10:07:09 you may also check this: https://forum.openwrt.org/viewtopic.php?id=17041 Dec 04 10:08:05 not many openwrt people play with this family of protuct/cpu family Dec 04 10:09:37 ok realy thx Dec 04 10:57:17 by the way, the netboot image was to big, when I built image which had under 2 MB everything works fine Dec 04 11:05:47 nice Dec 04 12:18:03 hcg * r18629 /trunk/package/kernel/modules/sound.mk: kmod-sound-ps3: Modified target dependencies Dec 04 14:52:25 florian * r18630 /trunk/target/linux/generic-2.6/ (config-2.6.30 config-2.6.31 config-2.6.32): [kernel] add missing kernel configuration symbols Dec 04 14:52:32 florian * r18631 /trunk/package/madwifi/Makefile: [package] prevent madwifi from being compiled on sibyte Dec 04 14:52:35 florian * r18632 /trunk/target/linux/sibyte/config-default: [sibyte] resync kernel configuration Dec 04 14:52:43 florian * r18633 /trunk/target/linux/generic-2.6/ (config-2.6.31 config-2.6.32): [kernel] add missing CONFIG_HID_WACOM symbol Dec 04 14:52:43 florian * r18634 /trunk/package/kernel/modules/other.mk: [package] CONFIG_RFKILL_INPUT is a boolean Dec 04 14:52:47 florian * r18635 /trunk/ (35 files in 35 dirs): [kernel] update to 2.6.30, refresh patches Dec 04 20:14:48 Hi. I've a Kernel Panic with very last OpenWRT release on ALIX 2D board : "Failed to execute /etc/preinit." Dec 04 20:15:21 cedric_ricard: that's not nice Dec 04 20:15:21 do you known is a recent change can explain this problem ? Dec 04 20:15:32 cedric_ricard: unlikely Dec 04 20:15:41 cedric_ricard: do you have a bootlog? Dec 04 20:15:57 yes Dec 04 20:16:31 cedric_ricard: then, paste it ;) Dec 04 20:16:55 rt2z: I'm novice to IRC :) Dec 04 20:17:10 cedric_ricard: openwrt.pastebin.com Dec 04 20:17:47 cedric_ricard: don't paste it into the channel, or you will get kicket because of flodding Dec 04 20:18:38 rtz2: ok Dec 04 20:19:23 rtz2: I've posted the log on the link you've provide me Dec 04 20:20:36 cedric_ricard: it should give you a link, where you (and I) can reach the post Dec 04 20:21:39 rtz2: http://openwrt.pastebin.com/m1116c86f Dec 04 20:26:09 cedric_ricard: can you change the kernel command line? Dec 04 20:26:54 xMff: Yes, with pxelinux... Dec 04 20:26:58 juhosg * r18636 /trunk/ (8 files in 2 dirs): kernel: add md5sum for 2.6.32 final, and refresh patches Dec 04 20:27:00 juhosg * r18637 /trunk/target/linux/generic-2.6/patches-2.6.32/651-swconfig-2.6.32-fix.patch: kernel: fix swconfig for 2.6.32 Dec 04 20:27:04 juhosg * r18638 /trunk/target/linux/ar71xx/ (33 files in 2 dirs): ar71xx: experimental 2.6.32 support Dec 04 20:27:31 cedric_ricard: try to add root=sda2 Dec 04 20:27:41 to the command line Dec 04 20:28:12 I think it uses sda1 which is /boot Dec 04 20:28:20 rootfs should be sda2 Dec 04 20:30:01 xMff: but it's a ramdisk image, booting in PXE Dec 04 20:30:28 cedric_ricard: you ramsdisk image isn't from openwrt, is it? Dec 04 20:30:37 try to use init=/sbin/init Dec 04 20:31:08 rtz2: yes, I've compiled it by myself Dec 04 20:31:19 ok, I'll try it. Thanks Dec 04 20:31:42 cedric_ricard: the openwrt kernel tries to execute /etc/preinit which you probably didn't provide Dec 04 20:32:49 rtz2: but it's provided by default by OpenWRT itself... Dec 04 20:33:36 cedric_ricard: yes, but did you copy it to your ramdisk? Dec 04 20:33:38 same problem with "init=/sbin/init" Dec 04 20:34:06 the ramdisk was built with OpenWRT buildroot Dec 04 20:34:08 cedric_ricard: does init=/bin/sh work? Dec 04 20:34:13 hmmm Dec 04 20:35:40 I have a ramdisk build with revision 18115 and it was working with it Dec 04 20:36:00 cedric_ricard: can you check the content of your ramdisk? Dec 04 20:36:06 but it doesn't work any more with revision 18635 Dec 04 20:40:41 cedric_ricard: did you change the kernel? Dec 04 20:42:06 rtz2: yes, but just to add : CONFIG_X86_MSR=y Dec 04 20:44:06 cedric_ricard: you probably got a new kernel version Dec 04 20:44:16 hmm Dec 04 20:44:30 point is, I doubt much changed in this area Dec 04 20:45:14 there is probably something forgot to do or set up Dec 04 20:45:24 do you have ext2 on the ramdisk? Dec 04 20:46:01 rtz2: into kernel module? yes Dec 04 20:46:38 cedric_ricard: no, I mean are you using it as fs on it? Dec 04 20:46:40 I will try a clean of the buildroot then try again... :( Dec 04 20:46:49 or squashfs? Dec 04 20:47:03 rtz2: I've just checked ramdisk into 'menuconfig' Dec 04 20:47:11 cedric_ricard: maybe something subtle changed Dec 04 20:47:33 I dont know which filesystem it is Dec 04 20:47:34 on the ramdisk you build Dec 04 20:47:34 what fs do you use? Dec 04 20:47:46 hmm Dec 04 20:48:14 cedric_ricard: try to loopmount it and carefully check the content Dec 04 20:49:24 I've tryed to do a "mount ..... -o loop", but without success Dec 04 20:49:27 maybe it's lzma compressed, so you may have to decompress it first Dec 04 20:49:36 hum.. ok Dec 04 20:52:43 rtz2: no, it isn't compressed. But maybe oversized.... 19 Mb ! Can it be the problem ? Dec 04 20:53:32 previous was only with a size of 7 Mb Dec 04 20:53:44 cedric_ricard: hmm, I doubt it Dec 04 20:53:46 but not sure Dec 04 20:58:03 xMff: you still here? Dec 04 20:59:12 yes Dec 04 21:00:03 xMff: I have a problem with proc Dec 04 21:01:02 xMff: the mount command in /etc/preinit says proc on /proc type proc (rw), but if I later log into the system it's not there anymore Dec 04 21:01:11 any idea, what could go wrong? Dec 04 21:04:34 so /proc is empty? Dec 04 21:04:52 xMff: yes Dec 04 21:05:07 xMff: and it only seems to happen with the squashfs image Dec 04 21:05:15 jffs seems to be fine Dec 04 21:05:26 what about /rom/proc ? Dec 04 21:05:59 and what happens if you try to mount it again? Dec 04 21:07:31 xMff: there is no dir /rom/proc Dec 04 21:08:02 xMff: and mounting it works just fine Dec 04 21:08:32 hm, I have no special advice here besides bisecting the boot procedure Dec 04 21:08:44 and in failsafe it's also there :/ Dec 04 21:08:48 hmm, ok will do Dec 04 21:09:13 I only had some hopes that the problem is more or less known Dec 04 21:10:13 nope Dec 04 21:30:03 rtz2: I still have the same problem after a "make clean", then selecting x86, ALIX board and ramdisk image Dec 04 21:30:47 cedric_ricard: are you really sure, the ramdisk contains /etc/preinit? Dec 04 21:31:38 no, because I can't mount it on my desktop linux :s Dec 04 21:32:06 cedric_ricard: what exactly is the problem? Dec 04 21:32:25 but the error message is different now: Please append a correct "root=" boot option; here are the available partitions Dec 04 21:33:02 cedric_ricard: it doesn't load your ramdisk Dec 04 21:33:39 cedric_ricard: what does it list as partitions? Dec 04 21:34:07 rtz2: nothing... Dec 04 21:34:36 hmm Dec 04 21:37:17 rtz2: maybe there is a problem with the recent kernel update (this monday).... Dec 04 21:37:46 sorry, I don't know Dec 04 21:38:03 you most likely have to figure this out yourself Dec 04 21:38:36 I had the same error message and it took me all week to figure out that a flashmap driver was missing Dec 04 21:38:42 ok, thanks for your help... I will try to revert to an older release Dec 04 22:17:28 nbd * r18639 /trunk/rules.mk: remove the redundant subdirectory from the packages directory variable Dec 04 22:18:37 nbd * r18640 /trunk/rules.mk: oops, forgot one small change in the last commit Dec 04 22:38:32 weirdness with lan ports Dec 04 22:39:00 the /etc/config/network is getting rewritten during first boot i think Dec 04 22:39:23 anyway, my lan ports are working Dec 04 22:39:58 something to do with the config 'switch_vlan' 'eth0_' stanza Dec 04 22:42:01 http://pastebin.ca/1702423 Dec 04 22:44:56 http://wiki.openwrt.org/doc/uci/network has a broken like to "switch documentation" (http://wiki.openwrt.org/doc/doc/switch) Dec 04 22:45:02 link* Dec 04 22:46:15 russell_: classical typo ... Dec 04 22:46:49 so, what should the new switch configuration look like on a wgt? Dec 04 22:47:54 http://openwrt.pastebin.com/m3f7014e Dec 04 22:49:55 and it should now look like this: http://openwrt.pastebin.com/mbd9daab Dec 04 22:50:51 the examples in the link above imply the '*' should be a 't' ... or perhaps i misunderstand Dec 04 22:51:10 depends on the switch Dec 04 22:51:16 oh Dec 04 22:51:17 hmm Dec 04 22:51:58 the code breaking your config was meant to convert old to new format in case an old config is deployed Dec 04 22:52:23 the format change was done to bring brcm-2.4 in line with the other arches which rely on swconfig Dec 04 22:52:45 can you try the change I posted above? Dec 04 22:53:05 yes, i will Dec 04 22:53:39 i was seeing my reported behavior on r18567 Dec 04 22:53:49 brcm47xx Dec 04 22:55:18 hmm Dec 04 22:56:12 ah they share the same base files Dec 04 22:56:14 nasty Dec 04 22:59:00 regarding the broken link, I haven't wrote the switch docu yet ;) Dec 04 23:07:57 [florian]: you here? Dec 04 23:11:08 jow * r18641 /packages/net/miniupnpd/ (3 files in 3 dirs): [packages] miniupnpd: bump to v1.4 (#6266) Dec 04 23:15:58 florian * r18642 /packages/net/updatedd/patches/004-fix_liberty_dep.patch: [package] prevent updatedd from linking against liberty (#6193) Dec 04 23:52:36 jow * r18643 /branches/packages_8.09/net/miniupnpd/ (6 files in 2 dirs): [8.09] backport miniupnpd v1.4 (#6161) Dec 05 01:06:34 florian * r18644 /packages/utils/zile/Makefile: [package] update zile to 2.3.13 (#6289) Dec 05 01:06:37 florian * r18645 /packages/utils/nano/Makefile: [package] update nano to 2.2.0 (#6288, #5930) Dec 05 01:06:40 florian * r18646 /packages/libs/libdaemon/Makefile: [package] update libdaemon to 0.14 (#6291) Dec 05 01:06:42 florian * r18647 /packages/libs/libcelt/ (. Makefile): [package] add libcelt (#6287) Dec 05 01:06:45 florian * r18648 /packages/mail/dovecot/ (4 files in 3 dirs): [package] update dovecot to 1.2.8 (#6264) Dec 05 01:06:47 florian * r18649 /packages/ (devel/git/Makefile net/git/ net/git/Makefile): [package] update git to 1.6.5.3 (#6271) Dec 05 01:06:50 florian * r18650 /packages/libs/sqlite3/Makefile: [package] update sqlite3 to 3.6.20 (#6272) Dec 05 01:06:52 florian * r18651 /packages/utils/loop-aes/Makefile: [package] update loop-aes to 3.2h (#6277) Dec 05 01:06:55 florian * r18652 /packages/net/tor/ (5 files in 3 dirs): [package] update tor to 0.2.1.20 (#6279) Dec 05 01:06:57 florian * r18653 /packages/net/ngircd/Makefile: [package] update ngircd to 15 (#6276) Dec 05 01:07:00 florian * r18654 /packages/utils/strace/ (Makefile patches/100-eabi.patch): [package] update strace to 4.5.19 (#6280) Dec 05 01:07:02 florian * r18655 /packages/net/openssh/ (Makefile patches/130-implicit_memset_decl_fix.patch): [package] update openssh to 5.3p1 (#6274) Dec 05 01:07:05 florian * r18656 /packages/net/openvpn/Makefile: [package] update openvpn to 2.1_rc22 (#6275) Dec 05 01:07:42 [florian]: ping Dec 05 01:13:59 <[florian]> rtz: I am off to bed, you can still tell me what you want to tell me and I will read it tomorro Dec 05 01:14:54 [florian]: I have a patch for the preinit script and the buildsystem Dec 05 01:15:08 I will post them to pastebin and place the links here Dec 05 01:15:28 [florian]: first: http://openwrt.pastebin.com/f48c162a Dec 05 02:19:42 [florian]: sorry, wrong patch Dec 05 02:20:16 [florian]: this is the right one for preinit/mac adress setting: http://openwrt.pastebin.com/m6a67cdc7 Dec 05 02:20:58 [florian]: and this one fixes some problems with the buildsystem and makes stuff simpler http://openwrt.pastebin.com/m20de4fb1 **** ENDING LOGGING AT Sat Dec 05 02:59:57 2009