**** BEGIN LOGGING AT Wed Nov 16 02:59:57 2011 Nov 16 05:21:44 mrmoku: yep the alsa register cache corruption on resume surely has caused silent (no pun intended) misbehavior :) Nov 16 09:23:28 lars_: is https://gitorious.org/shr/linux/commit/f58597e68f36da7d4f4dec08520d3e12258addf2?format=patch a good candidate for upstreaming right now? It does look like something safe Nov 16 09:23:45 lars_: but I have absolutely no experience on gpiolib Nov 16 09:27:00 Slyon: yo Nov 16 09:27:08 mrmoku, hey! Nov 16 09:27:23 * mrmoku just wanted to ping all FSOSHRCON attendees :) Nov 16 09:27:44 ah :) any specific reason? Nov 16 09:28:04 yeah, LH would like to know who is going to share a room with whom Nov 16 09:28:49 hmm... probably a mail fits better Nov 16 09:29:36 ok. i don't care. i will just share a room with whoever needs a partner Nov 16 09:30:12 ok :) Nov 16 09:31:23 mrmoku, it is recommended to rebuild from scratch after update-shr-chroot, right? Nov 16 09:31:51 Slyon: usually not Nov 16 09:35:35 mrmoku, hmm but what about this http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=11f5fab0c4e382c99e2fb89de5121a93d7031816 ? Nov 16 09:35:54 Slyon: add it to your local.conf Nov 16 09:35:59 if you don't want to rebuild now Nov 16 09:36:15 and newer local.conf has it in comment Nov 16 09:36:45 JaMa|Wrk, alright. thanks Nov 16 09:37:08 i have a 3h databases class at the moment, so i'll probably rebuild :) Nov 16 09:37:23 even better Nov 16 09:40:36 mrmoku, did this guy from the gta04-owners ML, who wanted to help with the gta04/FSO port, already drop in here? Nov 16 09:40:48 Slyon: no :/ Nov 16 09:41:40 mrmoku, sad... as I didn't get any further with my fsogsmd work, due to a lot of work at university Nov 16 09:41:59 all I did was a little experimenting with alsa Nov 16 09:42:13 Slyon: ok, I'm working on systemd these days... did not do anything gta04/fso related too :/ Nov 16 09:42:25 and time is rare here too Nov 16 09:42:58 JaMa|Wrk: https://gitorious.org/shr/linux/commit/833339cd47295e86e0ca8c838e8997a24ababf6c?format=patch looks like something should be upstreamed immediately. perhaps it needs rewritten commit message though Nov 16 09:44:06 mrmoku, yeah, as always. well, probably we can do a bigger step at FSOSHRCON at a code sprint. Nov 16 11:49:29 JaMa|Wrk: that fix is in 3.0.0 :) Nov 16 12:11:08 great Nov 16 12:14:27 JaMa|Wrk: https://gitorious.org/shr/linux/commit/74c481b35be9bf9b7d512de6942c7be345a7db47?format=patch looks easy too Nov 16 13:14:35 JaMa|Wrk: what is your take on systemd/syslog? right now in our config syslog.service is masked Nov 16 13:14:47 which means we have no syslog Nov 16 13:15:25 for that to work with busybox we would need a devel one Nov 16 13:17:22 mrmoku: I'm using syslog-ng in my images maybe not best option, but I don't like busybox almost as much as DocScrutinizer :) Nov 16 13:18:28 JaMa|Wrk: well if we all dislike it that much we should get rid of it :-) Nov 16 13:18:41 we already have bash Nov 16 13:19:31 JaMa|Wrk: another masked thing is networking.service Nov 16 13:19:40 ~messybox Nov 16 13:19:40 messy... err busybox is meant for lean scripting. Regarding all the missing options and immanent limitations (see su) it's not really the interactive shell of choice. A lot of people hate busybox because a lot of system integrators don't understand the difference between busybox and a decent user interactive shell plus unix utils Nov 16 13:19:49 there was problem with syslog-ng overwriting /etc/modules.conf, but that's fixed now so maybe it's good alternative Nov 16 13:20:17 ok, will try that then Nov 16 13:20:32 JaMa|Wrk: do you know if angstrom is using connman only? Nov 16 13:20:40 or maybe rsyslog? Nov 16 13:20:44 proper bash plus tools worked fine even on FR, courtesy mrmoku 's instructions on what to apt-get install Nov 16 13:20:51 mrmoku: I think so (about connman + networkmanager) Nov 16 13:21:17 ok Nov 16 13:21:24 connman does not start for me Nov 16 13:22:33 root@om-gta04:~# connmand -d -n Nov 16 13:22:34 Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Nov 16 13:23:39 dbus running fine? Nov 16 13:24:23 no Nov 16 13:24:34 starting it manually with systemctl start dbus.service worked though Nov 16 13:24:40 after that connman starts too Nov 16 13:25:13 root@om-gta04:~# systemctl enable dbus.service Nov 16 13:25:13 Warning: unit files do not carry install information. No operation executed. Nov 16 13:26:28 hmm Nov 16 13:36:49 tomorrow we have national holidays.. so I hope I wont be so long at work and will be able to work on systemd a bit Nov 16 13:39:04 :) Nov 16 13:40:04 that's not funny :P Nov 16 13:40:47 ;) Nov 16 13:41:23 JaMa|Wrk: I can imagine :/ Nov 16 13:43:13 but my part should be finished before FSOSHRUDCON so trying to keep deadlines now :) Nov 16 14:40:40 hi JaMa|Wrk Nov 16 14:40:46 ERROR: Only one copy of bitbake should be run against a build directory Nov 16 14:40:50 did you ever see that error? Nov 16 14:40:56 I've deleted some stuff in cache Nov 16 14:41:12 like khem told me long time ago Nov 16 14:41:20 because parsing took too much ram Nov 16 14:41:26 and now I cannot package-index Nov 16 14:41:30 or build anything Nov 16 14:44:43 GNUtoo, maybe grepping for error in code and looking how's doing the check? Nov 16 14:45:21 GNUtoo: if you're sure bitbake is not running on background then remove the lock manually Nov 16 14:46:08 GNUtoo: see http://bugzilla.pokylinux.org/show_bug.cgi?id=1464 Nov 16 14:47:32 found it Nov 16 14:47:38 I'm removing the lock Nov 16 14:47:45 I read the sources and found that there was a lock Nov 16 14:47:54 and the lock lives in ${TOPDIR} Nov 16 14:49:24 pespin, I'll retry with newer enjoy but the last one I tried lacked *a lot* of dependencies Nov 16 14:49:28 like alsa etc... Nov 16 14:49:31 so it was unusable Nov 16 14:49:46 GNUtoo, unusable because of deps? I don't understand Nov 16 14:49:58 no sound outputed Nov 16 14:50:03 RDEPENDS deps Nov 16 14:50:09 like gst-plugin-alsa Nov 16 14:50:16 yeah, and what's the problem with that? Nov 16 14:50:35 you install intone, follow the test-lms message and then it doesn't work Nov 16 14:50:37 GNUtoo, did you get something like GST_*CLOCK errors all the time while playing? Nov 16 14:50:46 let me retry Nov 16 14:51:41 no I don't Nov 16 14:53:32 GNUtoo, ok, I just compiled newest emotion+enjoy here in PC and it's working. It didn't before Nov 16 14:53:40 wow nice Nov 16 14:53:50 when I have some time I'll look into it Nov 16 14:53:52 so maybe time to bump EFL_SRCREV? Nov 16 14:53:56 yeah Nov 16 14:53:59 please try it if you cant Nov 16 14:54:06 also the icons are broken with the current srcrev Nov 16 14:54:12 what does JaMa|Wrk thinks? Nov 16 14:54:28 s/cant/can/ Nov 16 14:54:28 pespin meant: please try it if you can Nov 16 14:54:37 JaMa|Wrk, here's our(pespin and me) problem: we want a decent music player on the freerunner Nov 16 14:54:39 in rev 65295 it's working here Nov 16 14:54:58 mplayer2 is too slow according to pespin and to my last test(long time ago) Nov 16 14:55:10 even using mad Nov 16 14:55:42 mplayer1 works fine locally Nov 16 14:55:48 GNUtoo, I'm leaving to univ in few mins (I have class) so I can't try now in gta02 Nov 16 14:55:49 note that I cannot even build mplayer2 Nov 16 14:55:53 ok Nov 16 14:55:56 indeed Nov 16 14:55:57 GNUtoo: intone? Nov 16 14:56:06 pabs3, yes that depend on mplayer Nov 16 14:56:16 I would first use rev 65295 for E. If it still not works, then it might be some gst module missing Nov 16 14:56:38 pabs3, so if mplayer2 breaks music on freerunner(too slow) intone is unusable, but if we use mplayer1 instead intone is nearly usable Nov 16 14:56:56 pespin, there *are* some gst modules missing Nov 16 14:57:06 in RDEPENDS? Nov 16 14:57:09 yes Nov 16 14:57:13 alsa at least is missing Nov 16 14:57:20 but I don't want you to be late Nov 16 14:57:25 so let's talk about that later Nov 16 14:58:35 GNUtoo, we should create some wiki page in SHR wiki for enjoy, as we are always having problems like this. So if you have a moment and you can put this info there it would be nice :) Nov 16 14:58:46 ok I'll do Nov 16 14:59:49 GNUtoo: there is patch adding tremor support for mplayer2 when building for om-gta02 Nov 16 15:00:12 GNUtoo: and mplayer2+libmad has no reason to be slower then mplayer+libmad Nov 16 15:00:59 http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=e51b68e076d61cb92849ad0aa741f3389451336f Nov 16 15:02:03 ok I'll try Nov 16 15:02:51 JaMa|Wrk, the true fact is that playback is not good enough :P Nov 16 15:03:16 pespin: because of mplayer2? Nov 16 15:03:35 no idea Nov 16 15:04:09 but some months ago I could listen to music without it stopping, and now I can't Nov 16 15:04:17 and we can alter some mplayer params in mplayer-common to provide better defaults for om-gta02 Nov 16 15:04:22 which are not needed ie for n900 Nov 16 15:04:55 JaMa|Wrk, ok will do that right after writting the page about music players Nov 16 15:05:16 pespin: well this needs to be narrowed a bit.. mplayer output would be nice or it could even be slower uSD after slowing glamo_mci or whatever.. Nov 16 15:18:19 JaMa|Wrk, I'll try mplayer 2 but it will fails to compile I guess Nov 16 15:18:27 libdvdread fails Nov 16 15:18:33 I'll clean it and restart Nov 16 15:18:44 ah maybe it's me? Nov 16 15:18:52 because I tried a recipe of that Nov 16 15:19:13 it's me sorry Nov 16 15:19:17 I'll remove that recipe Nov 16 15:21:53 JaMa|Wrk, mplayer2 doesn't find libdvdread now Nov 16 15:21:55 hmmm Nov 16 15:22:09 ah I'll put it back Nov 16 15:30:06 ok mplayer2 succedded Nov 16 15:33:13 GNUtoo: libdvdread is there since a816b10b76ccf9fb883057ccbbe1c59b6c085d88 Nov 16 15:33:33 but for some dependency you need to set COMMERCIAL_LICENSES in your local.conf Nov 16 15:33:56 ok Nov 16 15:33:59 it's set Nov 16 15:34:04 anyway midori segfault Nov 16 15:34:10 *still segfaults Nov 16 15:34:54 the newer version? Nov 16 15:35:30 midori - 0.4.2-r2 Nov 16 15:35:49 http://www.pastie.org/private/cjpeiomgvqbklvoq3msr4g Nov 16 16:13:36 JaMa|Wrk: shr-splash init script was causing a systemd cycle loop - and systemd kicked the dbus service to break that loop :P Nov 16 16:14:34 heh Nov 16 16:14:40 good work Nov 16 16:14:54 now things look a lot friendlier :) Nov 16 16:19:40 pespin, JaMa|Wrk mplayer2 seem to work in intone if you renice it Nov 16 16:20:15 ah nice! Nov 16 16:24:34 btw guys, we should think about getting some kind of emulator for app developers Nov 16 16:24:41 and write some documentation on it in the wiki Nov 16 16:24:45 hmmm Nov 16 16:24:51 first we need devices that work Nov 16 16:25:04 or development environment Nov 16 16:25:13 altough we can easily add a qemu target Nov 16 16:25:13 we need both things, and there's lots of people which know how to write apps but not about hw stuff Nov 16 16:25:36 GNUtoo, if no apps, some device devs doesn't feel like working on it Nov 16 16:25:51 GNUtoo, if no devices, app devs can't program apps nicely Nov 16 16:26:00 so we need both imho Nov 16 16:26:55 bbl Nov 16 16:27:04 I don't know much about virtualization, but would be nice if someone who's used to work with that can give some ideas on what should be used and how we should support that Nov 16 16:31:05 there was a qemu version for the freerunner Nov 16 16:31:12 else there is standard qemu target in oe Nov 16 16:40:02 JaMa|Wrk: heh, nice. solved serial console too :) Nov 16 16:40:10 it had getty instead of agetty in the unit file Nov 16 16:40:17 there is no getty in our images :P Nov 16 16:40:38 now I can debug networking :) Nov 16 16:52:24 JaMa|Wrk, any idea about midori? Nov 16 16:52:33 maybe I should try eve again? Nov 16 17:02:36 hi mrmoku Nov 16 17:03:47 mrmoku, for FSOSHRCON do people leave on sunday or on monday morning(in other words until when did you book ?) Nov 16 17:13:13 pespin: or you can build qemuarm from oe-core and there are few helper scripts to start qemu with vncserver for you Nov 16 17:13:37 GNUtoo: not from that output you've pasted Nov 16 17:14:22 mrmoku: I don't have any days free so I hope to travel back on sunday night or monday early morning Nov 16 17:17:23 ok should I install -dbg and debug it? Nov 16 17:17:40 yes please Nov 16 17:37:16 GNUtoo: on sunday Nov 16 17:37:46 JaMa|Wrk: yeah, beds are for fri + sat night anyway :) Nov 16 17:53:44 helllo Nov 16 17:56:16 mrmoku, at what hour people will leave on sunday? Nov 16 17:59:33 fpu, hi Nov 16 18:02:05 GNUtoo: that depends solely on us Nov 16 18:02:23 ok but what did "us" decide? Nov 16 18:03:46 nothing yet :) Nov 16 18:04:09 maybe we should put up an agenda in the fso wiki Nov 16 18:04:21 to collect topics to discuss and stuff to hack on Nov 16 18:04:27 one train to CZ is leaving Nuremberg IMHO too early on Sunday and another is in early morning.. so I wouldn't mind to arrive to Nuremerg late Nov 16 18:04:37 :) Nov 16 18:04:37 ok Nov 16 18:04:53 * mrmoku checks time table for trains to milano Nov 16 18:05:03 ok Nov 16 18:05:33 mrmoku, it seem more complicated to go trough munich unfortunately Nov 16 18:05:47 ahh, ok Nov 16 18:05:52 I think it would be simplier to go trough a vertical line.... Nov 16 18:06:05 trough swiss etc... Nov 16 18:06:15 is leviathan comming btw? Nov 16 18:07:56 you have to change trains 4 times though Nov 16 18:08:31 3 times minimum Nov 16 18:08:41 GNUtoo: no idea about leviathan_ Nov 16 18:12:45 yes Nov 16 18:12:53 but there is a simplier way even Nov 16 18:13:09 I take a plane from malpensa in milan to dusseldorf Nov 16 18:13:15 and then I take a train to essen Nov 16 18:15:18 GNUtoo: yeah, that is different then :-) Nov 16 19:00:40 mrmoku: hi Nov 16 19:00:45 I was quite busy Nov 16 19:00:51 sry if I missed something Nov 16 19:00:54 study and work Nov 16 19:01:37 did I miss a meeting? ^_^" Nov 16 19:11:59 only the big party with blackjack and hookers, the meeting is in December Nov 16 19:28:15 mrmoku, thanks a lot for the help!!!! Nov 16 19:35:18 leviathan_, there is an FSO+SHR meeting Nov 16 19:35:23 leviathan, it's in december Nov 16 19:41:36 someone willing to test newer qi? Nov 16 19:48:32 mrmoku: can you push whatever you want for jama branch? Nov 16 19:48:39 whatever you have :) Nov 16 19:48:54 nschle85: heyho Nov 16 19:49:03 JaMa|Off: hello :-) Nov 16 19:49:43 JaMa|Off: thank you for fixing the build issue (missing SHELL) Nov 16 19:49:51 GNUtoo: btw did last apr-native patch help you? it's applied in upstream oe-core now.. Nov 16 19:50:23 GNUtoo: so I don't need to debug why the SHELL var was missing if current version works for you Nov 16 19:50:50 JaMa|Off: for me it also works Nov 16 19:51:24 I know it works for you :) Nov 16 19:51:42 JaMa|Off: yes because you used the build server :-) Nov 16 19:51:50 btw I did rebuild from scratch in one of n900 builds just before you did the other one Nov 16 19:52:09 so now are both quite the same.. not sure if worth keeping both if you need disk space Nov 16 19:53:11 JaMa|Off: i think its good to have at least one working and another for exeperiments Nov 16 19:53:22 ok Nov 16 19:54:21 JaMa|Off: /dev/md1 239320776 168463240 58700756 75% / Nov 16 19:54:53 JaMa|Off: so there is space for 1 more build Nov 16 19:55:11 ok Nov 16 19:56:48 JaMa|Off: i saw that you added a bitbake -c cleansstate ??? in the in one of the tasks, you can also do such custem steps directly in the console if you like Nov 16 19:58:15 you mean in shell over ssh? or jenkins console? Nov 16 19:58:24 shell and ssh Nov 16 19:59:30 JaMa|Off: do you know how ? Nov 16 20:03:15 JaMa|Off, yes it helped Nov 16 20:04:01 great, thanks for confirmation Nov 16 20:20:41 JaMa|Off: i plan also to come to FSOSHRCON11 is there anythink which can be prepared for that meeting ? Nov 16 20:30:54 booze? :) Nov 16 20:32:11 JaMa|Off: i think thats included in the price :-) Nov 16 20:34:24 nope only punch cards and coffee is included :) Nov 16 20:55:54 JaMa|Off: I pushed something to oe-contrib/jansa/tests Nov 16 20:56:20 I have something for meta-smartphone too... need to test it first though Nov 16 20:56:30 the image built fine Nov 16 20:56:44 dunno if it does what I want it to :) Nov 16 20:57:11 -INITSCRIPT_PARAMS = "start 01 S . stop 21 0 1 6 ." Nov 16 20:57:12 +INITSCRIPT_PARAMS = "start S . stop 21 0 1 6 ." Nov 16 20:57:16 for the splash screen Nov 16 20:57:40 leviathan_: have time from 16th-18th of december? Nov 16 20:57:56 GNUtoo: what help? Nov 16 20:58:24 GNUtoo: ahh... travel planning? np Nov 16 20:58:47 nschle85: do you have an fso trac account? Nov 16 20:58:57 you could start some page for the agenda Nov 16 20:58:59 mrmoku: I've added syslog-ng to task-shr-minimal Nov 16 20:59:05 nschle85: btw. bed is ok Nov 16 20:59:13 fine Nov 16 20:59:17 JaMa|Off: hehe, ok. I have rsyslog in there :P Nov 16 20:59:23 does not work out of the box though Nov 16 20:59:32 it looses the start Nov 16 20:59:40 did you solve dbus? Nov 16 20:59:40 not as it should be with systemd Nov 16 21:00:02 I hope that INITSCRIPT_PARAMS fixes it Nov 16 21:00:12 if I disable shr-splash dbus works Nov 16 21:00:38 and the systemd cycle loop might just come from the fact that it is being started in S *and* 01 Nov 16 21:00:45 have to verify by booting Nov 16 21:01:18 mrmoku: i have wiki but trac i dont know Nov 16 21:01:32 mrmoku: ah still /var/run -> volatile/run link Nov 16 21:01:33 nschle85: I thought that is the same... but wiki is what I mean Nov 16 21:01:44 JaMa|Off: did you rebuild consolekit? Nov 16 21:01:47 that fixed it for me Nov 16 21:02:39 it fixed rootfs /var/log link for me Nov 16 21:02:47 ahh Nov 16 21:02:51 mrmoku: no its not the same, trc i havent but wiki i have :-) Nov 16 21:02:58 yeah, I still have that hack from angstrom Nov 16 21:03:11 nschle85: well wiki is what you need :-) Nov 16 21:03:47 mrmoku: I'll try to keep this date open Nov 16 21:03:49 thx Nov 16 21:03:51 :-) Nov 16 21:03:52 JaMa|Off: http://paste.pocoo.org/show/508916/ Nov 16 21:04:11 mrmoku: do you also have ttyAMA0? Nov 16 21:04:14 leviathan_: if you want a bed... you should tell me a bit before :) Nov 16 21:04:20 JaMa|Off: what is that? Nov 16 21:04:41 * mrmoku goes and fetches his gta04 to check Nov 16 21:04:45 no idea but systemd is starting something like that :) Nov 16 21:04:47 mrmoku, yes travel planning, thanks Nov 16 21:04:51 at least in my qemuarm image Nov 16 21:04:59 mrmoku: ah can you push that? Nov 16 21:06:42 JaMa|Off: sure moment Nov 16 21:06:54 btw. dbus fix fixed networking with connman too :) Nov 16 21:07:18 leviathan_: btw. should battery charging work with current master? Nov 16 21:07:31 * mrmoku has to abuse his gta02 as charger these days... Nov 16 21:07:39 serial-getty@ttyAMA0.service holdoff time over... Nov 16 21:07:57 JaMa|Off: ahh, ok. I get serial-getty@ttyO2.service Nov 16 21:08:04 and that works as I have ttyO2 :) Nov 16 21:08:11 (after changing getty --> agetty) Nov 16 21:08:15 strange strange, I tried angstrom and midori works there Nov 16 21:08:43 GNUtoo: angstrom is using gcc-4.5 iirc Nov 16 21:08:46 with shr branch on meta-oe and oe-core Nov 16 21:08:47 ah? Nov 16 21:08:56 so the problem with midori is the compiler? Nov 16 21:09:00 GNUtoo: and we have default gcc-4.6 Nov 16 21:09:03 could be Nov 16 21:09:11 ok Nov 16 21:11:02 also systemd works there if you change the permissions of the dbus-helper Nov 16 21:11:35 mrmoku: yes Nov 16 21:11:37 it should Nov 16 21:11:46 DRM as well btw :-) Nov 16 21:12:32 JaMa|Off: pushed Nov 16 21:13:48 thanks Nov 16 21:14:06 * JaMa|Off trying to get elsa.service Nov 16 21:14:23 JaMa|Off: sed -i -e s/\@BAUDRATE\@/${@get_baudrate(bb, d)}/g ${WORKDIR}/serial-getty@.service Nov 16 21:14:41 return bb.data.getVar('SERIAL_CONSOLE', d, 1).split()[1] Nov 16 21:14:52 SERIAL_CONSOLE for qemu is that ttyAMA0 then Nov 16 21:15:13 and you probably need to enable that somehow when starting qemu Nov 16 21:16:44 leviathan: [ 521.269531] power_supply twl4030_usb: driver failed to report `current_now' property Nov 16 21:16:47 [ 521.288208] twl4030_bci twl4030_bci: battery disconnected Nov 16 21:17:47 mrmoku: indeed, thanks! ./qemuarm.conf:SERIAL_CONSOLE = "115200 ttyAMA0" Nov 16 21:19:42 JaMa|Off: installing image now to see if I can push the shr-splash change Nov 16 21:24:09 mrmoku: ok, find the link :-) http://wiki.freesmartphone.org/index.php/FSOSHRCON_2011 Nov 16 21:24:56 nschle85: great thx :-) Nov 16 21:25:02 big one! 767.5M var/lib/opkg Nov 16 21:25:12 mrmoku: it was hard work :-) Nov 16 21:25:24 mrmoku: and how the content is filled ? Nov 16 21:25:28 760.2M var/lib/opkg/lists/shr-armv4t Nov 16 21:25:30 heh Nov 16 21:28:17 mrmoku: gnutoo_: do you when starting in munich ? Nov 16 21:28:28 know Nov 16 21:29:05 nschle85: gah... how to add a bullet list? Nov 16 21:29:07 * mrmoku wiki noob Nov 16 21:29:26 * Nov 16 21:29:30 thx :-) Nov 16 21:29:51 don t forget the space before the * Nov 16 21:30:37 ohh... seems to work without too :P Nov 16 21:30:52 nschle85: I added to sections to collect topics Nov 16 21:30:54 what wiki? Nov 16 21:30:56 fso or shr? Nov 16 21:31:06 http://wiki.freesmartphone.org/index.php/FSOSHRCON_2011_AGENDA Nov 16 21:31:17 fso: * is ok without the space, shr: you need the space Nov 16 21:31:20 mrmoku: http://www.mediawiki.org/wiki/Help:Formatting Nov 16 21:32:01 JaMa|Off: ok, removing shr-splash from runlevel 01 did it Nov 16 21:32:07 * mrmoku pushes that too Nov 16 21:32:09 nschle85: thx Nov 16 21:32:18 gnutoo_: ok, thank you too :) Nov 16 21:35:18 JaMa|Off: pushed Nov 16 21:35:39 JaMa|Off: nothing else from my side for now :) Nov 16 21:37:15 thx again Nov 16 21:37:15 mrmoku: do we want tinylogin in image? for getty or util-linux-agetty? Nov 16 21:37:46 JaMa|Off: hmm... I don't enough about the differences to care Nov 16 21:37:51 take whatever you prefer :) Nov 16 21:37:58 btw. networking is *not* fixed Nov 16 21:38:09 as connman is ignoring usb0 Nov 16 21:38:29 and networking service is masked by linking it to /dev/null Nov 16 21:38:42 dunno what to do there Nov 16 21:39:03 probably best fix would be to let connman handle usb0 correctly Nov 16 21:39:25 * mrmoku just knows NetworkManager and has no clue about connman :/ Nov 16 21:40:42 JaMa|Off: hmm... wlan0 is disabled for connman too... wtf. what for is it then? :P Nov 16 21:40:48 mrmoku: does anybody know which time the 3 meals are planned ? (ill add to wiki) Nov 16 21:40:54 Ill go bye Nov 16 21:41:12 mrmoku: only for fsogsm to handle gprs I guess Nov 16 21:41:15 nschle85: well meal from LH is only breakfast Nov 16 21:41:46 mrmoku: the others are not bookable ? Nov 16 21:41:51 JaMa|Off: yeah, will play a bit with it Nov 16 21:42:05 nschle85: they are, we just did not the last time Nov 16 21:42:10 dunno about this time Nov 16 21:42:56 nschle85: anyway... the time is upon us to decide (within sane parameters :P) Nov 16 21:44:11 nschle85: just add them with some 'standard' time Nov 16 21:44:24 breakfast not too late maybe... as we don't have time to loose :) Nov 16 21:56:59 mrmoku: i hope i entered standard time :-) Nov 16 21:57:48 nschle85: apart from 8:00 being hacker unfriendly :P Nov 16 21:58:04 I meant more like not at 10:00 Nov 16 21:58:17 8:00 might be hard after a long night :) Nov 16 21:58:26 however we can still decide on that Nov 16 21:59:20 mrmoku: so i never attended such kind of meeting :-) Nov 16 22:00:06 I only once Nov 16 22:00:17 and what is realistic time ? Nov 16 22:00:59 dunno... something around 9:00... maybe a bit before? leave it as is for now... let's see if somebody complains :_) Nov 16 22:01:16 taliking about time... time for me to go to bed :P Nov 16 22:01:32 gnight all... and have fun :D Nov 16 22:02:14 mrmoku: please have a look Nov 16 22:03:00 mrmoku: please update Nov 16 22:03:57 mrmoku: can I replace your systemd-serialgetty change by u-a calls in util-linux providing /sbin/getty? Nov 16 22:05:51 how to registr on fso wiki? Nov 16 22:06:03 it says that my username doesn't exist :/ Nov 16 22:11:57 JaMa|Off: as i remember Mickey added me manually because they where hacked so own registration did not work Nov 16 22:12:52 JaMa|Off: you can pastie and ill add until you account works Nov 16 22:13:26 nschle85: please add me to attendees so mrmoko wont forget me in Nuremberg train station :) Nov 16 22:15:23 JaMa|Off: if he forgets i can also collect you :-) Nov 16 22:16:10 JaMa|Off: on which position, which text ? Nov 16 22:16:50 "Who?" section http://wiki.freesmartphone.org/index.php/FSOSHRCON_2011 Nov 16 22:17:25 JaMa|Off: that i know but where to sort you in ? Nov 16 22:18:17 Martin Jansa (JaMa), last is fine :) Nov 16 22:20:48 ok added, but not last, because M is before N :-) Nov 16 22:22:01 JaMa|Off: when does your train arrive ? Nov 16 22:24:33 thanks Nov 16 22:29:07 heh we need to teach ffalarms new ways of reloading dbus I guess Nov 16 22:29:09 //var/lib/opkg/info/ffalarms.postinst: line 2: /etc/init.d/dbus-1: No such file or directory Nov 16 22:30:41 ups :-) Nov 16 22:31:57 JaMa|Off: just curious, does SHR have invoke-rc.d? Nov 16 22:32:58 (in debian you would not refer to /etc/init.d/dbus-1 without first checking if invoke-rc.d is available -- this makes it possible to automatically test the postinst in piuparts without actually reloading any real dbus stuff) Nov 16 22:33:44 lindi-_: update-rc.d Nov 16 22:34:06 JaMa|Off: that's a different tool Nov 16 22:34:34 lindi-_: ah you're right so no AFAIK Nov 16 22:35:01 JaMa|Off: update-rc.d creates the links for the runlevels Nov 16 22:35:37 yes that's what we're using in update-rc.d.bbclass Nov 16 22:36:30 * JaMa|Off too tired to read all letters in words ;/ Nov 16 22:36:56 mrmoku: Configuring util-linux-agetty. Nov 16 22:36:56 update-alternatives: Linking //sbin/getty to agetty Nov 16 22:37:25 mrmoku: and better Configuring shr-splash. Nov 16 22:37:25 /usr/sbin/update-rc.d: line 214: printf: S: invalid number Nov 16 22:42:52 JaMa|Off: can you pastie /usr/sbin/update-rc.d please ? Nov 16 22:47:11 JaMa|Off: in ubuntu runlevel S exists but in current documentation S is not described Nov 16 22:55:28 bye ill go to bed .. Nov 16 23:06:55 mrmoku: I'm about to upstream https://gitorious.org/shr/linux/commit/74c481b35be9bf9b7d512de6942c7be345a7db47?format=patch Nov 16 23:07:08 mrmoku: the "return 1" needs to be "return 0" Nov 16 23:08:49 mrmoku: you've chosen a very very bad date for your meeting Nov 16 23:09:06 I've got lectures on 16. as well as 17. Nov 16 23:09:11 because part time student Nov 16 23:09:13 -.- Nov 17 00:18:34 Good night people Nov 17 01:30:43 anyone used midori in shr-core on gta02? it segfaults on startup for me. Nov 17 01:35:22 jeepingben: I think somebody else complained about it here. maybe bug tracker helps? Nov 17 01:40:23 I can add a bug Nov 17 01:40:44 What about the black screen on startup for gta02? any progress on that? Nov 17 01:42:42 jeepingben: what bug is that? Nov 17 01:43:07 jeepingben: I don't use SHR but if it is kernel related I might know Nov 17 01:43:22 that one is in the tracker. A new install of shr-core on gta02 gets to the end of the enlightenment setup, then the screen goes black and usb networking goes down Nov 17 01:43:48 I am looking into that one since it has been around for a while and I don't think any of the SHR guys use their GTA02 anymore Nov 17 01:44:54 I can work around it by not starting fsodeviced on startup Nov 17 01:45:09 but I was wondering if someone else knew more Nov 17 01:50:55 jeepingben: maybe it goes to usb host mode? Nov 17 01:52:01 could be, but it would be hard to tell. Right now I have figured out that if I don't load fsodeviced on startup, I can ssh in and turn on the backlight from sysfs Nov 17 01:52:23 then I use the terminal on the phone to start all the fso stuff and it works Nov 17 01:52:33 could be a boot order issue or something missing **** ENDING LOGGING AT Thu Nov 17 02:59:57 2011