**** BEGIN LOGGING AT Fri Aug 27 02:59:57 2010 Aug 27 05:38:37 PaulF: ping Aug 27 05:40:36 general linux question: when I have a process with swapped out mempages (possibly more than avail RAM total) and I do a swapoff, what will happen to such process? Aug 27 05:41:36 kill -9 ? Aug 27 05:42:07 or similar fatal signal? Aug 27 05:58:33 DocScrutinizer51: pong Aug 27 05:58:44 moinmoin Aug 27 05:59:08 [2010-08-27 07:56:02] DocScrutinizer51: most likely, they'll segfault or have future malloc()'s die Aug 27 05:59:10 [2010-08-27 07:56:36] future malloc()'s? the ones in the discarded memepages? :-P Aug 27 06:03:53 DocScrutinizer2: I suspect that oom killer will be called in that case Aug 27 06:04:32 hmm, sounds sensible Aug 27 06:17:27 DocScrutinizer51: but oom killer kills the process chosen on some heueristics, not the one that had its pages swapped out. Aug 27 06:18:35 that's what I thought oom does, yes. But maybe it has an 'API' for IPC to kswapd or whatever Aug 27 06:19:50 but then, why shouldn't kswapd talk to kernel directly, to kill -9 the process when the process' allocated swap pages can't get swapped in Aug 27 06:20:35 or kill -SIGSEGV which probably is more of the right signal for such situation Aug 27 06:21:19 DocScrutinizer51: ok, looks like swapoff process is the worst (badness-wise), so it's always getting killed first. Aug 27 06:21:43 in such case the swapped in pages could go directly to a coredump file, even with filled RAM Aug 27 06:22:06 PaulF: rotfl Aug 27 06:23:04 DocScrutinizer: it kills with SIGKILL Aug 27 06:23:11 PaulF: doesn't match my test results - on maemo a swapoff took minutes but finally succeeded Aug 27 06:23:20 mhm Aug 27 06:23:34 so it's -9 positively :-D Aug 27 06:23:45 DocScrutinizer: and btw some process can be made immune to oom-killer by setting a special variable. Aug 27 06:23:55 (i mean you can make any process immune to that) Aug 27 06:24:02 yep Aug 27 06:24:07 got it Aug 27 06:26:53 DocScrutinizer: when you do a "swapoff" it raises a special swapoff syscall and that sets special PF_SWAPOFF flag for the current process and this guarantees that oom-killer will kill it first. At least that's how i understand. Aug 27 06:28:05 so, from a short glance to http://kerneltrap.org/Linux/Swapoff_Performance, I gather kswapd will try to swap in pages sequentially, by sacrificing buffers and other cruft in RAM, and kills arbitrary processes when ever it runs into the situation the current page to swap in and owned by the process doesn't fit into RAM. By killing the process there will be arbitrary number of RAM pages get freed, and kswapd continues with next swap Aug 27 06:28:07 page until all swap is cleaned Aug 27 06:28:51 PaulF: so I'd expect swapoff itself setting this oom-protection flag :-D Aug 27 06:30:19 otherwise this whole concept would result in a guaranteed fail every time, as swapoff is asking oom to kill swapoff Aug 27 06:30:37 DocScrutinizer: nothing in there about killing Aug 27 06:32:40 swapoff can easily use up all memory, so kill those first. Aug 27 06:32:51 (kernel source comment) Aug 27 06:33:30 that would mean swapoff fails in almost all situations Aug 27 06:34:33 well that might be the desired behaviour Aug 27 06:35:21 actually I'd expect this behaviour for 'normal swapoff invocation' while the way I thought it works should be `swapoff --force` Aug 27 06:35:32 (I know there's no such option` Aug 27 06:35:35 ) Aug 27 06:37:32 I feel tempted to write a miniprog with a malloc(MEGAMUCHMEM), then do a swapoff and se what's happening to that miniprog Aug 27 06:37:59 DocScrutinizer: http://groups.google.com/group/fa.linux.kernel/msg/aa910a454c24c7d2 Aug 27 06:38:40 blaerrgh, non-public Aug 27 06:39:16 ? Aug 27 06:39:28 google login screen Aug 27 06:39:46 DocScrutinizer: i'm surely not logged in Aug 27 06:39:51 Using emacs-w3m here Aug 27 06:40:31 If there's not enough freeable memory for what's out on swap, swapoff Aug 27 06:40:31 cannot very well complete. Either it can hang while other processes Aug 27 06:40:32 get killed by the OOM killer once swapoff has filled memory (as 2.4), Aug 27 06:40:32 until there's enough memory free to take in what's still needed from Aug 27 06:40:32 swap; or the OOM killer can kill it off (as 2.6). I much prefer the Aug 27 06:40:33 2.6 behaviour - unlike many processes, swapoff can safely be restarted. Aug 27 06:40:36 So the admin can then choose what else to kill, or add replacement Aug 27 06:40:38 swap, then try the original swapoff again. Aug 27 06:40:40 forwards to https://www.google.com/accounts/ServiceLogin?service=groups2&passive=1209600&continue=http://groups.google.com/group/fa.linux.kernel/msg/aa910a454c24c7d2&followup=http://groups.google.com/group/fa.linux.kernel/msg/aa910a454c24 here Aug 27 06:41:11 I guess that's something about your personal cookies probably. Aug 27 06:42:58 (cookies) mhm :-S --- (quote) you're the real crack, that's exactly the answer to my question Aug 27 06:47:40 PaulF: news from quim? Aug 27 06:48:57 DocScrutinizer: zero news. Aug 27 06:49:13 DocScrutinizer: i assume other folks haven't heard anything from him/nokia either. Aug 27 06:49:34 yup :-S Aug 27 06:50:31 actually even worse than last time :-(( Aug 27 06:51:58 maybe we should start some bitching thread somewhere Aug 27 06:53:25 I do not think bitching will be of any good. They're already doing us a favor. Aug 27 06:55:07 answering right way on http://talk.maemo.org/showthread.php?p=798828#post798828 is tempting though Aug 27 06:55:40 ""sorry, the whole team is waiting for Nokia moving..."" Aug 27 08:38:30 radekp: hi, what about some testing again? :) Aug 27 09:43:10 anarsoul: gotta take care of children now, i hope i will have some time after lunch - if they will sleep Aug 27 09:46:02 radekp: ok Aug 27 09:47:18 radekp: I have idea to try decrease card clock, maybe that will help to use DMA, however it decreases performance... Aug 27 09:48:02 anarsoul: oki, i'll tell when i have some time Aug 27 09:48:57 radekp: ok, I'll publish patch and provide link ('cos I'm leaving for dinner soon) Aug 27 09:50:03 radekp: here it is: http://downloads.tuxfamily.org/linuxrx1950/patches/random/s3cmci_decrease_clock.patch Aug 27 09:50:14 should be applied on top of 3 previous patches... Aug 27 09:51:15 anarsoul: oki Aug 27 12:06:01 JaMa|GoNe: ok, so i have taken a fresh image and tested xrandr and the same behavior remains... input and output are 90% off... the only chance is in updates, so i am opkg update..upgrade right now... Aug 27 12:06:47 it won't change.. there is IMHO wrong patch in xserver.. nobody fixed it yet Aug 27 12:07:06 do you want me to search for ML reply where I explained it a bit? Aug 27 12:07:33 http://shr-users-discussions.2691941.n2.nabble.com/xserver-xorg-video-glamo-td5121088.html Aug 27 12:08:16 sure, gladly Aug 27 12:08:26 i mean, gladly will read up Aug 27 12:12:57 JaMa|GoNe: oh, grat as the xinput setting found by the user called Rainer are working Aug 27 12:13:08 i had been trying some combinations of this too but had no luck Aug 27 12:14:02 so if we have no more wsod i can finally test Danielle's mokowm ecore input method, where everytime keyboard is called, the screen is rotated and keybord resized to landscape Aug 27 12:15:20 JaMa|GoNe, are we using glib 2.24 in shr-u? I'll need 2.25 for emtooth. (gdbus needs 2.25) Aug 27 12:15:32 vanous: the only problem is that randr-support-1.7.0.patch applies wrong rotation to xinput.. fixing those constants should fix it for all Aug 27 12:15:47 pespin: iirc yes, but rather check Aug 27 12:16:08 JaMa|GoNe, building now an shr-u image for htc-artemis to try it out, and it seems so ;) Aug 27 12:16:10 libglib-2.0-0 - 2.24.1-r0.5 Aug 27 12:16:16 JaMa|GoNe: this would be good, but requires a coder with time :( Aug 27 12:16:16 libdbus-glib-1-2 - 0.86-r2.1.5 Aug 27 12:16:28 JaMa|GoNe, gdbus != libdbus-glib Aug 27 12:16:53 JaMa|GoNe, gdbus is gona replace libdbus-glib Aug 27 12:17:11 and libdbus Aug 27 12:17:14 in #vala they encouraged me to start using gdbus Aug 27 12:17:46 FSO2 will move to gdbus once the remaining missing features are in Aug 27 12:17:55 vanous: but then it can save time in runtime (no manual xinput calls) :) Aug 27 12:18:17 mickey|, hi Aug 27 12:18:25 mickey|, here's my todo list: Aug 27 12:18:25 vanous: if you can found right xinput rotations for xrandr rotations.. then it's just one patch, right url http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/xorg-xserver/xserver-xorg-1.9.0/randr-support.patch Aug 27 12:18:28 JaMa|GoNe: well, i would love to help, but my non existend knowledge cannot help :( Aug 27 12:18:29 push gps config Aug 27 12:18:35 fsotldt.conf Aug 27 12:18:40 JaMa|GoNe: will look Aug 27 12:18:43 new frameworkd.conf Aug 27 12:18:47 use gpsd? Aug 27 12:18:54 * vanous has had a hell of dayjob work these days Aug 27 12:19:05 and then keyboard and then GUI Aug 27 12:19:09 about keyboard Aug 27 12:19:09 JaMa|GoNe, yes, I'm waiting for a codegen bug to be fixed in vala for gdbus. Then new emtooth-vala will have same features as old emtooth. Aug 27 12:19:30 GNUtoo|laptop: ok, cool Aug 27 12:19:37 mickey|, where should that go: GTK_IM_MODULE=xim Aug 27 12:19:48 profile.d Aug 27 12:19:52 or something like that Aug 27 12:19:55 which is in /etc ? Aug 27 12:19:59 yep Aug 27 12:20:01 ok Aug 27 12:20:04 vanous: here too :/ Aug 27 12:20:06 because there are lots of profiles Aug 27 12:20:06 mickey|, are you planning to implement the bluetoothd call on bluetooth power up in little time from now? Aug 27 12:20:08 JaMa|GoNe: but i am very interested :) Aug 27 12:20:12 there in one in /root too Aug 27 12:20:21 s#/root/#home/root# Aug 27 12:20:32 pespin: yes. i have started to think about it and will implement a first versoin soon Aug 27 12:20:43 vanous: I was keeping this one as easy fix for someone who would like to join development :) Aug 27 12:20:53 hehe Aug 27 12:20:57 OK Aug 27 12:20:58 mickey|, great. tell me if I need to do some additional call to fso or similar in my app ;) Aug 27 12:21:00 let me try Aug 27 12:21:01 vanous: because I don't care about rotation and it's imho easy enough to test/fix Aug 27 12:21:09 i can do dayjob after family is sleeping too :) Aug 27 12:21:43 * vanous never used rotation due to wsod but this input method is great :) Aug 27 12:21:54 uhm why make image is building udev? afaik there's no udev in shr-u now :S Aug 27 12:22:09 mickey|, so I add that to the xim package, but only for SHR? Aug 27 12:22:29 s/xim/gtk-immodule-xim/ Aug 27 12:22:29 GNUtoo|laptop meant: mickey|, so I add that to the gtk-immodule-xim package, but only for SHR? Aug 27 12:23:11 pespin: runtime depends (image content) != build time depends Aug 27 12:23:19 GNUtoo|laptop: no idea, might be worth to ask on the list whether it's interesting for all users of gtk Aug 27 12:24:02 JaMa|GoNe, ok good to know :) Aug 27 12:24:13 basically here's the issue Aug 27 12:24:21 xmodmap dream.xmodmap Aug 27 12:24:27 and you maps some keys Aug 27 12:24:38 like / ? - ' " etc... Aug 27 12:24:45 but that doesn't work in GTK Aug 27 12:24:46 pespin: if some recipe is building optional subpackage with udev support then you need udev built before this recipe, but it won't be installed in image unless you install that subpackage manually Aug 27 12:25:03 JaMa|GoNe: hi. if I want to ask a question to OE which list do I need to write? openembedded-devel or openembedded-users ? Aug 27 12:25:03 opkg install gtk-immodule-xim Aug 27 12:25:14 + GTK_IM_MODULE=xim does the trick Aug 27 12:25:28 but there is already a GTK_IM_MODULE Aug 27 12:25:40 GarthPS: depends on question :) but I guess openembedded-devel Aug 27 12:25:43 the one of matchbox for the software keyboard Aug 27 12:25:45 so I wonder Aug 27 12:26:02 I check for the keyobard machine feature Aug 27 12:26:03 JaMa|GoNe: some help an a recipe that does not build Aug 27 12:26:11 GarthPS: -devel Aug 27 12:26:14 and add that Aug 27 12:26:14 anyway I'll send a patch Aug 27 12:26:16 JaMa|GoNe: thx Aug 27 12:26:18 GarthPS: still automoc? Aug 27 12:26:49 JaMa|GoNe: yeap but I did not go really futher as I miss an understanding of the ecosystem Aug 27 12:27:12 JaMa|GoNe: my mail is nearly ready with all the details Aug 27 12:27:34 GarthPS: check tinderbox if someone actually built that recipe lately Aug 27 12:28:53 JaMa|GoNe: nope just me failling :) Aug 27 12:30:20 JaMa|GoNe: do I need to subscrib to oe-devel list for my mail?(is it preferable?) Aug 27 12:31:45 I always subscribe to ML before writting there.. so probably yes (and unsubscribe later if it has too much traffic for you to handle) Aug 27 12:32:22 it's usually reasonable flow of often usefull info Aug 27 12:32:31 ok thx Aug 27 12:40:35 mickey|, btw how to handle the lack of udev in gpsd? Aug 27 12:40:52 because according to JaMa it's an image feature Aug 27 12:41:18 I think it should be distro which read machine, for SHR Aug 27 12:41:23 for instance: Aug 27 12:41:27 where is the problem in udev not being present for gpsd? Aug 27 12:41:39 DISTRO SHR: if machine has <2.6.32 => udev Aug 27 12:41:43 else no udev Aug 27 12:41:52 udev is a dep of gpsd Aug 27 12:42:02 i wonder why Aug 27 12:42:04 gpsd->gpsd-config->gpsd-udev -> udev Aug 27 12:42:09 or something like that Aug 27 12:42:14 it's because of the dev node Aug 27 12:42:16 /dev/gps Aug 27 12:42:21 or something like that Aug 27 12:42:26 I'll check Aug 27 12:43:51 anyway Aug 27 12:43:58 anytime I install gpsd it installs udev Aug 27 12:44:31 Depends: udev, gpsd-conf Aug 27 12:44:39 in: opkg info gpsd-udev Aug 27 12:46:10 RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev" Aug 27 12:46:11 ok Aug 27 12:46:13 that's the reason Aug 27 12:46:29 does BAD_RECOMMENDATION work now? Aug 27 12:46:35 I don't know Aug 27 12:46:47 I don't even know well what it is, but the name is obvious Aug 27 12:47:00 conf/distro/angstrom-2010.x.conf:# BAD_RECOMMENDATIONS = "avahi-daemon avahi-autoipd" Aug 27 12:47:03 conf/distro/angstrom-2010.x.conf:# Note that BAD_RECOMMENDATIONS is a feature of rootfs_ipk.bbclass, not angstrom Aug 27 12:47:30 ok Aug 27 12:47:50 so if it's a feature of rootfs Aug 27 12:48:04 what does it do exactly? Aug 27 12:48:06 if it's set Aug 27 12:48:19 skips installing RRECOMMENDS Aug 27 12:48:22 hmmm Aug 27 12:48:34 so if you really don't need gpsd-udev in image you can "blacklist" it Aug 27 12:48:36 ok Aug 27 12:48:36 what does something like this does: Aug 27 12:49:09 if (IMAGE_DEV_MANAGER = "udev") BAD_RECOMMANDATION += gpsd-udev ? Aug 27 12:49:17 how could something like that work? Aug 27 12:49:23 using @ python of course Aug 27 12:49:35 here it should be fixed.. http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=2e6dfcb63de90d073a022a01690e850e9d5a66e8 Aug 27 12:49:47 I'll explain better Aug 27 12:49:59 in SHR we have om-gta01,om-gta02,htcdream Aug 27 12:50:07 all don't have udev Aug 27 12:50:10 but palm pre will come Aug 27 12:50:14 and will have udev Aug 27 12:50:23 because it has a 2.6.24 kernel Aug 27 12:50:28 and doesn't have devtmpfs Aug 27 12:50:38 so how to handle that? Aug 27 12:50:47 2 options: Aug 27 12:50:52 in that case udev should never be a direct dependency, but rather $(IMAGE_DEV_MANAGER) Aug 27 12:50:53 you can use machine override for IMAGE_DEV_MANAGER in shr-image.inc Aug 27 12:50:58 the same for BAD_RECOMMANDATION Aug 27 12:51:12 yes but it's an image setting Aug 27 12:51:14 not a distro one Aug 27 12:51:17 or a machine onw Aug 27 12:51:33 image is afail always machine arch Aug 27 12:51:42 so using machine overrid in image recipe won't be problem Aug 27 12:51:56 I know, hmmm how to explain that Aug 27 12:52:04 image should be an image setting Aug 27 12:52:14 I mean you could have an image with udev and one without Aug 27 12:52:32 here we're setting something in a package Aug 27 12:52:40 I'm not sure that it would even work Aug 27 12:52:52 because maybe IMAGE_DEV_MANAGER would only be set for the image Aug 27 12:52:52 what package are you talking about? Aug 27 12:52:59 gpsd-udev Aug 27 12:53:12 or gpsd.inc Aug 27 12:53:20 put it in recipes/images/shr-image.inc Aug 27 12:53:21 gpsd.inc has: Aug 27 12:53:23 RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev" Aug 27 12:53:24 that's whole idea Aug 27 12:53:40 read again this: Aug 27 12:53:40 what if you do: Aug 27 12:53:41 14:49:42 < JaMa|GoNe> you can use machine override for IMAGE_DEV_MANAGER in shr-image.inc Aug 27 12:53:44 14:49:47 < JaMa|GoNe> the same for BAD_RECOMMANDATION Aug 27 12:53:46 I know that Aug 27 12:54:02 I'm just not confortable about using an image setting for a distro package Aug 27 12:54:10 not because of machine thing Aug 27 12:54:19 but because image are for image Aug 27 12:54:23 and distro for distro Aug 27 12:54:36 maybe we should talk about that in #oe? Aug 27 12:54:51 sorry I don't see the problem.. Aug 27 12:55:49 I'll Aug 27 13:13:59 freesmartphone.org: 03sre 07cornucopia * r90cf8ad3b8c0 10/libfsobasics/fsobasics/utilities.vala: (log message trimmed) Aug 27 13:14:00 freesmartphone.org: libfsobasics: ReactorChannel: add sysfs capability Aug 27 13:14:00 freesmartphone.org: * Add rewind option Aug 27 13:14:00 freesmartphone.org: * watch PRI in addition to IN Aug 27 13:14:00 freesmartphone.org: This is needed to watch some sysfs files on the N900, Aug 27 13:15:14 freesmartphone.org: 03sre 07cornucopia * ra561ec741ba9 10/libfsobasics/fsobasics/utilities.vala: Aug 27 13:15:14 freesmartphone.org: avoid code duplication Aug 27 13:15:14 freesmartphone.org: Signed-off-by: Sebastian Reichel Aug 27 13:16:25 JaMa|GoNe: ok, seems i could do this. first will try to build with no modify, so i guess it is xserver-xorg_1.9.0.bb Aug 27 13:17:04 vanous: yes it's there Aug 27 13:17:10 ok Aug 27 13:17:50 my son's day name, perhaps will have to go out soon... will see, still raining here Aug 27 13:21:45 ~seen PaulF Aug 27 13:21:47 paulf is currently on #openmoko (12h 37m 24s) #openmoko-cdevel (12h 37m 24s). Has said a total of 26 messages. Is idling for 6h 28m 20s, last said: 'I do not think bitching will be of any good. They're already doing us a favor.'. Aug 27 13:41:22 JaMa|GoNe: i am having to rebuild from scratch here, as my tmp was quite old, so i can only test later... so without test here is the bit i think would work http://pastebin.com/0wFx1wUj in the changed patch http://pastebin.com/HCSkX5ig of the patch you point to me. certainly this will be a nice exercise of patching and testing... when my machine gets there... Aug 27 13:42:36 vanous: yes this looks better Aug 27 13:43:01 vanous: by that time I'll be probably really gone.. so not sure if there will be someone to apply, but you can send patch to oe-devel Aug 27 13:44:11 JaMa|GoNe: when are you leaving? if my unmodified build doesn't go through... Aug 27 13:44:59 maybe for 2 days today and then I have monday to pack my stuff and leave Aug 27 13:45:58 but I should buy some stuff first and borrow reasonable sized travelling case somewhere Aug 27 13:46:55 ok Aug 27 13:47:35 where is mrmoku, also away on holidays? haven't seen him for some time... Aug 27 13:57:44 vanous: yup iirc for 2 more weeks Aug 27 14:00:51 i see Aug 27 14:03:14 anyone with ubifs can pastebin cat /proc/diskstats please? Aug 27 14:38:40 let me retry, anyone using the nand can pastebin cat /proc/diskstats please? Aug 27 14:40:06 Is there some qi with 2-4-2 glamo timing somewhere? Aug 27 14:41:11 GarthPS: are you after faster bootup? Aug 27 14:41:33 lindi-: nope faster boot but smooth display Aug 27 14:41:42 GarthPS: then just set it at runtime after boot Aug 27 14:41:55 lindi-: how? Aug 27 14:42:24 GarthPS: the new omhacks will include "om screen glamo-bus-timings 2-4-2" command :) Aug 27 14:42:32 and what does it matter with faster bootup? Aug 27 14:42:51 GarthPS: well boot loader will be able to set this earlier Aug 27 14:43:04 ah ok Aug 27 14:43:12 lindi-: what is omhacks? Aug 27 14:44:17 GarthPS: a library and command line tool for controlling openmoko hardware Aug 27 14:45:00 lindi-: and when the new omhacks will be out then ? :) Aug 27 14:45:24 GarthPS: http://manpages.ubuntu.com/manpages/maverick/man1/om.1.html Aug 27 14:45:27 GarthPS: today Aug 27 14:47:34 lindi-: in shr-u feed or where? Aug 27 14:48:00 GarthPS: I think SHR includes it yes Aug 27 14:48:58 then we should ask JaMa|GoNe to bump it before he leaves Aug 27 14:49:44 I'd appreciate if you could test it before release Aug 27 14:49:53 just to make sure there are no silly bugs :) Aug 27 14:50:41 lindi-: this sounds cool, not having to alter the bootloader and still enjoy faster glamo Aug 27 14:51:34 vanous: yes I did it to get 25 fps 320x240 theora playback Aug 27 14:52:11 hum sweet ! with mplayer ? Aug 27 14:52:20 freesmartphone.org: 03mickey 07specs * r30e64db296e1 10/ (3 files in 3 dirs): org.freesmartphone.Resource: add GetDependencies() Aug 27 14:52:39 GarthPS: yes it required a bit of bug reporting Aug 27 14:52:45 freesmartphone.org: 03mickey 07specs * r58cd2e8db79f 10/configure.ac: bump Aug 27 14:53:05 lindi-: like what ? Aug 27 14:53:45 GarthPS: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1774 Aug 27 14:54:22 and a couple of others Aug 27 14:54:27 lindi-: :) ok thx. sure Aug 27 14:54:33 freesmartphone.org: 03mickey 07libfso-glib * r7bfd41d4c49e 10/configure.ac: bump Aug 27 14:55:11 * GarthPS being curious to compare mplayer vs vlc on the FR with glamo timings Aug 27 14:55:25 vlc 1.1 Aug 27 14:55:54 GarthPS: patches to libtheora are the main thing that are not in any distro yet Aug 27 14:56:05 everything else should be in debian at least soon Aug 27 14:56:35 lindi-, theora-dev is a desert Aug 27 14:56:41 xrmx: yep Aug 27 14:56:46 xrmx: #theora has talk Aug 27 15:00:02 mrmoku|away: ping Aug 27 15:00:34 mrmoku|away: how long takes mail from home to your holiday location? :-D Aug 27 15:00:41 freesmartphone.org: 03mickey 07cornucopia * rcaeb69fa995d 10/libfsoresource/fsoresource/dbusresource.vala: libfsoresource: catch up with extended org.freesmartphone.Usage.Resource API Aug 27 15:03:32 * GarthPS it has been a while without I have been running debian on my FR . oh no Qtmoko is a debian :) Aug 27 15:22:36 JaMa|GoNe: when i call bb with -b , it seems dependencies are ignored? Aug 27 15:23:02 yes they are ignored Aug 27 15:23:09 i see, this explains Aug 27 15:25:41 hmmm Aug 27 15:25:46 where does frameworkd.conf comes from? Aug 27 15:25:59 the frameworkd git? Aug 27 15:26:00 oe? Aug 27 15:26:11 a shr repo? Aug 27 15:28:28 mickey|zzZZzz, hi Aug 27 15:31:28 GNUtoo|laptop: frameworkd-config-shr is from shr repo Aug 27 15:35:07 JaMa|GoNe: where is it defined that xserver-xorg_1.9.0.bb is the xserver we want when xserver-xorg_git.bb requires PV = "1.8.99.906" Aug 27 15:35:42 ok Aug 27 15:36:08 JaMa|GoNe, who should I send a patch to? I'ld like to disable ogpsd for htcdream Aug 27 15:38:47 vanous: highest PV with highest DEFAULT_PREFERRENCE is used Aug 27 15:39:08 vanous: both xserver-xorg_1.9.0.bb and xserver-xorg_git.bb have D_P == 1 for shr, so 1.9.0 is used because of newer Aug 27 15:39:18 GNUtoo|laptop: shr-devel Aug 27 15:39:22 ok,thanks Aug 27 15:39:52 JaMa|GoNe, ok thanks Aug 27 15:44:45 GNUtoo|laptop: hi Aug 27 15:45:04 GNUtoo|laptop: lindi- was absolutely right. he sent me a patch about gpsd support a while ago Aug 27 15:45:05 hi Aug 27 15:45:19 indeed Aug 27 15:45:20 GNUtoo|laptop: I won't be at home until sunday at night Aug 27 15:45:24 ok Aug 27 15:45:29 but the patch has some issue Aug 27 15:45:38 it doesn't work anymore Aug 27 15:45:41 GNUtoo|laptop: so I won't be able to look at it and discuss with it what changes may be needed Aug 27 15:45:42 because of gpsd api change Aug 27 15:46:15 GNUtoo|laptop: I just wanted to avoid you spend time on this to face an almost ready patch 2 days later... Aug 27 15:46:54 onen|openBmap, ok thanks a lot Aug 27 15:47:02 I'll spend time on the following changes instead: Aug 27 15:47:08 switch htcdream to gpsd Aug 27 15:47:09 GNUtoo|laptop: ttyl then. have a nich weekend Aug 27 15:47:14 fix keyboard handling Aug 27 15:47:18 fix GUI Aug 27 15:47:27 thanks a lot Aug 27 15:53:25 so is the fso gps handling being changed and gpsd will be the future again? Aug 27 15:53:41 i mean protocol wise, not resource management wise Aug 27 15:57:35 resource will be the same Aug 27 15:57:44 but the gypsy protocol will go away Aug 27 15:57:53 for something better Aug 27 15:57:55 morphis, hi Aug 27 15:58:06 hey GNUtoo|laptop Aug 27 15:59:07 GNUtoo|laptop: how's the GPS work going? Aug 27 15:59:31 mickeyl autotoolized the resource allocator Aug 27 15:59:43 then because ogpsd is deprecated Aug 27 15:59:43 I won't use it Aug 27 15:59:49 I will go the gpsd way Aug 27 15:59:56 ? Aug 27 16:00:02 I will use plain gpsd Aug 27 16:00:06 never really looked into it Aug 27 16:00:10 instead of ogpsd Aug 27 16:00:21 that works with fsotdld Aug 27 16:00:21 anyway ogpsd is from frameworkd Aug 27 16:00:26 no Aug 27 16:00:31 fsotdld is not finished Aug 27 16:00:35 it has no GPGGA parsing Aug 27 16:00:40 only time parsing Aug 27 16:00:41 GPGGA? Aug 27 16:00:50 GPGGA = position fix Aug 27 16:00:53 ah ok Aug 27 16:01:05 and what about implementing it in fsotdld? Aug 27 16:01:15 maybe the better way Aug 27 16:01:22 GNUtoo|laptop: does gpsd support clients over dbus? Aug 27 16:01:29 no Aug 27 16:01:33 only tcp...but Aug 27 16:01:36 there is a newer api Aug 27 16:01:39 that could be interesting Aug 27 16:02:23 can gpsd be used with fsotdld? Aug 27 16:02:30 no Aug 27 16:02:32 oh, so what about signalling - position/course change? Aug 27 16:02:58 morphis, I mean plain gpsd and fsotdld conflicts Aug 27 16:03:07 but maybe fsotdld can speak gpsd Aug 27 16:03:09 I don't know Aug 27 16:03:11 hm Aug 27 16:03:18 taltked with mickey about that? Aug 27 16:04:25 http://www.freedesktop.org/wiki/Software/GeoClue Aug 27 16:04:28 indeed Aug 27 16:04:34 he told me to go gpsd for now Aug 27 16:04:45 until he finishes fsotdld Aug 27 16:04:53 it will take a month minimum Aug 27 16:04:56 to finish fsotdld Aug 27 16:05:07 geoclue could be a good api Aug 27 16:05:16 I didn't understand if mickeyl will use it or not Aug 27 16:05:23 but It makes sense to use it Aug 27 16:05:32 it's dbus Aug 27 16:05:36 and could support gpsd Aug 27 16:05:39 or a provider Aug 27 16:05:48 like a not yet written/working openbmap-locator Aug 27 16:06:32 hi lindi- Aug 27 16:06:43 where can I find the bug report on issues on gpsd 2.94 Aug 27 16:06:49 I want to add the link in my commit message Aug 27 16:06:53 for pusing 2.95 Aug 27 16:10:27 I'll grep logs Aug 27 16:38:30 mickey|zzZZzz, hi Aug 27 16:48:26 ??? Aug 27 16:48:40 framwowkd.conf is in CRLF ??? Aug 27 16:48:46 leviathan, hi Aug 27 16:48:53 how did it go? Aug 27 16:49:06 GNUtoo|laptop: hi Aug 27 16:49:10 painful Aug 27 16:49:13 ouch Aug 27 16:49:15 dunno what I'll get Aug 27 16:49:16 GeoClue sounds great, maybe we should do not reinvent everything Aug 27 16:49:23 anyway... Aug 27 16:49:34 I tried to import the keypad Aug 27 16:49:38 but it didnt work Aug 27 16:49:40 ... Aug 27 16:49:40 leviathan, did you commit frameworkd.conf from windows? Aug 27 16:49:48 no Aug 27 16:49:48 keypad? Aug 27 16:49:51 yes Aug 27 16:49:55 in upstream Aug 27 16:50:00 ah ok Aug 27 16:50:11 frameworkd.conf: ASCII English text, with CRLF line terminators Aug 27 16:50:13 what's that? Aug 27 16:50:22 wtf? Aug 27 16:50:28 no, it wasnt windows... Aug 27 16:50:34 I've got gentoo Aug 27 16:50:45 perhaps the locales are somehow misconfigured Aug 27 16:51:45 freesmartphone.org: 03morphis 07msmcomm * r6a5c791fe757 10/msmcommd/ (7 files in 2 dirs): msmcommd: register as resource for fsousaged and add signal for link layer status events Aug 27 16:51:47 freesmartphone.org: 03morphis 07msmcomm * rf9243eba65ad 10/msmcommd-specs/src/management.vala: msmcommd-specs: add missing status_update signal in management interface definition Aug 27 16:51:52 ok Aug 27 16:51:52 I've no windows either Aug 27 16:51:52 the only windows in on my father's computer Aug 27 16:51:52 anyway Aug 27 16:53:12 7a681fab18573f259575252736ecfe668d9efef4 Aug 27 16:53:15 that's the problem Aug 27 16:53:18 hi mrmoku|away Aug 27 16:54:27 no Aug 27 16:54:37 CLRF is the \n equivalent in windows Aug 27 16:55:00 http://en.wikipedia.org/wiki/CRLF Aug 27 16:55:00 hmm Aug 27 16:55:01 strange Aug 27 16:55:02 strange Aug 27 16:55:05 lol Aug 27 16:55:10 maye I gave the config file Aug 27 16:55:14 on a pastebin Aug 27 16:55:25 and the pastbin changed the return Aug 27 16:55:28 ? Aug 27 16:55:33 or via mail? Aug 27 16:55:38 anyway Aug 27 16:55:42 I'll dos2unix the file Aug 27 16:59:37 leviathan: I haven't received a reply from the potential hd2 donor yet. Sorry. It might not happen Aug 27 16:59:48 hmm, ok Aug 27 16:59:52 np Aug 27 16:59:54 :-) Aug 27 17:00:38 GNUtoo|laptop: http://htc-linux.org/stuff/misc/initrd-newroot.cpio.gz works Aug 27 17:00:42 ok Aug 27 17:00:48 I'll test,give me one sec Aug 27 17:01:07 GNUtoo|laptop: I used that exact initrd to succesfully mount and start '/storage-card-root/linux/rootfs.ext2' Aug 27 17:01:29 ok Aug 27 17:08:04 dcordes, ok I'm ready Aug 27 17:08:08 is it the same? Aug 27 17:08:35 GNUtoo|laptop: yes. it is the same file as yesterday. I did not update it Aug 27 17:08:49 GNUtoo|laptop: is your storage card formatted vfat :) ? Aug 27 17:10:53 dcordes, yes Aug 27 17:10:54 lindi-: on shr-u i am building omhacks just fine now, whenever you have the 2-4-2 including version for test, please let me know Aug 27 17:10:57 with gparted Aug 27 17:11:02 GNUtoo|laptop: ok that should be fine Aug 27 17:11:12 it doesn't work Aug 27 17:11:32 on htcdream Aug 27 17:11:37 I'll look why Aug 27 17:11:48 I bet it's the loop mount which fails Aug 27 17:11:55 GNUtoo|laptop: when you mount /linux/rootfs.ext2 does it have a file /init which is a symlink to /sbin/init ? Aug 27 17:12:11 I bet that mount fails Aug 27 17:12:15 and yes there is such init Aug 27 17:12:21 JaMa|GoNe: i am very close to have xserver-xorg built, so i can test the patch Aug 27 17:13:23 I'm back from my holiday :-( and am again trying to build shr :-) I'm running into a do_configure problem. The log is here: http://pastebin.com/tpjhBczm Aug 27 17:13:53 Is there anyone who ran into this problem and has solved it on my computer? Aug 27 17:14:12 $ uname -a Aug 27 17:14:14 Linux Misty 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:12:52 UTC 2010 i686 GNU/Linux Aug 27 17:14:49 ChristW_: did it work before? Aug 27 17:15:04 freesmartphone.org: 03morphis 07msmcomm * r72d372a75574 10/ (msmcommd-specs/configure.ac msmcommd/configure.ac): msmcommd & msmcommd-specs: we are using only vala <= 0.9.3 for now Aug 27 17:15:05 freesmartphone.org: 03morphis 07msmcomm * rdd9b69b770d0 10/msmcommd-specs/msmcommd-specs-1.0.pc.in: msmcommd-specs: library is called libmsmcommd for now Aug 27 17:18:05 GNUtoo|laptop: can you show me your kernel .config ? Aug 27 17:18:28 dcordes, it's the one in fso Aug 27 17:18:34 + some ultra-small modifications Aug 27 17:18:39 s/fso/oe Aug 27 17:19:13 GNUtoo|laptop: 'CONFIG_BLK_DEV_LOOP=y' ? Aug 27 17:19:14 http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/linux/linux-leviathan/defconfig Aug 27 17:19:15 yes Aug 27 17:19:17 of course Aug 27 17:19:23 I checked that yesterday Aug 27 17:19:42 CONFIG_VFAT_FS=y Aug 27 17:19:56 ok I found the problem Aug 27 17:19:58 CONFIG_EXT2_FS=m Aug 27 17:20:03 ahh Aug 27 17:20:04 CONFIG_EXT2_FS=y Aug 27 17:20:05 thanks a lot Aug 27 17:20:06 tada Aug 27 17:22:34 vanous: I've never gotten SHR to fully build on my computer before :-( Aug 27 17:22:54 So it's more like try n+1 at the moment. Aug 27 17:26:08 vanous: yes please pull from iki.fi/lindi/git/omhacks to test Aug 27 17:26:35 vanous: i'm almost done checking it for relesae Aug 27 17:30:27 dcordes, maybe with unrar in windwos .bz2 images can be uncompressed Aug 27 17:30:35 so we could ship the image .bz2-ed Aug 27 17:32:31 GNUtoo|laptop: .zip Aug 27 17:32:43 ah indeed Aug 27 17:32:44 better Aug 27 17:32:48 GNUtoo|laptop: working now ? Aug 27 17:32:53 yes Aug 27 17:33:07 * dcordes pops a champagne bottle Aug 27 17:33:19 very nice Aug 27 17:35:18 lindi-: cool Aug 27 17:46:54 freesmartphone.org: 03morphis 07cornucopia * r6ec574436bf4 10/fsogsmd/ (11 files in 2 dirs): fsogsmd: modem_qualcomm_palm: first draft of the plugin driving the msmcomm daemon via dbus Aug 27 17:46:54 freesmartphone.org: 03morphis 07cornucopia * r03f4ab3e14c5 10/ (8 files in 6 dirs): Merge branch 'master' of ssh://git.freesmartphone.org/cornucopia Aug 27 17:48:11 lindi-, hi Aug 27 17:48:55 GNUtoo|laptop: hi, anything new on gpsd? Aug 27 17:49:12 lindi-, I'm working on its integration but I've a question: Aug 27 17:49:29 what is the debian bugreport or info about 2.94 beeing bad for python bindings Aug 27 17:49:35 I need that info for commiting Aug 27 17:49:54 GNUtoo|laptop: I think I reported it upstream Aug 27 17:50:06 ah at gpsd? Aug 27 17:50:10 GNUtoo|laptop: bugs.debian.org and search for bugs submitted by me, timo.lindfors@iki.fi first Aug 27 17:50:31 ok thanks a lot!!! Aug 27 17:53:28 GNUtoo|laptop: with the Userfriendly mechanism and my offer to anounce a release you have a good base to reach a large amount of users / testers Aug 27 17:53:42 ok Aug 27 17:53:45 GNUtoo|laptop: now it is up to you to decide when you want to make a release Aug 27 17:53:50 I'll hurry for GUI+GPS+keyboard Aug 27 17:53:54 and then we release Aug 27 17:53:57 GNUtoo|laptop: seems I have reported multiple gpsd bugs to debian Aug 27 17:54:20 GNUtoo|laptop: ok. It's good to have such a release aim in sight Aug 27 17:55:05 lindi-, the only one I found was this one: Aug 27 17:55:06 GNUtoo|laptop: for my hd2 ubuntu builds I created a version specific wishlist / buglist http://htc-linux.org/wiki/index.php?title=Leo/Builds#Ubuntu_for_HD2_v0.2_Feedback Aug 27 17:55:19 #562611 [n|☹|=] [libgps19] libgps19: why the conflict with fso-gpsd? Aug 27 17:55:33 ok Aug 27 17:55:34 good idea Aug 27 17:55:47 I just upgraded shr-u earlier today; when I open contacts or messges, I just get a blank screen; is there something I need to make that work? Aug 27 17:56:26 net_tux, maybe switch to illume2 Aug 27 17:56:35 that's what I'm using Aug 27 17:56:37 you can do that with mdbus-2 Aug 27 17:56:41 ah Aug 27 17:56:45 so I don't know sorry Aug 27 17:58:58 GNUtoo|laptop: look at archived bugs Aug 27 17:59:04 ok Aug 27 17:59:29 GNUtoo|laptop: you should upgrade the OE defconfig to build in ext2 Aug 27 17:59:44 dcordes, done locally, not pushed yet Aug 27 17:59:58 s/done/commited Aug 27 18:00:02 ok Aug 27 18:00:08 I need to upgrade leo kernel Aug 27 18:04:02 hmm, running with logging set to debug, I'm seeing "CRITICAL: Window is NULL (ui_utils_view_hide:156)" Aug 27 18:04:33 I was using phoneui-shr-theme-niebiee and tried switching to phoneui-shr-theme-neo, but that didn't help Aug 27 18:10:26 lindi-, is it htis one: does not handle new json protocol? AttributeError: gps instance has no attribute 'query' ? Aug 27 18:12:15 mickey|zzZZzz, ping Aug 27 18:12:21 too bad I didn't ask him before Aug 27 18:12:44 if I should copy om-gta02 fsotldt.conf Aug 27 18:16:00 GNUtoo|laptop: for example yes Aug 27 18:16:09 ok Aug 27 18:16:15 but it's normal no? Aug 27 18:16:17 I mean: Aug 27 18:16:28 the newer gpsd has changed api and doesn't have query Aug 27 18:16:48 JaMa|GoNe: when i try to patch the xf86Xinput.c file with the original randr-support.patch, it doesn't go, 1 out of 1 hunk FAILED -- saving rejects to file xf86Xinput.c.rej , so i presume some modifications have to happen to xf86Xinput.c before i can applying this patch but i have no idea how to find out what.... non of the other patches affect xf86Xinput.c so there must be something somewhere... Aug 27 18:16:49 ah ok Aug 27 18:16:51 sorry Aug 27 18:17:07 Fixed in version gpsd/2.92-2 Aug 27 18:17:17 we had 2.94 Aug 27 18:18:19 I could put a link to the non-working program ? Aug 27 18:18:24 hmmm Aug 27 18:19:11 JaMa|GoNe: i take xf86Xinput.c from /xserver-xorg-1.9.0 but the patch is against 1.7 which i cannot see in the repo... some in_between_ magic Aug 27 18:26:59 GNUtoo|laptop: pong Aug 27 18:27:15 mickeyl, hi Aug 27 18:27:36 about the fsotldtd Aug 27 18:27:40 there is a config Aug 27 18:27:51 what should I do to create an htcdream config? Aug 27 18:27:58 cp -r om-gta02 htcdream Aug 27 18:28:03 ln -s om-gta02 htcdream Aug 27 18:28:14 I fear some issues with ln Aug 27 18:28:23 no links Aug 27 18:28:24 such as when you switch from ln to cp Aug 27 18:28:25 ok Aug 27 18:28:35 so cp is fine? Aug 27 18:28:38 sure Aug 27 18:28:42 is there git cp ? Aug 27 18:28:43 do it like in fsousaged Aug 27 18:28:45 no Aug 27 18:28:48 ok Aug 27 18:28:57 conf/htc_qualcomm_dream Aug 27 18:29:00 ok Aug 27 18:31:01 I'll eat and be back after that Aug 27 18:31:22 ~bon appetit Aug 27 18:31:23 methinks bon appetit is smacznego. Guten Appetit. Eet Smakelijk. God Appetitt. Buon Appetito. Buen apetito Bom Apetite. buen apetito Smaklig måltid!. Hyvää ruokahalua. Bo Proveito Aug 27 18:33:41 thanks a lot Aug 27 18:34:46 mickeyl: Have you seen this while building SHR? http://pastebin.com/tpjhBczm Aug 27 18:35:53 ChristW_: i'm afraid not. then again, i haven't build SHR for a long time, I'm building only FSO images using the minimal.conf these days Aug 27 18:36:05 Too bad! Aug 27 18:36:37 do you have any exotic or brand new distro on your buildhost? Aug 27 18:36:53 Ubuntu 10.04. Not exactly ;-) Aug 27 18:37:19 Uhm, let me check... (it's a Virtual machine...) Aug 27 18:37:52 10.04 it is. Aug 27 18:38:41 hmm Aug 27 18:38:41 | checking whether ranlib is necessary... Assembler messages: Aug 27 18:38:42 | Fatal error: Invalid -march= option: `armv4t' Aug 27 18:38:42 | ar: conftest.o: No such file or directory Aug 27 18:38:47 something goes horribly wrong here Aug 27 18:38:58 as if the wrong tools are being used Aug 27 18:39:03 So that's before the final 'Error' message... Aug 27 18:39:18 All I need is 'make', correct? Aug 27 18:39:32 make? Are you using some sort of Makefile? Aug 27 18:39:56 Yes, SHR's Makefile... Aug 27 18:40:11 ah. i'm afraid i have no experience with that. I've been using bitbake directly since we invented it :) Aug 27 18:40:30 s/we/we've/ Aug 27 18:40:30 mickeyl meant: ah. i'm afraid i have no experience with that. I've been using bitbake directly since we've invented it :) Aug 27 18:40:33 Well, I can cd shr-unsstable and bitbake... Aug 27 18:43:58 Wow, a whole different kind of error: http://pastebin.com/5gRJytMK Aug 27 18:44:14 uh oh Aug 27 18:44:17 _never_ build world Aug 27 18:44:21 it is a hypothetical target Aug 27 18:44:34 bitbake shr-image or something like that Aug 27 18:44:46 and make sure the local.conf is set up right Aug 27 18:44:52 especially wrt. DISTRO and MACHINE Aug 27 18:45:57 conf/local.conf Aug 27 18:46:02 ? Aug 27 18:47:04 chris38, afaik you should do make image Aug 27 18:47:17 Who, me? Aug 27 18:47:23 yeah sorry Aug 27 18:47:48 ChristW_, are you building shr-u? Aug 27 18:47:53 Trying to.. Aug 27 18:48:18 ChristW_, did you look at this? http://shr-project.org/trac/wiki/Building%20SHR :) Aug 27 18:48:30 it explain everything you'd need at first there Aug 27 18:49:01 I'm building shr-u (changed arch) following that guide :) Aug 27 18:49:22 dos1: JaMa|GoNe: is 2.6.34 works as phone? Aug 27 18:51:15 pespin: That's the guide I've been following, but it just won't build everything... Aug 27 18:54:15 I'll try re-building eglibc (after cleaning), because I _think_ that's the package that's complaining. Aug 27 18:54:43 any idea why I wouldn't be seeing anything in the window that comes up when I click on contacts/dialer/messages? I feel like it might just be a theme issue Aug 27 19:07:44 I'm getting quite fed up with the SHR building process... I've created a new, empty dorectory, got the Makefile, and ran 'make setup'. Even _that_ doesn't work... http://pastebin.com/QM7K35iv Aug 27 19:07:55 s/dorectory/directory/ Aug 27 19:07:56 ChristW_ meant: I'm getting quite fed up with the SHR building process... I've created a new, empty directory, got the Makefile, and ran 'make setup'. Even _that_ doesn't work... http://pastebin.com/QM7K35iv Aug 27 19:08:41 ChristW_: did you consider setting up the build environment manually ? Aug 27 19:08:56 Not yet, but if it helps... Aug 27 19:09:17 I'm dying to help fixing bugs and expanding SHR, but if I can't get anything to build... Aug 27 19:09:48 JaMa|GoNe: ok, so i cannot figure out how to create that patch... i cannot edit the original one but it doesn't apply against the xf86Xinput.c , i have tried what i could but no luck... still, having these values for Evdev Axes Swap Evdev Axis Inversion would be great as xrandr would work :) Aug 27 19:10:01 dcordes: ^^ Aug 27 19:12:12 anyone able to fix http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/xorg-xserver/xserver-xorg-1.9.0/randr-support.patch to apply newly found values from http://shr-users-discussions.2691941.n2.nabble.com/xserver-xorg-video-glamo-td5121088.html to get xrandr to work correctly? Aug 27 19:12:45 freesmartphone.org: 03GNUtoo 07cornucopia * r6b0dfac05737 10/fsotdld/ (4 files in 3 dirs): fsotdld/conf: add htcdream config Aug 27 19:13:20 ChristW_: it's easy Aug 27 19:13:27 ChristW_: what device you working on ? Aug 27 19:18:03 An Ubuntu machine. Aug 27 19:18:19 And a GTA-02 (the target) Aug 27 19:20:15 ah ok Aug 27 19:40:31 leviathan: I contacted the guy once again providing your email address for further contact Aug 27 19:40:47 dcordes: ok, thx! Aug 27 19:41:00 atm ive got another problem Aug 27 19:41:03 morphis!!!! Aug 27 19:41:08 the upstream kernel bitches around Aug 27 19:41:09 This series fixes some problems when compiling compat-wireless against kernel 2.6.24 Aug 27 19:41:11 -_- Aug 27 19:41:36 leviathan: for-next or what is already in mainline ? Aug 27 19:41:37 GNUtoo|laptop: any idea why the board-trout-keypad.o doesnt work in upstream Aug 27 19:41:42 when you compile it in Aug 27 19:41:42 no Aug 27 19:41:48 leviathan, I'm really busy Aug 27 19:41:54 GNUtoo|laptop: kk Aug 27 19:41:57 dcordes: hmm Aug 27 19:41:59 I'm making gps work out of the box Aug 27 19:42:05 then I fix keyboard in userspace Aug 27 19:42:05 dcordes: basic stuff is already there Aug 27 19:42:07 then GUI Aug 27 19:42:13 GNUtoo|laptop: kk Aug 27 19:42:15 leviathan: what is the bitching part ? Aug 27 19:42:19 and then with dcordes we do a more pubilicized release Aug 27 19:42:33 the input doesnt get into tty Aug 27 19:42:37 ah yes and Wifi in FSO Aug 27 19:42:41 dcordes: short said Aug 27 19:42:55 GNUtoo|laptop: yes, wifi in FSO would be great Aug 27 19:43:05 I mean as resource: Aug 27 19:43:05 GNUtoo|laptop: then it could also manage the connections Aug 27 19:43:10 modprobe wl1251_sdio Aug 27 19:43:14 modprobe msm_wifi Aug 27 19:43:20 rmmod msm_wifi in Disable() Aug 27 19:43:35 or I could do that: Aug 27 19:43:38 wl1251_sdio in oe Aug 27 19:43:48 Enable() msm_wifi Aug 27 19:43:56 Disable() msm_wifi Aug 27 19:46:16 GNUtoo|laptop: maybe put a list with missing items for beta milestone Aug 27 19:46:24 I've that Aug 27 19:46:25 in paper Aug 27 19:46:29 s/in/on Aug 27 19:57:03 GNUtoo|laptop, don't forget about the video! :P Aug 27 19:57:17 pespin, ah yes Aug 27 19:57:20 many things to do Aug 27 19:57:26 hahaha Aug 27 20:16:37 freesmartphone.org: 03morphis 07cornucopia * r120f7d83cec1 10/libfsobasics/fsobasics/utilities.vala: Aug 27 20:16:37 freesmartphone.org: libfsobasics: fix compile error in ReactorChannel Aug 27 20:16:37 freesmartphone.org: Please check your commits first, even if it is a small change !! It's frustrating waiting Aug 27 20:16:37 freesmartphone.org: for a build and then it only fails cause there is a small error in the code ... Aug 27 20:16:38 freesmartphone.org: Signed-off-by: Simon Busch Aug 27 20:39:14 vanous: usually I do: bitbake -c clean -b recipe; bitbake -c unpack -b recipe; (2nd term) cd tmp/work/armv*/xserver-; cp -ra xserver-1.9 xserver-1.9.orig; change xserver-1.9; diff -uNr xserver-1.9.orig xserver-1.9 > ~/dev/recipes/xorg-xserver/xserver-xorg-1.9.0/xrandr*.patch; (back to 1st term); bitbake -c build -b recipe; Aug 27 20:39:45 JaMa|GoNe: well, have to study this one :) Aug 27 20:40:28 but in fact i did something similar Aug 27 20:41:48 i am really frustrated today Aug 27 20:42:02 1) i couldn't make it Aug 27 20:42:08 2) noone else has done it Aug 27 20:42:44 3) looking at the czech anti GNU law evolution Aug 27 20:43:01 but Aug 27 20:43:10 1) wanna make it! Aug 27 20:47:04 freesmartphone.org: 03morphis 07msmcomm * r7620f3f47950 10/ (msmcommd-specs/configure.ac msmcommd/configure.ac): msmcomm: narf wrong dependencies .... Aug 27 20:52:55 JaMa|GoNe: is 2.6.34 works with audio Aug 27 20:57:21 vanous, what's that law? Aug 27 20:57:40 basically eliminating the use of CC license Aug 27 20:57:48 really? how? Aug 27 20:58:06 all free work would have to get registered to a central register Aug 27 20:58:11 because there are international copyright agrements Aug 27 20:58:12 ah ok Aug 27 20:58:25 and if you wanna use CC work, you would have to prove an approval of the author Aug 27 20:58:34 ouch Aug 27 20:58:57 plus there are rumors of forbidding GNU IT sw Aug 27 20:59:02 ouch Aug 27 20:59:07 i think this is all "to support economy" Aug 27 20:59:20 do their government use GNU software? Aug 27 20:59:45 i don't think in large scale Aug 27 20:59:47 it would destroy economy Aug 27 20:59:48 ok Aug 27 21:00:00 imagine every person who uses that Aug 27 21:00:04 would have to migrate Aug 27 21:00:07 and that's impossible Aug 27 21:00:11 well, an orhanized GNU admin strike would probably show then what could this mean Aug 27 21:00:36 because free software is everywhere Aug 27 21:00:43 well well... Aug 27 21:00:50 some people even don't know they use free software Aug 27 21:00:52 make policies, attitude will follow... Aug 27 21:00:56 in fact most of people Aug 27 21:01:14 how come I wasn't aware of that btw Aug 27 21:01:32 there were no FSF news about that Aug 27 21:01:34 etc... Aug 27 21:01:43 the czech author law has apparently been ./ these days Aug 27 21:02:13 what ./ means? Aug 27 21:02:26 slashdoted? Aug 27 21:03:03 http://yro.slashdot.org/story/10/08/27/1335238/Czech-Copyright-Bill-Undercuts-Copyleft-Artists Aug 27 21:04:45 ouch Aug 27 21:05:19 the truth is, that this will follow everywhere Aug 27 21:05:25 alexxy: the statement in readme still holds Aug 27 21:05:51 with the fall of the credit, and economy crisis... Aug 27 21:06:11 JaMa|GoNe, hi Aug 27 21:06:17 The amendment essentially requires that an artist wishing to use a public license must notify the administrator of a collecting agency, and must prove that they created the work in question. Aug 27 21:06:31 so it doesnt works? Aug 27 21:06:47 I will notify the czech legislation they can xxxx xx xxxx Aug 27 21:06:53 GNUtoo|laptop: hi Aug 27 21:07:13 JaMa|GoNe, is that correct: Aug 27 21:07:14 BAD_RECOMMENDATIONS_htcdream += "${BAD_RECOMMENDATIONS} gpsd-udev" Aug 27 21:07:23 vanous, that law revolts me Aug 27 21:07:29 or law proposition Aug 27 21:07:30 vanous: this is a bad thing really. something to stand up against Aug 27 21:07:36 indeed Aug 27 21:07:51 GNUtoo|laptop: += is enough (don't repeat ${BAD_RECOMMENDATIONS} there) Aug 27 21:08:34 JaMa|GoNe, really, I thought it did that: Aug 27 21:08:44 JaMa|GoNe: i have to apply the original patch to change it, but it doesn't apply :((((( Aug 27 21:08:51 BAD_RECOMMENDATIONS_htcdream += "gpsd-udev" : Aug 27 21:08:55 but it does apply when building, how come? Aug 27 21:09:00 "gpsd-udev" goes into BAD_RECOMMENDATIONS_htcdream Aug 27 21:09:07 vanous: are you trying th patch from xserver-xorg-1.9.0 dir? Aug 27 21:09:12 and BAD_RECOMMENDATIONS_htcdream overrides BAD_RECOMMENDATIONS Aug 27 21:09:15 yes Aug 27 21:09:25 it is made against 1.7 Aug 27 21:09:30 but 1.7 i cannot see there Aug 27 21:09:39 vanous: are you trying to apply it after -c unpack? Aug 27 21:09:45 yes Aug 27 21:09:50 vanous: I mean not after applying it in -c patch Aug 27 21:09:58 hmm Aug 27 21:10:06 if i just build it, it all works Aug 27 21:10:15 when i want to make my change, i unpack Aug 27 21:10:16 copy Aug 27 21:10:23 vanous: it was made against 1.7.0 but it did still apply without changes.. so I only keep it in newer xserver versions Aug 27 21:10:25 and want to apply the patch Aug 27 21:11:06 so automatically in -c patch it applies Aug 27 21:11:09 but not manually Aug 27 21:11:15 so i do something wrong Aug 27 21:11:20 this is before i change anything Aug 27 21:11:30 i just want to patch it so i can change it Aug 27 21:12:09 mmt I'll show it in pastebin Aug 27 21:12:17 ok Aug 27 21:12:32 * vanous already bangs head really hard here Aug 27 21:13:35 if i only was to change the original .c file, this would probably work, but i have to apply the randr patch first... Aug 27 21:13:52 i really am looking forward to see what am i messing up Aug 27 21:17:01 vanous: http://paste.pocoo.org/show/255255/ Aug 27 21:18:27 GNUtoo|laptop: ah I see BAD_RECOMMENDATIONS_htcdream_append or BAD_RECOMMENDATIONS_append_htcdream should work then Aug 27 21:18:49 GNUtoo|laptop: I would say the 2nd variant Aug 27 21:19:08 or Aug 27 21:19:10 ok Aug 27 21:19:22 I'll grep Aug 27 21:20:24 can I ask in oe too? Aug 27 21:20:47 JaMa|GoNe: i see, you patch just by calling the patch file, not including to say _what to patch_ Aug 27 21:20:55 as i did Aug 27 21:21:07 will study on Aug 27 21:21:24 why do you need to say _what to patch_? Aug 27 21:22:15 i don't know, Aug 27 21:22:17 vanous@vanek:~$ patch --help Aug 27 21:22:17 Usage: patch [OPTION]... [ORIGFILE [PATCHFILE]] Aug 27 21:22:36 so i did "patch orig_file patch_file" Aug 27 21:22:49 1 out of 1 hunk FAILED -- saving rejects to file xf86Xinput.c.rej Aug 27 21:22:57 with this ^^ results Aug 27 21:23:02 ahh patchfile has path to changed files inside Aug 27 21:23:10 yup Aug 27 21:23:12 so you just cd to right dir Aug 27 21:23:13 i see now Aug 27 21:23:23 and apply right -p param Aug 27 21:23:43 ok Aug 27 21:23:56 vanous: and OE by default goes to ${S} which is work/arm*/xserver*/xserver*; and applies with -p1 Aug 27 21:24:29 ok Aug 27 21:25:10 JaMa|GoNe, see in #oe Aug 27 21:25:37 JaMa|GoNe: but i understand that i still should: apply the original randr patch and only then change the file, then generate new randr patch Aug 27 21:25:41 correct? Aug 27 21:26:04 as the patch changes many things of which i only change some parts Aug 27 21:26:45 vanous: if you copy to .orig before applying then yes Aug 27 21:27:59 so we would then apply both patches, the orig plus mine... Aug 27 21:28:05 well Aug 27 21:28:12 let me try to do it, will se Aug 27 21:28:12 see Aug 27 21:28:50 vanous: in the end you regenerate patch from xserver.orig and xserver and replace orig patch completely with your udated one Aug 27 21:28:54 updated Aug 27 21:29:03 ok Aug 27 21:33:30 ohhhh, ok Aug 27 21:40:41 gnite Aug 27 21:48:33 ok good night Aug 27 21:50:30 so my patch applied finally OK, the only bit left to see if my 3 line code changes will work :) Aug 27 22:02:31 grr, but i get md5sum mismatch as the version in opkg and local gave same versions... Aug 27 22:02:52 during opkg install... Aug 27 22:28:20 both in shr from 20100823 and today's release i cannot get gsm to work. keeps asking for pin Aug 27 22:28:30 running from SD card Aug 27 22:28:39 any clues? Aug 27 22:43:56 pr0be: well, I don't know about SHR but if you show me the traffic to the GSM chip I probably can rule out lower level issues Aug 27 22:48:08 lindi-: how can i log the traffic ? Aug 27 22:51:19 pr0be: I strace the process that talks to the gsm chip Aug 27 22:54:43 the process is fsogsmd ? Aug 27 22:55:49 pr0be: you can use the lsof command to figure out what process talks to the serial port that is connected to GSM Aug 27 22:56:15 (here it is gsm0710muxd) Aug 27 22:57:19 gsm modem is /dev/ttySAC0 ? Aug 27 22:57:45 pr0be: I think so, I have alised it /dev/gsm here Aug 27 23:00:00 is there any option i should provide to strace? Aug 27 23:13:41 pr0be: -s 4096 -f -tt -o gsm.strace -p $pid Aug 28 00:40:54 lindi-: i'm having adsl problems... Aug 28 00:41:56 lindi-: here is the output of strace: http://pastebin.com/G4cJTLet **** ENDING LOGGING AT Sat Aug 28 02:59:57 2010