| *** ortylp has joined #harmattan | 00:05 | |
| *** arcean_ has joined #harmattan | 00:08 | |
| *** arcean has quit IRC | 00:08 | |
| *** arcean_ is now known as arcean | 00:08 | |
| *** NIN101 has quit IRC | 00:17 | |
| *** elldekaa has joined #harmattan | 00:19 | |
| *** Aranel has quit IRC | 00:22 | |
| *** Venemo has quit IRC | 00:36 | |
| *** ortylp has quit IRC | 00:39 | |
| *** Aranel has joined #harmattan | 00:39 | |
| *** Aranel has quit IRC | 00:42 | |
| *** Aranel has joined #harmattan | 00:42 | |
| *** Aranel has quit IRC | 00:42 | |
| *** Aranel has joined #harmattan | 00:42 | |
| juiceme | Hiya Hurrian, ya there? | 00:48 |
|---|---|---|
| juiceme | still struggling wit the ubifs root fs | 00:48 |
| juiceme | Patched 2.6.32.54 with commandline override, and now it is possible to actually make it mount root to wherever I want it to. | 00:49 |
| juiceme | however, as a result it just won't boot at all when I try to force it to go to /dev/mtd4 | 00:50 |
| juiceme | I created a rootfs there by "/usr/sbin/ubiattach /dev/ubi_ctrl -m 4 ; mount -t ubifs ubi0:var /root/tp_mount" and copied whole content of my initramfs there. | 00:52 |
| juiceme | I tried these as kernel command line; | 00:52 |
| juiceme | "init=/init ubi.mtd=4 root=ubi0:var rootfstype=ubifs rw console=ttyS0,115200n8 omap3_die_id" | 00:53 |
| juiceme | "init=/init ubi.mtd=4 root=/dev/mtd4 rootfstype=ubifs rw console=ttyS0,115200n8 omap3_die_id" | 00:53 |
| juiceme | but neither of them work... | 00:53 |
| Hurrian | juiceme, here | 00:54 |
| Hurrian | hmm | 00:54 |
| Hurrian | do you have the init script at /init, and is its dependencies satisfied? | 00:55 |
| juiceme | When I boot the kernel I am using with command line override off, so that it boots the "normal" way as mmblck2 root device I can access the UBI devices correctly so I damn well konw my kernel options are correct... | 00:55 |
| juiceme | yes, as far as I have checked it | 00:55 |
| Hurrian | hmm | 00:55 |
| juiceme | the init script is faurly simple | 00:55 |
| Hurrian | UBIFS=y? | 00:55 |
| juiceme | it just displays a text on the screen and kicks off telnetd | 00:56 |
| juiceme | yeah | 00:56 |
| Hurrian | hmm, lemme check something. | 00:57 |
| juiceme | I have been trying to model this with the few ubifs root documents found off google, mostly they are about wlanbox configuration etc.. | 00:57 |
| juiceme | config looks like this; | 00:58 |
| juiceme | [sbox-HARMATTAN_ARMEL: /usr/src/kernel-2.6.32] > grep _UBI .config | 00:59 |
| juiceme | CONFIG_MTD_UBI=y | 00:59 |
| juiceme | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | 00:59 |
| juiceme | CONFIG_MTD_UBI_BEB_RESERVE=1 | 00:59 |
| juiceme | CONFIG_MTD_UBI_GLUEBI=y | 00:59 |
| juiceme | CONFIG_MTD_UBI_DEBUG=y | 00:59 |
| juiceme | CONFIG_UBIFS_FS=y | 00:59 |
| juiceme | # CONFIG_UBIFS_FS_XATTR is not set | 00:59 |
| juiceme | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | 00:59 |
| juiceme | CONFIG_UBIFS_FS_LZO=y | 00:59 |
| juiceme | CONFIG_UBIFS_FS_ZLIB=y | 00:59 |
| juiceme | CONFIG_UBIFS_FS_DEBUG=y | 00:59 |
| Hurrian | you may need to specify some crap passed by NOLO too | 00:59 |
| Hurrian | http://cateee.net/lkddb/web-lkddb/MTD_CMDLINE_PARTS.html | 00:59 |
| juiceme | aaa. | 00:59 |
| juiceme | did not think abou that | 00:59 |
| juiceme | it figures... | 00:59 |
| Hurrian | except for the ones involving serial numbers. | 00:59 |
| juiceme | so I need to combine my cmdline with the NOLO-given line + the UBI stuff... | 01:00 |
| Hurrian | I'd try specifying mtdparts= first though | 01:00 |
| juiceme | hokay. | 01:00 |
| juiceme | will try that | 01:00 |
| *** khertan has quit IRC | 01:02 | |
| juiceme | what's the "mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config),16384k@3840k(kernel),2048k@20224k(log),469248k@22272k(var),32768k@491520k(moslo)" for anyway? | 01:02 |
| *** VDVsx has quit IRC | 01:02 | |
| juiceme | might it be kernel does not recognize memory correctly without it? | 01:03 |
| Hurrian | that's practically the NAND's partition table. | 01:04 |
| Hurrian | DON'T make a mistake copying it to the kconfig, as you will mess up the data on the flash doing so. | 01:04 |
| juiceme | as it says "469248k@22272k(var)" | 01:04 |
| juiceme | ok. | 01:04 |
| juiceme | well it'l be ro anyway at boot, right? | 01:05 |
| Hurrian | on the bright side, it can be used to repartition the flash, should we not need that moslo partition. | 01:05 |
| Hurrian | juiceme, that depends on the cmdline ;) | 01:05 |
| juiceme | okay | 01:05 |
| Hurrian | 469248k@22272k(var) = size@offset (from 0), name | 01:06 |
| juiceme | allright, now it's compiling | 01:08 |
| juiceme | awfully long cmdline :) | 01:09 |
| *** thunder32 has joined #harmattan | 01:09 | |
| juiceme | now flashing... keep fingers crossed :) | 01:10 |
| *** thunder32 has quit IRC | 01:12 | |
| juiceme | nah... just managed to get it to reboot loop :( | 01:12 |
| *** kamel has joined #harmattan | 01:13 | |
| *** kamel has quit IRC | 01:15 | |
| *** mody has joined #harmattan | 01:15 | |
| *** mody has quit IRC | 01:15 | |
| *** pinheiro has joined #harmattan | 01:19 | |
| *** kamel has joined #harmattan | 01:20 | |
| *** kamel has quit IRC | 01:21 | |
| *** pinheiro_ has quit IRC | 01:21 | |
| Hurrian | Oh, do you have a watchdog kicker? | 01:21 |
| juiceme | it's being handled with initscript | 01:22 |
| Hurrian | ah | 01:23 |
| juiceme | if it ever got so far... | 01:23 |
| *** natunen has quit IRC | 01:24 | |
| juiceme | HURRAA | 01:25 |
| Hurrian | ? | 01:25 |
| juiceme | Got the beast to boot up | 01:25 |
| juiceme | !! | 01:25 |
| Hurrian | ooh. | 01:25 |
| Hurrian | How? | 01:25 |
| juiceme | :) | 01:25 |
| juiceme | well last time I inserted the whole shebang kilometer long init line | 01:25 |
| juiceme | now I trimmed it up just to UBI+mtdparts | 01:26 |
| Hurrian | including the device serials? | 01:26 |
| Hurrian | ah. | 01:26 |
| juiceme | nah, left those off now | 01:26 |
| *** ced117 has quit IRC | 01:26 | |
| Hurrian | juiceme: and it should, unless every user would have to build their own kernel ;) | 01:26 |
| juiceme | I am online with it | 01:26 |
| juiceme | beautibul, thanks a LOT! | 01:26 |
| juiceme | yes | 01:26 |
| Hurrian | And so begins the work on the biggest initrd anyone has ever seen. | 01:27 |
| juiceme | that stuff is to be added from the cmdline.txt at later stage | 01:27 |
| juiceme | :) | 01:27 |
| Hurrian | with some work, cmdline from nolo can be saved into a procfs entry, and called by the kexec script as $DEVICE_IMEI, etc. | 01:29 |
| Hurrian | but this'll work. | 01:29 |
| juiceme | I just wonder why it choked on the longer cmdline... | 01:29 |
| juiceme | yes. | 01:30 |
| Hurrian | Oh, and reportedly, the Patched Open Mode Harmattan kernels can boot via kexec. | 01:30 |
| Hurrian | Try it with the NITDroid kernel. | 01:30 |
| juiceme | Like, currently I patched the kernel to just NOT strncpy() the given line to cmdline | 01:30 |
| juiceme | I can easily create a new proc entry for "original_cmdline" or whatever | 01:31 |
| juiceme | as long as this "my-moslo-kernel" is used just as a bootstrap kernel to load up further images via kexec() I can put whatever thingies I feel like to it... | 01:32 |
| juiceme | have to thest the kexec() of openmode kernel next. | 01:33 |
| juiceme | Here is the proof ; http://www.swagman.org/juice/dmesg_from_ubiboot_device.txt | 01:38 |
| juiceme | Well, at least now I could not kexec() to nitdroid kernel. Have to see what's hazy about it... | 01:52 |
| *** mschlens1 is now known as mschlens_ | 01:58 | |
| *** rcg has quit IRC | 02:07 | |
| Hurrian | juice me, did you pass Harmattan's real cmdline to it? | 02:26 |
| Hurrian | s/juice me/juiceme/ | 02:27 |
| infobot | Hurrian meant: juiceme, did you pass Harmattan's real cmdline to it? | 02:27 |
| juiceme | hi, yes | 02:31 |
| juiceme | but I think I may have had my modules a bit askew | 02:32 |
| juiceme | noticed that aftwewards when I flashed the previous nitdroidkernel and it hung up too | 02:32 |
| juiceme | had to do "/sbin/depmod -a" | 02:33 |
| juiceme | so mow I am not sure if that was the problem | 02:33 |
| juiceme | or if it was with the kexec() | 02:33 |
| juiceme | anyway cleaned up the kernel options a bit and am recompiling it again... | 02:34 |
| juiceme | I think there is still something hazy about the kexec() call, it does not work on all kernels even as the options are compiled in. | 02:35 |
| juiceme | see, when I ran it before with vanilla 2.6.32 I did not get the next stage to boot up correctly even when I had the commandline surely correct. | 02:36 |
| juiceme | but with the kernel included in the MOSLO boot, which is from http://repo.pub.meego.com/home:/marquiz:/n950/CE_Adaptation_N950-armv7hl/armv7hl/ it works correctly. | 02:38 |
| juiceme | The problem is, I do not have the source for the latter kernel, so I cannot recompile it to boot from the UBI drive. | 02:38 |
| Hurrian | juiceme, the MOSLO boot kernel is whatever Nemo uses nowadays | 02:42 |
| Hurrian | juiceme, try building the regular Harmattan kernel with kexec() support | 02:44 |
| *** _xnt14 has quit IRC | 02:44 | |
| *** MohammadAG has quit IRC | 02:45 | |
| *** Brownout has quit IRC | 02:45 | |
| *** Brownout has joined #harmattan | 02:45 | |
| juiceme | That is what I did, the normal harmattan kernel (with aegis neutering) | 02:48 |
| *** gabriel9 has joined #harmattan | 02:50 | |
| *** topi` has quit IRC | 02:50 | |
| *** topi` has joined #harmattan | 02:51 | |
| Hurrian | So both the first kernel and the second kernel are kexec() enabled, right? | 02:52 |
| Hurrian | hmm, this is odd. | 02:52 |
| *** pinheiro has quit IRC | 02:58 | |
| juiceme | aa, no | 03:00 |
| juiceme | The SECOND stage was not kexec-enabled | 03:01 |
| juiceme | does it matter? | 03:01 |
| *** arcean has quit IRC | 03:03 | |
| juiceme | if it does matter, then I am in a bit of a problem here... As I would like to boot nitdroid kernel as one of the 2nd stage selections and e-yes did not give me the source for that :( | 03:03 |
| juiceme | ... | 03:03 |
| juiceme | well well, it's 3:02 am here... maybe I should go take a nap.. | 03:04 |
| Hurrian | yeah, something to do with relocations | 03:05 |
| *** san has joined #harmattan | 03:05 | |
| Hurrian | juiceme: try to boot Harmattan first, then you can diff e-yes' changes to the PR1.2 kernel afterwards | 03:06 |
| *** M4rtinK has quit IRC | 03:28 | |
| *** vladest has quit IRC | 03:59 | |
| *** vladest has joined #harmattan | 04:02 | |
| *** tom_ has joined #harmattan | 04:03 | |
| *** pa has quit IRC | 04:06 | |
| *** tom_ has quit IRC | 04:07 | |
| *** rashm2k1 has quit IRC | 04:25 | |
| *** mschlens1 has joined #harmattan | 04:28 | |
| *** mschlens_ has quit IRC | 04:31 | |
| *** gabriel9 has quit IRC | 05:10 | |
| *** nid0 has quit IRC | 05:19 | |
| *** nid0 has joined #harmattan | 05:20 | |
| *** thedead1440 has joined #harmattan | 05:21 | |
| *** larrfed has joined #harmattan | 05:43 | |
| *** louisdk has joined #harmattan | 05:51 | |
| *** elldekaa has quit IRC | 05:53 | |
| *** furikku has joined #harmattan | 05:57 | |
| *** DocScrutinizer05 has quit IRC | 06:04 | |
| *** DocScrutinizer06 has joined #harmattan | 06:04 | |
| *** elldekaa has joined #harmattan | 06:09 | |
| *** tom_ has joined #harmattan | 06:34 | |
| *** tom_ has quit IRC | 06:52 | |
| *** thedead1440 has quit IRC | 06:54 | |
| *** bef0rd has joined #harmattan | 07:10 | |
| *** loide has quit IRC | 07:12 | |
| *** danielcbit has quit IRC | 07:13 | |
| *** xarcass has joined #harmattan | 07:16 | |
| *** thedead1440 has joined #harmattan | 07:23 | |
| *** bef0rd has quit IRC | 07:31 | |
| *** Martix has quit IRC | 07:42 | |
| *** e-yes has joined #harmattan | 08:07 | |
| *** e-yes has quit IRC | 08:12 | |
| *** elldekaa has quit IRC | 08:30 | |
| *** xarcass_ has joined #harmattan | 08:33 | |
| *** xarcass has quit IRC | 08:35 | |
| *** xarcass_ is now known as xarcass | 08:35 | |
| *** hardaker has quit IRC | 08:43 | |
| *** zhxt has joined #harmattan | 08:51 | |
| *** natunen has joined #harmattan | 08:56 | |
| *** orfix has quit IRC | 08:57 | |
| *** orfix has joined #harmattan | 08:58 | |
| *** zhxt has quit IRC | 09:04 | |
| *** lamikr has joined #harmattan | 09:17 | |
| *** Ovn has joined #harmattan | 09:18 | |
| *** pa has joined #harmattan | 09:23 | |
| *** Ovn has quit IRC | 09:24 | |
| *** thedead1440 has quit IRC | 09:37 | |
| *** Ovn has joined #harmattan | 10:02 | |
| *** gabriel9|work has joined #harmattan | 10:02 | |
| *** Ovn has quit IRC | 10:05 | |
| *** jreznik has joined #harmattan | 10:06 | |
| *** vladest has quit IRC | 10:14 | |
| *** SfietKonstantin has joined #harmattan | 10:46 | |
| *** thedead1440 has joined #harmattan | 10:48 | |
| *** louisdk has quit IRC | 10:52 | |
| *** rcg has joined #harmattan | 11:04 | |
| *** e-yes has joined #harmattan | 11:27 | |
| *** vladest has joined #harmattan | 11:49 | |
| *** SfietKonstantin has quit IRC | 11:50 | |
| *** _vladest has joined #harmattan | 11:50 | |
| *** HtheB has joined #harmattan | 12:12 | |
| *** romaxa_home has quit IRC | 12:15 | |
| *** rcg has quit IRC | 12:18 | |
| *** rcg has joined #harmattan | 12:18 | |
| *** NIN101 has joined #harmattan | 12:20 | |
| *** jaywink has joined #harmattan | 12:20 | |
| *** M4rtinK has joined #harmattan | 12:27 | |
| *** rcg has quit IRC | 12:34 | |
| *** rcg has joined #harmattan | 12:34 | |
| *** ced117 has joined #harmattan | 12:45 | |
| *** xarcass has quit IRC | 12:48 | |
| *** zhxt has joined #harmattan | 13:09 | |
| *** rashm2k has joined #harmattan | 13:14 | |
| *** ortylp has joined #harmattan | 13:15 | |
| *** Ovn has joined #harmattan | 13:28 | |
| *** leinir_ has joined #harmattan | 13:30 | |
| *** leinir has quit IRC | 13:30 | |
| *** leinir_ is now known as leinir | 13:31 | |
| *** Timo has joined #harmattan | 13:32 | |
| *** Ovn has quit IRC | 13:41 | |
| *** pinheiro has joined #harmattan | 13:43 | |
| *** furikku_ has joined #harmattan | 14:01 | |
| *** furikku has quit IRC | 14:03 | |
| *** rcg has quit IRC | 14:05 | |
| *** arcean has joined #harmattan | 14:05 | |
| ladoga | thedead1440: Seems like cutetube won't display archived movies if i set download directory to ~/ MyDocs/Movies | 14:06 |
| ladoga | it downloads them there all right tho and the stock video player finds them | 14:07 |
| ladoga | so it doesn't look like a tracker issue | 14:08 |
| ladoga | ~/MyDocs/Movies | 14:09 |
| ladoga | is marxian here under some other nick? | 14:13 |
| *** rcg has joined #harmattan | 14:20 | |
| *** rcg has quit IRC | 14:22 | |
| *** faenil has joined #harmattan | 14:23 | |
| thedead1440 | ladoga: cutetube creates its own directory | 14:27 |
| thedead1440 | so its ~/MyDocs/Movies/cuteTube | 14:27 |
| thedead1440 | you need to put your videos into that folder | 14:27 |
| *** rcg has joined #harmattan | 14:27 | |
| thedead1440 | its not a tracker issue certainly | 14:27 |
| thedead1440 | i just changed my user-dirs.dirs to set default videos dir to ~/MyDocs/Movies/cuteTube so that all videos are downloaded/saved there | 14:28 |
| thedead1440 | instead of having to do a manual transfer | 14:28 |
| *** Timo has quit IRC | 14:33 | |
| *** SfietKonstantin has joined #harmattan | 14:38 | |
| *** rcg has quit IRC | 14:41 | |
| *** pinheiro_ has joined #harmattan | 14:45 | |
| *** pinheiro has quit IRC | 14:46 | |
| *** leinir has quit IRC | 14:46 | |
| *** leinir has joined #harmattan | 14:47 | |
| *** leinir has joined #harmattan | 14:47 | |
| *** rashm2k1 has joined #harmattan | 14:49 | |
| *** rashm2k has quit IRC | 14:50 | |
| *** jaywink has quit IRC | 14:54 | |
| *** rashm2k1 has quit IRC | 15:04 | |
| *** rashm2k1 has joined #harmattan | 15:04 | |
| *** Linda has joined #harmattan | 15:08 | |
| *** Linda has quit IRC | 15:08 | |
| rashm2k1 | does anyone have ANY idea how to setup scratchbox for blackberry? | 15:10 |
| *** ortylp has quit IRC | 15:16 | |
| *** _vladest has quit IRC | 15:22 | |
| *** vladest has quit IRC | 15:22 | |
| *** SfietKonstantin has quit IRC | 15:41 | |
| *** stroughtonsmith has joined #harmattan | 15:41 | |
| *** rcg has joined #harmattan | 15:47 | |
| *** snowpong has joined #harmattan | 15:48 | |
| *** bluefox_ has joined #harmattan | 16:03 | |
| *** Lava_C has joined #harmattan | 16:03 | |
| *** bluefox has quit IRC | 16:04 | |
| *** Lava_Croft has quit IRC | 16:04 | |
| *** rcg has quit IRC | 16:10 | |
| *** DocScrutinizer06 is now known as DocScrutinizer05 | 16:15 | |
| *** loide has joined #harmattan | 16:16 | |
| *** danielcbit has joined #harmattan | 16:17 | |
| *** jreznik has quit IRC | 16:18 | |
| *** arcean_ has joined #harmattan | 16:21 | |
| *** arcean has quit IRC | 16:22 | |
| *** rcg has joined #harmattan | 16:22 | |
| *** Hurrian has quit IRC | 16:23 | |
| *** Lava_C is now known as Lava_Croft | 16:35 | |
| *** Hurrian has joined #harmattan | 16:36 | |
| *** Toni has joined #harmattan | 16:37 | |
| *** Toni has quit IRC | 16:38 | |
| *** elldekaa has joined #harmattan | 16:41 | |
| *** _vladest has joined #harmattan | 16:45 | |
| *** vladest has joined #harmattan | 16:46 | |
| *** Venemo has joined #harmattan | 16:49 | |
| *** arcean_ is now known as arcean | 16:56 | |
| *** Martix has joined #harmattan | 16:59 | |
| *** thedead1440 has quit IRC | 16:59 | |
| *** thedead1440 has joined #harmattan | 17:03 | |
| *** ZogG_laptop has joined #harmattan | 17:03 | |
| *** ZogG_laptop has quit IRC | 17:03 | |
| *** ZogG_laptop has joined #harmattan | 17:03 | |
| ladoga | thedead1440: yes, i just wanted to avoid having a new directory | 17:05 |
| thedead1440 | ladoga: unfortunately that's the only work-around currently | 17:05 |
| thedead1440 | but a minor inconvenience for its benefits :D | 17:05 |
| thedead1440 | alternatively keep it at cutetube's default ~/MyDocs/cuteTube | 17:06 |
| thedead1440 | then you can use that instead of ~/MyDocs/Movies | 17:06 |
| ladoga | so i set cutetube downloaddir to ~/MyDocs/Movies instead | 17:08 |
| thedead1440 | then it would result in ~/MyDocs/Movies/cuteTube | 17:08 |
| thedead1440 | and thats where all your videos/movies would need to be put in | 17:08 |
| ladoga | so it doesnt create it's own subdiretory | 17:08 |
| *** zhxt has quit IRC | 17:08 | |
| thedead1440 | nope it always results in its own sub-directory | 17:08 |
| thedead1440 | maybe marxian should be asked to include an option not to have it as such | 17:08 |
| ladoga | only problem is that cutetube cant show the movies it downloads there:) | 17:08 |
| thedead1440 | are you sure its not in ~/MyDocs/Movies/cuteTube instead? | 17:09 |
| ladoga | you can change the directory to what you want | 17:09 |
| thedead1440 | yup but it always has a sub-directory for itself within your chosen directory | 17:10 |
| thedead1440 | quit the app and re-open it to see the change | 17:10 |
| ladoga | just edit .config/cuteTube/cuteTube.conf | 17:10 |
| ladoga | nope try it | 17:11 |
| thedead1440 | ah yes never saw that :S | 17:11 |
| thedead1440 | so those videos it downloaded can't be played via the archive feature? | 17:11 |
| ladoga | so im sort of asking if cutetube could add scanning video files to its download dir, even if its not something/cuteTube | 17:12 |
| ladoga | yes | 17:13 |
| thedead1440 | ah ok | 17:13 |
| ladoga | i can play them with the stock player though | 17:13 |
| ladoga | so its not a big issue | 17:13 |
| thedead1440 | maybe its hard-coded somewhere in the code not to play them if the videos are not in ~somewhere/cuteTube | 17:13 |
| thedead1440 | did you try putting it in a cutetube subdir? | 17:14 |
| thedead1440 | also i think the scanning feature should be doable | 17:14 |
| ladoga | yes the "feature; i use is probably unsupported | 17:15 |
| thedead1440 | http://talk.maemo.org/showpost.php?p=1306930&postcount=1091 this post by marxian says cutetube uses QtGallery instead of keeping its own record for files so i assume its plugging into tracker hence should be able to use all dirs with videos | 17:15 |
| ladoga | as you cant do it in cutetube itself. just accidentally found it by changing the downloaddit in config file | 17:15 |
| ladoga | dir* | 17:16 |
| ladoga | maybe its a bug then | 17:16 |
| thedead1440 | could be | 17:17 |
| *** rcg has quit IRC | 17:17 | |
| *** rcg has joined #harmattan | 17:20 | |
| thedead1440 | ladoga: maybe you can report it to marxian? | 17:21 |
| ladoga | sure | 17:24 |
| *** hardaker has joined #harmattan | 17:25 | |
| ladoga | if cutetube gets subtitle support it would become more important | 17:25 |
| ladoga | otherwise youd have to move all movies to cuteTube directory which makes no sense | 17:26 |
| thedead1440 | true; subtitles would make it a handy all-in-one | 17:27 |
| *** leinir has quit IRC | 17:33 | |
| *** leinir has joined #harmattan | 17:33 | |
| *** gabriel9|work has quit IRC | 17:38 | |
| *** gabriel9|work has joined #harmattan | 17:40 | |
| *** leinir_ has joined #harmattan | 17:46 | |
| *** leinir_ has joined #harmattan | 17:46 | |
| *** leinir has quit IRC | 17:46 | |
| *** leinir_ is now known as leinir | 17:46 | |
| *** leinir has quit IRC | 17:54 | |
| *** leinir_ has joined #harmattan | 17:55 | |
| *** leinir_ has joined #harmattan | 17:55 | |
| *** leinir_ is now known as leinir | 17:55 | |
| *** Milhouse has quit IRC | 18:02 | |
| *** Milhouse has joined #harmattan | 18:02 | |
| *** leinir has quit IRC | 18:05 | |
| *** HtheB has quit IRC | 18:06 | |
| *** SfietKonstantin has joined #harmattan | 18:08 | |
| *** gabriel9|work has quit IRC | 18:09 | |
| *** leinir has joined #harmattan | 18:10 | |
| *** thedead1440 has quit IRC | 18:11 | |
| *** Milhouse has quit IRC | 18:14 | |
| *** Milhouse has joined #harmattan | 18:15 | |
| *** rcg has quit IRC | 18:17 | |
| *** thedead1440 has joined #harmattan | 18:21 | |
| *** thedead1440 has quit IRC | 18:27 | |
| *** thedead1440 has joined #harmattan | 18:27 | |
| *** jaywink has joined #harmattan | 18:32 | |
| *** jaywink has quit IRC | 18:41 | |
| *** Pali has joined #harmattan | 18:50 | |
| *** ortylp has joined #harmattan | 18:50 | |
| *** ladoga is now known as changes | 18:55 | |
| *** changes is now known as ladoga | 18:55 | |
| ladoga | hehe | 18:55 |
| *** thedead1440_ has joined #harmattan | 19:04 | |
| *** thedead1440_ has quit IRC | 19:07 | |
| *** aakash_ has joined #harmattan | 19:11 | |
| *** JOJO_ has joined #harmattan | 19:14 | |
| *** XenGi is now known as XenGi_ | 19:16 | |
| *** Pali has quit IRC | 19:18 | |
| *** lamikr has quit IRC | 19:19 | |
| *** Sfiet_Konstantin has joined #harmattan | 19:20 | |
| *** XeonpZycho has joined #harmattan | 19:21 | |
| *** XeonpZycho has quit IRC | 19:21 | |
| *** XenGi_ is now known as XenGi | 19:24 | |
| *** JOJO_ has quit IRC | 19:24 | |
| *** SfietKonstantin has quit IRC | 19:24 | |
| *** hardaker has quit IRC | 19:26 | |
| *** Pali has joined #harmattan | 19:29 | |
| *** Pali has quit IRC | 19:38 | |
| *** XenGi is now known as XenGi_ | 19:43 | |
| *** oozbooz has quit IRC | 19:52 | |
| *** oozbooz has joined #harmattan | 20:01 | |
| *** faenil has quit IRC | 20:01 | |
| *** snowpong has quit IRC | 20:08 | |
| *** thedead1440_ has joined #harmattan | 20:42 | |
| *** thedead1440 has quit IRC | 20:43 | |
| *** jaywink has joined #harmattan | 20:48 | |
| *** hardaker has joined #harmattan | 20:49 | |
| *** Pali has joined #harmattan | 20:55 | |
| *** rcg has joined #harmattan | 21:00 | |
| *** thedead1440_ has quit IRC | 21:07 | |
| *** ortylp has quit IRC | 21:08 | |
| *** hhw has joined #harmattan | 21:15 | |
| *** thedead1440 has joined #harmattan | 21:15 | |
| *** pinheiro has joined #harmattan | 21:16 | |
| *** pinheiro_ has quit IRC | 21:18 | |
| *** hhw has left #harmattan | 21:21 | |
| *** ZogG_lap1op has joined #harmattan | 21:23 | |
| *** ZogG_laptop has quit IRC | 21:25 | |
| *** tom___ has joined #harmattan | 21:27 | |
| *** furikku_ has quit IRC | 21:28 | |
| *** Pali has quit IRC | 21:45 | |
| *** tom___ has quit IRC | 21:45 | |
| *** rubdos has joined #harmattan | 22:00 | |
| *** NIN101 has quit IRC | 22:02 | |
| *** NIN102 has joined #harmattan | 22:02 | |
| *** NIN102 is now known as NIN101 | 22:04 | |
| *** stroughtonsmith has quit IRC | 22:22 | |
| *** hardaker has quit IRC | 22:22 | |
| *** rubdos has quit IRC | 22:48 | |
| *** arcean has quit IRC | 22:49 | |
| *** xeni has joined #harmattan | 22:50 | |
| *** rubdos has joined #harmattan | 22:54 | |
| *** SfietKonstantin has joined #harmattan | 22:56 | |
| *** rubdos has quit IRC | 22:58 | |
| *** Sfiet_Konstantin has quit IRC | 23:00 | |
| *** jreznik has joined #harmattan | 23:05 | |
| *** hardaker has joined #harmattan | 23:09 | |
| *** ajalkane has joined #harmattan | 23:22 | |
| *** arcean has joined #harmattan | 23:31 | |
| *** SfietKonstantin has quit IRC | 23:33 | |
| *** stroughtonsmith has joined #harmattan | 23:35 | |
| *** hardaker has quit IRC | 23:36 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!