cockroach has quit [Quit: leaving]
diejuse has quit [Quit: Leaving.]
amk has quit [Ping timeout: 240 seconds]
amk has joined #maemo-leste
pagurus has quit [Ping timeout: 255 seconds]
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #maemo-leste
joerg has quit [Ping timeout: 268 seconds]
joerg has joined #maemo-leste
rafael2k has joined #maemo-leste
Twig has joined #maemo-leste
belcher_ is now known as belcher
rafael2k has quit [Ping timeout: 256 seconds]
inky has joined #maemo-leste
inky_ has quit [Ping timeout: 252 seconds]
adc has quit [Quit: Lost terminal]
Pali has joined #maemo-leste
pere has quit [Ping timeout: 265 seconds]
uvos has joined #maemo-leste
joerg has quit [Excess Flood]
joerg has joined #maemo-leste
adc has joined #maemo-leste
Pali has quit [Ping timeout: 268 seconds]
<Wizzup> uvos: so the mkbootimage output is what I give to safestrap?
<uvos> if safestrap where a normal android bootloader yes
<uvos> but there was some detail i am forgetting
<uvos> i think you need something on /system as well
<uvos> maby look at a old maemo image
<uvos> they used to use safestrap
<Wizzup> I think we used to use safestrap for the d4 on leste, we could maybe dig that up
<uvos> yeah
<uvos> or unpack a los image
<uvos> and look at what it dose
<uvos> or just skip safe strap and kexec from android
<uvos> by unpacking safestrap and using the kexec.ko and uart.ko and its kexec binary directly
<uvos> and use it via adb shell
<uvos> that should also work
<Wizzup> oh, kexec from adb shell in safestrap you mean?
<uvos> that might also work
<uvos> but i ment from normal android
<Wizzup> oh, ok
<uvos> just adb shell into normal android and load the .ko and then kexec your image
<uvos> this works on los d4
<uvos> (but pvr ends up broken)
<uvos> if you do it form safestrap pvr might even work
<uvos> idk at what stage the boot process is at that point
<uvos> android calling psvrinit breaks it
<uvos> safestrap starts itself by hijaking the andoid userspace boot pretty early
<Wizzup> parazyd: ping
<Wizzup> uvos: btw you said this:
<Wizzup> 21:11 < uvos> you can just lift the modules from the safestrap apk
<Wizzup> 21:11 < uvos> they are in there
<Wizzup> 21:11 < uvos> and its just a zip
<uvos> yes
<Wizzup> but I don't see them I think
<Wizzup> oh they are in another zip..
<Wizzup> ok
<uvos> install-files.zip yeah
<uvos> i think we can just use those for clown boot too, i dont remember why i build the bionic ones myself maybe to activate some debugging
<uvos> then you dont have to build ainchent gcc
<Wizzup> (or just install ancient debian :p )
<uvos> yeah
<Wizzup> ok, let me grab my bionic sd card, I think I build a dtb as well
<Wizzup> hang on
<Wizzup> https://dpaste.com/9FCAPVKLG this is what I meant to paste
<uvos> you will want to keep the bionic compatible for now
<uvos> there is a check in the cpcap driver that activates a path for older cpcap regulator setup
<Wizzup> good to know
xmn has quit [Ping timeout: 252 seconds]
<uvos> looks sane
rafael2k has joined #maemo-leste
<uvos> Wizzup: you need to add solana/d3 to the if at line 248 in arch/arm/mach-omap2/pmic-cpcap.c
<Wizzup> ah, ok, then I'll need to build a new kernel as well
<Wizzup> I was planning to re-use the bionic one
<uvos> or just use the bionic compatible
<uvos> to test
<Wizzup> ok, yeah, I reverted to that
<Wizzup> ok, I misunderstood
<Wizzup> yeah the latest paste I shared is what I want to try first
<Wizzup> upgrading the bionic first
<Wizzup> (the sd card)
pere has joined #maemo-leste
<Wizzup> uvos: maybe logwrapper was the thing?
<uvos> what thing?
<uvos> thats the script it hijacs
<Wizzup> that you tried to remember or something
<Wizzup> oh, ok
<uvos> safestraps injects itself there
<uvos> so dose clownboot
<Wizzup> uvos: hm...
<Wizzup> ~ # insmod /sdcard/bootattempt/uart.ko
<Wizzup> insmod: can't insert '/sdcard/bootattempt/uart.ko': invalid module format
<uvos> hmmm
<uvos> strange
<Wizzup> <3>[ 310.889282] board_mapphone_emu_uart: version magic '2.6.35.7 SMP preempt mod_unload ARMv7 ' should be '3.0.31+ SMP preempt mod_unload modversions ARMv7 '
<Wizzup> yeah ok so safestrap has a newer kernel
<uvos> thats the wron safestrap then
<uvos> thats for android 4
<uvos> you need a older one
<Wizzup> I mean, the safestrap works just fine
<Wizzup> so you're saying I need 2.x, not 3.x ?
<uvos> no
<uvos> it shows the menu just fine
<uvos> if you try and kexec from it it wont work either
<uvos> only the stock slot will work
<uvos> because thats pivot_root
<Wizzup> why do they recommend this on all the docs then
<uvos> no idea
<Wizzup> I don't think it would make sense if it was pivot_root, since this is kernel 3.x
<Wizzup> android is 2..6.35
<Wizzup> how would that even work
<uvos> hmm?
<Wizzup> 12:03 < uvos> only the stock slot will work
<Wizzup> 12:03 < uvos> because thats pivot_root
<uvos> safestrap (the menu) just runs under whatever kernel is installed in boot
<uvos> and it also runs the stock slot with this kernel
<Wizzup> ok, I see, I think
<uvos> so that works
<uvos> but if you try and boot los now
<uvos> it will fail
<Wizzup> ok, so what's next, I can downgrade safestrap (ugh) or go for clown boot
<uvos> because that will try an kexec 3.0
<Wizzup> I kinda wanted to see it boot at least one
<Wizzup> maube I'll try to do the kexec from android first
<uvos> Wizzup: just unpack older safestrap
<uvos> and kexec from android with it
<uvos> would be what i would do next
<Wizzup> ok
<Wizzup> uvos: why do I need to unpack older safestrap?
<Wizzup> I think the kexec stuff from safestrap 3.x (the one I have now) should be ok
<Wizzup> since it manages to kexec to 3.x
<Wizzup> (kernel 3.x)
<uvos> oh
<uvos> i thought it dident
<uvos> <3>[ 310.889282] board_mapphone_emu_uart: version magic '2.6.35.7 SMP preempt mod_unload ARMv7 ' should be '3.0.31+ SMP preempt mod_unload modversions ARMv7
<Wizzup> no, so what happens is I booted to safestrap
<Wizzup> which made it kexec from android to its menu
<uvos> oh ok
<Wizzup> and then from the menu I tried to do kexec with the android-kexec modules
<Wizzup> iirc
<Wizzup> which didn't work
<uvos> those are the wrong modules :P
<uvos> also in the menu the modules are loaded allready irc
<Wizzup> no, since it kexecs to linux 3.0 with no modules
<uvos> ok
<Wizzup> oh, you mean it has kexec as built in
<Wizzup> possible but I don't think so, because I got this when I tried kexec:
<uvos> i gues this might be special on the d3 since it dosent run 3.0 natively
<Wizzup> kexec_load failed: Function not implemented
<uvos> so they kexec to it first
<uvos> for safestrap
<uvos> there must be modules for kernel 3.0 somewhere then
<uvos> inside ramdisk-recovery.img
<uvos> so i would suspect they are in the filesystem mounted at / while in safestrap menu
<mighty17[m]> uvos: https://github.com/IMbackK/mesa/tree/mesa-pvr-meamo this branch for mesa right? or the master?
<Wizzup> heh, I did insmod uart.ko from android and it kicked me out of adb shell (over usb)
<Wizzup> ... obviously
<uvos> yeah
<uvos> you need to write a script that dose everything in one go
<mighty17[m]> im trying to hack it into pmos, ie only this mesa instead of the one that pmos has
<uvos> (and dosent get killed when the shell dies)
<mighty17[m]> uvos: i may be wrong but if i just build it in pmos (and use jonathan bakker's other stuff ie ddk1.17) it should work right? plus i'd be doing it on a live device :P
<uvos> mighty17[m]: right but pmos has this thing int its repos this is just jonathan bakkers mesa packaged for maemo leste
<Wizzup> uvos: what do you mean, doesn't get killed when the shell dies?
<uvos> Wizzup: if you have a script running and adb disconnects the shell dies and the script exits
<uvos> you need to deamonize it is what i was saying
<mighty17[m]> exactly, pmos has his mesa in the repos, but i will remove that mesa and use yours instead
<Wizzup> uvos: so 'nohup'
<uvos> Wizzup: right
<uvos> mighty17[m]: jonathan bakkers mesa is what pmos uses by default
<uvos> there is no reason for you to use that repo
<uvos> you might want to use the pvr+pvr setup if chomeos/jonathan bakker mesa pvr setup is giveing you trouble
<uvos> or is to slow
<Wizzup> uvos: maybe this is not fatal? https://dpaste.com/DGP26BR7R
<uvos> also pvr+pvr setup is hard/impossible on pmos
<Wizzup> (just trying to see if that function not implemented is hthe problem or not)
<uvos> as it dosent use glibc
<mighty17[m]> yes it is too slow :(
Twig has quit [Ping timeout: 256 seconds]
<uvos> well pmos uses musl so the blobs dont help you that mutch
<mighty17[m]> but what im thinking is to replace his/chromium mesa with yours
<uvos> mine is just chromium mesa packaged for leste
<uvos> there is no code difference
<mighty17[m]> oh okay
<Wizzup> uvos: yeah ok looks like it doesn't work: # ./kexec -e
<Wizzup> kexec failed: Invalid argument
<uvos> yeah
<uvos> Wizzup: thats reacting like kexec.ko is no loaded
<uvos> *not
<Wizzup> yeah
<uvos> are you using the right binary
<uvos> ?
<Wizzup> so, this is me booting to safestrap 3.x menu again, with kernel 3.x
inky has quit [Ping timeout: 245 seconds]
<Wizzup> Linux localhost 3.0.31+ #1 SMP PREEMPT Mon Oct 15 16:58:30 PDT 2012 armv7l GNU/Linux
<Wizzup> so see if what you said, that there might be .ko's for kexec somewhere in safestrap, would be true
<uvos> they (hashcode) had some hacky kexec binary
<Wizzup> or if it was loaded at all
<uvos> that did.. something to make it work we just use that
<Wizzup> I am using the safestrap kexec binary
<Wizzup> that is: ./assets/install-files/etc/safestrap/kexec/kexec
<uvos> there might be one version for kernel 2 and one for kernel 3
<uvos> in safestrap
<uvos> thats the one for kernel 2
<Wizzup> not in the .apk at least
<uvos> Wizzup: its in the ramdisk
<uvos> Wizzup: i would suspect
<Wizzup> find / | grep kexec didn't yield much
<uvos> since they only need inside of safestrap
<uvos> ok
<uvos> no idea then
<Wizzup> I could try to install the older safestrap if you think it makes sense (2.x)
<Wizzup> I had trouble doing the kexec from android since it's so weird and locked down
<uvos> ok
<Wizzup> most places you cannot make files executable
<Wizzup> others are not writable
<Wizzup> it's a bit awkward
<uvos> no not really
<uvos> older safestrap
<Wizzup> 'no not really' was at what?
<uvos> "I could try to install the older safestrap if you think it makes sense (2.x)"
<Wizzup> ok
<uvos> can you post a tree of the files in the ramdisk?
rafael2k has quit [Ping timeout: 252 seconds]
<Wizzup> uvos: all of the files?
<Wizzup> ok
inky has joined #maemo-leste
<uvos> this is in safestrap?
<Wizzup> uvos: yes
<uvos> wierd
<uvos> i have no idea how safestrap works then on d3
<uvos> maybe try what this script dose
<uvos> from android
<uvos> with the modules you have for kern 2.x
Twig has joined #maemo-leste
<uvos> the reason why i copy everything into / (a ramdisk on andorid)
<uvos> is to avoid the permissions problems
Twiggy has joined #maemo-leste
<uvos> ah maybe you where just missing arm_kexec.ko?
<Wizzup> hm?
<uvos> $BBX insmod /arm_kexec.ko <-
<Wizzup> well neither of those load remember
<Wizzup> in 3.x
<uvos> oh right
<Wizzup> ok so the options are
<Wizzup> 1. try from android (but pvr won't work)
<Wizzup> 2. try older safestrap and hope the modules just load or are loaded
<Wizzup> 3. try clownboot straight away
<uvos> Wizzup: well if it boots from android with no pvr
<uvos> Wizzup: then clownboot will work
Twig has quit [Ping timeout: 240 seconds]
<Wizzup> yeah, but just as an initial attempt
<uvos> 3. clownboot right away is a bad idea, as installing it breaks android leaving you with no way to recover except
<uvos> to reinstal everything
<uvos> so i would do 1
<uvos> and if that works you can be very sure clownboot will work on the first go
<Wizzup> ok
<uvos> also option 4
<uvos> try los first and see how the safestrap setup works exactly
<Wizzup> would rather skip that, but yeah
<uvos> also option 5 since safestrap on d3 kexecs kern 3.0
<uvos> it sounds likely that this is the same kernel tree as is stock on bionic
<uvos> so the bionic modules might load
<Wizzup> /dev/mmc* doesn't exist in android, did they give it all different names?
<Wizzup> oh, it's /dev/block
<bencoh> :)
<Wizzup> uvos: so 'chmod -x foo' doesn't work on android, is that some messed up chmod as well?
<Wizzup> it says 'Bad mode'
<Wizzup> I guess I can do 755 or something
<uvos> no idea, every sane person just instalas busybox on android :P
<Wizzup> yeah ok
<Wizzup> root@cdma_solana:/# /system/xbin/busybox sh
<bencoh> oh, I think I didn't :]
<bencoh> but that sounds like a decent idea, yeah
<Wizzup> uvos: ok, trying to load the kexec modules on android gives me this:
<Wizzup> first of all insmod sas 'No such file or directory', which is not true
<Wizzup> and then dmesg says:
<Wizzup> <4>[ 646.709564] kexec: Unknown symbol machine_shutdown (err 0)
<Wizzup> <4>[ 646.710540] kexec: Unknown symbol printascii (err 0)
<Wizzup> <4>[ 646.711578] kexec: Unknown symbol machine_kexec_prepare (err 0)
<Wizzup> <4>[ 646.714630] kexec: Unknown symbol machine_kexec (err 0)
<Wizzup> <4>[ 646.715637] kexec: Unknown symbol machine_kexec_cleanup (err 0)
<uvos> trying what where exactly
<Wizzup> in android, with the files copied to an sdcard, I am trying to load the kexec kernel modules
<Wizzup> /mnt/sdcard-ext/bootattempt # uname -a
<Wizzup> Linux localhost 2.6.35.7-g5fa4155 #1 SMP PREEMPT Fri Feb 24 22:09:47 CST 2012 armv7l GNU/Linux
<Wizzup> so basically (1) as above
<Wizzup> I didn't load uart.ko yet, but truly that can't be the problem
<uvos> you have to load them in the order proscribed by kexebootstart.sh
<Wizzup> do you mean as logwrapper has them?
<uvos> same thing yeah
<uvos> or rather by script
<Wizzup> well I managed to make it do something, not sure if it paniced or tried to load but failed
<uvos> ok thats good
<Wizzup> a script like that cannot work since / is read only
<uvos> mount -o remount,rw rootfs
<uvos> should make it rw
<Wizzup> I think I tried that and it didn't work
<Wizzup> let me try it again I guess
<uvos> ok
<uvos> i guess android 2.3 might be different
<Wizzup> could just be not being busybox mount
<uvos> its not here either
<uvos> its android mount
<Wizzup> root@cdma_solana:/# mount -o remount,rw rootfs
<Wizzup> Usage: mount [-r] [-w] [-o options] [-t type] device directory
<bencoh> yeah, remount doesn't work iirc
<Wizzup> it does not
<bencoh> but I think you can just mount -o rw rootfs /
<uvos> i mean it works on bionic
<bencoh> or something similar
<Wizzup> uvos: what is that init=/preinit.sh
<uvos> in logwrapper?
<Wizzup> in your script
<uvos> oh in the cmdline
<uvos> thats just kexecboot
<Wizzup> k
<uvos> its a script that determines some stuff about the device and then starts kexecboot proper?
<uvos> s/?/.
pere has quit [Ping timeout: 255 seconds]
<Wizzup> well at least on serial I can 'see' that safestrap manages to kexec to 3.x ok
<Wizzup> it's such a weird feeling to have a device where you can't just tell it what to boot, and that you have to jump through all these hoops
<uvos> the sad reality of most consumer devices....
<uvos> yeah locked bootloaders suck
DPA has quit [Ping timeout: 268 seconds]
DPA has joined #maemo-leste
<Wizzup> going to take a break from this stuff again for a bit
<uvos> Motorola 1:0 Wizzup
<Wizzup> :-p
<Wizzup> it helps for me to take a break every few hours to think about what makes sense otherwise I just keep trying things that don't work
<bencoh> :)
pere has joined #maemo-leste
rafael2k has joined #maemo-leste
rafael2k has quit [Ping timeout: 245 seconds]
rafael2k has joined #maemo-leste
DPA has quit [Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in]
DPA has joined #maemo-leste
rafael2k has quit [Ping timeout: 246 seconds]
diejuse has joined #maemo-leste
Twiggy3 has joined #maemo-leste
Twiggy has quit [Ping timeout: 265 seconds]
Twiggy3 has quit [Ping timeout: 255 seconds]
uvos has quit [Ping timeout: 255 seconds]
inky has quit [Ping timeout: 252 seconds]
inky has joined #maemo-leste
L29Ah has quit [Quit: Gateway shutdown]
uvos has joined #maemo-leste
L29Ah has joined #maemo-leste
Pali has joined #maemo-leste
diejuse has quit [Quit: Leaving.]
diejuse has joined #maemo-leste
xmn has joined #maemo-leste
inky_ has joined #maemo-leste
inky has quit [Ping timeout: 252 seconds]
diejuse has quit [Quit: Leaving.]
alex1216 has joined #maemo-leste
<alex1216> Hello everyone. Have obtained a N900 with a hope of putting Leste/pmOS onto it and using it with usual (up-to-date) apps (don't care about surfing the modern Web full of HTML5 etc.). But, of course, felt more comfortable with Fremantle+CSSU as it has all the h/w support while I was able to barely boot modern distributions (I can guess why, but for now it's an another question because now I haven't a
<alex1216> spare μSD to just DD over it). TBH, from the very begining my plan was to bring Fremantle drivers to Leste (and stick with "power user kernel" for Fremantle), to somehow update userspace of Fremantle further than CSSU using Leste's resources or to run Leste/pmOS userland in an chroot. Are these ideas are "new", or there are already some developments in this way which I can learn about?
<uvos> alex1216: not impossible but you will run into loooots of issues
<uvos> alex1216: like for starters modern glibc dosent even support kernels that old
<Wizzup> alex1216: there is little reason to use old fremantle kernel
<Wizzup> n900 kernel is in really good shape, the userspace is what needs more work
<uvos> needing 3.2 at least
<Wizzup> but yeah, running old userspace in chroot wont work since kernel interfaces are different
<alex1216> I'd meant running new userspace in a Fremantle's chroot.
<Wizzup> bbiab
<uvos> alex1216: right as i said almost impossible due to modern software requirent more modern kernels
<alex1216> Actually, my main "bottleneck" for now is lack of TLS1.2, so even a proxy-only chroot would be enough.
<alex1216> ...So, what are other major issues?
<alex1216> And what can be done about h/w support without downgrading the kernel?
<uvos> all hardware, except the cameras (and even those can be patched to work), are supported by recent (ish) kernels on n900
<uvos> the kernel is not the problem
<uvos> idk what issues more major than "all these apps use kernel interfaces that dont exist on 2.6.x" you are expecting
<uvos> its pretty damning
<uvos> i mean you could get some stuff runing by using musl chroot and selecting applications judicially
<alex1216> Simply speaking, I'm trying to combine full hardware support and up-to-date applications... :)
<uvos> you allso run into the issue that n900 really dosent have any resources to spare for sutch an endeavour...
<uvos> alex1216: well if "full hardware support" means fremantle to you then prepare to be disapointed or at least reduce your expectaions to the occasional app running in chroot
<alex1216> Well, I take many photos every day (including, for example, college timetable patches) and get to the college by the subway, so to use N900 as a daily driver, I need both camera support and a modern browser which can barely handle TLS1.2 and modern JS to sign in to subway's hotspot)...
<uvos> really if you want to run linux apps on a phone that otherwise works and is usable as a daly driver
<uvos> a chroot on a mondern android phone is a much better idea
<alex1216> uvos: It is an option too. Is it a good idea to port Leste userland to some Android container agregator (like Linux Deploy)?
<uvos> someone has done that
<alex1216> oh, really?
<uvos> yeah
<uvos> i forget his name
<uvos> its not something we support
<uvos> but its possible
<uvos> but really the only good long term soultion is helping us
<uvos> finish leste
inky has joined #maemo-leste
<uvos> so its usable as a daly driver
<uvos> the droid 4 is pretty close
<alex1216> Yeah, I noticed it, but it appeared that N900 is easier to find at Russian aftermarket, and I also thought that the N900 is more hackable as it had made GNU/Linux in-mind. :)
<uvos> at this point the n900 is just old(er)
<alex1216> Of course, the Droid 4 was also more attractable as it appeared to be more powerful, but not hack-friendly.
<uvos> not sure what hack-frendly means in this context they both run mainline linux (pinephone too) aprox equally well, with the d4 being maybe in slightly better shape.
<uvos> anyhow the pont is moot you have a n900.
<sicelo> alex1216: "need both camera support and a modern browser which can barely handle TLS1.2 and modern JS to sign in to subway's hotspot" ---> Fremantle easy debian chroot, using the last/latest Jessie image, and install Midori
<uvos> idk if a javascript browser running on jessie is a good idea
<uvos> thats asking for it on public wifi
<uvos> id would try compiling something more modern against musl
<uvos> just a minimal buildroot
<uvos> and midory or browser of choice on that
<alex1216> sicelo: 1) Can it run Fennec too? 2) Are there still images somewhere on the Net?
<sicelo> fennec has the TLS1.2 issues you want to get around
mp107 has quit [Quit: The Lounge - https://thelounge.chat]
<uvos> no way in hell the n900 ever gona run modern fennec
<uvos> sicelo: i assume he means current fennec in chroot
<alex1216> Of course, I mean the last Fennec from Fremantle repos. :)
<uvos> then what sicelo says applies
<alex1216> Okay, lemme check something.
<sicelo> alex1216: maybe discuss Fremantle issues in #maemo, not here :)
<alex1216> sicelo: joining now
mardy has quit [Quit: WeeChat 2.8]
<alex1216> Thanks everyone. It's very good that there are developments going on to make mobile GNU/Linux great again. Because GNU/Linux is more lightweight than Android, and GNU/Linux feels really good at the desktop...
<alex1216> uvos: ...But the truth is that GNU/Linux feels good at mobiles too, but as devices like N900 or pinephone are harder to obtain and either difficult to bring up all the h/w, IMHO it would be a good idea to finish the userland to be able to run it in an Android'chroot at least. :)
<uvos> alex1216: sure we could use your help with that
<uvos> but no chroot in android is not a real solution imo
<sicelo> --> halium :'(
<uvos> proting real linux to android devices is imo the way forward long term
<uvos> at least until/ if we get some traction
<uvos> i would recommend any of the "main" or "Community" pmos devices or a droid4/ droid bionic if you want to mess around.
<alex1216> uvos: Hope the answer is yes. Despite I'm definitely going to work on this, I'm also going to graduate next year, so it can be uneasy, and then things can get either hard because it's Russia.
<uvos> alex1216: if you want and can help us im sure Wizzup would be happy to give you a device
<alex1216> uvos: I certainly do, but also I want to get a good job and need to work on some medical documentation in order not to run into mandatory military service. :)
<uvos> ok
<uvos> thats life :|
<alex1216> And now I'm unsure a bit as participating in WSR this year has made me barely finish the course paper and reach end of the term with a line of As...
<alex1216> Nevermind, hope for the best. Good night (it's 1am herre).
<alex1216> here*
alex1216 has quit [Quit: checking if logs are at the place]
Daanct12 has joined #maemo-leste
Danct12 has quit [Ping timeout: 255 seconds]
Daanct12 is now known as Danct12
n900 has quit [Ping timeout: 240 seconds]
n900 has joined #maemo-leste
cockroach has joined #maemo-leste
cockroach has quit [Ping timeout: 255 seconds]
cockroach has joined #maemo-leste
Pali has quit [Ping timeout: 268 seconds]
cockroach has quit [Quit: leaving]
cockroach has joined #maemo-leste
uvos has quit [Ping timeout: 252 seconds]
diejuse has joined #maemo-leste
belcher_ has joined #maemo-leste
belcher has quit [Ping timeout: 258 seconds]