**** BEGIN LOGGING AT Thu Oct 11 02:59:58 2012 Oct 11 12:28:29 hi. i got: init: mounted-proc main process (1268) terminated with status 1 Oct 11 12:28:43 with 11.10 12.04.1 and 12.10 (beta2) Oct 11 12:29:08 as i said in -devel, thats likely missing kernel options upstart needs Oct 11 12:29:19 compare your kernel config to an ubuntu one Oct 11 12:29:46 orga_ sry, but where to find ubuntu .config? Oct 11 12:31:09 i told you in the other channel Oct 11 12:31:35 ok i see. thx Oct 11 12:34:00 hi, where do find the ".config" for "freescale imx5x" board? there is an 12.04 image, but did not find at http://kernel.ubuntu.com/~kernel-ppa/configs/ ? Oct 11 12:35:02 i tried to build an image for imx53 board but it always fails to boot, it want to mount root fails.. after a minute it tells me that imx-sdma firmware not found Oct 11 12:35:05 i need that one two :) Oct 11 12:35:35 adam_tl, download the respective kernel package and unpack it Oct 11 12:35:56 it is usually put into /boot/config-$(uname -r) Oct 11 12:36:26 ah ok Oct 11 12:47:14 doko: I solved my stage2 build problem by adding MULTIARCH_DIRNAME = $(call if_multiarch,aarch64-linux-gnu) to src/gcc/config/aarch64/t-aarch64-linux Oct 11 12:49:53 But libgcc_s.so is ending up installed in /tmp/usr//lib instead of /tmp/usr/lib/, so the files is not found when assembling the libgcc1-arm64-cross package at the end Oct 11 12:50:11 oddly libiberty.a ends up in the right place... Oct 11 12:51:12 I wonder if that is a clue to where the wrong path is hiding. (it's awfully complicated inside all this gcc build fooery!) Oct 11 12:51:16 wookey, ahh, ok. will add the MA macro Oct 11 12:53:16 wookey, just libiberty.a, or anything else? Oct 11 12:53:25 doko: I just mailed you the updated patch Oct 11 12:58:56 wookey, is this installed from some gcc-4.7 packaging files, or by some cross rules files? Oct 11 13:00:29 I'm not sure. I've been peering through the log trying to work out where it all comes from Oct 11 13:00:54 make[5]: Entering directory `/home/wookey/linaro/armv8/toolchain/quantalnew/arm64-cross-toolchain-base-1.89/gcc/build/aarch64-linux-gnu/libgcc' Oct 11 13:01:01 /bin/bash ../../../src/libgcc/../mkinstalldirs /home/wookey/linaro/armv8/toolchain/quantalnew/arm64-cross-toolchain-base-1.89/gcc/debian/tmp/usr/aarch64-linux-gnu/lib; /usr/bin/install -c -m 644 ./libgcc_s.so.1 /home/wookey/linaro/armv8/toolchain/quantalnew/arm64-cross-toolchain-base-1.89/gcc/debian/tmp/usr/aarch64-linux-gnu/lib/libgcc_s.so.1; rm -f /home/wookey/linaro/armv8/toolchain/quantalnew/arm64-cross-toolchain-base-1.89/gcc/debian/tmp/usr/ Oct 11 13:01:10 ogra_: i see in the config (ac100) that it enabled initrd --> i read that with initrd no mountall error comes up.. i do not have an initrd.. Oct 11 13:01:23 so that installs it to the wrong path Oct 11 13:01:51 i wanted to rebuild the ubunutu arm kernel linux-linaro-lt-mx5 and got gcc compilation error, how come when they compiled it? Oct 11 13:02:28 ericbutters, even when booting an ubuntu kernel with noinitrd there is no such error, thats unrealted to initrd Oct 11 13:02:41 gcc error, "DA9052_BUCK_PERI_VOLT_UPPER" was not declared;) Oct 11 13:03:11 better ask that in #linaro :) Oct 11 13:03:19 they maintain that kernel Oct 11 13:03:49 ogra_ you mean i need to set noinitrd in kernel command line? Oct 11 13:03:56 no Oct 11 13:04:06 i mean thats unrelated to your error Oct 11 13:04:12 okay Oct 11 15:50:52 GrueMaster? Oct 11 15:51:22 sauerbraten? Oct 11 15:51:53 I have to do that boot.scr-remove-serial-console thing again Oct 11 15:52:17 Ok. Easy enough. Oct 11 15:52:25 I'm using the preinstalled server image, it has debian-installer/framebuffer=false in it. keep that or delete that? Oct 11 15:52:42 Start with "dd bs=72 skip=1 if=boot.scr of=boot.script. Oct 11 15:52:56 Delete it. Oct 11 15:56:36 ok. I'll install wpa tools via chroot and then try it. Oct 11 15:56:52 does anyone know specifics on how good sound support is with the server image? Oct 11 15:57:14 Unsure. Should be ok. Oct 11 15:57:22 Just no Pulse. Oct 11 15:57:42 But everyhting should work through alsa. Oct 11 15:58:39 no pulse is fine. I want to use it to play music remotely. my room layout doesn't allow to connect the stereo to my notebook, and I'm too greedy to buy one of those fancy usb-bluetooth soundcards Oct 11 15:58:59 heh Oct 11 15:59:58 I used to have something like this setup a while ago (natty iirc). Can't remember what all I used, but the tools are there if you have the time to make it work. Oct 11 16:00:14 what is the login passwd for root on serial console on ubuntu-core 12.10 beta 2? Oct 11 16:00:56 There is none. It should boot into oem-config and prompt you for info, similar to the desktop. Oct 11 16:01:29 i added a getty myself. and i see login prompt on console Oct 11 16:01:57 So log in as the user you created. Oct 11 16:02:14 looking into etc/sahdow i see that there should be a passwd Oct 11 16:02:23 Ubuntu doesn't have a root password by default. It relies on sudo. Oct 11 16:03:10 No, it has a locked invalid passowrd (!). Oct 11 16:03:44 Of course, you can use sudo to edit this and change the password, but it isn't recommended. Oct 11 16:04:06 first i need to login Oct 11 16:05:17 Did you run through the oem-config first? It should have prompted you for user info. Oct 11 16:05:45 What image are you running? Oct 11 16:06:54 no. i downloaded from here: http://cdimage.ubuntu.com/ubuntu-core/releases/12.04/release/ and added etc/init/ttySAC1 and added ttySAC1 to etc/securetty.. pls see here: http://pastebin.com/raw.php?i=Rmu0fWQQ Oct 11 16:07:34 btw, oit is 12.10 beta 2 (armv7hfp) Oct 11 16:08:14 what platform? Never heard of ttySAC1 Oct 11 16:08:29 S5PV210 (samsung) UART1 Oct 11 16:08:46 Wait, ubuntu-core? That isn't an "image". It is a chroot environment. Oct 11 16:09:30 It is designed to be a minimal base for creating a chroot or rolling your own image. It doesn't have everything needed for a boot image. Oct 11 16:09:56 okay. i see. it try the preinstalled image for ac100 Oct 11 16:10:03 See http://wiki.ubuntu.com/Core Oct 11 16:10:45 Ubuntu Core delivers a functional user-space environment .. Oct 11 16:11:03 with full support for installation of additional software from the Ubuntu repositories, through the use of the apt-get command. Oct 11 16:11:09 ? Oct 11 16:11:30 yes. Oct 11 16:12:14 "Ubuntu Core is a minimal rootfs for use in the creation of custom images for specific needs." Oct 11 16:12:18 i thought i can use that. it is exacly what i want :) a simple console image to install what i need Oct 11 16:12:50 Well, it isn't quite a console image. But it is very close. Oct 11 16:12:58 and i get a login.. but i can not Oct 11 16:13:28 YOu should be able to edit /etc/shadow and remove the ! from the root password section. That will give you a blank password. Oct 11 16:13:45 so there are only images for specific boards? no general image for armv7? Oct 11 16:15:18 Right. If you want an image for your system, one solution would be to take a server image and replace the boot partition with your bootloader, kernel, and initrd. Oct 11 16:15:41 Also, I think Linaro may have images for that system. Oct 11 19:13:28 bug #875222 Oct 11 20:02:11 Looks like bugbot is mia. Oct 11 20:02:29 bug 875222 Oct 11 20:02:40 yep Oct 11 20:15:14 ubot2: wake up Oct 11 20:15:14 Factoid 'wake up' not found Oct 11 20:25:58 heh Oct 11 20:26:05 i made up that number Oct 11 20:26:12 to poke it ... Oct 11 20:26:58 bug 959596 Oct 11 20:26:58 Launchpad bug 959596 in nvidia-graphics-drivers-tegra "Low graphics boot" [Undecided,New] https://launchpad.net/bugs/959596 Oct 11 20:27:18 seems if the number exists it works Oct 11 20:27:31 too clever by half Oct 11 20:28:37 bug 1029343 Oct 11 20:28:37 Launchpad bug 1029343 in nvidia-graphics-drivers-tegra "X server crash" [Undecided,Confirmed] https://launchpad.net/bugs/1029343 Oct 11 20:43:10 ogra_: Do you remember how to get audio working on omap4 server image? It has been a while for me. Oct 11 20:43:39 install all bits and run alsaucm set verb Hifi_ Oct 11 20:43:42 or some such Oct 11 20:43:52 i have never used sound on server :) Oct 11 20:44:22 That's what I thought. But alsamixer is failing to find a mixer. Suggesting a driver not configured. Oct 11 20:48:01 Hmmm. Everyhing in /sys is as it should be. But no mixer. Oct 11 20:48:22 nvrmind. Seems to be agroup thing. **** ENDING LOGGING AT Fri Oct 12 03:00:01 2012