*** magnetic_ has quit IRC | 00:00 | |
*** beford has joined #meego | 00:00 | |
*** Sazpaimon__ has quit IRC | 00:05 | |
*** Sazpaimon__ has joined #meego | 00:05 | |
*** Frye has quit IRC | 00:06 | |
*** TheOpenSourcerer has left #meego | 00:09 | |
*** mwichmann has quit IRC | 00:11 | |
*** b-man` has quit IRC | 00:19 | |
*** kido has joined #meego | 00:22 | |
*** nsuffys has quit IRC | 00:25 | |
*** ab_ has joined #meego | 00:33 | |
*** ab_ has quit IRC | 00:33 | |
*** ab_ has joined #meego | 00:33 | |
*** ab has quit IRC | 00:34 | |
*** vblazquez has quit IRC | 00:46 | |
*** vblazquez has joined #meego | 00:48 | |
*** spenap has quit IRC | 00:49 | |
*** kido has quit IRC | 00:59 | |
*** Taftse has quit IRC | 01:06 | |
*** Taftse has joined #meego | 01:06 | |
*** Taftse has joined #meego | 01:06 | |
*** BrettQ has joined #meego | 01:12 | |
*** ced117 has quit IRC | 01:14 | |
*** BrettQ has quit IRC | 01:21 | |
*** Ezydigital has joined #meego | 01:24 | |
Ezydigital | goodevening | 01:24 |
---|---|---|
Ezydigital | i need some help in regards to porting meego | 01:25 |
Ezydigital | i need access to obs | 01:27 |
*** beford has quit IRC | 01:32 | |
*** rdqfdx has quit IRC | 01:41 | |
*** eXeC64 has joined #meego | 01:48 | |
*** Sazpaimon__ has quit IRC | 01:49 | |
*** Sazpaimon__ has joined #meego | 01:50 | |
araujo | Ezydigital, porting meego and access to obs? ... for what? | 01:51 |
Ezydigital | i want to port it to 3 mobile devices | 01:51 |
Ezydigital | one being a motorola mb860 | 01:52 |
*** kraiskil has quit IRC | 01:52 | |
Ezydigital | one being a samsung galaxy s 2 | 01:52 |
eXeC64 | I'm trying to get my hp mini 110's wifi working on meego 1.2. The slaine page for 1.2 isn't working though. It 404's on broadcom, so I edited the spec to get the latest version of the driver, then the patches fail to apply, so I tried without the patches and insmod/modprobe fails bauce of unknown symbols. Is there a precompiled driver package anywhere? | 01:52 |
eXeC64 | *because | 01:52 |
Ezydigital | and the final being h&c sensation xl | 01:52 |
Ezydigital | ExeC64 have you tried this http://slaine.org/_slaine/Meego_1.0_Wifi.html | 01:55 |
eXeC64 | The 1.0 version specifically? | 01:55 |
araujo | Ezydigital, you could start working on from current meego images | 01:55 |
araujo | though I guess you know the current meego status , and that is not much of an active project anymore | 01:56 |
araujo | yet still, you can find all the packages in obs and images in the repo | 01:56 |
Ezydigital | i can't get access to obs | 01:57 |
Ezydigital | it doesn't allow login and it doesn't allow registration | 01:57 |
eXeC64 | Ezydigital: I've tried 1.2 and possibly 1.1 versions of those page, but not 1.0 | 01:57 |
Ezydigital | try the 1.0 | 01:57 |
araujo | Ezydigital, why you need access to obs? ... by the way, you should be able to fetch and use obs packages/repositories without being registered | 01:58 |
*** koo3 has quit IRC | 01:58 | |
Ezydigital | how would i go about that | 01:58 |
Ezydigital | is there any form of git or svn? | 01:58 |
*** FSCV has quit IRC | 02:00 | |
araujo | Ezydigital, you might want to check about OBS in google, .... and yes, many projects have an equivalent git repository .... | 02:00 |
Ezydigital | i have an obs setup here | 02:01 |
Ezydigital | 14 servers | 02:01 |
*** xvlcwk has quit IRC | 02:01 | |
Ezydigital | all dual proc quad cores with 12gb ram each | 02:01 |
Ezydigital | but from what i was reading is i need to use the me ego obs | 02:01 |
*** kraft has quit IRC | 02:01 | |
Ezydigital | build.meego.com | 02:01 |
*** jooncheol has joined #meego | 02:02 | |
*** alvaro__ has quit IRC | 02:05 | |
berndhs | Ezydigital: you can use zypper / yum for build packages, and also use obs services to import dependencies on your own obs | 02:06 |
eXeC64 | Ezydigital: Still not working, same old error "unkonw symbol in module" | 02:07 |
eXeC64 | *unknown | 02:07 |
eXeC64 | dmesg mentions several unknown symbols, such as lock_is_held | 02:07 |
*** lynxis has quit IRC | 02:07 | |
Ezydigital | i know this sounds stupid but have you tried google | 02:08 |
eXeC64 | For the last 3 hours | 02:08 |
eXeC64 | irc is something of a last resort | 02:08 |
Ezydigital | The missing symbols are from the "Lockdep RCU" debugging feature of the kernel. This feature is strictly GPL, and the development MeeGo kernels have it enabled. (AFAIK, the 1.0 kernel did not have it.) | 02:09 |
Ezydigital | When you load a module, it must declare what its license is. If the license is GPL IN-compatible, it will unload all of the GPL features in the kernel ("kernel tainting"). If the module does not declare license info (like the Broadcom driver)... it is assumed to be GPL incompatible. | 02:09 |
Ezydigital | The problem is that Lockdep RCU appears in header files as inline functions and whatnot. So, when you compile the Brodcom driver... it's including stuff from Lockdep RCU whether you like it or not. Therefore, when it gets unloaded -- you lose things that you need. | 02:09 |
Ezydigital | I found a patch in Ubuntu that will declare the license of the module. Something like "Unknown/Proprietary". If you apply this patch, you will not be able to compile the driver because it detects the in-compatibility with RCU. | 02:09 |
eXeC64 | I've tried every thread under the sun. Even a few precompiled binaries found in them, same error. | 02:09 |
Ezydigital | So: if you /lie/ and say that the driver /is/ GPL, it compiles and works... mostly OK. | 02:09 |
Ezydigital | See http://bugs.meego.com/show_bug.cgi?id=5069 . | 02:09 |
Ezydigital | The missing symbols are from the "Lockdep RCU" debugging feature of the kernel. This feature is strictly GPL, and the development MeeGo kernels have it enabled. (AFAIK, the 1.0 kernel did not have it.) | 02:09 |
Ezydigital | When you load a module, it must declare what its license is. If the license is GPL IN-compatible, it will unload all of the GPL features in the kernel ("kernel tainting"). If the module does not declare license info (like the Broadcom driver)... it is assumed to be GPL incompatible. | 02:09 |
Ezydigital | The problem is that Lockdep RCU appears in header files as inline functions and whatnot. So, when you compile the Brodcom driver... it's including stuff from Lockdep RCU whether you like it or not. Therefore, when it gets unloaded -- you lose things that you need. | 02:09 |
Ezydigital | I found a patch in Ubuntu that will declare the license of the module. Something like "Unknown/Proprietary". If you apply this patch, you will not be able to compile the driver because it detects the in-compatibility with RCU. | 02:09 |
Ezydigital | So: if you /lie/ and say that the driver /is/ GPL, it compiles and works... mostly OK. | 02:09 |
Ezydigital | See http://bugs.meego.com/show_bug.cgi?id=5069 . | 02:09 |
Ezydigital | please read message above | 02:09 |
eXeC64 | ok, hold on, I think there's a GPL license patch here somewhere that I can apply | 02:10 |
*** koo3 has joined #meego | 02:14 | |
Ezydigital | any luck | 02:15 |
*** Natunen has quit IRC | 02:16 | |
*** phl0x81 has quit IRC | 02:17 | |
eXeC64 | Nope, same unknown symbols | 02:17 |
Ezydigital | shouldn't be | 02:17 |
Ezydigital | thats all the issue is is that its not gpl'd click the link above and trick it | 02:18 |
eXeC64 | I changed Propietary/Mixed -> GPL as the license | 02:18 |
eXeC64 | unless rpm is changing it back | 02:18 |
eXeC64 | ls | 02:18 |
eXeC64 | oops | 02:18 |
*** laurion has joined #meego | 02:21 | |
*** rcg has quit IRC | 02:22 | |
*** pixelgeek has joined #meego | 02:24 | |
eXeC64 | Aha, got it working. Went for original broadcom drivers then did the GPL patch | 02:32 |
eXeC64 | completely bypassed the rpm stuff | 02:33 |
*** vgrade has quit IRC | 02:33 | |
eXeC64 | Thanks for the help. | 02:33 |
*** lynxis has joined #meego | 02:33 | |
*** laurion has quit IRC | 02:34 | |
Ezydigital | your welcome | 02:35 |
*** lauro has quit IRC | 02:38 | |
*** lynxis has quit IRC | 02:39 | |
*** rcg has joined #meego | 02:41 | |
*** rcg has quit IRC | 02:45 | |
*** lynxis has joined #meego | 02:58 | |
*** rcg has joined #meego | 03:00 | |
*** Termana|rdlBNC has quit IRC | 03:05 | |
*** rcg has quit IRC | 03:06 | |
*** LaoLang_cool has joined #meego | 03:10 | |
*** eijk has quit IRC | 03:12 | |
*** daniel_o has quit IRC | 03:20 | |
*** rcg has joined #meego | 03:22 | |
*** Ezydigital has left #meego | 03:24 | |
*** niqt has quit IRC | 03:25 | |
*** rcg has quit IRC | 03:27 | |
*** test has joined #meego | 03:28 | |
*** ceyusa has quit IRC | 03:36 | |
*** ahiemstra has joined #meego | 03:37 | |
*** Termana|rdlBNC has joined #meego | 03:49 | |
*** fredmdfk has quit IRC | 03:54 | |
*** raster has joined #meego | 03:59 | |
*** raster has joined #meego | 03:59 | |
*** Alison_Chaiken has joined #meego | 04:08 | |
*** Taftse has quit IRC | 04:09 | |
*** Jade has joined #meego | 04:15 | |
*** Jade has joined #meego | 04:15 | |
*** M4rtinK has quit IRC | 04:17 | |
*** javispedro has quit IRC | 04:25 | |
*** FSCV has joined #meego | 04:26 | |
*** mobs_ has joined #meego | 04:41 | |
*** thiago has quit IRC | 04:50 | |
*** pcfe has quit IRC | 05:03 | |
*** pcfe has joined #meego | 05:03 | |
*** pcfe has joined #meego | 05:03 | |
*** alvaro__ has joined #meego | 05:19 | |
*** nightwalk has joined #meego | 05:32 | |
*** penguinbait has joined #meego | 05:57 | |
*** arnaud__ has joined #meego | 05:57 | |
*** Arno[Slack] has quit IRC | 05:57 | |
*** FSCV has quit IRC | 05:59 | |
*** berndhs has left #meego | 06:06 | |
*** uliyneron has joined #meego | 06:06 | |
*** pixelgeek has quit IRC | 06:13 | |
*** Arno[Slack] has joined #meego | 06:29 | |
*** arnaud__ has quit IRC | 06:30 | |
*** Natunen has joined #meego | 06:43 | |
*** nightwalk has quit IRC | 06:46 | |
*** nightwalk has joined #meego | 06:47 | |
*** uliyneron has quit IRC | 07:06 | |
*** uliyneron has joined #meego | 07:08 | |
*** test has quit IRC | 07:17 | |
*** srikanth_rst has joined #meego | 07:36 | |
*** test has joined #meego | 07:41 | |
*** hardaker has quit IRC | 07:50 | |
*** test has quit IRC | 07:52 | |
*** DocScrutinizer has quit IRC | 07:58 | |
*** DocScrutinizer has joined #meego | 07:58 | |
*** test has joined #meego | 08:07 | |
*** rdqfdx has joined #meego | 08:26 | |
*** haseeb has joined #meego | 08:29 | |
*** thomashc has quit IRC | 08:43 | |
*** lynxis has quit IRC | 08:56 | |
*** LaoLang_cool has quit IRC | 08:56 | |
*** LaoLang_cool has joined #meego | 08:57 | |
*** thomashc has joined #meego | 09:02 | |
*** ramkrsna has joined #meego | 09:10 | |
*** ramkrsna has joined #meego | 09:10 | |
*** jpe has joined #meego | 09:10 | |
*** LaoLang_cool has quit IRC | 09:14 | |
*** LaoLang_cool_ has joined #meego | 09:14 | |
*** ubIx_ has joined #meego | 09:17 | |
*** ubIx has quit IRC | 09:18 | |
*** ALoGeNo has quit IRC | 09:20 | |
*** ALoGeNo has joined #meego | 09:26 | |
*** ALoGeNo has quit IRC | 09:26 | |
*** ALoGeNo has joined #meego | 09:26 | |
*** ALoGeNo has quit IRC | 09:31 | |
*** badZeppelin has joined #meego | 09:35 | |
*** spenap has joined #meego | 09:36 | |
*** Alison_Chaiken has quit IRC | 09:41 | |
*** murrayc has joined #meego | 09:54 | |
*** elldekaa has quit IRC | 09:54 | |
*** srikanth_rst has quit IRC | 09:58 | |
*** test has quit IRC | 10:01 | |
*** ALoGeNo has joined #meego | 10:05 | |
*** ALoGeNo has joined #meego | 10:05 | |
*** srikanth_rst has joined #meego | 10:05 | |
*** lukasz_gut_ has joined #meego | 10:12 | |
*** MacDrunk has quit IRC | 10:14 | |
*** Wirta has joined #meego | 10:17 | |
*** MacDrunk has joined #meego | 10:17 | |
*** kraft has joined #meego | 10:26 | |
*** nightwalk has quit IRC | 10:27 | |
*** MacDrunk has quit IRC | 10:28 | |
*** csgeek has quit IRC | 10:34 | |
*** nightwalk has joined #meego | 10:34 | |
*** obit_sweden has joined #meego | 10:37 | |
*** obit_sweden has left #meego | 10:37 | |
*** swc|666 has quit IRC | 10:39 | |
*** cyborg-one has quit IRC | 10:43 | |
*** cyborg-one has joined #meego | 10:45 | |
*** csgeek has joined #meego | 10:48 | |
*** shreya has joined #meego | 11:00 | |
*** rcg has joined #meego | 11:02 | |
*** hhurtta has quit IRC | 11:03 | |
*** hhurtta has joined #meego | 11:04 | |
*** rcg has quit IRC | 11:06 | |
*** uliyneron has quit IRC | 11:15 | |
*** ychavan has joined #meego | 11:17 | |
*** piggz_ has quit IRC | 11:20 | |
*** piggz_ has joined #meego | 11:21 | |
*** rcg has joined #meego | 11:22 | |
*** piggz_ has quit IRC | 11:28 | |
*** rcg has quit IRC | 11:33 | |
*** piggz_ has joined #meego | 11:34 | |
*** srikanth_rst has quit IRC | 11:35 | |
*** ab_ is now known as ab | 11:38 | |
*** piggz_ has quit IRC | 11:41 | |
*** nsuffys has joined #meego | 11:45 | |
*** MacDrunk has joined #meego | 11:47 | |
*** haseeb has quit IRC | 11:48 | |
*** rcg has joined #meego | 11:48 | |
*** ced117 has joined #meego | 11:50 | |
*** rcg has quit IRC | 11:53 | |
*** srikanth_rst has joined #meego | 11:57 | |
*** CosmoHill has joined #meego | 12:02 | |
*** rcg has joined #meego | 12:06 | |
*** rcg has quit IRC | 12:10 | |
*** ceyusa has joined #meego | 12:21 | |
*** ceyusa has quit IRC | 12:24 | |
*** ab has quit IRC | 12:26 | |
*** rcg has joined #meego | 12:26 | |
*** lizardo has joined #meego | 12:31 | |
*** raster has quit IRC | 12:40 | |
*** MacDrunk has quit IRC | 12:46 | |
*** phl0x81 has joined #meego | 12:50 | |
*** ScriptRipper has joined #meego | 12:50 | |
*** ScriptRipper has joined #meego | 12:50 | |
*** xvlcwk has joined #meego | 12:55 | |
*** rcg has quit IRC | 12:55 | |
*** haseeb has joined #meego | 12:57 | |
*** laurion has joined #meego | 13:08 | |
*** rcg has joined #meego | 13:10 | |
*** Armi^ has joined #meego | 13:11 | |
*** rcg has quit IRC | 13:14 | |
*** lynxis has joined #meego | 13:16 | |
*** eijk has joined #meego | 13:16 | |
*** zk8 has joined #meego | 13:18 | |
*** srikanth_rst has quit IRC | 13:20 | |
*** lukasz_gut_ has quit IRC | 13:24 | |
*** MSM has quit IRC | 13:25 | |
*** nsuffys has quit IRC | 13:25 | |
*** badZeppelin has quit IRC | 13:28 | |
*** bergie has joined #meego | 13:29 | |
*** rcg has joined #meego | 13:29 | |
*** murrayc has quit IRC | 13:30 | |
*** shreya has quit IRC | 13:31 | |
*** haseeb has quit IRC | 13:38 | |
*** badZeppelin has joined #meego | 13:40 | |
*** zz_gri is now known as gri | 13:43 | |
*** rcg has quit IRC | 13:46 | |
*** alvaro__ has quit IRC | 13:50 | |
*** haseeb has joined #meego | 13:51 | |
*** LaoLang_cool_ has quit IRC | 13:56 | |
*** haseeb has quit IRC | 13:58 | |
*** rcg has joined #meego | 14:02 | |
*** Okazaki-san has quit IRC | 14:03 | |
*** psycho_oreos has joined #meego | 14:05 | |
*** thiago has joined #meego | 14:08 | |
*** rcg1 has joined #meego | 14:11 | |
*** rcg has quit IRC | 14:13 | |
*** rcg1 has quit IRC | 14:17 | |
*** uliyneron has joined #meego | 14:24 | |
*** setanta has joined #meego | 14:28 | |
*** rcg has joined #meego | 14:36 | |
*** nightwalk has quit IRC | 14:40 | |
*** nightwalk has joined #meego | 14:41 | |
*** rcg has quit IRC | 14:45 | |
*** Sazpaimon__ has quit IRC | 14:50 | |
*** Sazpaimon__ has joined #meego | 14:50 | |
*** rcg has joined #meego | 15:00 | |
*** gri is now known as zz_gri | 15:01 | |
*** rcg has quit IRC | 15:04 | |
*** koo3 has quit IRC | 15:05 | |
*** Sazpaimon__ has quit IRC | 15:12 | |
*** Sazpaimon__ has joined #meego | 15:12 | |
*** georgem has joined #meego | 15:13 | |
*** ced117 has quit IRC | 15:14 | |
georgem | Has anyone had problems with the Intel EMGD locking up the system on X server shutdown (on GMA500 specifically) | 15:14 |
*** elldekaa has joined #meego | 15:17 | |
*** foolano has joined #meego | 15:20 | |
*** rcg has joined #meego | 15:20 | |
*** koo3 has joined #meego | 15:23 | |
*** spenap has quit IRC | 15:26 | |
*** berndhs has joined #meego | 15:33 | |
*** rcg has quit IRC | 15:34 | |
*** kW_ has joined #meego | 15:37 | |
*** paulsherwood has joined #meego | 15:45 | |
*** rcg has joined #meego | 15:47 | |
*** lynxis has quit IRC | 15:50 | |
*** rcg1 has joined #meego | 15:55 | |
*** FSCV has joined #meego | 15:56 | |
*** rcg has quit IRC | 15:56 | |
*** niqt has joined #meego | 15:58 | |
*** M4rtinK has joined #meego | 15:59 | |
*** rcg1 has quit IRC | 15:59 | |
*** ramkrsna has quit IRC | 16:00 | |
*** JackaLX has quit IRC | 16:00 | |
*** piggz_ has joined #meego | 16:05 | |
*** Sazpaimon__ has quit IRC | 16:06 | |
*** Sazpaimon__ has joined #meego | 16:07 | |
*** javispedro has joined #meego | 16:11 | |
*** javispedro has joined #meego | 16:11 | |
*** beford has joined #meego | 16:13 | |
*** rcg has joined #meego | 16:14 | |
*** niqt has quit IRC | 16:15 | |
*** Taftse has joined #meego | 16:17 | |
*** rcg has quit IRC | 16:18 | |
*** W_I has joined #meego | 16:23 | |
*** vgrade has joined #meego | 16:25 | |
*** csgeek has quit IRC | 16:26 | |
*** lynxis has joined #meego | 16:28 | |
*** zz_gri is now known as gri | 16:29 | |
*** fredmdfk has joined #meego | 16:32 | |
*** rcg has joined #meego | 16:33 | |
*** rcg has quit IRC | 16:37 | |
*** bergie has quit IRC | 16:39 | |
*** lauro has joined #meego | 16:42 | |
*** lynxis has quit IRC | 16:45 | |
*** W_I has quit IRC | 16:46 | |
*** Wirta has quit IRC | 16:47 | |
*** nsuffys has joined #meego | 16:47 | |
*** csgeek has joined #meego | 16:48 | |
*** rcg has joined #meego | 16:52 | |
*** raster has joined #meego | 16:57 | |
*** raster has joined #meego | 16:57 | |
*** lynxis has joined #meego | 16:58 | |
*** raster has quit IRC | 17:05 | |
*** rcg has quit IRC | 17:13 | |
*** puffin_ has joined #meego | 17:15 | |
*** RhymeswA has quit IRC | 17:16 | |
*** RhymeswA has joined #meego | 17:18 | |
*** snowpong has joined #meego | 17:24 | |
*** piggz_ has quit IRC | 17:26 | |
*** elldekaa has quit IRC | 17:28 | |
*** rcg has joined #meego | 17:29 | |
*** hardaker has joined #meego | 17:29 | |
*** Sazpaimon__ has quit IRC | 17:34 | |
*** Sazpaimon__ has joined #meego | 17:36 | |
*** phl0x81 has quit IRC | 17:44 | |
*** phl0x81 has joined #meego | 17:44 | |
*** jpe has quit IRC | 17:54 | |
*** badZeppelin has quit IRC | 17:58 | |
*** badZeppelin has joined #meego | 17:58 | |
*** Alison_Chaiken has joined #meego | 18:01 | |
*** puffin_ has quit IRC | 18:01 | |
*** tuho has joined #meego | 18:01 | |
*** Sazpaimon__ has quit IRC | 18:08 | |
*** Sazpaimon__ has joined #meego | 18:08 | |
*** Kaskuka has quit IRC | 18:09 | |
*** Kaskuka has joined #meego | 18:10 | |
*** rcg has quit IRC | 18:10 | |
*** badZeppelin has quit IRC | 18:22 | |
*** rcg has joined #meego | 18:24 | |
*** piggz_ has joined #meego | 18:25 | |
*** rcg1 has joined #meego | 18:26 | |
*** decibyte has quit IRC | 18:28 | |
*** rcg has quit IRC | 18:28 | |
*** rcg has joined #meego | 18:29 | |
*** decibyte has joined #meego | 18:29 | |
*** rcg1 has quit IRC | 18:31 | |
*** kraiskil has joined #meego | 18:33 | |
*** lynxis has quit IRC | 18:37 | |
*** zk8 has quit IRC | 18:41 | |
*** berndhs has quit IRC | 18:42 | |
*** rcg has quit IRC | 18:43 | |
*** elldekaa has joined #meego | 18:43 | |
*** isolor has joined #meego | 18:45 | |
*** Kaskuka has quit IRC | 18:52 | |
*** ivanich__ has joined #meego | 18:53 | |
*** ivanich has quit IRC | 18:54 | |
*** Kaskuka has joined #meego | 18:55 | |
*** rcg has joined #meego | 18:59 | |
CosmoHill | morning | 18:59 |
*** lauro has quit IRC | 19:01 | |
*** DawnFoster has quit IRC | 19:01 | |
*** rcg has quit IRC | 19:05 | |
*** test5431 has joined #meego | 19:06 | |
*** Armi^ has quit IRC | 19:07 | |
*** koo3 has quit IRC | 19:11 | |
*** isolor has quit IRC | 19:14 | |
*** rcg has joined #meego | 19:19 | |
*** srikanth_rst has joined #meego | 19:21 | |
*** jooncheol has quit IRC | 19:25 | |
*** situ has joined #meego | 19:25 | |
*** srikanth_rst has quit IRC | 19:25 | |
*** koo3 has joined #meego | 19:27 | |
*** wmarone_ has joined #meego | 19:27 | |
*** wmarone has quit IRC | 19:28 | |
*** rcg1 has joined #meego | 19:30 | |
*** wmarone_ has quit IRC | 19:32 | |
*** wmarone_ has joined #meego | 19:32 | |
*** rcg has quit IRC | 19:33 | |
*** Armi^ has joined #meego | 19:38 | |
*** lynxis has joined #meego | 19:41 | |
*** njsf_N9 has joined #meego | 19:44 | |
*** csgeek has quit IRC | 19:46 | |
*** csgeek has joined #meego | 19:49 | |
*** pixelgeek has joined #meego | 19:55 | |
*** vgrade1 has joined #meego | 19:59 | |
*** vgrade has quit IRC | 19:59 | |
*** rcg1 has quit IRC | 20:02 | |
*** wmarone_ has quit IRC | 20:07 | |
*** wmarone_ has joined #meego | 20:07 | |
*** ahiemstra has quit IRC | 20:09 | |
*** wmarone_ has quit IRC | 20:12 | |
*** wmarone_ has joined #meego | 20:12 | |
*** rcg has joined #meego | 20:15 | |
*** Taftse2 has joined #meego | 20:18 | |
*** berndhs has joined #meego | 20:19 | |
*** Taftse2 has quit IRC | 20:19 | |
*** rcg has quit IRC | 20:19 | |
*** Kaskuka has quit IRC | 20:19 | |
*** wmarone_ has quit IRC | 20:32 | |
*** wmarone_ has joined #meego | 20:32 | |
*** rcg has joined #meego | 20:34 | |
*** daniel_o has joined #meego | 20:34 | |
daniel_o | hey | 20:35 |
berndhs | morning daniel_o | 20:36 |
CosmoHill | .oi/ | 20:36 |
*** rcg has quit IRC | 20:38 | |
daniel_o | hey guys.. finally i got back to a better sleep rythm and i'm not totally dying at work | 20:39 |
CosmoHill | yay | 20:39 |
berndhs | yeah it's better not to be dead, any time of day | 20:40 |
daniel_o | :D | 20:40 |
CosmoHill | there's enough undead in the channel as it is | 20:41 |
daniel_o | yeah :D | 20:41 |
berndhs | and shooting the undead doesn't work either, or so i'm told | 20:41 |
CosmoHill | have to remove the head | 20:41 |
*** pixelgeek has quit IRC | 20:42 | |
CosmoHill | "double tap" was a rule from the film zombieland | 20:42 |
daniel_o | :D yeah awesome movie | 20:42 |
CosmoHill | don't watch zombieland and the social network in the same day, it makes it confusing | 20:42 |
berndhs | my romanian friends recommend wooden stake through the heart | 20:42 |
daniel_o | xD | 20:42 |
*** Kaskuka has joined #meego | 20:48 | |
*** blauzahl has quit IRC | 20:49 | |
*** rcg has joined #meego | 20:53 | |
*** btby has joined #meego | 20:56 | |
*** FSCV has quit IRC | 20:58 | |
*** FSCV has joined #meego | 20:58 | |
*** setanta has quit IRC | 21:00 | |
*** wmarone__ has joined #meego | 21:01 | |
*** wmarone_ has quit IRC | 21:02 | |
*** rcg has quit IRC | 21:04 | |
*** Natunen has quit IRC | 21:06 | |
*** rcg has joined #meego | 21:08 | |
*** rcg is now known as 18WAAXNGF | 21:08 | |
*** rcg has joined #meego | 21:08 | |
*** nsuffys has quit IRC | 21:08 | |
*** uliyneron has quit IRC | 21:08 | |
*** psycho_oreos has quit IRC | 21:08 | |
*** hhurtta has quit IRC | 21:08 | |
*** vblazquez has quit IRC | 21:08 | |
*** jevin_ has quit IRC | 21:08 | |
*** LjL has quit IRC | 21:08 | |
*** mankku has quit IRC | 21:08 | |
*** csdb has quit IRC | 21:08 | |
*** pcapriotti has quit IRC | 21:08 | |
*** ieatlint has quit IRC | 21:08 | |
*** dm8tbr has quit IRC | 21:08 | |
*** randbit has quit IRC | 21:08 | |
*** wmarone__ has quit IRC | 21:08 | |
*** 18WAAXNGF has quit IRC | 21:12 | |
*** nsuffys has joined #meego | 21:12 | |
*** uliyneron has joined #meego | 21:12 | |
*** psycho_oreos has joined #meego | 21:12 | |
*** hhurtta has joined #meego | 21:12 | |
*** vblazquez has joined #meego | 21:12 | |
*** jevin_ has joined #meego | 21:12 | |
*** LjL has joined #meego | 21:12 | |
*** mankku has joined #meego | 21:12 | |
*** csdb has joined #meego | 21:12 | |
*** pcapriotti has joined #meego | 21:12 | |
*** ieatlint has joined #meego | 21:12 | |
*** dm8tbr has joined #meego | 21:12 | |
*** randbit has joined #meego | 21:12 | |
*** the-boss has quit IRC | 21:15 | |
*** puffin_ has joined #meego | 21:17 | |
*** njsf_N9 has quit IRC | 21:17 | |
*** elldekaa has quit IRC | 21:18 | |
*** fredmdfk has quit IRC | 21:18 | |
*** xvlcwk has quit IRC | 21:18 | |
*** ivanich_ has quit IRC | 21:18 | |
*** lbt has quit IRC | 21:18 | |
*** leinir has quit IRC | 21:18 | |
*** Ian-- has quit IRC | 21:18 | |
*** Greatgib_2 has quit IRC | 21:18 | |
*** wdouglas has quit IRC | 21:18 | |
*** X-Fade has quit IRC | 21:18 | |
*** sandst1 has quit IRC | 21:18 | |
*** dani_l_ has quit IRC | 21:18 | |
*** abinader has quit IRC | 21:18 | |
*** khohm has quit IRC | 21:18 | |
*** jbos has quit IRC | 21:18 | |
*** gri has quit IRC | 21:18 | |
*** AndrewX192 has quit IRC | 21:18 | |
*** ShadowJK has quit IRC | 21:18 | |
*** ulf_ has quit IRC | 21:18 | |
*** weggi_ has quit IRC | 21:18 | |
*** jabis has quit IRC | 21:18 | |
*** matrixx has quit IRC | 21:18 | |
*** odin_ has quit IRC | 21:18 | |
*** nightwalk has quit IRC | 21:19 | |
*** ZogG_laptop has quit IRC | 21:19 | |
*** auenf has quit IRC | 21:19 | |
*** mmc has quit IRC | 21:19 | |
*** Beineri has quit IRC | 21:19 | |
*** jayne has quit IRC | 21:19 | |
*** juergbi has quit IRC | 21:19 | |
*** tomma has quit IRC | 21:19 | |
*** CissWit has quit IRC | 21:19 | |
*** rayyen has quit IRC | 21:19 | |
*** rcg has quit IRC | 21:19 | |
CosmoHill | I knew I should have routed that ethernet cable through the hamster cage | 21:19 |
*** uliyneron has quit IRC | 21:19 | |
*** situ has quit IRC | 21:20 | |
*** daniel_o has quit IRC | 21:21 | |
*** nightwalk has joined #meego | 21:21 | |
*** ZogG_laptop has joined #meego | 21:21 | |
*** auenf has joined #meego | 21:21 | |
*** mmc has joined #meego | 21:21 | |
*** Beineri has joined #meego | 21:21 | |
*** jayne has joined #meego | 21:21 | |
*** juergbi has joined #meego | 21:21 | |
*** tomma has joined #meego | 21:21 | |
*** CissWit has joined #meego | 21:21 | |
*** rayyen has joined #meego | 21:21 | |
*** wmarone has joined #meego | 21:22 | |
*** Natunen has joined #meego | 21:22 | |
*** elldekaa has joined #meego | 21:22 | |
*** fredmdfk has joined #meego | 21:22 | |
*** xvlcwk has joined #meego | 21:22 | |
*** ivanich_ has joined #meego | 21:22 | |
*** lbt has joined #meego | 21:22 | |
*** leinir has joined #meego | 21:22 | |
*** Ian-- has joined #meego | 21:22 | |
*** Greatgib_2 has joined #meego | 21:22 | |
*** wdouglas has joined #meego | 21:22 | |
*** X-Fade has joined #meego | 21:22 | |
*** sandst1 has joined #meego | 21:22 | |
*** dani_l_ has joined #meego | 21:22 | |
*** jbos has joined #meego | 21:22 | |
*** khohm has joined #meego | 21:22 | |
*** abinader has joined #meego | 21:22 | |
*** gri has joined #meego | 21:22 | |
*** AndrewX192 has joined #meego | 21:22 | |
*** ShadowJK has joined #meego | 21:22 | |
*** ulf_ has joined #meego | 21:22 | |
*** weggi_ has joined #meego | 21:22 | |
*** jabis has joined #meego | 21:22 | |
*** matrixx has joined #meego | 21:22 | |
*** odin_ has joined #meego | 21:22 | |
*** idoru has quit IRC | 21:23 | |
*** Bryanste- has quit IRC | 21:23 | |
*** Sazpaimon__ has quit IRC | 21:23 | |
*** mobs_ has quit IRC | 21:23 | |
*** vsync_ has quit IRC | 21:23 | |
*** aloril has quit IRC | 21:23 | |
*** Milo- has quit IRC | 21:23 | |
*** rosseaux has quit IRC | 21:23 | |
*** csgeek has quit IRC | 21:23 | |
*** beford has quit IRC | 21:23 | |
*** otep has quit IRC | 21:23 | |
*** kimitake_idle has quit IRC | 21:23 | |
*** Sampppa has quit IRC | 21:23 | |
*** cxl000 has quit IRC | 21:23 | |
*** LiraNuna has quit IRC | 21:23 | |
*** hardaker has quit IRC | 21:23 | |
*** thiago has quit IRC | 21:23 | |
*** sivoais has quit IRC | 21:23 | |
*** MSameerW1rk has quit IRC | 21:23 | |
*** phako has quit IRC | 21:23 | |
*** musca has quit IRC | 21:23 | |
*** Paimen has quit IRC | 21:23 | |
*** dgilmore has quit IRC | 21:23 | |
*** KRF has quit IRC | 21:23 | |
*** dec has quit IRC | 21:23 | |
*** ogoz_idle has quit IRC | 21:23 | |
*** Kaadlajk has quit IRC | 21:23 | |
*** flat` has quit IRC | 21:23 | |
*** BaTmAn- has quit IRC | 21:23 | |
*** joroi has quit IRC | 21:23 | |
*** jefferai has quit IRC | 21:23 | |
*** jambou has quit IRC | 21:23 | |
*** olorin_ has quit IRC | 21:23 | |
*** Mek|irssi has quit IRC | 21:23 | |
*** decibyte has quit IRC | 21:23 | |
*** GeneralAntilles has quit IRC | 21:23 | |
*** Job1 has quit IRC | 21:23 | |
*** npm has quit IRC | 21:23 | |
*** eXeC64 has quit IRC | 21:23 | |
*** vivijim has quit IRC | 21:23 | |
berndhs | and I didn't even say anything | 21:23 |
*** csgeek has joined #meego | 21:24 | |
*** decibyte has joined #meego | 21:24 | |
*** Sazpaimon__ has joined #meego | 21:24 | |
*** hardaker has joined #meego | 21:24 | |
*** beford has joined #meego | 21:24 | |
*** thiago has joined #meego | 21:24 | |
*** mobs_ has joined #meego | 21:24 | |
*** eXeC64 has joined #meego | 21:24 | |
*** otep has joined #meego | 21:24 | |
*** sivoais has joined #meego | 21:24 | |
*** kimitake_idle has joined #meego | 21:24 | |
*** vsync_ has joined #meego | 21:24 | |
*** MSameerW1rk has joined #meego | 21:24 | |
*** dgilmore has joined #meego | 21:24 | |
*** aloril has joined #meego | 21:24 | |
*** GeneralAntilles has joined #meego | 21:24 | |
*** phako has joined #meego | 21:24 | |
*** Job1 has joined #meego | 21:24 | |
*** npm has joined #meego | 21:24 | |
*** Sampppa has joined #meego | 21:24 | |
*** Milo- has joined #meego | 21:24 | |
*** Bryanste- has joined #meego | 21:24 | |
*** musca has joined #meego | 21:24 | |
*** cxl000 has joined #meego | 21:24 | |
*** rosseaux has joined #meego | 21:24 | |
*** Paimen has joined #meego | 21:24 | |
*** vivijim has joined #meego | 21:24 | |
*** idoru has joined #meego | 21:24 | |
*** KRF has joined #meego | 21:24 | |
*** LiraNuna has joined #meego | 21:24 | |
*** dec has joined #meego | 21:24 | |
*** ogoz_idle has joined #meego | 21:24 | |
*** Kaadlajk has joined #meego | 21:24 | |
*** flat` has joined #meego | 21:24 | |
*** BaTmAn- has joined #meego | 21:24 | |
*** joroi has joined #meego | 21:24 | |
*** jefferai has joined #meego | 21:24 | |
*** Mek|irssi has joined #meego | 21:24 | |
*** olorin_ has joined #meego | 21:24 | |
*** jambou has joined #meego | 21:24 | |
CosmoHill | berndhs: what did you just say? it just flew off my screen when everyone came back in | 21:24 |
berndhs | yeah | 21:25 |
berndhs | and I won't take it back either | 21:25 |
*** Vanadis has quit IRC | 21:25 | |
*** Vanadis has joined #meego | 21:26 | |
*** rcg has joined #meego | 21:27 | |
*** snowpong has quit IRC | 21:31 | |
*** rcg has quit IRC | 21:31 | |
*** berndhs has quit IRC | 21:36 | |
*** puffin_ has quit IRC | 21:44 | |
*** rcg has joined #meego | 21:47 | |
*** Frye has joined #meego | 21:50 | |
*** rcg1 has joined #meego | 21:51 | |
*** Kaskuka has quit IRC | 21:51 | |
*** rcg has quit IRC | 21:52 | |
*** Kaskuka has joined #meego | 22:00 | |
*** rcg1 has quit IRC | 22:05 | |
*** ramkrsna has joined #meego | 22:08 | |
*** the-boss has joined #meego | 22:17 | |
*** rcg has joined #meego | 22:19 | |
*** javispedro has quit IRC | 22:32 | |
*** jani has joined #meego | 22:34 | |
*** beford has quit IRC | 22:35 | |
* CosmoHill 's laptop screen flicked :/ | 22:35 | |
*** rcg has quit IRC | 22:38 | |
*** foolano has quit IRC | 22:40 | |
*** rcg has joined #meego | 22:53 | |
*** sergiusens has quit IRC | 22:57 | |
*** alvaro__ has joined #meego | 22:57 | |
*** lizardo has quit IRC | 23:01 | |
*** aloril has quit IRC | 23:06 | |
jani | any ideas if there's something fishy with MLocale::addTranslationPath ? | 23:07 |
*** wmarone has quit IRC | 23:10 | |
*** lynxis has quit IRC | 23:10 | |
*** wmarone has joined #meego | 23:13 | |
*** rcg has quit IRC | 23:15 | |
*** blauzahl has joined #meego | 23:17 | |
*** Milo- has quit IRC | 23:17 | |
*** aloril has joined #meego | 23:18 | |
*** alvaro__ has quit IRC | 23:21 | |
*** swc|666 has joined #meego | 23:22 | |
*** wmarone has quit IRC | 23:28 | |
*** Milo- has joined #meego | 23:28 | |
*** rcg has joined #meego | 23:29 | |
*** wmarone has joined #meego | 23:29 | |
*** Sazpaimon__ has quit IRC | 23:30 | |
*** Sazpaimon__ has joined #meego | 23:32 | |
*** foolano has joined #meego | 23:33 | |
*** csgeek has quit IRC | 23:42 | |
*** Alison_Chaiken has quit IRC | 23:43 | |
*** csgeek has joined #meego | 23:43 | |
*** javispedro has joined #meego | 23:44 | |
*** rcg has quit IRC | 23:48 | |
*** vblazquez has quit IRC | 23:48 | |
*** nsuffys has quit IRC | 23:50 | |
*** vblazquez has joined #meego | 23:50 | |
*** berndhs has joined #meego | 23:51 | |
*** ramkrsna has quit IRC | 23:55 | |
*** alextai has joined #meego | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!