| kerio | why not openbsd | 00:00 |
|---|---|---|
| freemangordon | Pali: hmm, maybe upgrade github to 4.6-rc2 without sre's patches, so if it doesn;t work we will know who to blame | 00:00 |
| freemangordon | Pali: as I fixed video-bus-switch driver and both cameras give green only output | 00:00 |
| freemangordon | but I am not sure if the problem is not in sre's patches | 00:01 |
| Pali | I do not want to remove those patches from tree so we do not lost them | 00:02 |
| Pali | but you can easily run git rebase -i | 00:02 |
| Pali | and remove them from your local repo | 00:02 |
| freemangordon | you won;t lose them they are in the other branches | 00:02 |
| freemangordon | Pali: wasn't pavel working on BT driver? | 00:03 |
| Pali | not anymore | 00:03 |
| freemangordon | oh. any idea why? | 00:03 |
| Pali | his driver was removed from mainline | 00:03 |
| Pali | I still have copy in -n900 branches | 00:03 |
| Pali | that version is working | 00:03 |
| Pali | but not acceptable for mainline anymore | 00:03 |
| freemangordon | any idea wht needs to be done for upstreaming? | 00:03 |
| Pali | using sre version :-) | 00:04 |
| freemangordon | which doesn't work? | 00:04 |
| freemangordon | :D | 00:04 |
| Pali | that uses in kernel omap uart driver | 00:04 |
| Pali | basically it is rewritten to use "correctly" bluetooth api | 00:04 |
| freemangordon | is it in mainline? | 00:04 |
| Pali | sre's version not | 00:04 |
| freemangordon | any clue if he is going to send patches? | 00:05 |
| Pali | sre has it in his tree | 00:05 |
| Pali | not going | 00:05 |
| Pali | as he did not touched for more months | 00:05 |
| Pali | now hacking n950 | 00:05 |
| Pali | not n900 | 00:05 |
| freemangordon | hmm, maybe we should ask him what are his plans | 00:05 |
| freemangordon | anyway, /me is going afk, night | 00:06 |
| *** Hurrian has quit IRC | 00:13 | |
| DocScrutinizer05 | is it a question of hiring him to continue his N900 work? | 00:13 |
| jonwil | Pali: Where did that libicd-network-wlan code/git repo come from? | 00:15 |
| Pali | from gitorious or garage | 00:18 |
| *** ketaran has quit IRC | 00:18 | |
| jonwil | Time to update some of these packages on my N900 :) | 00:23 |
| jonwil | btw it seems like my new set of root CAs in maemo-security-certman is working great | 00:25 |
| bencoh | do you have an automated build process for that? | 00:26 |
| jonwil | Only issue is people who have wrong certificates stored in the microb certificate store and are unable to simply wipe the certificate store like I did (i.e. they have manually added certs) | 00:26 |
| DocScrutinizer05 | diff? | 00:26 |
| jonwil | I have a set of steps that could (in theory) be automated | 00:26 |
| jonwil | I pushed the commits to CSSU Git a couple months ago | 00:27 |
| ecc3g | clear | 00:27 |
| * ecc3g finds a / | 00:27 | |
| DocScrutinizer05 | whatever that means | 00:28 |
| DocScrutinizer05 | jonwil: could you do a (sort|)diff between user cert store and devault stock cert store, to find the certs user added manually and insert them to the new store in post-install? | 00:29 |
| jonwil | There is probably a way to remove the bogus certificates somehow but I haven't found out how | 00:30 |
| DocScrutinizer05 | hey, I'm sure somebody can help with that | 00:30 |
| jonwil | The NSS people haven't been able to help really | 00:30 |
| DocScrutinizer05 | if not (maybe it's broken), go the dif&add path | 00:30 |
| jonwil | Basically the problem we have is this: | 00:31 |
| jonwil | When you visit site xyz on the stock set of certificates, it gets sent a certain certificate for a particular CA and stores it in the certificate database for some reason | 00:32 |
| jonwil | Then when you visit the same site on the new set of certificates, it gets a totally different certificate chain but the bogus stored certificate causes it to fail | 00:32 |
| jonwil | So we need a way to loop all the certificates in the certificate store, identify these automatically cached/added certificates and remove them without removing anything manually added | 00:33 |
| jonwil | any kind of diffing wont help here | 00:33 |
| kerio | jonwil: just delete the whole shebang | 00:33 |
| kerio | ez | 00:33 |
| jonwil | but then people loose certificates they manually added and need to keep | 00:34 |
| jonwil | and may not be able to re-add for various reasons | 00:34 |
| kerio | what was the issue again? | 00:34 |
| kerio | miscached intermediates? | 00:34 |
| jonwil | yes | 00:34 |
| kerio | causing which error, exactly? | 00:35 |
| jonwil | I cant remember off the top of my head | 00:37 |
| jonwil | speaking of which, there is a new set of mozilla root CAs out which I will import into CSSU git now :) | 00:37 |
| kerio | can we get some chacha20-poly1305 up in this | 00:38 |
| kerio | idk how updateable NSS by itself is | 00:39 |
| kerio | probably not much | 00:39 |
| jonwil | It should be possible to update it, we have code for all the things that talk to it as far as I know | 00:41 |
| jonwil | so we can make changes if we need dto | 00:41 |
| jonwil | need to | 00:41 |
| DocScrutinizer05 | http://dowse.eu/ | 00:42 |
| *** Venusaur has quit IRC | 00:55 | |
| *** Pali has quit IRC | 01:01 | |
| jonwil | ok, newest mozilla root CA certs are in cssu git now :) | 01:01 |
| *** Venusaur has joined #maemo | 01:11 | |
| Wizzup | :)! | 01:13 |
| *** xorly has quit IRC | 01:18 | |
| jon_y | freemangordon: what are the complications with using linaro? | 01:27 |
| jon_y | I'm familiar with rebuilding toolchains | 01:27 |
| jonwil | damn, I just remembered why I hate compiling OpenSSL. It takes hours to do it :( | 01:28 |
| xes | ~~ | 01:34 |
| xes | hours? | 01:35 |
| kerio | 10.77s here | 01:38 |
| *** auenf has joined #maemo | 01:49 | |
| *** auenfx4 has quit IRC | 01:50 | |
| *** auenfx4 has joined #maemo | 01:52 | |
| *** auenf has quit IRC | 01:55 | |
| *** auenf has joined #maemo | 02:20 | |
| *** auenfx4 has quit IRC | 02:21 | |
| *** xes has quit IRC | 02:39 | |
| *** auenfx4 has joined #maemo | 02:40 | |
| *** auenf has quit IRC | 02:42 | |
| *** Oksana has quit IRC | 02:44 | |
| DocScrutinizer51 | I guess joga is building on target | 02:45 |
| DocScrutinizer51 | jonwil: | 02:45 |
| DocScrutinizer51 | xchat nick completion sucks | 02:46 |
| *** xes has joined #maemo | 02:48 | |
| jonwil | no, I am not building on target, I am building on my scratchbox dev vm | 02:53 |
| jonwil | it didn't take as long as I thought it would | 02:53 |
| jonwil | the shuny new Core i5 I bought a few months ago may have helped there... | 02:54 |
| jonwil | ok, thats got the latest versions of the CSSU git repos I care about onto my phone :) | 02:57 |
| *** florian has quit IRC | 02:58 | |
| DocScrutinizer05 | n8 | 03:10 |
| *** andril has joined #maemo | 03:27 | |
| *** lobito has quit IRC | 03:33 | |
| *** lobito has joined #maemo | 03:38 | |
| *** jonwil has quit IRC | 03:50 | |
| *** andril has quit IRC | 03:56 | |
| *** xes has quit IRC | 04:12 | |
| *** xes has joined #maemo | 04:24 | |
| *** krnlyng has quit IRC | 04:24 | |
| *** Luke-Jr has quit IRC | 04:29 | |
| *** eMHa_ has joined #maemo | 04:29 | |
| *** Luke-Jr has joined #maemo | 04:31 | |
| *** eMHa has quit IRC | 04:33 | |
| *** krnlyng has joined #maemo | 04:37 | |
| *** robotanarchy has joined #maemo | 04:41 | |
| *** robotanarchy_ has quit IRC | 04:44 | |
| *** trx has quit IRC | 04:49 | |
| *** Oksana has joined #maemo | 05:04 | |
| *** maemo_user has joined #maemo | 05:05 | |
| *** maemo_user_ has quit IRC | 05:05 | |
| *** lobito has quit IRC | 05:36 | |
| *** N-Mi has quit IRC | 05:58 | |
| *** lxp1 has joined #maemo | 06:01 | |
| *** N-Mi has joined #maemo | 06:03 | |
| *** N-Mi has joined #maemo | 06:03 | |
| *** lxp has quit IRC | 06:04 | |
| *** vahe1 has joined #maemo | 06:16 | |
| *** pagurus has quit IRC | 06:23 | |
| *** auenfx4 has quit IRC | 06:26 | |
| *** DocScrutinizer05 has quit IRC | 06:30 | |
| *** DocScrutinizer05 has joined #maemo | 06:30 | |
| *** ab has quit IRC | 07:13 | |
| *** ab has joined #maemo | 07:13 | |
| *** ab has joined #maemo | 07:13 | |
| *** auenf has joined #maemo | 07:27 | |
| *** auenf has quit IRC | 07:38 | |
| *** vahe1 has quit IRC | 08:02 | |
| *** vahe1 has joined #maemo | 08:02 | |
| *** vahe1 has quit IRC | 08:03 | |
| *** vahe1 has joined #maemo | 08:04 | |
| *** ArGGu^^ has quit IRC | 08:23 | |
| *** juiceme has joined #maemo | 08:28 | |
| *** auenf has joined #maemo | 08:45 | |
| *** zGrr has quit IRC | 08:48 | |
| *** auenf has quit IRC | 08:50 | |
| *** arcean has joined #maemo | 09:00 | |
| *** Pali has joined #maemo | 09:09 | |
| *** Bratch has joined #maemo | 09:12 | |
| *** l_bratch has quit IRC | 09:13 | |
| *** Bratch is now known as l_bratch | 09:13 | |
| *** auenf has joined #maemo | 09:21 | |
| ceene | well, i got a volunteer that wants to help me with yappari | 09:22 |
| ceene | although I'm afraid he's less experienced than me in qt, but is experienced on c#, so at least he'll have better oop concepts than me | 09:23 |
| *** Pali has quit IRC | 09:24 | |
| *** auenf has quit IRC | 09:26 | |
| Maxdamantus | OOP as in fragile class hierarchies, complicated subtyping and statefulness everywhere? | 09:33 |
| bencoh | :] | 09:33 |
| ceene | yes | 09:35 |
| ceene | alongside asynchronous shit that shouldn't need be | 09:35 |
| bencoh | tbh I'd rather have everything async | 09:37 |
| ceene | conceptually it's nice | 09:38 |
| ceene | but in practices i don't like that much | 09:38 |
| Maxdamantus | I'd rather have everything based around composing unperformed operations that aren't necessarily async or sync. | 09:39 |
| Maxdamantus | (like in Haskell) | 09:39 |
| ceene | sounds more fun than useful | 09:40 |
| Maxdamantus | I find it quite useful even in Java. | 09:40 |
| Maxdamantus | (8) | 09:40 |
| Maxdamantus | Seems a lot easier to reason about than CPS or those silly Rx libraries. | 09:42 |
| Maxdamantus | though I might be slightly biased by the fact that monads solve every fucking problem but noone knows about them. | 09:42 |
| bencoh | riiiight. | 09:42 |
| *** hashcore has joined #maemo | 09:46 | |
| *** lobito has joined #maemo | 09:48 | |
| ceene | Sicelo: obdgpslogger is already packaged for debian | 10:01 |
| ceene | so you may practically reuse all its debian/ directory to make a package for maemo | 10:01 |
| bencoh | with some heavy patching to make it play nice with our deps and our debtools, I suspect | 10:02 |
| ceene | usually it's not heavy patching, just light :) | 10:03 |
| ceene | even more so with such a simple program | 10:03 |
| ceene | with so few dependencies | 10:03 |
| *** ArGGu^^ has joined #maemo | 10:03 | |
| ceene | Depends: libc6 (>= 2.7), libfltk1.1 (>= 1.1.8~rc1), libgcc1 (>= 1:4.1.1), libgps22 (>= 3.3), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1), libx11-6 | 10:03 |
| ceene | Depends: libc6 (>= 2.7), libfltk1.1 (>= 1.1.8~rc1), libgcc1 (>= 1:4.1.1), libgps22 (>= 3.3), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1), libx11-6 | 10:03 |
| ceene | ups | 10:03 |
| ceene | if versions match, there's probably not a thing that must be really changed | 10:04 |
| *** hashcore has quit IRC | 10:05 | |
| *** tanty_off is now known as tanty | 10:07 | |
| *** ecloud is now known as ecloud_wfh | 10:29 | |
| *** florian has joined #maemo | 10:29 | |
| *** auenf has joined #maemo | 10:41 | |
| *** ArGGu^^ has quit IRC | 10:43 | |
| *** enyc has quit IRC | 10:43 | |
| *** auenf has quit IRC | 10:47 | |
| *** auenf has joined #maemo | 10:48 | |
| *** keithzg_ has quit IRC | 10:49 | |
| *** auenf has quit IRC | 10:55 | |
| *** auenf has joined #maemo | 10:58 | |
| *** keithzg has joined #maemo | 11:03 | |
| *** auenf has quit IRC | 11:12 | |
| *** auenf has joined #maemo | 11:13 | |
| *** ArGGu^^ has joined #maemo | 11:14 | |
| *** auenf has quit IRC | 11:17 | |
| *** auenf has joined #maemo | 11:18 | |
| *** jskarvad has joined #maemo | 11:23 | |
| *** auenf has quit IRC | 11:23 | |
| *** vahe1 has quit IRC | 11:40 | |
| *** hashcore has joined #maemo | 11:41 | |
| bencoh | ooh, fltk :) | 11:41 |
| *** till has quit IRC | 11:42 | |
| *** auenf has joined #maemo | 11:44 | |
| *** till has joined #maemo | 11:45 | |
| *** valdyn has quit IRC | 11:47 | |
| *** auenf has quit IRC | 11:48 | |
| *** hashcore has quit IRC | 11:54 | |
| *** SpeedEvil has quit IRC | 11:55 | |
| *** SpeedEvil has joined #maemo | 11:57 | |
| *** auenf has joined #maemo | 12:34 | |
| *** hashcore has joined #maemo | 12:37 | |
| *** auenfx4 has joined #maemo | 12:39 | |
| *** auenf has quit IRC | 12:40 | |
| *** valerius has quit IRC | 12:58 | |
| *** valerius has joined #maemo | 12:58 | |
| *** hashcore has quit IRC | 12:58 | |
| *** xorly has joined #maemo | 13:05 | |
| *** eMHa_ has quit IRC | 13:05 | |
| *** krnlyng has quit IRC | 13:19 | |
| *** eMHa_ has joined #maemo | 13:22 | |
| *** Venusaur has quit IRC | 13:28 | |
| *** krnlyng has joined #maemo | 13:32 | |
| *** hashcore has joined #maemo | 13:33 | |
| *** tanty is now known as tanty_off | 13:39 | |
| *** Venusaur has joined #maemo | 13:42 | |
| *** krnlyng has quit IRC | 13:44 | |
| *** pagurus has joined #maemo | 13:48 | |
| *** pagurus has joined #maemo | 13:49 | |
| *** ArGGu^^ has quit IRC | 13:51 | |
| *** ArGGu^^ has joined #maemo | 13:52 | |
| *** auenfx4 has quit IRC | 13:54 | |
| *** auenf has joined #maemo | 13:55 | |
| *** pagurus has quit IRC | 14:01 | |
| *** pagurus has joined #maemo | 14:01 | |
| *** Luke-Jr has quit IRC | 14:06 | |
| *** Luke-Jr has joined #maemo | 14:07 | |
| *** pagurus has quit IRC | 14:11 | |
| *** pagurus has joined #maemo | 14:11 | |
| *** hashcore has quit IRC | 14:12 | |
| *** pagurus has quit IRC | 14:17 | |
| *** pagurus has joined #maemo | 14:20 | |
| *** auenfx4 has joined #maemo | 14:22 | |
| *** auenf has quit IRC | 14:22 | |
| *** SpeedEvil has quit IRC | 14:44 | |
| *** hashcore has joined #maemo | 14:45 | |
| *** SpeedEvil has joined #maemo | 14:46 | |
| *** tanty_off is now known as tanty | 14:52 | |
| *** auenf has joined #maemo | 14:58 | |
| *** auenfx4 has quit IRC | 14:58 | |
| *** auenf has quit IRC | 15:02 | |
| *** hashcore has quit IRC | 15:05 | |
| *** auenf has joined #maemo | 15:09 | |
| *** ArGGu^^ has quit IRC | 15:51 | |
| *** ArGGu^^ has joined #maemo | 15:58 | |
| *** vahe1 has joined #maemo | 16:08 | |
| *** Hurrian has joined #maemo | 16:08 | |
| *** auenfx4 has joined #maemo | 16:09 | |
| *** auenf has quit IRC | 16:10 | |
| *** trumee_ has joined #maemo | 16:13 | |
| *** auenf has joined #maemo | 16:15 | |
| *** auenfx4 has quit IRC | 16:16 | |
| *** keithzg_ has joined #maemo | 16:16 | |
| *** krnlyng has joined #maemo | 16:20 | |
| *** keithzg has quit IRC | 16:22 | |
| *** l_bratch has quit IRC | 16:22 | |
| *** lxp1 has quit IRC | 16:22 | |
| *** robotanarchy has quit IRC | 16:22 | |
| *** trumee has quit IRC | 16:22 | |
| *** Mek has quit IRC | 16:22 | |
| *** teotwaki has quit IRC | 16:22 | |
| *** jskarvad has quit IRC | 16:22 | |
| *** juiceme has quit IRC | 16:22 | |
| *** Maxdamantus has quit IRC | 16:22 | |
| *** odin_ has quit IRC | 16:22 | |
| *** amospalla has quit IRC | 16:22 | |
| *** Humpelstilzchen has quit IRC | 16:22 | |
| *** Redhair has quit IRC | 16:22 | |
| *** rm_work has quit IRC | 16:22 | |
| *** xkr47 has quit IRC | 16:22 | |
| *** Elleo has quit IRC | 16:22 | |
| *** Dynamit has quit IRC | 16:22 | |
| *** trumee_ is now known as trumee | 16:22 | |
| *** teotwaki_ has joined #maemo | 16:24 | |
| *** jskarvad has joined #maemo | 16:24 | |
| *** juiceme has joined #maemo | 16:24 | |
| *** Maxdamantus has joined #maemo | 16:24 | |
| *** odin_ has joined #maemo | 16:24 | |
| *** amospalla has joined #maemo | 16:24 | |
| *** Humpelstilzchen has joined #maemo | 16:24 | |
| *** Redhair has joined #maemo | 16:24 | |
| *** rm_work has joined #maemo | 16:24 | |
| *** xkr47 has joined #maemo | 16:24 | |
| *** Elleo has joined #maemo | 16:24 | |
| *** Dynamit has joined #maemo | 16:24 | |
| *** florian_kc has joined #maemo | 16:24 | |
| *** auenf has quit IRC | 16:24 | |
| *** auenf has joined #maemo | 16:26 | |
| *** florian has quit IRC | 16:26 | |
| *** robotanarchy has joined #maemo | 16:28 | |
| *** Mek has joined #maemo | 16:29 | |
| *** lxp has joined #maemo | 16:31 | |
| *** Maxdamantus has quit IRC | 16:36 | |
| *** arcean has quit IRC | 16:37 | |
| *** Maxdamantus has joined #maemo | 16:39 | |
| *** lobito has quit IRC | 16:44 | |
| *** chadi has quit IRC | 16:44 | |
| *** l_bratch has joined #maemo | 16:45 | |
| *** chadi has joined #maemo | 16:53 | |
| *** tanty is now known as tanty_off | 17:03 | |
| *** RedW has quit IRC | 17:05 | |
| *** RedM has joined #maemo | 17:05 | |
| *** tanty_off is now known as tanty | 17:14 | |
| *** auenfx4 has joined #maemo | 17:16 | |
| *** auenf has quit IRC | 17:18 | |
| *** auenf has joined #maemo | 17:25 | |
| *** auenfx4 has quit IRC | 17:26 | |
| *** auenf has quit IRC | 17:32 | |
| *** auenf has joined #maemo | 17:32 | |
| *** sunshavi has joined #maemo | 17:55 | |
| *** script_ has quit IRC | 18:01 | |
| *** troulouliou_div2 has joined #maemo | 18:07 | |
| *** vakkov has quit IRC | 18:14 | |
| *** script has joined #maemo | 18:14 | |
| *** auenfx4 has joined #maemo | 18:20 | |
| *** auenf has quit IRC | 18:23 | |
| Sicelo | ceene: re: obdgpslogger - http://talk.maemo.org/showpost.php?p=1502733&postcount=1 | 18:49 |
| Sicelo | :) | 18:49 |
| Sicelo | ah, i see what you mean .. creating a deb? will look at that | 18:50 |
| *** tanty is now known as tanty_off | 19:07 | |
| *** valdyn has joined #maemo | 19:41 | |
| *** SmilyOrg is now known as Smily | 19:43 | |
| *** jskarvad has quit IRC | 19:45 | |
| *** vakkov has joined #maemo | 19:52 | |
| *** eMHa_ has quit IRC | 20:23 | |
| *** sunshavi has quit IRC | 20:38 | |
| *** auenf has joined #maemo | 20:38 | |
| *** ArGGu^^ has quit IRC | 20:39 | |
| *** auenfx4 has quit IRC | 20:40 | |
| *** vahe1 has quit IRC | 20:41 | |
| *** eMHa_ has joined #maemo | 20:48 | |
| *** auenf has quit IRC | 20:51 | |
| *** sunshavi has joined #maemo | 20:55 | |
| *** auenf has joined #maemo | 20:57 | |
| *** trx has joined #maemo | 20:59 | |
| *** trx has quit IRC | 20:59 | |
| *** trx has joined #maemo | 20:59 | |
| *** xelo has joined #maemo | 21:00 | |
| *** auenfx4 has joined #maemo | 21:00 | |
| *** Pali has joined #maemo | 21:00 | |
| *** auenf has quit IRC | 21:01 | |
| *** eMHa__ has joined #maemo | 21:02 | |
| *** eMHa_ has quit IRC | 21:02 | |
| *** arcean has joined #maemo | 21:03 | |
| *** troulouliou_div2 has quit IRC | 21:03 | |
| *** auenfx4 has quit IRC | 21:04 | |
| *** auenf has joined #maemo | 21:05 | |
| *** andril has joined #maemo | 21:24 | |
| *** futpib has joined #maemo | 21:24 | |
| *** ArGGu^^ has joined #maemo | 21:48 | |
| *** florian has joined #maemo | 21:50 | |
| stryngs | Is there a way to increase Reception/Transmission power for the n900's cell phone transmitter? | 22:12 |
| *** auenf has quit IRC | 22:20 | |
| *** auenf has joined #maemo | 22:21 | |
| *** SpeedEvil has quit IRC | 22:29 | |
| *** SpeedEvil has joined #maemo | 22:31 | |
| sixwheeledbeast | you could check the aerial has a good connection if you have signal issues. | 22:43 |
| *** SpeedEvil has quit IRC | 22:59 | |
| *** sunshavi has quit IRC | 22:59 | |
| *** SpeedEvil has joined #maemo | 23:00 | |
| *** xelo has quit IRC | 23:10 | |
| *** shamus has quit IRC | 23:18 | |
| *** shamus has joined #maemo | 23:18 | |
| DocScrutinizer05 | stryngs: other than what sixwheeledbeast said, no | 23:25 |
| DocScrutinizer05 | stryngs: there are no particular signal strength issues known in N900 | 23:26 |
| DocScrutinizer05 | stryngs: you can connect an external antenna to the service jack inside N900. Not really recommended though | 23:27 |
| *** auenf has quit IRC | 23:33 | |
| *** auenf has joined #maemo | 23:34 | |
| *** arcean has quit IRC | 23:42 | |
| *** auenfx4 has joined #maemo | 23:54 | |
| *** auenf has quit IRC | 23:55 | |
| *** Pali has quit IRC | 23:58 | |
| *** auenfx4 has quit IRC | 23:59 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!