IRC log of #maemo for Sunday, 2016-07-10

*** L29Ah has left #maemo00:01
*** L29Ah has joined #maemo00:01
*** zGrr has joined #maemo00:28
zGrrmoin ;)00:28
*** DrCode has quit IRC00:38
*** trx has quit IRC00:40
*** trx has joined #maemo00:44
*** DrCode has joined #maemo00:53
*** handaxe has joined #maemo00:57
*** handaxe has quit IRC01:01
*** freemangordon has quit IRC01:05
*** freemangordon has joined #maemo01:12
*** Dynamit has quit IRC01:29
*** tryagain has quit IRC01:30
*** githogori has quit IRC01:37
*** sunshavi has joined #maemo01:50
*** githogori has joined #maemo01:53
*** githogori has quit IRC01:56
*** githogori has joined #maemo01:59
*** githogori has quit IRC02:01
*** silviof has quit IRC02:07
*** silviof has joined #maemo02:24
*** dafox has quit IRC02:37
*** Dynamit has joined #maemo03:00
*** xorly has quit IRC03:18
*** andril has joined #maemo03:23
*** andril has quit IRC03:35
*** merlin1991 has quit IRC03:53
*** florian has quit IRC03:53
Linkandzeldawhats the easiest way to check i was able to move swap to sd successfully other than pulling the back cover and see if it messes up?03:59
*** Dynamit has quit IRC04:01
*** Dynamit has joined #maemo04:01
*** eMHa_ has joined #maemo04:02
*** Humpelstilzchen has quit IRC04:04
DocScrutinizer05iotop04:04
DocScrutinizer05cat /proc/swaps04:05
*** eMHa has quit IRC04:05
DocScrutinizer05Linkandzelda: ^^^04:05
Linkandzeldahmm04:05
Linkandzeldaits showing /dev/mmcblk1p1 with priority -1 and /dev/mmcblk0p3 with priority 004:06
*** Defiant has joined #maemo04:06
DocScrutinizer05that looks pretty good04:06
Linkandzeldaseems like they are both in use, though 80mb used on the emmc and 3.6mb used on microsd04:07
*** Dynamit has quit IRC04:08
DocScrutinizer05swapoff /dev/mmcblk0p304:08
Linkandzeldathat did it, guess i should run that on startup04:09
DocScrutinizer05alas the standard messybox swapon doesn't know priorities04:09
DocScrutinizer05otherwise swapon -p5 /dev/mmcblk1p104:12
Linkandzeldai added the swapoff to a startup script, rebooting now to see the result04:12
Linkandzeldafor w/e reason that didnt run as expected04:14
Linkandzeldaok it works with a sleep, thanks DocScrutinizer0504:18
*** lxp has quit IRC04:18
* DocScrutinizer05 hmmms at gconftool -g /system/osso/af/mmc-swap04:21
*** Pali has quit IRC04:21
DocScrutinizer05Linkandzelda: less +'/swaps=`blkid' /etc/event.d/rcS-late04:26
DocScrutinizer05less /etc/fstab :04:27
DocScrutinizer05# This file was generated by script /etc/event.d/rcS-late04:27
DocScrutinizer05# !!! Do not edit this file. It will be overwritten in next device startup !!!04:27
DocScrutinizer05# If you want static /etc/fstab add genfstab="0" to file /etc/default/mount-opts-overwrite04:27
DocScrutinizer05if you don't see the last line in your fstab, you should update to CSSU04:28
Linkandzeldai see the swaps in fstab04:29
Linkandzeldadont quite understand how to best edit this file at /etc/event.d/rcS-late04:30
DocScrutinizer05you should do as suggested: echo genfstab="0" >>/etc/default/mount-opts-overwrite04:31
DocScrutinizer05then edit the swap line in fstab04:31
DocScrutinizer05or first have a look at /etc/default/mount-opts04:32
DocScrutinizer05# When generating fstab add also swap partitions from SD card (if exists)04:34
DocScrutinizer05swap_sd="0"04:34
DocScrutinizer05echo swap_sd="1" >>/etc/default/mount-opts-overwrite04:34
Linkandzeldaok swap_sd was already 1 in /etc/default/mount-opts-overwrite04:36
DocScrutinizer05hint: I didn't grow this in the palm of my hand, I started with a `grep -R swap /etc`04:36
Linkandzeldajust not sure on the effects of disabling the fstab gen04:36
DocScrutinizer05when you disable fsgen, you could edit your fstab04:36
DocScrutinizer05you prolly don't want to do this when sd card swap is already in generated fstab, as swap_sd=1 suggests04:37
Linkandzeldai can live with the startup script to do swapoff04:38
DocScrutinizer05please paste all lines with "swap" in your fstab04:38
Linkandzeldahttp://pastebin.com/kqxNfNLY04:38
Linkandzeldaif i disabled fstab gen i would delete the 2nd line simply04:39
* DocScrutinizer05 grunts04:39
DocScrutinizer05yes04:39
DocScrutinizer05I see an option to add sd to fstab swaps, but I don't see how to assign priorities (which prolly is useless anyway, thanks messybox), or how to remove the eMMC swapo from fstab04:40
Linkandzeldathen i'll make sure to keep it updated with any SD card partition layout changes which i expect the genfstab script handled04:40
Linkandzeldapresumably by altering the rcS-late script to not search on mmcblk004:41
DocScrutinizer05I'd prolly suggest you keep your current config with swapoff script, just improve it by inspecting /proc/swaps to see if a swap on SD got added, since otherwise you'd end up without any swap when you have removed your uSD04:42
Linkandzeldais priority done based on the order of swapon commands?04:43
DocScrutinizer05sth like `grep -q mmxcblk1p1 /proc/swaps && swapoff /dev/mmcblk0p3`04:44
DocScrutinizer05I guess yes, though tbh I have no clue and wondered myself already04:44
LinkandzeldaDocScrutinizer05: i commented out the emmc swap in fstab and disabled gen, removed my swapoff script, then restarted04:46
Linkandzeldasomehow both swaps are on, fstab line still uncommented04:46
DocScrutinizer05and?04:46
DocScrutinizer05wow that's sad04:46
Linkandzeldaso im gonna revert to how it was and just go with swapoff becuase it seems something else is doing it04:46
Linkandzeldamaybe a swap app i installed or something, i dont know04:47
DocScrutinizer05there's a swapon -a in rcs-late iirc04:47
DocScrutinizer05but there's also a swapon $swap somewhere04:47
*** zGrr has quit IRC04:47
Linkandzeldain rc-late: /sbin/swapon -a || echo "Failed to enable paging partition."04:47
DocScrutinizer05prolly a real bug in initscripts04:48
DocScrutinizer05swapon -a enables all swaps in fstab04:48
Linkandzeldai see04:48
DocScrutinizer05so this would be OK04:48
Linkandzeldaim doing a grep for swapon04:49
Linkandzeldain /etc04:49
DocScrutinizer05but somewhere I found a swapon $dev or swapon §swap or sth04:49
DocScrutinizer05grep swap /etc/init.d/rcS04:50
DocScrutinizer05that's the bugger04:51
DocScrutinizer05but yeah, just keep your initscript04:52
DocScrutinizer05as mentioned I'd first test if a swap on uSD exists by grepping /proc/swaps before I swapoff the eMMC swap04:54
Linkandzeldai see it04:56
Linkandzeldaand will do that04:57
DocScrutinizer05actually rcS isn't the culprit aiui, since the swapon $swap is called in a mount_mmc() function and that function never gets called since the line where it would get called is commented out05:00
*** eMHa__ has joined #maemo05:00
*** Defiant has quit IRC05:01
*** eMHa_ has quit IRC05:04
*** Defiant has joined #maemo05:06
DocScrutinizer05well, I massively edited /etc/init.d/rcS  so dunno maybe in yours that line isn't commented out05:09
DocScrutinizer05anyway rcS is worth a read05:12
DocScrutinizer05there's lots of interesting stuff in there05:12
*** Dynamit has joined #maemo05:14
*** DrCode has quit IRC05:32
*** L29Ah has left #maemo05:47
*** L29Ah has joined #maemo05:47
*** DrCode has joined #maemo05:52
*** Gryllida has quit IRC06:38
*** L29Ah has left #maemo06:47
*** L29Ah has joined #maemo06:47
*** DocScrutinizer05 has quit IRC07:00
*** DocScrutinizer05 has joined #maemo07:00
*** pagurus` has joined #maemo07:15
*** pagurus` has quit IRC07:15
*** pagurus` has joined #maemo07:15
*** pagurus` has quit IRC07:16
*** pagurus` has joined #maemo07:16
*** pagurus has quit IRC07:17
*** pagurus` has quit IRC07:18
*** pagurus has joined #maemo07:19
*** Dynamit has quit IRC07:29
*** Dynamit has joined #maemo07:54
*** N-Mi has quit IRC07:57
*** xray256_ has quit IRC07:59
*** Sicelo has quit IRC07:59
*** Wizzup has quit IRC07:59
*** phlixi_ has quit IRC07:59
*** kylanpaj has quit IRC07:59
*** MetalGearSolid has quit IRC07:59
*** jabis has quit IRC07:59
*** ceene has quit IRC07:59
*** RST38h has quit IRC07:59
*** NIN101 has quit IRC07:59
*** r00t-home has quit IRC07:59
*** robink_ has quit IRC07:59
*** clopez has quit IRC07:59
*** luke-jr has quit IRC07:59
*** Redhair has quit IRC07:59
*** Ariadeno has quit IRC07:59
*** strohalm has quit IRC07:59
*** rm_work has quit IRC07:59
*** timeless has quit IRC07:59
*** hadara has quit IRC07:59
*** dos1 has quit IRC07:59
*** Hebi has quit IRC07:59
*** sunshavi has quit IRC08:25
*** L29Ah has left #maemo08:47
*** L29Ah has joined #maemo08:47
*** L29Ah has left #maemo09:10
*** L29Ah has joined #maemo09:10
*** L29Ah has left #maemo09:55
*** L29Ah has joined #maemo09:55
*** ashneo76 has quit IRC10:10
*** Wizzup has joined #maemo10:22
*** handaxe has joined #maemo11:02
*** handaxe has quit IRC11:06
*** LauRoman|Alt has joined #maemo11:13
*** florian has joined #maemo11:43
*** robink_ has joined #maemo11:54
*** clopez has joined #maemo11:54
*** luke-jr has joined #maemo11:54
*** Redhair has joined #maemo11:54
*** Ariadeno has joined #maemo11:54
*** strohalm has joined #maemo11:54
*** rm_work has joined #maemo11:54
*** timeless has joined #maemo11:54
*** hadara has joined #maemo11:54
*** dos1 has joined #maemo11:54
*** Hebi has joined #maemo11:54
*** xray256_ has joined #maemo11:54
*** Sicelo has joined #maemo11:54
*** phlixi_ has joined #maemo11:54
*** kylanpaj has joined #maemo11:54
*** MetalGearSolid has joined #maemo11:54
*** jabis has joined #maemo11:54
*** ceene has joined #maemo11:54
*** RST38h has joined #maemo11:54
*** NIN101 has joined #maemo11:54
*** r00t-home has joined #maemo11:54
*** clopez has quit IRC11:54
*** robink_ has quit IRC11:54
*** clopez has joined #maemo11:57
*** robink_ has joined #maemo12:14
*** xorly has joined #maemo12:21
*** handaxe has joined #maemo12:28
*** handaxe has quit IRC12:29
*** lxp has joined #maemo12:30
*** LauRoman|Alt has quit IRC12:45
*** shentey has joined #maemo13:07
*** Pali has joined #maemo13:18
*** eijk_ has joined #maemo13:25
*** N-Mi has joined #maemo13:41
*** Hurrian has joined #maemo13:55
*** eijk_ has quit IRC14:00
*** merlin1991 has joined #maemo14:01
*** eijk_ has joined #maemo14:09
*** dafox has joined #maemo14:44
*** dafox has quit IRC15:16
*** L29Ah has left #maemo15:30
*** L29Ah has joined #maemo15:33
*** L29Ah has left #maemo15:33
*** L29Ah has joined #maemo15:34
*** L29Ah has left #maemo15:34
*** L29Ah has joined #maemo15:34
*** L29Ah has left #maemo15:34
*** L29Ah has joined #maemo15:35
*** L29Ah has left #maemo15:35
*** L29Ah has joined #maemo15:36
*** L29Ah has left #maemo15:36
*** L29Ah has joined #maemo15:37
*** L29Ah has left #maemo15:38
*** L29Ah has joined #maemo15:44
*** mavhc has quit IRC15:44
*** L29Ah has left #maemo15:44
*** L29Ah has joined #maemo15:45
*** L29Ah has left #maemo15:45
*** L29Ah has joined #maemo15:45
*** L29Ah has left #maemo15:46
*** L29Ah has joined #maemo15:46
*** L29Ah has left #maemo15:46
*** L29Ah has joined #maemo15:48
*** L29Ah has left #maemo15:48
*** mavhc has joined #maemo15:48
*** L29Ah has joined #maemo15:49
*** L29Ah has left #maemo15:49
*** L29Ah has joined #maemo15:50
*** L29Ah has left #maemo15:50
*** dafox has joined #maemo15:52
*** shentey has quit IRC15:56
*** shentey has joined #maemo15:57
*** L29Ah has joined #maemo15:59
*** L29Ah has left #maemo15:59
*** L29Ah has joined #maemo15:59
*** L29Ah has left #maemo16:00
*** L29Ah has joined #maemo16:01
*** L29Ah has left #maemo16:01
*** L29Ah has joined #maemo16:02
*** L29Ah has left #maemo16:02
*** L29Ah has joined #maemo16:02
*** L29Ah has left #maemo16:24
*** Oksanaa has joined #maemo16:24
*** Oksanaa has quit IRC16:28
*** Oksanaa has joined #maemo16:29
* Oksanaa is typing from Firefox OS phone; virtual keyboard is painful16:30
KotCzarny:)16:30
*** Juest has joined #maemo16:40
*** Juest has left #maemo16:40
*** l4m3rx has joined #maemo16:52
*** l4m3rx is now known as shadowx16:53
*** L29Ah has joined #maemo16:58
*** Oksanaa has quit IRC17:02
*** shentey_ has joined #maemo17:11
*** Juest has joined #maemo17:19
JuestDocScrutinizer05: perhaps i could copy and edit the start_xephyr.sh and change the X server perhaps?17:20
Juesti am not sure if it will work properly17:20
*** clopez has quit IRC17:29
*** clopez has joined #maemo17:33
*** tmp_512 has joined #maemo17:34
DocScrutinizer05I don't know17:35
Juest:(17:36
DocScrutinizer05varaha-space/www/people.internal/neo/daily-build/history/april-update/ipk/armv4t/xserver-kdrive-xephyr_1.3.0.0-r25_armv4t.ipk and similar files is all I can locate on my machine17:38
*** shentey has quit IRC17:40
JuestI tried, nothing to be found really17:40
Juestbut the binary itself17:40
Juest:|17:40
DocScrutinizer05yeah, people.internal.openmoko.org isn't related to maemo at all17:45
DocScrutinizer05also deceased17:45
DocScrutinizer05as I said: sorry but I didn't touch xephyr since half a dozen years17:46
*** shentey_ has quit IRC17:48
DocScrutinizer05the concept is pretty cute but not nearly as convenient as a real hw platform aka N900 for testing17:49
JuestAnd for worse it has glitches!17:50
KotCzarnyshoot the glitches till they are dead17:53
*** Oksanaa has joined #maemo18:01
*** florian has quit IRC18:07
*** shentey has joined #maemo18:08
*** L29Ah has left #maemo18:28
*** L29Ah has joined #maemo18:35
*** L29Ah has left #maemo18:35
*** L29Ah has joined #maemo18:36
*** L29Ah has left #maemo18:37
*** krnlyng has quit IRC18:37
*** L29Ah has joined #maemo18:37
*** L29Ah has left #maemo18:37
*** L29Ah has joined #maemo18:38
*** L29Ah has left #maemo18:38
*** L29Ah has joined #maemo18:39
*** L29Ah has left #maemo18:39
*** L29Ah has joined #maemo18:39
*** L29Ah has left #maemo18:40
*** L29Ah has joined #maemo18:40
*** L29Ah has left #maemo18:40
*** L29Ah has joined #maemo18:41
*** L29Ah has left #maemo18:41
*** L29Ah has joined #maemo18:42
*** L29Ah has left #maemo18:42
*** L29Ah has joined #maemo18:43
*** L29Ah has left #maemo18:43
*** L29Ah has joined #maemo18:43
*** L29Ah has left #maemo18:44
*** L29Ah has joined #maemo18:44
*** L29Ah has left #maemo18:45
*** L29Ah has joined #maemo18:45
*** L29Ah has left #maemo18:45
*** L29Ah has joined #maemo18:46
*** L29Ah has left #maemo18:46
*** L29Ah has joined #maemo18:47
*** L29Ah has left #maemo18:47
*** L29Ah has joined #maemo18:48
*** L29Ah has left #maemo18:48
*** L29Ah has joined #maemo18:49
*** L29Ah has left #maemo18:49
*** L29Ah has joined #maemo18:49
*** L29Ah has left #maemo18:49
*** L29Ah has joined #maemo18:50
*** L29Ah has left #maemo18:50
*** krnlyng has joined #maemo18:50
*** L29Ah has joined #maemo18:50
*** L29Ah has left #maemo18:50
*** L29Ah has joined #maemo18:51
*** L29Ah has left #maemo18:51
*** L29Ah has joined #maemo18:51
*** L29Ah has left #maemo18:51
*** L29Ah has joined #maemo18:52
*** L29Ah has left #maemo18:52
*** L29Ah has joined #maemo18:52
*** L29Ah has left #maemo18:53
*** L29Ah has joined #maemo18:53
*** L29Ah has left #maemo18:53
*** L29Ah has joined #maemo18:54
*** L29Ah has left #maemo18:54
bencoherr ...18:54
*** L29Ah has joined #maemo18:54
*** tmp_512 has quit IRC18:54
bencohL29Ah: ?18:54
*** L29Ah has left #maemo18:54
bencohgah.18:54
*** L29Ah has joined #maemo18:55
*** L29Ah has left #maemo18:55
*** L29Ah has joined #maemo18:56
*** L29Ah has left #maemo18:56
*** shentey has quit IRC18:56
*** L29Ah has joined #maemo18:56
*** L29Ah has left #maemo18:57
KotCzarnyi think his connection is flaky (or tunnel)18:57
KotCzarnyeither way he should do something about it18:57
*** L29Ah has joined #maemo18:58
*** L29Ah has left #maemo18:58
*** L29Ah has joined #maemo18:58
*** L29Ah has left #maemo18:58
*** L29Ah has joined #maemo18:59
*** Oksanaa has joined #maemo19:01
Juestdefinitely19:08
Juestyes19:08
Juestand oksana is on her sister phone19:08
Juestwhich is that slow firefox os19:08
Juestgeeksphone nemo i think19:08
Juestkeon*19:08
JuestKotCzarny: how to kill the glitches? i am clueless :D19:09
JuestApparently hes using ejabberd19:10
Juestperhaps its a bug19:10
KotCzarnyjuest: with the gun?19:15
Juest....19:15
Juestshould debug it but i am completely clueless19:16
KotCzarnyhttp://borderlands.wikia.com/wiki/Glitch_%28enemy%2919:16
JuestAnyone used the fremantle sdk recently?19:16
KotCzarnyi just use gcc from sdk in chroot19:17
bencohI use sb19:21
bencohso do a few people around here19:21
bencohJuest: why?19:22
DocScrutinizer05please holler when that part/join flood continues. I don't see it here since I got all those events on ignore19:34
Juestcomference mode19:35
Juestbencoh: i am on the official nokia prepared lucid fremantle sdk vm19:36
Juestand xephyr maemo is 99% ok19:36
Juesti am looking forward getting the emulator work more properly19:42
Juesti cant do maemo shortcuts thanks to xephyr's grab/ungrab input combo19:42
Juestperhaps i could make the start script not use xephyr but xorg19:43
bencohhuh ?19:43
Juestthe sdk comes with a xephyr "emulator" where you can use maemo itself bencoh19:44
bencohyeah I know xephyr19:44
Juestit doesnt work very well19:44
bencohbut what is it about "using xorg instead of xephyr"?19:44
bencohwell I dont really think it was meant to be a perfect reproduction of the n90019:45
Juestbencoh: making it use a different X server instead of xephyr because i cant use maemo shortcuts because control+shift is used to ungrab/gab mouse/keyboard19:45
JuestAnd it does have some bugs19:45
Juestnot a full maemo and out of nowhere suddenly i cant install packages anymore19:45
Juesti dont know why19:45
bencohcant you configure xephyr to use a different shortcut?19:46
Juestand theres a serious glitch where applying a theme causes the gui to work erratically and i cant change the theme again, that personalization ui stops working somewhat19:46
Juestbencoh: i dont know how if there  any way19:46
Juesthas no config(?)19:47
Juestnothing in man, nothing in docs19:47
bencohdunno, I usually check the source when I dont know19:47
bencoh(and end up patching if I cant find what I'm looking for ;)19:47
* Juest ha programming basics but doesnt know to write in any language19:48
Juestbut at least i can progress with instructions :)19:48
* Juest is basically a tester and compiler19:48
bencohhmm ... then what are you using xephyr for?19:48
JuestBecause the script uses Xephyr to display maemo?19:49
KotCzarnydo you have n900?19:49
JuestFremantle SDK desktop shortcut in that lucid vm19:49
JuestNo19:49
KotCzarnygrab 2 n90019:49
KotCzarnydone19:49
Juestim only into maemo because of oksana19:49
KotCzarny:)19:49
Juestlol?19:49
Juest...19:50
Juestbencoh: /usr/local/bin/start_xephyr.sh installed by fremantle sdk19:50
*** Juest has left #maemo19:52
*** Oksanaa has joined #maemo20:01
*** ashneo76 has joined #maemo20:04
*** xray256_ has quit IRC20:35
*** xray256_ has joined #maemo20:49
*** Oksanaa has joined #maemo21:01
*** Oksanaa has quit IRC21:02
*** Oksanaa has joined #maemo21:03
*** Oksanaa has quit IRC21:04
*** xelo has joined #maemo21:26
*** xelo has quit IRC21:31
*** tm has quit IRC21:35
*** bruce_lee has joined #maemo21:45
*** bruce_lee has joined #maemo21:45
*** Oksanaa has joined #maemo22:01
*** tm has joined #maemo22:02
*** Oksanaa has quit IRC22:03
*** ced117 has quit IRC22:10
Sicelooh bummer22:15
*** lobito has joined #maemo22:15
Siceloso X40 has an SSD with 44-pin connector. i have taken out the HDD to debootstrap debian on it via a PATA-USB adapter. the 'problem' is that the SSD has no numbering or keying for the 44pins. Any idea how to tell the correct pinout?22:17
Siceloit's the 41W073722:17
KotCzarnycompare with hdd22:17
KotCzarnyits not symmetrical22:17
KotCzarnyie. more to one side22:18
Siceloit is .. it fits both ways in my adapter :/22:18
*** lobito has quit IRC22:18
KotCzarnyalso, remember x40's controller/drive is powered from 3.3V22:18
Siceloi do have an old 2.5" HDD . .that one was keyed22:18
KotCzarnyas for the pinout, there should be square marker on one of the pins22:19
KotCzarnyhttp://pc-level.com/wp-content/uploads/2012/02/2.5ide-hard-drive.jpg22:19
Sicelothe jumper block isn't there, and pin 20 exists on this SSD :)22:20
KotCzarnyhttp://g02.a.alicdn.com/kf/HTB1IPs8IFXXXXcZXXXXq6xXFXXXq/l-Kingspec-1-8-inch-44PIN-PATA-IDE-SSD-Solid-State-Disk-ssd-64GB-Hard-Drive.jpg22:20
KotCzarnyas i said, its the positioning nuance22:20
KotCzarnymore to one side22:20
KotCzarnyhttp://eshop.sintech.cn/images/ST4060-logo.jpg22:21
KotCzarnysee square pin hole here?22:21
Sicelodon't see it .. but i think i get the idea now :)22:22
Sicelothe 3.3V thing might be an issue then :-/22:23
Siceloguess i must look at TFTP instead then .. oh well22:23
KotCzarnythere are special adapters for x40, with voltage adjusted22:24
KotCzarnythat's why you can see 'x40' in ebay auctions22:24
KotCzarnyhttp://www.ebay.com/itm/1-x-PCI-E-mSATA-SSD-5cm-3-3V-to-1-8-IDE-3-3V-44pin-SSD-for-IBM-X40-HDD-Adapter-/12130346166422:25
KotCzarnyfor example22:25
Siceloalright. at least i didn't force anything .. now to setup TFTP .. wondering if dnsmasq can do it (i'm already using it for my wifi network)22:25
Siceloah cool .. supported22:25
*** LauRoman|Alt has joined #maemo22:31
*** flo_lap has joined #maemo22:33
*** Bitnotri has joined #maemo22:38
*** shentey has joined #maemo22:48
*** Wizzup has quit IRC22:57
*** Oksanaa has joined #maemo23:01
*** Oksanaa has quit IRC23:02
*** Oksanaa has joined #maemo23:03
*** Oksanaa has quit IRC23:04
*** Wizzup has joined #maemo23:04
*** githogori has joined #maemo23:22
*** githogori has quit IRC23:26
Siceloawesome. bbb successfully booted the lappie :)23:55
*** N-Mi has quit IRC23:57

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