=== trelane` is now known as trelane === chrisccoulson_ is now known as chrisccoulson === Jack87 is now known as Jack87|Away === doko_ is now known as doko [12:28] hi. i got: init: mounted-proc main process (1268) terminated with status 1 [12:28] with 11.10 12.04.1 and 12.10 (beta2) [12:29] as i said in -devel, thats likely missing kernel options upstart needs [12:29] compare your kernel config to an ubuntu one [12:29] orga_ sry, but where to find ubuntu .config? [12:31] i told you in the other channel [12:31] ok i see. thx [12:34] 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/ ? [12:35] 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 [12:35] i need that one two :) [12:35] adam_tl, download the respective kernel package and unpack it [12:35] it is usually put into /boot/config-$(uname -r) [12:36] ah ok [12:47] 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 [12:49] 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 [12:50] oddly libiberty.a ends up in the right place... [12:51] I wonder if that is a clue to where the wrong path is hiding. (it's awfully complicated inside all this gcc build fooery!) [12:51] wookey, ahh, ok. will add the MA macro [12:53] wookey, just libiberty.a, or anything else? [12:53] doko: I just mailed you the updated patch [12:58] wookey, is this installed from some gcc-4.7 packaging files, or by some cross rules files? [13:00] I'm not sure. I've been peering through the log trying to work out where it all comes from [13:00] make[5]: Entering directory `/home/wookey/linaro/armv8/toolchain/quantalnew/arm64-cross-toolchain-base-1.89/gcc/build/aarch64-linux-gnu/libgcc' [13: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/ [13:01] 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.. [13:01] so that installs it to the wrong path [13:01] i wanted to rebuild the ubunutu arm kernel linux-linaro-lt-mx5 and got gcc compilation error, how come when they compiled it? [13:02] ericbutters, even when booting an ubuntu kernel with noinitrd there is no such error, thats unrealted to initrd [13:02] gcc error, "DA9052_BUCK_PERI_VOLT_UPPER" was not declared;) [13:03] better ask that in #linaro :) [13:03] they maintain that kernel [13:03] ogra_ you mean i need to set noinitrd in kernel command line? [13:03] no [13:04] i mean thats unrelated to your error [13:04] okay [15:50] GrueMaster? [15:51] sauerbraten? [15:51] I have to do that boot.scr-remove-serial-console thing again [15:52] Ok. Easy enough. [15:52] I'm using the preinstalled server image, it has debian-installer/framebuffer=false in it. keep that or delete that? [15:52] Start with "dd bs=72 skip=1 if=boot.scr of=boot.script. [15:52] Delete it. [15:56] ok. I'll install wpa tools via chroot and then try it. [15:56] does anyone know specifics on how good sound support is with the server image? [15:57] Unsure. Should be ok. [15:57] Just no Pulse. [15:57] But everyhting should work through alsa. [15:58] 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 [15:58] heh [15:59] 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. [16:00] what is the login passwd for root on serial console on ubuntu-core 12.10 beta 2? [16:00] There is none. It should boot into oem-config and prompt you for info, similar to the desktop. [16:01] i added a getty myself. and i see login prompt on console [16:01] So log in as the user you created. [16:02] looking into etc/sahdow i see that there should be a passwd [16:02] Ubuntu doesn't have a root password by default. It relies on sudo. [16:03] No, it has a locked invalid passowrd (!). [16:03] Of course, you can use sudo to edit this and change the password, but it isn't recommended. [16:04] first i need to login [16:05] Did you run through the oem-config first? It should have prompted you for user info. [16:05] What image are you running? [16:06] 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 [16:07] btw, oit is 12.10 beta 2 (armv7hfp) [16:08] what platform? Never heard of ttySAC1 [16:08] S5PV210 (samsung) UART1 [16:08] Wait, ubuntu-core? That isn't an "image". It is a chroot environment. [16:09] 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. [16:09] okay. i see. it try the preinstalled image for ac100 [16:10] See http://wiki.ubuntu.com/Core [16:10] Ubuntu Core delivers a functional user-space environment .. [16:11] with full support for installation of additional software from the Ubuntu repositories, through the use of the apt-get command. [16:11] ? [16:11] yes. [16:12] "Ubuntu Core is a minimal rootfs for use in the creation of custom images for specific needs." [16:12] i thought i can use that. it is exacly what i want :) a simple console image to install what i need [16:12] Well, it isn't quite a console image. But it is very close. [16:12] and i get a login.. but i can not [16:13] YOu should be able to edit /etc/shadow and remove the ! from the root password section. That will give you a blank password. [16:13] so there are only images for specific boards? no general image for armv7? [16:15] 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. [16:15] Also, I think Linaro may have images for that system. [19:13] bug #875222 [20:02] Looks like bugbot is mia. [20:02] bug 875222 [20:02] yep [20:15] ubot2: wake up [20:15] Factoid 'wake up' not found [20:25] heh [20:26] i made up that number [20:26] to poke it ... [20:26] bug 959596 [20:26] Launchpad bug 959596 in nvidia-graphics-drivers-tegra "Low graphics boot" [Undecided,New] https://launchpad.net/bugs/959596 [20:27] seems if the number exists it works [20:27] too clever by half [20:28] bug 1029343 [20:28] Launchpad bug 1029343 in nvidia-graphics-drivers-tegra "X server crash" [Undecided,Confirmed] https://launchpad.net/bugs/1029343 === Ursinha-afk is now known as Ursinha [20:43] ogra_: Do you remember how to get audio working on omap4 server image? It has been a while for me. [20:43] install all bits and run alsaucm set verb Hifi_ [20:43] or some such [20:43] i have never used sound on server :) [20:44] That's what I thought. But alsamixer is failing to find a mixer. Suggesting a driver not configured. [20:48] Hmmm. Everyhing in /sys is as it should be. But no mixer. [20:48] nvrmind. Seems to be agroup thing. === santegoeds is now known as tdc === Ursinha is now known as mariazinha