IRC log of #maemo for Tuesday, 2018-06-05

*** sunshavi has quit IRC00:00
*** sunshavi has joined #maemo00:13
*** LauRoman has quit IRC00:22
*** drrty has quit IRC00:27
*** drrty has joined #maemo00:36
*** LauRoman has joined #maemo00:37
*** lukedashjr has joined #maemo00:44
*** luke-jr has quit IRC00:44
*** drrty has quit IRC00:45
*** drrty has joined #maemo00:46
*** lukedashjr is now known as luke-jr00:47
*** drrty has quit IRC00:49
*** wicket has joined #maemo00:50
*** drrty has joined #maemo00:50
*** wicket64 has quit IRC00:50
*** LauRoman has quit IRC00:56
*** xorly has joined #maemo01:13
*** xorly has quit IRC01:19
*** Pali has quit IRC01:21
*** xy2_ has quit IRC01:26
*** realitygaps has quit IRC01:40
*** jonwil has joined #maemo01:45
*** realitygaps has joined #maemo01:54
*** wicket has quit IRC02:08
*** realitygaps has quit IRC02:23
Oksana>> There is no way Firefox 24.8.1 was gonna compile with the low amount of RAM the image is set up with by default :) << Then there is probably no way Firefox 24 will be able to run on Maemo 5 at usable speed. Joking, a little... But the latest Firefox tends to be overly complicated/bloated. For02:28
Oksanaexample, I think that handling of videos in web pages should be left to "Mediaplayer media plug-in", instead of Firefox itself.02:28
Oksanajonwil : Sveta knows Perl. Programmed in it. Will point her your way, once she is back at the computer (in several hours or so).02:29
*** realitygaps has joined #maemo02:40
*** Kilroo has joined #maemo02:45
*** wicket has joined #maemo02:46
jonwilI managed to get some more help over in #perl :)02:51
jonwilNice friendly people02:51
*** infobot has quit IRC03:20
*** infobot has joined #maemo03:21
*** ChanServ sets mode: +v infobot03:21
*** Kabouik_ has joined #maemo03:25
*** Kabouik- has quit IRC03:28
*** Kabouik has quit IRC03:30
*** luke-jr has quit IRC03:31
*** luke-jr has joined #maemo03:31
*** luke-jr has quit IRC03:33
*** luke-jr has joined #maemo03:33
Maxdamantusunless the "mediaplayer media plug in" is just something that receives a URL or filename of the pre-downloaded video, that seems like it would just add more bloat.03:38
*** nslu2-log_ has joined #maemo05:04
*** nslu2-log has quit IRC05:05
*** nslu2-log_ is now known as nslu2-log05:05
*** deepy has joined #maemo05:05
jonwilI finally got OpenSSL 1.1.0h to work05:06
jonwilOr at least its actually compiling now.05:07
*** janus has quit IRC05:07
*** deepy\ito has quit IRC05:07
jonwilI think I got all the Perl bits that dont work on 5.8.4 sorted with various mods and hacks to the Perl scripts05:07
jonwilI would LOVE to meet the guy who decided that writing a Configure script in Perl was a good idea (mostly so I can punch them in the face for doing it :P)05:08
*** janus has joined #maemo05:13
*** vahe has joined #maemo05:52
*** tm has quit IRC06:00
*** tm has joined #maemo06:03
*** guerby has quit IRC06:16
*** M4rtinK has quit IRC07:11
*** spiiroin has quit IRC07:27
*** Kilroo has quit IRC07:55
DocScrutinizer05moo08:07
DocScrutinizer05haha yeah, perl, a nightmare08:08
DocScrutinizer05don't get me wrong, perl sure is powerful an all that, but sorry it makes me puke to read do-blabla-some-bullshit-etc-pp UNLESS condition08:10
DocScrutinizer05I'm used to reading stuff top-down and left-right, and evaluating conditions for doing something BEFORE I start doing it08:11
*** AlexNoise has quit IRC08:13
DocScrutinizer05on https://de.wikipedia.org/wiki/USS_Michael_Murphy_(DDG-112) Captain: "FIRE... unless this is a drill"08:18
*** spiiroin has joined #maemo08:23
jonwilI think I finally got this working08:24
ceenejonwil: great!08:49
ceeneare you uploading your progress somewhere?08:49
*** jonwil has left #maemo08:49
*** jonwil has quit IRC08:49
*** jonwil has joined #maemo08:49
jonwilWill do soon :)08:50
jonwilVery close to having it working, just need to deal with some stuff that arises because we have out-of-date versions of a few perl modules.09:00
*** drrty has quit IRC09:05
jonwilIts currently running through the pile of OpenSSL tests09:18
jonwilwhich, given the stuff I had to do to the Perl build system, is probably a good thing to have it do (make sure nothing is broken_)09:18
ceenesounds good09:19
*** drrty has joined #maemo09:24
*** Pali has joined #maemo09:26
*** Pali has quit IRC09:34
*** kraft has quit IRC09:44
*** kraft has joined #maemo09:45
*** jskarvad has joined #maemo09:56
*** leakypug has left #maemo10:15
OksanaGreat10:18
*** xy2_ has joined #maemo10:23
*** BitEvil has joined #maemo10:26
*** SpeedEvil is now known as Guest5135910:26
*** Guest51359 has quit IRC10:27
*** xorly has joined #maemo10:43
*** geaaru has joined #maemo10:47
*** Venemo has joined #maemo10:56
*** M4rtinK has joined #maemo10:56
*** florian has joined #maemo10:57
*** Kabouik_ has quit IRC11:05
DocScrutinizer05\o/11:17
DocScrutinizer05noob question: SSL is a layer over whatever communication (usually port80 HTTP) that basically could get implemented as a proxy on top of a regular port80 communication, right?11:19
DocScrutinizer05just it usually runs on port44311:19
jonwilLooks like I am hitting an issue in Scratchbox11:20
jonwilSeems like if you run an armel binary inside scratchbox, the emulation layer doesn't pass the value of environment variables like LD_LIBRARY_PATH and LD_PRELOAD through to that arm binary11:20
DocScrutinizer05maybe to make more clear: is it correct that you could wrap arbitrary data tarffic into a SSL layer, and HTTPS is actually HTTP wrapped in SSL11:20
ceeneDocScrutinizer05: basically, yeah, there's even stunnel, which is an app that does exactly that, sits between a communication channel and sets up a ssl layer around it11:20
jonwilWhich is why the openssl 1.1.0h test suite is failing.11:21
DocScrutinizer05ceene: ta! :-)11:21
jonwilAnd why some stuff in the Mozilla build process is failing as well11:21
DocScrutinizer05jonwil: umm, quite possible11:22
ceeneDocScrutinizer05: you can also install telnet-ssl and telnet -z whatever 443 and manually type HTTP requests11:23
DocScrutinizer05afaik scratchbox is a chroot/qemu, most likely env vars from outside get lost11:23
DocScrutinizer05ceene: :-D TA! I was just confronted with "would all this HTTP based stuff also work via HTTPS?" and I said "of course, why not? As long as the port 443 is available"11:25
ceenei think i may have removed the tests on my port of openssl11:25
DocScrutinizer05let aside higher system load for encryption11:25
ceeneyep, just a layer around it11:27
ceenei'm sure socat also supports ssl around whatever thing you want to run11:27
*** Kabouik has joined #maemo11:37
*** Kabouik has joined #maemo11:38
*** jskarvad is now known as jskarvad_afk11:39
Maxdamantus20:20:42 < DocScrutinizer05> maybe to make more clear: is it correct that you could wrap arbitrary data tarffic into a SSL layer, and HTTPS is actually HTTP wrapped in SSL11:43
MaxdamantusHTTP/1.1 at least, not necessarily so for HTTP/211:44
Maxdamantussince it supposedly uses that application identifier thing.11:44
MaxdamantusALPN11:44
MaxdamantusApparently required for HTTP/211:45
*** M4rtinK has quit IRC11:56
*** rah has quit IRC12:13
*** rah has joined #maemo12:14
*** danjackson has quit IRC12:30
*** BitEvil is now known as SpeedEvil12:41
*** leakypug has joined #maemo12:46
*** leakypug has left #maemo12:47
*** eMHa has quit IRC12:52
*** Vajb has quit IRC13:07
*** Vajb has joined #maemo13:07
*** jskarvad_afk is now known as jskarvad13:12
*** Venemo has quit IRC13:18
*** rah has left #maemo13:23
*** jskarvad is now known as jskarvad_afk13:35
*** eMHa has joined #maemo13:42
*** xy2_ has quit IRC13:45
*** Venemo has joined #maemo13:51
*** vahe has quit IRC13:51
jonwilStill no closer to figuring out why this isn't working and because you can't debug armel binaries in SB due to qemu, I have to rely on printf debugging to narrow down the cause of the problem.13:59
*** heroux has quit IRC14:30
*** jskarvad_afk is now known as jskarvad14:50
DocScrutinizer05well, I guess when you want to debug a process in qemu, you need to run gdb in qemu and start the process from gdb15:25
DocScrutinizer05of course it makes no sense to run qemu under gdb to debug the process running inside qemu15:27
bencohindeed15:33
bencoherr, wait15:34
*** enyc has quit IRC15:34
bencohat least you could probably use the qemu debugger15:34
bencohhttps://en.wikibooks.org/wiki/QEMU/Debugging_with_QEMU15:35
DocScrutinizer05http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide  sounds like it might be related15:36
DocScrutinizer05actually http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide#Debugging_Issues_in_Scratchbox15:37
*** spiiroin has quit IRC15:41
*** Kabouik has quit IRC15:53
*** Kabouik has joined #maemo16:01
*** xy2_ has joined #maemo16:40
*** dreamer has quit IRC16:40
*** dingen has joined #maemo16:46
*** dingen is now known as dreamer16:46
*** jskarvad is now known as jskarvad_afk16:49
*** jonwil has quit IRC16:58
*** spiiroin has joined #maemo17:07
*** jskarvad_afk is now known as jskarvad17:23
*** enyc has joined #maemo18:05
enycooer #maemo-cssu is invite-only?!?!?18:05
*** LauRoman has joined #maemo18:10
bencohuh, what?18:13
bencohenyc: I know of #maemo-ssu18:13
bencohdunno about -cssu18:13
enycaaaah!18:18
enycthat may by my mistook18:18
*** LauRoman|Alt has joined #maemo18:19
*** LauRoman has quit IRC18:21
*** Pali has joined #maemo18:27
*** LauRoman has joined #maemo18:34
*** __LauRoman has joined #maemo18:53
*** LauRoman|Alt has quit IRC18:54
*** vahe has joined #maemo18:56
*** xorly has quit IRC18:59
*** thuttu77 has quit IRC19:03
*** kalin has joined #maemo19:07
kalinhi guys19:08
kalini trying to boot kubuntu mobile on my n90019:09
vahenice19:11
bencohdo you have a working kernel first? or are you trying to boot a maemo kernel?19:11
kalini've downloaded image, put it to sd card with dd, installed linux power kernel boot image on n90019:11
kalinnow i have boot menu, but can't boot from sd19:12
bencohiirc modern libc won't work with old (<2.6.32) kernels19:12
bencohunless you patch it19:12
bencohdo you get anything though? errors?19:12
kalinno19:13
bencohoh, and ... to get something on screen you'd probably need kernel modules19:13
bencoh(framebuffer driver and stuff, at least)19:14
bencohfbcon isn't builtin19:14
bencoh(so you probably wouldn't get any on-screen console anyway)19:14
bencohIf you wanna keep the maemo/power kernel I'd suggest follow one of the arch/gentoo/whatever threads on talk.maemo.org19:15
bencohif you're okay with using a mainline kernel, you might want to have a look at Leste first19:16
bencohand move from there19:16
kalini want to use some lightweght debian-like distro19:16
bencohthen I'd *definitely* have a look at Leste :)19:17
bencohthey're rebasing maemo bits on top of modern devuan19:17
plazmoniikalin: ΠΆΠΌ?19:17
kalinso how to run Leste on my n900?19:18
kalinoh, i gotta fly...19:20
kalinsee ya19:20
*** thuttu77 has joined #maemo19:20
bencohkalin: https://leste.maemo.org/Nokia_N90019:20
kalinthanks19:20
siceloand #maemo-leste19:22
plazmoniikalin: jeh, join #maemo-leste19:24
*** __LauRoman has quit IRC19:38
*** LauRoman|Alt has joined #maemo19:39
*** thuttu77 has quit IRC20:05
*** thuttu77 has joined #maemo20:14
*** thuttu77 has quit IRC20:17
*** ravelo has joined #maemo20:26
*** vahe has quit IRC20:29
*** thuttu77 has joined #maemo20:30
*** spiiroin has quit IRC20:31
*** spiiroin has joined #maemo20:32
*** eMHa has quit IRC20:53
*** xy2_ has quit IRC20:53
*** xy2_ has joined #maemo20:55
*** florian_kc has joined #maemo20:59
*** geaaru has quit IRC21:01
*** Pali has quit IRC21:02
*** Venemo has quit IRC21:02
*** florian has quit IRC21:04
*** florian_kc is now known as florian21:04
*** florian_kc has joined #maemo21:04
*** Pali has joined #maemo21:23
*** Pali has quit IRC21:29
*** Pali has joined #maemo21:33
*** eMHa has joined #maemo21:34
*** Kabouik has quit IRC21:48
*** Pali has quit IRC21:48
*** Kabouik has joined #maemo21:49
*** jskarvad has quit IRC21:55
*** Pali has joined #maemo21:57
*** oniongar1ic has quit IRC22:01
*** heroux has joined #maemo22:13
*** xorly has joined #maemo22:33
*** Pali has quit IRC22:35
*** tm has quit IRC22:38
*** heroux has quit IRC22:42
*** AlexNoise has joined #maemo22:46
*** Pali has joined #maemo22:55
*** Pali has quit IRC23:10
*** heroux has joined #maemo23:10
*** heroux_ has joined #maemo23:10
*** Pali has joined #maemo23:37
*** Pali has quit IRC23:43
*** xorly has quit IRC23:47
*** ravelo has quit IRC23:55

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!