**** BEGIN LOGGING AT Fri Aug 31 03:00:00 2012 Aug 31 08:03:18 SHR: 03shr-devel 07buildhistory * rbcb11f544f4b 10/images/crespo/eglibc/chroot-image/ (build-id image-info.txt): images: Build 201208310957 of shr 20120831 for machine crespo on opmbuild Aug 31 08:09:54 SHR: 03shr-devel 07buildhistory * rea1e4a23c454 10/images/tuna/eglibc/chroot-image/ (build-id image-info.txt): images: Build 201208311004 of shr 20120831 for machine tuna on opmbuild Aug 31 08:31:03 mrmoku: I need another moderator aproval on coreteam ML Aug 31 08:56:43 JaMa: what mailing list is that? Aug 31 08:57:20 lindi-: private SHR Aug 31 08:57:37 SHR does private stuff? ;) Aug 31 08:59:33 it's only for organizational stuff not devel Aug 31 09:14:09 lindi-: hurricane electric provides very sophisticated dns service (including easy dynamic ip update) for all their customers including tunnelbroker users (that is free). Aug 31 09:41:26 SHR: 03shr-devel 07buildhistory * r1ff539832e1e 10/images/crespo/eglibc/chroot-image/build-id: images: Build 201208311129 of shr 20120831 for machine crespo on opmbuild Aug 31 09:41:26 SHR: 03shr-devel 07buildhistory * r58c186acb806 10/metadata-revs: No changes: Build 201208311052 of shr 20120831 for machine nokia900 on opmbuild Aug 31 10:09:31 SHR: 03shr-devel 07buildhistory * r60e577a6ad66 10/images/tuna/eglibc/chroot-image/build-id: images: Build 201208311151 of shr 20120831 for machine tuna on opmbuild Aug 31 11:11:04 SHR: 03shr-devel 07buildhistory * rd5350ad390fd 10/packages/armv4t-oe-linux-gnueabi/glib-2.0/ (103 files in 103 dirs): packages: Build 201208311242 of shr 20120831 for machine om-gta02 on opmbuild Aug 31 11:58:58 GNUtoo, what shall I do now Aug 31 11:59:22 strace a recovery that works Aug 31 11:59:30 once with graphics Aug 31 12:03:55 GNUtoo, I have a recovery with graphics but I don't have its source, I can use adb to control it, but it doesn't have strace Aug 31 12:04:41 and which shall I strace? strace /dev/graphics/fb0? Aug 31 12:05:12 ayaka, boot the recovery Aug 31 12:05:22 copy its files in the android filesystem Aug 31 12:05:42 and reboot in android and strace it from there Aug 31 12:05:50 after shutting down the surfaceflinger.... Aug 31 12:06:18 which recovery? the one with graphics? the rootfs in both android and recovery is a initramfs Aug 31 12:07:33 but shall I recompile a strace? I don't know how to cross compile it Aug 31 12:08:58 and what is the surfaceflinger ? Aug 31 12:16:43 yes Aug 31 12:17:13 hmmm Aug 31 12:17:38 the "yes" is for which one? Aug 31 12:17:49 recovery with graphics Aug 31 12:17:57 for initramfs it's a problem Aug 31 12:18:05 for strace usually it's included Aug 31 12:18:25 for for surfaceflinger it's the GUI service in android Aug 31 12:19:08 but I can write to /system( it is mounted by initramfs), initramfs is not a problem, but I just wonder why I shall copy it in recovery Aug 31 12:19:18 no Aug 31 12:19:20 do the countrary Aug 31 12:19:25 copy recovery in android Aug 31 12:19:29 I have checked it doesn't have strace Aug 31 12:19:30 to be able to strace it Aug 31 12:19:36 hmmm that's a problem Aug 31 12:21:18 countrary?contrary? but I don't know how strace works, I just think it is a exceabled binary file Aug 31 12:21:50 contrary Aug 31 12:21:54 yes Aug 31 12:21:57 then maybe do that Aug 31 12:22:05 try to run a static strace Aug 31 12:22:10 in the recovery itself Aug 31 12:22:16 that would be way easier Aug 31 12:23:20 ok, is there a pre-built one or how to compile it . just donwload source , .configure --target-arm then make? Aug 31 12:27:03 it seems it doesn't allow static linked in configure Aug 31 12:30:15 ok compile failed, cross compile is really a problem Aug 31 12:36:25 ayaka, find one on the internet Aug 31 12:36:29 (find a binary) Aug 31 12:36:43 I see, searching Aug 31 12:46:26 GNUtoo, I got a strace ,but which on I shall use? the recovery binary? Aug 31 12:46:36 yes Aug 31 12:46:50 kill it Aug 31 12:46:56 (the recovery binary) Aug 31 12:47:01 then strace it Aug 31 12:47:10 man strace before Aug 31 12:47:19 to use the right options such as -ff -o etc... Aug 31 12:48:07 ok, I see Aug 31 12:52:26 GNUtoo, I can't kill it, once killed it will start again Aug 31 12:52:50 kill the starting script first Aug 31 12:53:03 there is a script which starts it Aug 31 12:53:09 and even a script for killing it Aug 31 12:53:11 ok, what is the name? Aug 31 12:53:16 I don't remember Aug 31 12:53:18 let me look Aug 31 12:53:56 /sbin/killrecovery.sh Aug 31 12:54:11 but look at it Aug 31 12:54:13 don't run it Aug 31 12:54:38 or maybe try stopping it like that Aug 31 12:54:41 stop recovery Aug 31 12:54:44 or something like that Aug 31 12:55:07 it report error, wait, I paste it Aug 31 12:55:43 http://paste.debian.net/186904/ shall I touch the two file? Aug 31 12:56:20 hmmm Aug 31 12:56:27 maybe move recovery Aug 31 12:56:36 like mv recovery recovery_ Aug 31 12:56:46 ok I don't have the /cache direction, and it cause it adb stop Aug 31 12:56:50 and strace recovery_ after killing the running one Aug 31 12:56:58 as I said don't run the script Aug 31 12:57:07 because it kills adb too Aug 31 12:58:54 but one thing the ps and kill is a link to recovery and now most cmd can't works Aug 31 12:58:58 then the mv Aug 31 13:01:06 no, they not a link to recovery, it is to busybox, but busybox is linked to recovery Aug 31 13:01:23 ? Aug 31 13:01:31 busybox doens't have recovery in it Aug 31 13:01:33 just reboot Aug 31 13:01:42 and reload a recovery image again Aug 31 13:01:46 then mv the recovery binary Aug 31 13:01:58 and kill the running recovery Aug 31 13:02:02 and strace recovery_ Aug 31 13:02:17 yes, I have do that, but once mv the recovery binary, then kill can't use Aug 31 13:02:45 ? Aug 31 13:04:03 /sbin/kill -> busybox, then /sbin/busybox -> recovery Aug 31 13:05:30 I will copy a busybox insteaded Aug 31 13:08:23 /sbin/sh: strace: not found but I have copy it into /sbin Aug 31 13:08:46 I also meet this in android in some program Aug 31 13:11:18 GNUtoo, ? Aug 31 13:11:57 ayaka, don't touch busybox Aug 31 13:12:04 try to find the recovery binary Aug 31 13:12:09 it's probably not part of busybox Aug 31 13:12:18 at least it's not for me Aug 31 13:12:54 root@gnutoo-laptop:/home/gnutoo/temp/recovery/sbin# ls -l recovery Aug 31 13:12:54 -rwxr-x--- 1 root root 828968 2012-08-21 16:54 recovery Aug 31 13:12:56 no link.... Aug 31 13:14:04 GNUtoo, no it not a part of busybox, busybox is a part of recovery binary file! Aug 31 13:47:31 SHR: 03shr-devel 07buildhistory * r9e411bbee1b5 10/packages/om_gta04-oe-linux-gnueabi/linux-gta04/ (324 files in 324 dirs): packages: Build 201208311428 of shr 20120831 for machine om-gta04 on opmbuild Aug 31 14:53:46 SHR: 03shr-devel 07buildhistory * rfed3f83d97dd 10/images/crespo/eglibc/chroot-image/ (files-in-image.txt image-info.txt): images: Build 201208311548 of shr 20120831 for machine crespo on opmbuild Aug 31 14:53:47 SHR: 03shr-devel 07buildhistory * r122dbbcfe163 10/packages/crespo-oe-linux-gnueabi/linux-samsung-crespo/ (35 files in 35 dirs): packages: Build 201208311548 of shr 20120831 for machine crespo on opmbuild Aug 31 15:40:17 hi everyone Aug 31 15:41:15 i got myself a palm pre. and i like it alot, now i am considering to install shr on it... what worries me is the following ... is there a way back? unistalling shr and re-install webos? dual booting? Aug 31 15:51:17 SHR: 03Martin.Jansa 07meta-smartphone * r773f8ce00a9f 10/ (9 files in 5 dirs): recipes-kernel: switch all fso/gitorious repos to github.com/shr-distribution/linux.git Aug 31 16:16:59 SHR: 03shr-devel 07buildhistory * r0a3a021f0247 10/ (3 files in 2 dirs): images: Build 201208311655 of shr 20120831 for machine tuna on opmbuild Aug 31 16:16:59 SHR: 03shr-devel 07buildhistory * rd6dd6c40333c 10/packages/tuna-oe-linux-gnueabi/linux-samsung-tuna/ (14 files in 14 dirs): packages: Build 201208311655 of shr 20120831 for machine tuna on opmbuild Aug 31 18:19:42 hi everyone, ok, i found how to restore webos after installing shr. Now i have a question. It seems that opkg.org is down. Where do I find packages my palm pre? Aug 31 18:19:56 another question, what are my synching options? Aug 31 20:02:31 SHR: 03shr-devel 07buildhistory * r083fd8e93b2c 10/packages/om_gta04-oe-linux-gnueabi/ (9 files in 9 dirs): packages: Build 201208312135 of shr 20120831 for machine om-gta04 on opmbuild Aug 31 20:02:31 SHR: 03shr-devel 07buildhistory * r8177f10d9480 10/images/om_gta04/eglibc/ (22 files in 2 dirs): images: Build 201208312135 of shr 20120831 for machine om-gta04 on opmbuild Aug 31 20:27:48 SHR: 03shr-devel 07buildhistory * r951116eea9c9 10/images/crespo/eglibc/ (22 files in 2 dirs): images: Build 201208312202 of shr 20120831 for machine crespo on opmbuild Aug 31 20:27:48 SHR: 03shr-devel 07buildhistory * r8aad2af5e285 10/packages/crespo-oe-linux-gnueabi/ (9 files in 9 dirs): packages: Build 201208312202 of shr 20120831 for machine crespo on opmbuild Aug 31 20:53:59 SHR: 03shr-devel 07buildhistory * r78fc1d08f07f 10/packages/tuna-oe-linux-gnueabi/ (9 files in 9 dirs): packages: Build 201208312228 of shr 20120831 for machine tuna on opmbuild Aug 31 20:53:59 SHR: 03shr-devel 07buildhistory * rb9dc6ae1f32f 10/images/tuna/eglibc/ (22 files in 2 dirs): images: Build 201208312228 of shr 20120831 for machine tuna on opmbuild Aug 31 21:24:18 morphis: hello.. how is your progress in compiling cornucopia under ubuntu 12.04 LTS ? **** ENDING LOGGING AT Sat Sep 01 03:00:01 2012