**** BEGIN LOGGING AT Wed Jun 01 02:59:56 2011 Jun 01 04:22:34 dcordes: last time elfe was proposed as default, it turned out too buggy/incomplete still. that was a while ago though... Jun 01 04:56:19 Hi! Can someone please explain to me what piece of hardware gives the freerunner phone functionality and the software that manages this? Jun 01 05:04:29 the hardware is the Calypso modem Jun 01 05:04:45 the software talking to it is mostly fsogsmd I think... Jun 01 05:05:25 (well, not only the modem of course... also the sound infrastructure) Jun 01 05:39:58 moin Jun 01 06:06:53 moin Jun 01 06:11:11 mrmoku: when will we switch to shr-core? :) Jun 01 06:12:44 DocScrutinizer51: you were asking about lis302dl, right? Have you found some newer version using genirq? Jun 01 06:14:10 err, I was asking? well no I didn't find anything new but I thought the OM flavour of driver was absolutely sane Jun 01 06:14:23 almost perfect Jun 01 06:15:07 what's genirq? Jun 01 06:15:30 newer kernel API to handle irqs Jun 01 06:15:49 duh, we need a kernel API to handle IRQ? Jun 01 06:15:57 that's why good old lis302dl doesn't work with 2.6.39 Jun 01 06:16:22 o.O Jun 01 06:16:47 DocScrutinizer51: http://git.openmoko.org/?p=kernel.git;a=commit;h=2a4a2d5f6441105e9791a2145adef6e9cf36e7ae if you're interested Jun 01 06:17:05 so who should've updated the openmoko lis30dl driver? Jun 01 06:17:52 also I don't really understand what genirq is and why we need it Jun 01 06:21:03 I'll try to update it Jun 01 06:21:31 but we need it because ie set_irq_handler is not available now Jun 01 06:25:35 aah Jun 01 06:26:46 so some weirdos at kernel-hardcore decided it's time to mess up everything again so nobody get tired or considering holiday... ;-P Jun 01 06:27:05 cool shit Jun 01 06:27:55 * DocScrutinizer wants to know what *these* dudes smoke the whole day Jun 01 06:29:48 it's just how many? 2000? kerneldrivers.ko that need revision and patches now - hope none of the maintainers has retired or went on a long holiday Jun 01 06:30:13 that's just normal linux development, a good way to get rid of drivers that don't have maintainers :) Jun 01 06:30:44 yeah, bin that shit, nobody cares \o/ Jun 01 06:31:23 probably that's also the reason why my friggin sata still acts up on every new kernel, and initrd refuses to build Jun 01 06:32:21 ohwell that laptop is almost 4 years old now, should be illegal to even ponder to use it for linux Jun 01 07:10:38 ~bark Jun 01 07:10:38 * apt barks, like a rabid dog. Jun 01 07:12:05 JaMa: whenever you feel like it being ready :) Jun 01 07:12:59 JaMa: last night my desktop locked up while building... today when I restarted the build I get an error in do_rootfs Jun 01 07:13:10 | cp: cannot stat `/OE/shr-unstable/tmp/rootfs/shr-lite-image../bin/busybox': No such file or directory Jun 01 07:14:24 JaMa: (genirq) that explains mokomaze locking right? Jun 01 07:15:14 mrmoku: (genirq) no probably as it's only in 2.6.39 but I wanted to try lis302dl with .39 to see if it's still there Jun 01 07:15:23 ahh, right .39 Jun 01 07:16:49 and now with bitbake fixed I'm quite happy with shr-core, so I'll focus on shr-core runtime more Jun 01 07:17:39 I just fear that if we won't start putting new stuff to shr-core I'll return from holidays and have to import month of changes to meta-smartphone from oe.dev :/ Jun 01 07:18:10 JaMa: in two or three words... how to switch? Jun 01 07:18:11 :) Jun 01 07:18:46 but at least internet connection in new flat looks better now, I've found company with 5GHz wifi in that area and they already have ap on roof (they said) Jun 01 07:18:46 or better restart from scratch? Jun 01 07:19:10 make setup-shr-core; cd shr-core; . ./setup-env; bitbake -k shr-image Jun 01 07:19:12 :) Jun 01 07:19:21 build from scratch is needed Jun 01 07:19:39 hmm... that looks easy enough for me :P Jun 01 07:19:47 but shared env is fine (as used on shr-buildhost) Jun 01 07:19:58 are you using shr-chroot? Jun 01 07:20:01 yup Jun 01 07:20:25 then don't forget to update it.. you need latest bitbake from it Jun 01 07:20:34 just read that I'm supposed to run make update-chroot outside of chroot :P Jun 01 07:20:39 * mrmoku always did it inside Jun 01 07:21:15 isn't it trying to removove stuff from your --bind directories? Jun 01 07:21:28 hmm, not that I noticed Jun 01 07:21:39 at least my sources are still there ;) Jun 01 07:23:23 lucky :) Jun 01 07:23:32 hmm Jun 01 07:23:39 OE @ / # make setup-shr-core Jun 01 07:23:39 make: *** No rule to make target `setup-shr-core'. Stop. Jun 01 07:23:54 dahh... nvm Jun 01 07:24:00 * mrmoku still has to wake up Jun 01 07:24:14 cd /OE ? Jun 01 07:24:29 su - bitbake... yeah Jun 01 07:24:44 setup I have to run inside, right? Jun 01 07:24:59 yes, but probably works also when run outside Jun 01 07:25:12 those --reference paths should be relative now Jun 01 07:25:25 hmm Jun 01 07:25:36 but I prefer to run everything except setup-shr-chroot from inside Jun 01 07:25:39 OE @ ~ $ make setup-shr-core Jun 01 07:25:39 make: Entering directory `/OE' Jun 01 07:25:39 make[1]: Entering directory `/OE' Jun 01 07:25:39 make[1]: *** No rule to make target `shr-core/.configured'. Stop. Jun 01 07:26:04 do you have current Makefile? (is it link to makefile dir? Jun 01 07:26:17 OE @ ~ $ ls -l Makefile Jun 01 07:26:17 lrwxrwxrwx 1 bitbake bitbake 15 May 29 19:59 Makefile -> common/Makefile Jun 01 07:26:52 and seems to be current Jun 01 07:27:01 .PRECIOUS: shr-core/.configured should be there Jun 01 07:27:14 please check if you have master branch in common repo Jun 01 07:27:19 did you merge the shr-chroot branch there? Jun 01 07:27:27 yes Jun 01 07:27:45 strange Jun 01 07:27:52 I have no such PRECIOUS Jun 01 07:28:10 OE @ ~/common $ git branch master Jun 01 07:28:10 * shr-chroot Jun 01 07:28:12 duhh :P Jun 01 07:28:29 OE @ ~/common $ git checkout master Jun 01 07:28:29 Switched to branch 'master' Jun 01 07:28:29 Your branch is behind 'origin/master' by 53 commits, and can be fast-forwarded. Jun 01 07:28:32 :) Jun 01 07:28:35 yup I remember you testing it Jun 01 07:28:57 then I merged it to master and then also merged shr-core branch and then removed both from repo Jun 01 07:28:57 yeah, and I forgot Jun 01 07:29:04 (to switch back) Jun 01 07:29:07 works now Jun 01 07:29:57 great :) Jun 01 07:32:33 JaMa: lrwxrwxrwx 1 bitbake bitbake 10 Jun 1 09:30 bitbake -> ../bitbake Jun 01 07:32:43 ../bitbake does not exist Jun 01 07:33:09 I can remove that link, right? bitbake is included in the chroot Jun 01 07:35:50 freesmartphone.org: 03morphis 07msmcomm * r56ba07ad3703 10/libmsmcomm/msmcomm/smsmessage.vala: libmsmcomm: some response type handling for sms events Jun 01 07:37:12 ok.. bbi running :) Jun 01 07:37:40 yes you can Jun 01 07:40:06 ../bitbake link was added only for people without shr-chroot http://git.shr-project.org/git/?p=shr-makefile.git;a=commit;h=fea8bcd57fa56e0b6073270b1aad5e1d42d8421e but shouldn't harm people with shr-chroot as setup-env checks bitbake/bin existence before adding it to PATH.. test ! -d "${TOPDIR}/bitbake/bin" || export PATH="${TOPDIR}/bitbake/bin:${PATH}" Jun 01 08:08:55 radekp: hi Jun 01 08:09:05 JaMa: hi Jun 01 08:09:59 radekp: I've merged couple of .37 patches to .39 kernel, don't you have lis302dl updated for genirq somewhere? Jun 01 08:10:27 JaMa: i have something... Jun 01 08:11:11 great, can you share? ;) Jun 01 08:12:30 JaMa: https://github.com/radekp/linux-2.6/commit/992c53974c9b7c9a53798c5d8e4e6e9ef1bce4ff Jun 01 08:12:36 JaMa: https://github.com/radekp/linux-2.6/commit/6cb43d0551194815c5fd51e93dfac92245b5a15c Jun 01 08:13:42 and few people reported fr to just hang after using accels for a while with .37 :/ Jun 01 08:14:04 JaMa: this is from some old andy-tracking - it's quite clean patch, later it was spoiled with some unmaintainable changes Jun 01 08:14:10 radekp: this is the old version still using set_irq_handler() Jun 01 08:14:17 JaMa: hmm it sometimes panices kernel :( Jun 01 08:14:50 and I have this in .39 already, what is missing is change to use genirq :) Jun 01 08:15:35 ahh so i dont have anything more then... Jun 01 08:15:48 JaMa: there is also this older spoiled version: https://github.com/radekp/linux-2.6/commit/be787e11ffb9308b3c10d94e275ba3363c469123 Jun 01 08:15:54 radekp: here is what I have https://gitorious.org/shr/linux/commits/shr-2.6.39-nodrm Jun 01 08:16:07 JaMa: but i couldnt port it to 2.6.37 - it was just too much mess Jun 01 08:17:02 JaMa: btw does it work good this 2.6.39? I had troubles even booting it Jun 01 08:17:18 radekp: have you seen my replies to openmoko-kernel? Jun 01 08:18:31 JaMa: yup Jun 01 08:19:49 with Forlin's patches reverted and patch from Benjamin for NAND it boots and works fine (without bq27x00 driver) Jun 01 08:20:09 oki, i'll try once more Jun 01 08:31:19 yeah!!! I found the latitude in the binary blob of a GPS message for the Palm Pre!! Jun 01 08:31:24 playya_: ping Jun 01 08:31:53 * morphis praises Gnutoo for his fso-msm-gps-activator! Jun 01 08:35:16 morphis: congrats :-) Jun 01 08:35:39 antrik: thanks :) Jun 01 09:02:09 freesmartphone.org: 03morphis 07msmcomm * rabc7e6dbf690 10/libmsmcomm/protocol/structures/pdsm.xml: libmsmcomm: found latitude/longitude fields in pdsm_pd_event message structure Jun 01 09:03:45 morphis: qfsodbusxml2cpp works here now with qt 4.7.2 Jun 01 09:03:53 radekp: ok Jun 01 09:04:05 morphis: so i think i have just old QT at home Jun 01 09:11:47 radekp: ok, can be as I copied the *.h files from a very recent version of Qt Jun 01 09:17:03 morphis: pong! (a bit late :p ) Jun 01 09:17:13 GarthPS: no problem :) Jun 01 09:17:19 :) Jun 01 09:17:29 GarthPS: I pushed yesterday some change in the fsousaged configuration for the palmpre Jun 01 09:17:48 and I wanted you to ask if you can test if it still works with SHR Jun 01 09:18:05 it's this one: http://git.freesmartphone.org/?p=cornucopia.git;a=commit;h=81d1ac9905479153a20f3ab0f81acc79b905901e Jun 01 09:18:30 if you have SHR on your device you can just change the fsousaged.conf file and reboot and try if it stills works Jun 01 09:19:12 morphis: yep. what do I need to do ? I have already fso-autorev Jun 01 09:19:44 morphis: yes I have already so I just need to replace fsousaged.conf ? Jun 01 09:20:24 yes Jun 01 09:20:30 and reboot Jun 01 09:20:36 then telephony should still work Jun 01 09:21:12 morphis: :/ hmm as it does not work currently on my pre2 .. I am not sure to help here.. Jun 01 09:22:30 for now I can just log my SIM and hook my operator network Jun 01 09:22:52 thats enough Jun 01 09:23:06 but perhaps this is what you call "working" :) Jun 01 09:23:09 if you can insert the pin and register to the network after the config file change everything should be fine Jun 01 09:23:12 yes :) Jun 01 09:23:26 GarthPS: if you want telephony really to work within SHR Jun 01 09:24:12 what is "everything" for you morphis ? Jun 01 09:24:48 what is "shadow resources "by the way ? Jun 01 09:24:51 the configuration change I did Jun 01 09:25:30 whenever you request a resource from fsousaged it's auto-launched Jun 01 09:25:45 org.freesmartphone.Usage.RequestResource GSM will launch fsogsmd Jun 01 09:26:19 without enable_shadow_resources = 1 , "org.freesmartphone.Usage.RequestResource GSM" will do nothing when fsogsmd is not already launched Jun 01 09:26:48 GarthPS: if you want audio for calls working in SHR you can try the fsoaudio branch of libphone-ui (http://git.shr-project.org/git/?p=libphone-ui.git;a=shortlog;h=refs/heads/fsoaudio) Jun 01 09:27:52 morphis: hmm ok . I will take a look for the audio (I hope. because I have some things to do ..) Jun 01 09:28:05 ok Jun 01 09:28:28 morphis: but yes I want telephony to work within SHR! Jun 01 09:32:38 morphis: in fact I don't need to replace the whole file but just to enable the shadow resource in the file right ? Jun 01 09:32:47 yes Jun 01 09:35:04 morphis: rebooting Jun 01 09:36:08 morphis: pin entered and network hooked Jun 01 09:38:09 yeah Jun 01 09:38:18 ok then everything is ok Jun 01 09:38:48 morphis: can I run a other test to be sure ? or is it good ? Jun 01 09:39:02 ppp connection still not working here Jun 01 09:40:58 GarthPS: why ppp connection is not working? Jun 01 09:41:02 any hints? Jun 01 09:42:26 morphis: hmm I don't rememeber how to launch it in a terminal.. I launch it with the gui for now so no output Jun 01 09:42:39 what is the command ? cli-.... Jun 01 09:43:28 mdbus2 -s -i Jun 01 09:44:21 org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP org.freesmartphone.GSM.PDP.SetCredentials apn username password Jun 01 09:44:30 org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP org.freesmartphone.GSM.PDP.ActivateContext Jun 01 09:47:09 morphis: if username and password is empty do I have to put some NULL field ? Jun 01 09:47:21 "" Jun 01 09:49:33 morphis: oh.. I rebooted reenter my pin and now I have no network.. but I did not saw if it hooked one and lost it or did never hooked it ... I reboot abain Jun 01 09:53:12 morphis: ok I rebooted re-entered my pin but the widget still does not show an hooked network even 2 minutes later Jun 01 09:54:07 morphis: tell me what do you want Jun 01 10:01:03 GarthPS: take a look at fsogsmd.log Jun 01 10:02:38 morphis: ok I will but just FYI while you answered I revereted the conf change and now i hook the network.. so I reenable the shadow resource and reboot and willl look in the fsogsmd.log Jun 01 10:07:44 morphis: even better no pin screen anymore.. :/ Jun 01 10:08:46 morphis: http://pastebin.com/raw.php?i=gZDiZeWg Jun 01 10:14:08 whats with msmcommd.log? Jun 01 10:18:45 morphis: http://pastebin.com/raw.php?i=DBHt6SjH Jun 01 10:20:24 hm, seems to be some problem with the msmcommd Jun 01 10:20:31 can you reboot and try again? Jun 01 10:20:43 yep Jun 01 10:24:54 morphis: ok pinscreen Jun 01 10:24:57 and logged Jun 01 10:25:02 ... :/ Jun 01 10:26:17 [ERR]: No method org.freesmartphone.GSM.PDP found at /org/freesmartphone/GSM/Device for org.freesmartphone.ogsmd Jun 01 10:27:21 org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP org.freesmartphone.GSM.PDP.SetCredentials Jun 01 10:27:29 äh sorry Jun 01 10:27:35 org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP.SetCredentials Jun 01 10:27:37 thats correct Jun 01 10:27:48 Jun 01 10:29:16 morphis: MDBUS2> org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP.ActivateContext Jun 01 10:29:16 () Jun 01 10:29:31 whats does fsogsmd.log say? Jun 01 10:29:53 morphis: I can quit mdbus2 ? Jun 01 10:30:05 CTRL+C Jun 01 10:31:35 morphis: http://pastebin.com/Y0gW2Hhn Jun 01 10:31:50 * GarthPS off for the time of a shower Jun 01 10:33:33 GarthPS: "PPP stack now online via ppp0. Local IP is 10.241.103.211, remote IP is 0.0.0.0, DNS1 is 172.20.2.10, DNS2 is 172.20.2.39" Jun 01 10:33:36 so PPP is up Jun 01 10:33:59 you should check if fsonetworkd is running and installed Jun 01 10:34:11 as thats why it fails "Can't call offer_default_route on onetworkd: " Jun 01 10:34:48 morphis: root@palmpre2 ~ # ps aux |grep fson Jun 01 10:34:49 root@palmpre2 ~ # Jun 01 10:35:00 no fsonetworkd running Jun 01 10:35:03 is it installed? Jun 01 10:35:23 root@palmpre2 ~ # fsonetworkd Jun 01 10:35:25 2011-06-01T08:17:05.871246Z [CRITICAL] subsystem : Can't claim busname org.freesmartphone.onetworkd Jun 01 10:35:25 Aborting due to critical error: Jun 01 10:35:25 'Can't claim busname org.freesmartphone.onetworkd' Jun 01 10:35:25 root@palmpre2 ~ # Jun 01 10:35:41 hm Jun 01 10:35:47 so yeah installed but can't run Jun 01 10:35:58 perhaps it can walk... :) Jun 01 10:36:03 =>[] Jun 01 10:36:24 * GarthPS off for the time of a shower, really. Jun 01 10:36:31 please check Jun 01 10:36:33 root@palmpre:/etc/dbus-1/system.d# cat fsonetworkd.conf Jun 01 10:36:42 hehe Jun 01 10:57:19 JaMa: yay, shr-core light image finished successfully :-D Jun 01 10:59:14 mickeyl, hi, what's the type of a vala function? Jun 01 11:01:35 morphis: ok I check Jun 01 11:02:22 Jun 01 11:02:22 Jun 01 11:02:22 Jun 01 11:02:22 Jun 01 11:02:22 Jun 01 11:02:24 Jun 01 11:02:26 Jun 01 11:02:28 Jun 01 11:02:30 Jun 01 11:02:33 Jun 01 11:02:35 Jun 01 11:02:56 ok so typo Jun 01 11:03:38 morphis: how do I fix it ? Jun 01 11:03:46 never mind I'll copy paste Jun 01 11:03:54 perhaps this bug explain the ssh bug Jun 01 11:04:55 GarthPS: a typo? Jun 01 11:05:48 morphis: yes look at this => 'Can't claim busname org.freesmartphone.onetworkd Jun 01 11:06:18 I don't see it ... Jun 01 11:06:18 it should be org.freesmartphone. >FS< onetworkd Jun 01 11:06:33 => freesmartphone.fsonetworkd Jun 01 11:06:51 no Jun 01 11:06:59 onetworkd is correct Jun 01 11:08:47 morphis: ?! ok then.. I though it should be fsonetworkd . I don't get the name.. Jun 01 11:09:11 fsonetworkd is the name of the binary Jun 01 11:09:22 the busname for fsonetworkd is org.freesmartphone.onetworkd Jun 01 11:09:29 for fsogsmd it is org.freesmartphone.ogsmd Jun 01 11:10:01 why in http://git.freesmartphone.org/?p=framework.git;a=blob;f=etc/dbus-1/system.d/frameworkd.conf;h=cd0c775da95b2e14a9bfb519216bdae806e5a441;hb=HEAD the path is not the same as in my local fsonetworkd.conf Jun 01 11:10:51 what o stand for ? Jun 01 11:12:22 for the "o" ask mickeyl Jun 01 11:12:47 GarthPS: thats the old framework Jun 01 11:13:08 new fsonetworkd lives here: http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=fsonetworkd;h=b9cb14096d90089468844fcb44a6c050fe0db99c;hb=HEAD Jun 01 11:15:06 sigh Jun 01 11:15:27 cmthandler.vala:106.10-106.14: error: Expression is either not a member access or does not denote a lockable member lock ( ulbuf ){ Jun 01 11:15:38 I cannot lock a buffer? Jun 01 11:17:01 mrmoku: good :) Jun 01 11:18:31 morphis: so why fsonetwork does not launch...? Jun 01 11:20:16 morphis: ... fsonetwork is not running and can not be launch because it can not claim busname org.freesmartphone.onetworkd because someone is already providing it! Jun 01 11:20:35 morphis, what variables can I lock? Jun 01 11:20:48 morphis: mdbus2 -s |grep onetworkd Jun 01 11:20:48 org.freesmartphone.onetworkd Jun 01 11:21:27 GarthPS, if it cannot be launched ti means that it's already launched Jun 01 11:22:08 GNUtoo: nope not running . at least nothing shown by ps aux|grep fsonetworkd Jun 01 11:22:15 Over the past twelve months, 26 developers contributed new code to SHR. Jun 01 11:22:17 This is one of the largest open-source teams in the world, and is in the top 2% of all project teams on Ohloh. Jun 01 11:22:18 ;) Jun 01 11:25:52 no one knows vala? or no one cares? Jun 01 11:26:15 GarthPS, then some other daemon took his place and uses the bus ? Jun 01 11:33:31 GNUtoo: perhaps but how to know that ? Jun 01 11:33:43 hmmm Jun 01 13:09:14 mickey|office, hi, can I lock a buffer in vala? Jun 01 13:09:21 like lock (dlbuf) Jun 01 13:09:53 ping mrmoku Jun 01 13:14:15 morphis: are you there ? I want to reboot under webos.. Jun 01 13:25:02 GNUtoo: you can create a mutex, e.g. private Mutex mutex = new Mutex (); Jun 01 13:25:07 and then lock / unlock the mutex Jun 01 13:25:17 ok Jun 01 13:25:49 sync example: http://mail.gnome.org/archives/vala-list/2008-December/msg00034.html Jun 01 13:26:30 ok thanks Jun 01 13:29:50 JaMa: hi . libav still needs your patch ? is it not pushed mainstream ? Jun 01 13:30:03 yes it's still needed Jun 01 13:51:53 JaMa: ok thx It built Jun 01 13:52:37 mrmoku, ping Jun 01 14:01:38 mickey|office, basically here's the current status: Jun 01 14:01:55 *audio playback works without recording Jun 01 14:02:12 * I guess recording would work without audio playback(not tested again) Jun 01 14:02:24 but both together produce buffer overruns Jun 01 14:02:49 GNUtoo: non-FR? Jun 01 14:02:56 yes Jun 01 14:02:57 n900 Jun 01 14:03:05 * lindi- has similar trouble on FR Jun 01 14:03:13 ah? Jun 01 14:03:14 interesting Jun 01 14:04:01 maybe fsoaudiod's alsa config then Jun 01 14:04:10 lindi-, how do you record? Jun 01 14:04:22 it is in the bts Jun 01 14:04:35 with recording you mean microphone input or writing to a file? Jun 01 14:13:50 microphone input Jun 01 14:14:49 I'll continue(or not) later Jun 01 14:15:17 lindi-, which bugtracker fso? openmoko? Jun 01 14:15:38 does debian package fsoaudiod now? Jun 01 14:15:42 openmoko Jun 01 14:16:07 ok Jun 01 14:16:26 not using fso so i do not know sorry Jun 01 14:17:15 ok np Jun 01 14:29:59 GarthPS: now I am available Jun 01 14:30:08 morphis: :) Jun 01 14:33:55 so Jun 01 14:34:14 morphis: ... fsonetwork is not running and can not be launch because it can not claim busname org.freesmartphone.onetworkd because someone is already providing it! but Who ? Jun 01 14:34:30 check framework.conf Jun 01 14:34:47 or check if frameworkd is running Jun 01 14:38:42 morphis: ok I reboot under SHR Jun 01 14:42:51 mickey|office: "good news": webOS is using the same version of the rpc protocol as android does Jun 01 14:43:16 mickey|office: I took a look at the pixi kernel source code and the pixi uses the rpc stuff too Jun 01 14:50:55 morphis: framorkd is running Jun 01 14:51:05 GarthPS: take a look at framework.conf Jun 01 14:51:37 and see if network subsystem is enabled there Jun 01 14:51:49 or shutdown frameworkd and try fsonetworkd again Jun 01 14:53:14 morphis: how to shut it down ? Jun 01 14:53:37 ok by init.D Jun 01 14:53:39 ok by init.d Jun 01 14:53:53 yes Jun 01 14:55:18 morphis: ok I could then launch fsonetwork. I am taking a llok in framework.conf by which one ? Jun 01 14:55:27 /etc/frameworkd.conf Jun 01 14:55:27 /etc/dbus-1/system.d/frameworkd.conf Jun 01 14:55:35 /etc/frameworkd.conf Jun 01 14:55:43 /etc/dbus-1/system.d/frameworkd.conf is the dbus config for frameworkd Jun 01 14:55:54 /etc/frameworkd.conf is frameworkd config Jun 01 14:56:28 morphis: ok by the way is it not taht ther is no init.d script for fsonetwork ? Jun 01 14:56:29 look for [onetworkd] Jun 01 14:56:36 yes Jun 01 14:56:37 morphis: yeah yeah Jun 01 14:56:44 onetwork is autolaunch'ed by dbus Jun 01 14:56:54 there should be disable = 1 Jun 01 14:58:37 morphis: nope I only have this Jun 01 14:58:38 # Subsystem configuration for onetworkd Jun 01 14:58:38 # Jun 01 14:58:38 [onetworkd] Jun 01 14:58:38 [onetworkd.network] Jun 01 14:59:35 morphis: oups sorry.. it should be what you meant. so waht do i do ? Jun 01 14:59:57 then add disable = 1 Jun 01 15:00:03 below [onetworkd] Jun 01 15:00:13 hm yeah Jun 01 15:02:14 morphis: I have restarted the daemon and now I don't have any dbus domain for onetwork Jun 01 15:02:16 and then reboot Jun 01 15:02:20 :) Jun 01 15:03:35 morphis: rebooting. do you think that fsonetworkd not launched could explain that ssh oes not work out of the box? Jun 01 15:08:08 no Jun 01 15:08:23 there should be no clue between both Jun 01 15:08:37 but you need to do that ssh is working again? Jun 01 15:10:32 morphis: I don't understand your question.. Jun 01 15:14:44 holy shit it is the second time that I reboot to hook to the network by still nothing morphis! pin entered but no network. and now no touchscreen... hta is new Jun 01 15:15:24 GarthPS: my question was: what do you need to do to get ssh working again? Jun 01 15:15:26 GarthPS: hm Jun 01 15:17:36 morphis: hm from a fresh shr-u install on my pre2 I need to do this one time for all then it allway works http://www.freenux.fr/Erreur-SSH-PTY-allocation-request.html Jun 01 15:18:21 morphis: ok thrid time reboot without hooking network after sin screen passed. where do I look ? Jun 01 15:19:51 how to be sure tha it is not the widget is wrong and I am actually hooked to network ? Jun 01 15:20:26 look at fsogsmd.log and msmcommd.log Jun 01 15:20:33 GarthPS: is udev running? Jun 01 15:21:21 * GarthPS rebooting again because of no ts anymore Jun 01 15:23:15 morphis: yes udev is running Jun 01 15:24:11 GarthPS: maybe it's a problem as SHR switched for most devices to devtmpfs Jun 01 15:25:15 * GarthPS says "gosh what this gost ts is anoying!!" Jun 01 15:25:29 morphis: I think I will update my image.. Jun 01 15:25:31 :) Jun 01 15:25:34 do this Jun 01 15:26:05 morphis: wow! the whole device is hanging! Jun 01 15:27:06 * GarthPS make update-all Jun 01 15:27:11 do that :) Jun 01 15:37:48 morphis, do you have devtmpfs and udev at the same time? Jun 01 15:38:02 morphis, else what udev version do you have? you have an old kernel Jun 01 15:38:22 recent udev doesn't work on old kernels Jun 01 15:39:44 and the lack of working udev prevents ssh from working Jun 01 15:39:53 * GarthPS thinks it is crazy that one that one time to an other e button and layout size are not screen's resolution dependant! => huge uggly buttons not fittin well Jun 01 15:39:55 (pty allocation failure, the same error you saw) Jun 01 15:40:26 leviathan, hi, I read your mail in ml, and I think you didn't try Elfe yet hehe Jun 01 15:47:27 hi playya_ Jun 01 15:49:02 morphis: still the same . and msmcommd.log ends with 2011-05-25T06:43:05.068725Z [CRITICAL] msmcommd : GLib : _lambda17_: assertion `conn != NULL' failed Jun 01 15:51:31 GNUtoo: pong Jun 01 15:51:50 hi Jun 01 15:52:06 hi GNUtoo Jun 01 15:52:09 morphis: I applied framewrokd.conf and fsousaged.conf change Jun 01 15:52:10 maybe it's better if I abandon alsa cmtspeech backend and leave it to someone else Jun 01 15:53:20 playya wrote a mail to me, maybe he could continue what I started? Jun 01 15:53:29 GNUtoo: you could practice your efl knowledge and fix scaling for n900 in quick settings :) Jun 01 15:53:43 (if you want to do something& Jun 01 15:53:56 hi GNUtoo Jun 01 15:57:07 GNUtoo: could you paste your work somewhere? Jun 01 15:58:27 yes Jun 01 15:58:38 I already did and will repaste the current state Jun 01 15:58:56 I've to give a working state tough Jun 01 15:59:03 else you will be in the dark Jun 01 16:01:38 ok Jun 01 16:01:40 mickeyl, maybe we should use inline function for debugging to get the file/line/method into the log messages Jun 01 16:12:46 it's pasting.... Jun 01 16:12:52 playya_: in python? Jun 01 16:12:54 but it seem to take 3 hours for pasting Jun 01 16:13:00 need to run Jun 01 16:13:05 bb tomorrow :/ Jun 01 16:14:45 http://pastie.org/2004125 Jun 01 16:15:22 wait a sec Jun 01 16:15:31 GNUtoo: you should adjust the formatting of your vala code :) Jun 01 16:15:35 maybe puting alsaSrc in ACTIVE_DL Jun 01 16:15:37 yes Jun 01 16:15:40 I know Jun 01 16:15:46 it's not for pushing Jun 01 16:15:53 it's for handling my work over to someone else Jun 01 16:17:30 ah ok Jun 01 16:17:45 I wouldn't commit something like that!!!! Jun 01 16:17:49 lol Jun 01 16:19:34 freesmartphone.org: 03psonek2 07specs * rb18154f0f0f3 10/ (12 files in 4 dirs): Jun 01 16:19:34 freesmartphone.org: qfsodbusxml2cpp annotations Jun 01 16:19:34 freesmartphone.org: It is very difficult to make qdbusxml2cpp to autogenerate classes Jun 01 16:22:06 GNUtoo: I didn't mean you want commit that code, I just took a look and saw it's style :) Jun 01 16:22:21 ok Jun 01 16:24:51 06:22 < antrik> dcordes: last time elfe was proposed as default, it turned out too buggy/incomplete still. that was a while ago though... Jun 01 16:25:17 antrik: according to mailing list everybody would be happy with default elfe Jun 01 16:27:30 aha, upload alone causes buffer overruns Jun 01 16:27:33 argh. i need to work on my elementary patch Jun 01 16:28:04 but I need a eina_inlist_insert_sorted_with_data first Jun 01 16:28:26 morphis: I reverted the shadow ressource change rebooted and then hooked to the network again. then I could launch fsonetworkd and had a ppp connection up using the UI and now I am surfing under eve :) Jun 01 16:28:39 related ticket updated Jun 01 16:28:44 GNUtoo: hmm... does not load (pastie) Jun 01 16:30:35 ah? Jun 01 16:30:39 what do you mean? Jun 01 16:30:49 http://pastie.org/pastes/2004125/text Jun 01 16:30:52 is that better? Jun 01 16:33:40 now the notes that goes with it Jun 01 16:33:46 if I put the recording in a thread Jun 01 16:33:52 oops Jun 01 16:33:55 I meant: Jun 01 16:34:38 if I put the actual recording in handleAlsaSrc2 with 160 as buffer size it has buffer underruns Jun 01 16:34:41 for instance: Jun 01 16:34:57 GarthPS: ok Jun 01 16:35:05 GarthPS: so shadow resources are not working Jun 01 16:35:14 GarthPS: you verified that shadow resources are not working? Jun 01 16:35:16 http://pastie.org/2004207 Jun 01 16:35:28 that for instance creates buffer underruns Jun 01 16:35:45 reducing 160 to 140 or 150 makes it somehow work with a robot voice Jun 01 16:35:47 morphis: yeah not very reliable.. Jun 01 16:35:56 GarthPS: ok Jun 01 16:35:58 morphis: how do I check that ? Jun 01 16:36:00 what are shadow resources? Jun 01 16:36:26 GNUtoo: think about org.freesmartphone.Usage.Request GSM when fsogsmd is not already launched Jun 01 16:36:37 fsousaged will then start fsogsmd automatically Jun 01 16:36:43 ok Jun 01 16:37:04 GarthPS: enable shadow resources again Jun 01 16:37:35 morphis: and ? Jun 01 16:37:42 reboot Jun 01 16:37:54 if then everything works as expected then it is ok Jun 01 16:38:01 otherwise I have to revert my commit Jun 01 16:38:13 and find another solution to enable it only for aurora Jun 01 16:38:25 ah no not anymore Jun 01 16:38:33 it overruns too now Jun 01 16:38:44 morphis: In fact it is like russian wheel Jun 01 16:38:49 ahhh Jun 01 16:38:51 wait a sec Jun 01 16:38:57 GarthPS: :) Jun 01 16:39:02 GarthPS: thats bug fixing Jun 01 16:39:10 wrong buffer Jun 01 16:39:19 GNUtoo: it was hanging before on connect... now it works :) Jun 01 16:39:51 ah? Jun 01 16:39:55 what is connect? Jun 01 16:40:07 a cmtspeech state? Jun 01 16:40:08 morphis: yeah so it is not completely good not completely bad right ? Jun 01 16:40:42 morphis: so It does not work which log do I send to you Jun 01 16:41:30 you can send me the logs but I will not fix it in the way that it works with enabled shadow resources Jun 01 16:41:38 I will disable shadow resources then Jun 01 16:41:47 so everything is as before Jun 01 16:42:00 bbl Jun 01 16:42:27 GNUtoo: no, pastie :P Jun 01 16:42:38 had some hickup before for me Jun 01 16:42:44 anyway all fine now Jun 01 16:42:48 ok Jun 01 16:44:33 morphis: holysh.. I waited to much before enter my pin so screenlog so ts dead.. Jun 01 16:44:36 * GarthPS rebooting again Jun 01 16:50:54 morphis: I have send an email with logs. tell me If I can do something else Jun 01 16:57:13 freesmartphone.org: 03morphis 07cornucopia * r38b5c402769f 10/ (201 files in 2 dirs): First sketch for generating qt dbus bindings for fso-specs Jun 01 17:02:27 GarthPS: ook, will tell you Jun 01 17:09:12 morphis: ok so I 'm off bbl Jun 01 17:35:06 hmmm I broke something in my code Jun 01 17:35:08 in Jun 01 17:35:21 handle data event Jun 01 17:35:28 it's a lot different from : Jun 01 17:35:37 http://git.freesmartphone.org/?p=cornucopia.git;a=blob;f=fsoaudiod/src/plugins/gsmvoice_alsa_cmtspeechdata/cmthandler.vala;h=ea648072f72b03d0e8f54ad251fc7dc6b57a77cd;hb=HEAD Jun 01 18:13:21 also Jun 01 18:13:26 with the record thread Jun 01 18:13:35 I set memcpy to 160 Jun 01 18:13:38 instead of the size Jun 01 18:13:42 (320) Jun 01 18:27:44 http://pastie.org/2004667 back with the robot voice Jun 01 18:28:03 but both recording and playback work "somehow" Jun 01 18:48:16 freesmartphone.org: 03morphis 07cornucopia * r3d324e19ee58 10/ (configure.ac src/Makefile.am): Tweak configure script to support debug and qt4 embedded Jun 01 19:10:33 mrmoku, playya_ who is working on cmt? Jun 01 19:13:28 first my actual version segfault Jun 01 19:13:36 I've a version with robot voice Jun 01 19:23:23 ok I've a trace Jun 01 19:23:42 it segfault at mutex lock Jun 01 19:24:07 http://pastie.org/2004922 Jun 01 19:25:08 ahhh mutex = 0x0 Jun 01 19:25:12 I'll fix that Jun 01 19:30:39 JaMa: hmm... strange thing Jun 01 19:30:49 rebuilding the lite image gave me: Jun 01 19:30:49 | * opkg_install_cmd: Cannot install package locale-base-en-gb. Jun 01 19:31:11 GNUtoo: if playya_ does not beat me I'm willing to do it Jun 01 19:31:23 though first I wanted to take a look at kernel/modules/udev Jun 01 19:31:29 or better non-udev :P Jun 01 19:32:13 JaMa: GLIBC_GENERATE_LOCALES = "en_US.UTF-8 de_DE.UTF-8" Jun 01 19:32:15 ok Jun 01 19:32:18 is what I have in local.conf Jun 01 19:32:38 mrmoku: but first image built ok? Jun 01 19:32:43 yup Jun 01 19:32:52 or you've changed local.conf after that? Jun 01 19:33:05 no, not that I would remember Jun 01 19:33:13 weird Jun 01 19:33:16 I adjusted the locales before starting from scratch Jun 01 19:39:01 JaMa: bb -e tells me it is in LIBC_DEPENDENCIES Jun 01 19:39:21 IMAGE_LINGUAS="en-us en-gb" Jun 01 19:39:23 here too Jun 01 19:39:39 and here LINGUAS_INSTALL="locale-base-en-us locale-base-en-gb" Jun 01 19:43:48 conf/distro/include/default-distrovars.inc:IMAGE_LINGUAS ?= "en-us en-gb" Jun 01 19:43:51 conf/distro/include/tclibc-eglibc.inc: locale-base-en-gb " Jun 01 19:44:16 so it's directly in LIBC_DEPENDENCIES Jun 01 19:44:34 JaMa: I'm trying right now with en-gb removed from distrovars Jun 01 19:45:51 do you really hate en-gb that much? :) Jun 01 19:46:05 hehe, no Jun 01 19:46:10 but that did work Jun 01 19:46:59 in any way it's wrong to be able to limit generated locales and then to try to install one you excluded from generation :) Jun 01 19:49:08 JaMa: shr-lite----20110601-nokia900.rootfs.tar.gz is missing some variables :I) Jun 01 19:50:53 * mrmoku installs his first core image now to see how n900 behaves without udev Jun 01 19:52:41 it's missing eglibc and ipk, but I haven't decided if we need to put renamed variable there or just remove extra '-' Jun 01 19:53:00 what do you think? Jun 01 19:53:19 I don't need them :-) Jun 01 19:54:02 and I guess we won't build images with different glibcs or rpms Jun 01 19:55:13 agreed Jun 01 19:55:26 JaMa: gah, fonts in vala-terminal are broken again :/ Jun 01 19:55:48 SHR: 03Martin.Jansa 07meta-smartphone * rb5c8dbd03cf0 10/meta-shr/conf/distro/shr.conf: shr: remove LIBC and PREFERRED_PKG_FORMAT from image name Jun 01 19:55:58 SHR: 03Martin.Jansa 07meta-smartphone * r0ba59efde291 10/meta-openmoko/recipes-kernel/linux/linux-openmoko.inc: linux-openmoko: use relative path for link to latest kernel Jun 01 19:56:33 how? it looked right here Jun 01 19:56:46 but I have 2 days old image now Jun 01 19:57:37 any character is just a rectangle Jun 01 19:57:53 weird that's something I would notice for sure :) Jun 01 19:58:00 yup Jun 01 19:58:19 hmm... I selected de locale for the first time since long Jun 01 19:58:23 maybe it's related Jun 01 20:00:03 http://www.pastie.org/2005103 Jun 01 20:00:12 does someone has an idea on the assert? Jun 01 20:01:11 would require reading alsalib sources to know what it wants to assert there Jun 01 20:02:08 I'll read readi Jun 01 20:02:16 but I guess I've not enough debug... Jun 01 20:02:22 I'll install alsa lib dbg Jun 01 20:03:54 hmm... lots of potentially unexpected fatal signal 5 kernel warnings in logread Jun 01 20:04:28 heh, missed the relevant line by relogin Jun 01 20:04:36 alsu eh? Jun 01 20:04:44 asla* Jun 01 20:04:50 yes Jun 01 20:04:57 pcm.c:1305 Jun 01 20:05:00 I'll look Jun 01 20:07:00 error? Jun 01 20:07:32 size of buffer was 0 Jun 01 20:07:44 (just bashed PA on #qi-hw :-P ) Jun 01 20:07:58 assert(size == 0 || buffer); Jun 01 20:08:00 ok Jun 01 20:08:13 looks sane Jun 01 20:08:44 well sane for a proper error Jun 01 20:10:05 you ever considered to think of modem as being just another asla audiocard? Jun 01 20:11:08 hmmm Jun 01 20:11:14 that would be nicer Jun 01 20:11:33 but kernel people told that it had more than alsa Jun 01 20:11:37 so it coulnd't be alsa Jun 01 20:11:44 or something like that which I don't remember Jun 01 20:11:46 bs Jun 01 20:11:50 possible Jun 01 20:12:17 it has even same ISS hw IF like codec has, on N900 Jun 01 20:13:35 of course there's more/less/other to it wrt mixer and control, well its a modem Jun 01 20:13:54 but mere audio is a plain alsa audiocar Jun 01 20:13:56 d Jun 01 20:16:23 honestly I think kernel folks != alsa experts Jun 01 20:18:12 ok Jun 01 20:18:39 anyway here's my current status: no more buffer underruns but I ear nothing on the remote Jun 01 20:18:51 I'd expect it to be a simple straightforward task to duplicate and strip the N900 std alsacard for modem Jun 01 20:19:43 buffer xruns are acceptable means to adapt wobbly rates of GSM to constant rate of codec Jun 01 20:20:08 s/underruns/overruns Jun 01 20:20:21 the audible result is all that counts Jun 01 20:20:28 the problem with xruns is that I cannot ear anything at all when I have them Jun 01 20:20:54 hi all Jun 01 20:20:59 ah I had a part commented Jun 01 20:21:05 the part that handle src ulbuf Jun 01 20:21:11 that prevent it from working Jun 01 20:21:12 I've just installed shr-unstable for om-gta02 Jun 01 20:21:13 I'll retry Jun 01 20:21:21 but I guess I won't ear anything again Jun 01 20:21:23 hmm so probably alsa goes into some exception state and needs restart Jun 01 20:21:41 I know how to handle it, but I didn't handle it Jun 01 20:21:52 but I do not understand where is the application switcher/closer Jun 01 20:21:59 the problem is worse than that Jun 01 20:22:07 bonnefil_, click on the top bar Jun 01 20:22:22 the problem is that the buffer overruns are not from alsa.... Jun 01 20:22:26 but rather from the modem Jun 01 20:22:30 Yes, I did that with previous versions, but with the current... no way Jun 01 20:22:44 bonnefil_, then the top bar is not loaded.... Jun 01 20:22:50 I don't remember its name Jun 01 20:23:00 I tough it was fixed(the top bar loading) Jun 01 20:23:17 GNUtoo: service modem in due time, if there's no space left in outbuffer then simply dicard Jun 01 20:23:19 ERROR: Trying to resolve runtime dependency glibc-charmap-utf-8 resulted in conflicting PREFERRED_PROVIDER entries being found. Jun 01 20:23:56 DocScrutinizer51, for now I'm trying to make something work, I'm not trying at all to make it perfect....yet Jun 01 20:24:00 mrmoku: yes, not sure how to resolve this one Jun 01 20:24:17 ok Jun 01 20:24:21 because eglibc and glibc both provide runtime glibc-charmap-utf-8 Jun 01 20:25:04 GNUtoo: if modem blows chunks on xrun, then you need to deal with it Jun 01 20:25:15 ok Jun 01 20:25:37 I tough to avoid it Jun 01 20:27:01 you avoid by servicing in due time Jun 01 20:27:11 yes Jun 01 20:27:19 first implementation: Jun 01 20:27:42 when the modem require/send a buffer I writei/readi Jun 01 20:27:48 didn't work very well Jun 01 20:28:02 I had to lower the buffer size in the readi Jun 01 20:28:07 which made a robot voice Jun 01 20:28:19 so now, I'm trying to do that: Jun 01 20:28:28 I readi in a buffer Jun 01 20:28:39 and then I copy the buffer to the modem Jun 01 20:28:46 with memcpy Jun 01 20:29:14 but I cannot ear anymore the remote Jun 01 20:32:08 basically a separate thread with that line in it prevent audio from working: Jun 01 20:32:33 pcmin.read((uint8[])alsaSrcBuf, 160 ); Jun 01 20:32:49 which call readi at the end Jun 01 20:33:06 and the buffer is then copied Jun 01 20:33:09 GNUtoo, thanks for the keyword: I found that I need to start manually shr_elm_softkey Jun 01 20:33:10 I'll read backscroll when back @home Jun 01 20:33:12 so it's something with alsa Jun 01 20:33:19 ok Jun 01 20:33:35 if I work on it too late I'll get nervous tough Jun 01 20:35:57 np, pastebin Ur code Jun 01 20:36:34 http://www.pastie.org/2005302 Jun 01 21:01:26 mickeyl, any idea? Jun 01 21:04:15 GNUtoo: why you need declarate (uint8)alsaSrcBuf if it's already a uint8 value? Jun 01 21:04:37 hi,btw Jun 01 21:06:12 uint[] Jun 01 21:06:19 *uint8[] Jun 01 21:06:24 hi Jun 01 21:06:41 because I'm on an old alsa lib Jun 01 21:06:46 *alsa vala lib Jun 01 21:07:41 hmm,and what you get when you try to compile/run ? Jun 01 21:08:27 it compiles fine, before it didn't maybe some changes Jun 01 21:08:30 ahh I know why Jun 01 21:08:41 because before it was a cmt.FrameBuffer Jun 01 21:10:26 now It works and cut Jun 01 21:10:30 thanks a lot!!!! Jun 01 21:10:38 (audio playing) Jun 01 21:10:53 great :) on N900? Jun 01 21:11:02 yes Jun 01 21:11:10 roughly that means: Jun 01 21:11:18 * I call the operator free number 4242 Jun 01 21:11:25 * I ear benvenuto nell Jun 01 21:11:32 and then I ear nothing Jun 01 21:12:34 hmm Jun 01 21:13:33 I'll rebase on newer alsa lib Jun 01 21:13:39 *vala alsa bindings Jun 01 21:13:57 if I do the same thing for the write I have: Jun 01 21:13:59 cmthandler.vala:109.23-109.35: error: Argument 1: Cannot convert from `uint8*' to `uint8[]' Jun 01 21:13:59 pcmout.write( dlbuf.payload, dlbuf.pcount / 2 ); Jun 01 21:14:10 but it was fixed in later versions Jun 01 21:15:03 so it'll turn the things a bit better Jun 01 21:15:13 yes a lot better Jun 01 21:17:20 i'll learn a bit of that framework,since i don't know it at all Jun 01 21:17:44 but you know vala Jun 01 21:18:36 no too,it's like C isn't? Jun 01 21:18:51 it's like java translated in C Jun 01 21:19:05 it's the code you just saw Jun 01 21:19:45 so it's like 'easy' because i understood it Jun 01 21:19:59 for me it's not easy.... Jun 01 21:20:07 I understand it Jun 01 21:20:13 but for writing it it's another story Jun 01 21:20:21 I've to look in the docs etc.... Jun 01 21:21:03 i agree,understand one language is a thing,write using it is another thing.. Jun 01 21:22:07 GNUtoo: hey :-) Jun 01 21:22:29 btw wasn't aware it's vala, I'm afraid I'm not any help with it Jun 01 21:23:02 I'm rather sure it should be plain c rather than c++ or even vala Jun 01 21:23:03 DocScrutinizer, indeed I feared that Jun 01 21:23:23 there is a C version but it's highly illisible Jun 01 21:24:22 GNUtoo: btw,your code is in somewhere on git? or it's a "private" code from you? Jun 01 21:24:54 it's code I'm writing right now not on git Jun 01 21:24:55 for high level lang like c++ / vala the result of a code from a machine opcode PoV is rather unpredictable and usually highly suboptimal in the basic meaning of the word Jun 01 21:27:22 angelox, thanks a lot!!! with the new mickeyl's code I've a strange voice but....it seems to work!!!!!! Jun 01 21:28:36 GNUtoo: A strange voice? like a robot ? It's a great start :) Jun 01 21:28:39 note that I've a single buffer which is not very good Jun 01 21:28:50 a bit like a robot Jun 01 21:31:36 so it's need only some adjusts to turn it nicely useful Jun 01 21:31:46 here's the whole diff: http://www.pastie.org/2005566 Jun 01 21:32:01 I'll cleanup that tomorrow Jun 01 21:33:11 I'll try to sleep now Jun 01 21:33:15 thanks a lot!!!!!! Jun 01 21:33:34 np Jun 01 21:34:33 usually i can't sleep when i fix something,i run for fix another one :) Jun 01 21:40:54 angelox: you're obviously a coding addict Jun 01 21:40:58 :-) Jun 01 21:43:02 DocScrutinizer: haha :) surely Jun 01 22:04:16 assert( logger.debug( "protocol state is ACTIVE_DLUL, uploading as well..." ) --- errr .oO(??WTF??) Jun 01 22:08:06 where that? Jun 01 22:11:38 extremally strange Jun 01 23:34:12 angelox: in that pastebin diff Jun 01 23:35:25 it's maybe less strange than it seems to me, if only I knew what's a ACTIVE_DLUL ;-D Jun 01 23:35:53 protocol state, even Jun 01 23:37:02 basically not a single of those words in the logger msg makes any sense to me, nor does the crop in context Jun 01 23:40:16 it's like ACTIVE.LOREM_IPSUM,but in this case,i know what is Lorem Ipsum,but i really don't know what's ACTIVE_DLUL too :-D Jun 02 00:30:46 good night everyone **** ENDING LOGGING AT Thu Jun 02 02:59:56 2011