**** BEGIN LOGGING AT Thu Mar 15 02:59:58 2012 Mar 15 06:21:58 hey is the current 3.0 kernel in angstrom completely broken? Mar 15 06:22:39 I'm really confused Mar 15 06:22:49 but INIT never makes it past printing "INIT: " Mar 15 06:22:58 when it should say at least "INIT: version 2.86 booting" Mar 15 06:23:12 the kernel hearbeat keeps on going Mar 15 14:04:05 hi Mar 15 14:04:30 which program does angstrom use to automatically mount removable devices? Mar 15 14:05:01 (the one used in the beagleboard test image and in openpandora) Mar 15 15:01:44 hi Mar 15 15:01:59 which script does angstrom use to auto mount devices? Mar 15 15:02:49 carli2: I think it's just udev Mar 15 15:03:17 bluelightning: so there are some lines in the udev scripts that are disabled in other distros? Mar 15 15:03:33 I think so yes Mar 15 15:04:26 or do you see any script in udev.d that has a name like "automount" or such? Mar 15 15:05:43 I'm not sure, I don't have a rootfs handy to check... I would suggest doing a recursive search for "mount" there Mar 15 15:17:57 anyone managed to build a systemd image using narcissus? Mar 15 15:18:44 I'm trying to create on for pandaboard but I get big red crosses for systemd and systemd-compat-units Mar 15 15:50:55 hello Mar 15 15:50:58 narcissus seems to be broken Mar 15 15:51:06 it creates rootfs with invalid root users Mar 15 15:51:26 as soon as I type username "root" in the login prompt, it says "Login incorrect" Mar 15 15:51:33 there is also no /root or /home/root folder Mar 15 15:55:11 and according to https://groups.google.com/forum/#!msg/beagleboard/Kac_smzcjrw/woB6wlcu1aQJ , it seems to be a major pain for others as well. yet no one cares. :( Mar 15 15:57:20 erbo: get openembedded and bitbake your image Mar 15 15:57:44 you'll take several hours at first build then will be faster Mar 15 15:58:12 (like minutes, depends on what you are compiling more) Mar 15 15:58:47 there is a recipe image for pandaboard (working) Mar 15 15:59:11 use the 2011-03 tag Mar 15 16:03:08 I think I tried that a while ago and ran into some errors, but I probably didn't use a stable git tag (just trunk) Mar 15 16:03:13 or HEAD Mar 15 16:03:39 yep Mar 15 16:03:57 you must use 2011-03 or 2011-03 mainten Mar 15 16:04:09 i've used that and my panda is working correctly Mar 15 16:04:27 so if I use the "recommended way" at http://www.angstrom-distribution.org/building-angstrom, will it use the 2011-03 tag? Mar 15 16:05:34 or am I best of setting it all up manually? Mar 15 16:07:18 i never read that page Mar 15 16:07:34 take some points from there http://gumstix.org/software-development/open-embedded/61-using-the-open-embedded-build-system.html Mar 15 16:07:54 of course you must use the correct branch (not overo) Mar 15 16:08:15 take down bitbake and openembedded Mar 15 16:08:26 checkout of 2011-03-yadda version Mar 15 16:08:35 setup configs file Mar 15 16:08:45 bitbake omap3-image-yadda Mar 15 16:09:11 i know is tedious at first time Mar 15 16:09:28 but i'll be more simple after a bit of practice Mar 15 16:09:39 *it will Mar 15 16:09:51 I used OE a few years ago so I should be able to do it :) Mar 15 16:10:10 thanks for the info, will try to get it building over the night :) Mar 15 16:11:22 you are welcome :) Mar 15 17:57:17 how do we use the proper distro tag? Mar 15 17:57:33 my local.conf has DISTRO set to angstrom-2010.x Mar 15 17:57:40 but I seem to be building 2012.03 Mar 15 18:00:37 TD-Linux: DISTRO refers to a conf file in conf/distro/ Mar 15 18:01:05 TD-Linux: that file may define whatever DISTRO_VERSION it deems appropriate; thus the filename and the version you see in the output may not be the same Mar 15 18:01:24 i.e. nothing to worry about ;) Mar 15 18:02:42 bluelightning: I don't seem to have conf/distro Mar 15 18:02:49 I used oebb.sh to set up my build directory Mar 15 18:03:05 I am really confused about its layout as it doesn't seem to match any openembedded guides I found Mar 15 18:03:11 TD-Linux: you'll find it within the OE metadata Mar 15 18:03:27 TD-Linux: yes that's how the setup scripts work; I don't much care for it either Mar 15 18:03:42 the files are all there, they are just arranged differently Mar 15 18:03:49 Hi, nice to see people in here :-) Mar 15 18:04:05 hm it's not in meta-openembedded/meta-oe Mar 15 18:04:23 Can you help me with patching a kernel, please Mar 15 18:04:53 aha it's it openembedded-core/meta Mar 15 18:05:01 I have no idea what the difference is there Mar 15 18:06:27 also I can't find any reference to what angstrom version I'm building... it only has versions for specific packages Mar 15 18:06:42 if I understood correctly there was a way to make it checkout a different tag of this or something Mar 15 18:08:00 hmm this is definitely not the distro I'm building Mar 15 18:10:00 Does someone here secsecfuly patched a kernel befor ? Mar 15 18:10:25 aha this is a funny way to select distro version Mar 15 18:10:26 DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-core" Mar 15 18:11:29 does DISTRO_VERSION do anything real / visible? Mar 15 18:11:38 like will it cause me to build an older distro with an older kernel? Mar 15 18:12:00 TD-Linux - why do I see only you chating, I can not see the other guys talking with you...starnge Mar 15 18:12:08 sorry was afk Mar 15 18:12:10 BGU_: I'm only talking to myself Mar 15 18:12:22 TD-Linux: no, it's really just for display Mar 15 18:12:39 TD-Linux: you'll find the angstrom distro configuration in meta-angstrom Mar 15 18:12:48 bluelightning: hmm. yeah so the what actually selects what the distro does is "angstrom-2010.x" fs "angstrom-bleeding" Mar 15 18:12:57 bluelightning: yeah I found it Mar 15 18:13:27 so it seemed to build kernel 3.0... not sure why but that's OK, 2.6.32 has a bug that causes it to crash on suspend Mar 15 18:13:42 but my problem was that INIT was hanging at the strangest place when I used kernel 3.0 Mar 15 18:13:51 and my narcisissus built image that works with kernel 2.6.32 Mar 15 18:14:16 normally the first thing that INIT prints is INIT: version 2.86 booting Mar 15 18:14:48 but now it just does INIT: [ 4.050048] usb 1-2.1: new high speed USB device number 3 using ehci-omap Mar 15 18:15:03 aka it only prints "INIT: " and no line return then halts, but the kernel continues to print messages Mar 15 18:16:33 TD-Linux: what hardware is this? Mar 15 18:17:24 bluelightning: it's a beagleboard-xm Mar 15 18:17:47 TD-Linux: you may find more specific help by asking in #beagle Mar 15 18:18:12 oh ok thanks **** ENDING LOGGING AT Fri Mar 16 02:59:58 2012