IRC log of #meego for Friday, 2011-12-30

*** magnetic_ has quit IRC00:00
*** beford has joined #meego00:00
*** Sazpaimon__ has quit IRC00:05
*** Sazpaimon__ has joined #meego00:05
*** Frye has quit IRC00:06
*** TheOpenSourcerer has left #meego00:09
*** mwichmann has quit IRC00:11
*** b-man` has quit IRC00:19
*** kido has joined #meego00:22
*** nsuffys has quit IRC00:25
*** ab_ has joined #meego00:33
*** ab_ has quit IRC00:33
*** ab_ has joined #meego00:33
*** ab has quit IRC00:34
*** vblazquez has quit IRC00:46
*** vblazquez has joined #meego00:48
*** spenap has quit IRC00:49
*** kido has quit IRC00:59
*** Taftse has quit IRC01:06
*** Taftse has joined #meego01:06
*** Taftse has joined #meego01:06
*** BrettQ has joined #meego01:12
*** ced117 has quit IRC01:14
*** BrettQ has quit IRC01:21
*** Ezydigital has joined #meego01:24
Ezydigitalgoodevening01:24
Ezydigitali need some help in regards to porting meego01:25
Ezydigitali need access to obs01:27
*** beford has quit IRC01:32
*** rdqfdx has quit IRC01:41
*** eXeC64 has joined #meego01:48
*** Sazpaimon__ has quit IRC01:49
*** Sazpaimon__ has joined #meego01:50
araujoEzydigital, porting meego and access to obs? ... for what?01:51
Ezydigitali want to port it to 3 mobile devices01:51
Ezydigitalone being a motorola mb86001:52
*** kraiskil has quit IRC01:52
Ezydigitalone being a samsung galaxy s 201:52
eXeC64I'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*because01:52
Ezydigitaland the final being h&c sensation xl01:52
EzydigitalExeC64 have you tried this http://slaine.org/_slaine/Meego_1.0_Wifi.html01:55
eXeC64The 1.0 version specifically?01:55
araujoEzydigital, you could start working on from current meego images01:55
araujothough I guess you know the current meego status , and that is not much of an active project anymore01:56
araujoyet still, you can find all the packages in obs and images in the repo01:56
Ezydigitali can't get access to obs01:57
Ezydigitalit doesn't allow login and it doesn't allow registration01:57
eXeC64Ezydigital: I've tried 1.2 and possibly 1.1 versions of those page, but not 1.001:57
Ezydigitaltry the 1.001:57
araujoEzydigital, why you need access to obs? ... by the way, you should be able to fetch and use obs packages/repositories without being registered01:58
*** koo3 has quit IRC01:58
Ezydigitalhow would i go about that01:58
Ezydigitalis there any form of git or svn?01:58
*** FSCV has quit IRC02:00
araujoEzydigital, you might want to check about OBS in google, .... and yes, many projects have an equivalent git repository ....02:00
Ezydigitali have an obs setup here02:01
Ezydigital14 servers02:01
*** xvlcwk has quit IRC02:01
Ezydigitalall dual proc quad cores with 12gb ram each02:01
Ezydigitalbut from what i was reading is i need to use the me ego obs02:01
*** kraft has quit IRC02:01
Ezydigitalbuild.meego.com02:01
*** jooncheol has joined #meego02:02
*** alvaro__ has quit IRC02:05
berndhsEzydigital: you can use zypper / yum for build packages, and also use obs services to import dependencies on your own obs02:06
eXeC64Ezydigital: Still not working, same old error "unkonw symbol in module"02:07
eXeC64*unknown02:07
eXeC64dmesg mentions several unknown symbols, such as lock_is_held02:07
*** lynxis has quit IRC02:07
Ezydigitali know this sounds stupid but have you tried google02:08
eXeC64For the last 3 hours02:08
eXeC64irc is something of a last resort02:08
EzydigitalThe 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
EzydigitalWhen 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
EzydigitalThe 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
EzydigitalI 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
eXeC64I've tried every thread under the sun. Even a few precompiled binaries found in them, same error.02:09
EzydigitalSo:  if you /lie/ and say that the driver /is/ GPL, it compiles and works... mostly OK.02:09
EzydigitalSee http://bugs.meego.com/show_bug.cgi?id=5069 .02:09
EzydigitalThe 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
EzydigitalWhen 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
EzydigitalThe 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
EzydigitalI 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
EzydigitalSo:  if you /lie/ and say that the driver /is/ GPL, it compiles and works... mostly OK.02:09
EzydigitalSee http://bugs.meego.com/show_bug.cgi?id=5069 .02:09
Ezydigitalplease read message above02:09
eXeC64ok, hold on, I think there's a GPL license patch here somewhere that I can apply02:10
*** koo3 has joined #meego02:14
Ezydigitalany luck02:15
*** Natunen has quit IRC02:16
*** phl0x81 has quit IRC02:17
eXeC64Nope, same unknown symbols02:17
Ezydigitalshouldn't be02:17
Ezydigitalthats all the issue is is that its not gpl'd click the link above and trick it02:18
eXeC64I changed Propietary/Mixed -> GPL as the license02:18
eXeC64unless rpm is changing it back02:18
eXeC64ls02:18
eXeC64oops02:18
*** laurion has joined #meego02:21
*** rcg has quit IRC02:22
*** pixelgeek has joined #meego02:24
eXeC64Aha, got it working. Went for original broadcom drivers then did the GPL patch02:32
eXeC64completely bypassed the rpm stuff02:33
*** vgrade has quit IRC02:33
eXeC64Thanks for the help.02:33
*** lynxis has joined #meego02:33
*** laurion has quit IRC02:34
Ezydigitalyour welcome02:35
*** lauro has quit IRC02:38
*** lynxis has quit IRC02:39
*** rcg has joined #meego02:41
*** rcg has quit IRC02:45
*** lynxis has joined #meego02:58
*** rcg has joined #meego03:00
*** Termana|rdlBNC has quit IRC03:05
*** rcg has quit IRC03:06
*** LaoLang_cool has joined #meego03:10
*** eijk has quit IRC03:12
*** daniel_o has quit IRC03:20
*** rcg has joined #meego03:22
*** Ezydigital has left #meego03:24
*** niqt has quit IRC03:25
*** rcg has quit IRC03:27
*** test has joined #meego03:28
*** ceyusa has quit IRC03:36
*** ahiemstra has joined #meego03:37
*** Termana|rdlBNC has joined #meego03:49
*** fredmdfk has quit IRC03:54
*** raster has joined #meego03:59
*** raster has joined #meego03:59
*** Alison_Chaiken has joined #meego04:08
*** Taftse has quit IRC04:09
*** Jade has joined #meego04:15
*** Jade has joined #meego04:15
*** M4rtinK has quit IRC04:17
*** javispedro has quit IRC04:25
*** FSCV has joined #meego04:26
*** mobs_ has joined #meego04:41
*** thiago has quit IRC04:50
*** pcfe has quit IRC05:03
*** pcfe has joined #meego05:03
*** pcfe has joined #meego05:03
*** alvaro__ has joined #meego05:19
*** nightwalk has joined #meego05:32
*** penguinbait has joined #meego05:57
*** arnaud__ has joined #meego05:57
*** Arno[Slack] has quit IRC05:57
*** FSCV has quit IRC05:59
*** berndhs has left #meego06:06
*** uliyneron has joined #meego06:06
*** pixelgeek has quit IRC06:13
*** Arno[Slack] has joined #meego06:29
*** arnaud__ has quit IRC06:30
*** Natunen has joined #meego06:43
*** nightwalk has quit IRC06:46
*** nightwalk has joined #meego06:47
*** uliyneron has quit IRC07:06
*** uliyneron has joined #meego07:08
*** test has quit IRC07:17
*** srikanth_rst has joined #meego07:36
*** test has joined #meego07:41
*** hardaker has quit IRC07:50
*** test has quit IRC07:52
*** DocScrutinizer has quit IRC07:58
*** DocScrutinizer has joined #meego07:58
*** test has joined #meego08:07
*** rdqfdx has joined #meego08:26
*** haseeb has joined #meego08:29
*** thomashc has quit IRC08:43
*** lynxis has quit IRC08:56
*** LaoLang_cool has quit IRC08:56
*** LaoLang_cool has joined #meego08:57
*** thomashc has joined #meego09:02
*** ramkrsna has joined #meego09:10
*** ramkrsna has joined #meego09:10
*** jpe has joined #meego09:10
*** LaoLang_cool has quit IRC09:14
*** LaoLang_cool_ has joined #meego09:14
*** ubIx_ has joined #meego09:17
*** ubIx has quit IRC09:18
*** ALoGeNo has quit IRC09:20
*** ALoGeNo has joined #meego09:26
*** ALoGeNo has quit IRC09:26
*** ALoGeNo has joined #meego09:26
*** ALoGeNo has quit IRC09:31
*** badZeppelin has joined #meego09:35
*** spenap has joined #meego09:36
*** Alison_Chaiken has quit IRC09:41
*** murrayc has joined #meego09:54
*** elldekaa has quit IRC09:54
*** srikanth_rst has quit IRC09:58
*** test has quit IRC10:01
*** ALoGeNo has joined #meego10:05
*** ALoGeNo has joined #meego10:05
*** srikanth_rst has joined #meego10:05
*** lukasz_gut_ has joined #meego10:12
*** MacDrunk has quit IRC10:14
*** Wirta has joined #meego10:17
*** MacDrunk has joined #meego10:17
*** kraft has joined #meego10:26
*** nightwalk has quit IRC10:27
*** MacDrunk has quit IRC10:28
*** csgeek has quit IRC10:34
*** nightwalk has joined #meego10:34
*** obit_sweden has joined #meego10:37
*** obit_sweden has left #meego10:37
*** swc|666 has quit IRC10:39
*** cyborg-one has quit IRC10:43
*** cyborg-one has joined #meego10:45
*** csgeek has joined #meego10:48
*** shreya has joined #meego11:00
*** rcg has joined #meego11:02
*** hhurtta has quit IRC11:03
*** hhurtta has joined #meego11:04
*** rcg has quit IRC11:06
*** uliyneron has quit IRC11:15
*** ychavan has joined #meego11:17
*** piggz_ has quit IRC11:20
*** piggz_ has joined #meego11:21
*** rcg has joined #meego11:22
*** piggz_ has quit IRC11:28
*** rcg has quit IRC11:33
*** piggz_ has joined #meego11:34
*** srikanth_rst has quit IRC11:35
*** ab_ is now known as ab11:38
*** piggz_ has quit IRC11:41
*** nsuffys has joined #meego11:45
*** MacDrunk has joined #meego11:47
*** haseeb has quit IRC11:48
*** rcg has joined #meego11:48
*** ced117 has joined #meego11:50
*** rcg has quit IRC11:53
*** srikanth_rst has joined #meego11:57
*** CosmoHill has joined #meego12:02
*** rcg has joined #meego12:06
*** rcg has quit IRC12:10
*** ceyusa has joined #meego12:21
*** ceyusa has quit IRC12:24
*** ab has quit IRC12:26
*** rcg has joined #meego12:26
*** lizardo has joined #meego12:31
*** raster has quit IRC12:40
*** MacDrunk has quit IRC12:46
*** phl0x81 has joined #meego12:50
*** ScriptRipper has joined #meego12:50
*** ScriptRipper has joined #meego12:50
*** xvlcwk has joined #meego12:55
*** rcg has quit IRC12:55
*** haseeb has joined #meego12:57
*** laurion has joined #meego13:08
*** rcg has joined #meego13:10
*** Armi^ has joined #meego13:11
*** rcg has quit IRC13:14
*** lynxis has joined #meego13:16
*** eijk has joined #meego13:16
*** zk8 has joined #meego13:18
*** srikanth_rst has quit IRC13:20
*** lukasz_gut_ has quit IRC13:24
*** MSM has quit IRC13:25
*** nsuffys has quit IRC13:25
*** badZeppelin has quit IRC13:28
*** bergie has joined #meego13:29
*** rcg has joined #meego13:29
*** murrayc has quit IRC13:30
*** shreya has quit IRC13:31
*** haseeb has quit IRC13:38
*** badZeppelin has joined #meego13:40
*** zz_gri is now known as gri13:43
*** rcg has quit IRC13:46
*** alvaro__ has quit IRC13:50
*** haseeb has joined #meego13:51
*** LaoLang_cool_ has quit IRC13:56
*** haseeb has quit IRC13:58
*** rcg has joined #meego14:02
*** Okazaki-san has quit IRC14:03
*** psycho_oreos has joined #meego14:05
*** thiago has joined #meego14:08
*** rcg1 has joined #meego14:11
*** rcg has quit IRC14:13
*** rcg1 has quit IRC14:17
*** uliyneron has joined #meego14:24
*** setanta has joined #meego14:28
*** rcg has joined #meego14:36
*** nightwalk has quit IRC14:40
*** nightwalk has joined #meego14:41
*** rcg has quit IRC14:45
*** Sazpaimon__ has quit IRC14:50
*** Sazpaimon__ has joined #meego14:50
*** rcg has joined #meego15:00
*** gri is now known as zz_gri15:01
*** rcg has quit IRC15:04
*** koo3 has quit IRC15:05
*** Sazpaimon__ has quit IRC15:12
*** Sazpaimon__ has joined #meego15:12
*** georgem has joined #meego15:13
*** ced117 has quit IRC15:14
georgemHas anyone had problems with the Intel EMGD locking up the system on X server shutdown (on GMA500 specifically)15:14
*** elldekaa has joined #meego15:17
*** foolano has joined #meego15:20
*** rcg has joined #meego15:20
*** koo3 has joined #meego15:23
*** spenap has quit IRC15:26
*** berndhs has joined #meego15:33
*** rcg has quit IRC15:34
*** kW_ has joined #meego15:37
*** paulsherwood has joined #meego15:45
*** rcg has joined #meego15:47
*** lynxis has quit IRC15:50
*** rcg1 has joined #meego15:55
*** FSCV has joined #meego15:56
*** rcg has quit IRC15:56
*** niqt has joined #meego15:58
*** M4rtinK has joined #meego15:59
*** rcg1 has quit IRC15:59
*** ramkrsna has quit IRC16:00
*** JackaLX has quit IRC16:00
*** piggz_ has joined #meego16:05
*** Sazpaimon__ has quit IRC16:06
*** Sazpaimon__ has joined #meego16:07
*** javispedro has joined #meego16:11
*** javispedro has joined #meego16:11
*** beford has joined #meego16:13
*** rcg has joined #meego16:14
*** niqt has quit IRC16:15
*** Taftse has joined #meego16:17
*** rcg has quit IRC16:18
*** W_I has joined #meego16:23
*** vgrade has joined #meego16:25
*** csgeek has quit IRC16:26
*** lynxis has joined #meego16:28
*** zz_gri is now known as gri16:29
*** fredmdfk has joined #meego16:32
*** rcg has joined #meego16:33
*** rcg has quit IRC16:37
*** bergie has quit IRC16:39
*** lauro has joined #meego16:42
*** lynxis has quit IRC16:45
*** W_I has quit IRC16:46
*** Wirta has quit IRC16:47
*** nsuffys has joined #meego16:47
*** csgeek has joined #meego16:48
*** rcg has joined #meego16:52
*** raster has joined #meego16:57
*** raster has joined #meego16:57
*** lynxis has joined #meego16:58
*** raster has quit IRC17:05
*** rcg has quit IRC17:13
*** puffin_ has joined #meego17:15
*** RhymeswA has quit IRC17:16
*** RhymeswA has joined #meego17:18
*** snowpong has joined #meego17:24
*** piggz_ has quit IRC17:26
*** elldekaa has quit IRC17:28
*** rcg has joined #meego17:29
*** hardaker has joined #meego17:29
*** Sazpaimon__ has quit IRC17:34
*** Sazpaimon__ has joined #meego17:36
*** phl0x81 has quit IRC17:44
*** phl0x81 has joined #meego17:44
*** jpe has quit IRC17:54
*** badZeppelin has quit IRC17:58
*** badZeppelin has joined #meego17:58
*** Alison_Chaiken has joined #meego18:01
*** puffin_ has quit IRC18:01
*** tuho has joined #meego18:01
*** Sazpaimon__ has quit IRC18:08
*** Sazpaimon__ has joined #meego18:08
*** Kaskuka has quit IRC18:09
*** Kaskuka has joined #meego18:10
*** rcg has quit IRC18:10
*** badZeppelin has quit IRC18:22
*** rcg has joined #meego18:24
*** piggz_ has joined #meego18:25
*** rcg1 has joined #meego18:26
*** decibyte has quit IRC18:28
*** rcg has quit IRC18:28
*** rcg has joined #meego18:29
*** decibyte has joined #meego18:29
*** rcg1 has quit IRC18:31
*** kraiskil has joined #meego18:33
*** lynxis has quit IRC18:37
*** zk8 has quit IRC18:41
*** berndhs has quit IRC18:42
*** rcg has quit IRC18:43
*** elldekaa has joined #meego18:43
*** isolor has joined #meego18:45
*** Kaskuka has quit IRC18:52
*** ivanich__ has joined #meego18:53
*** ivanich has quit IRC18:54
*** Kaskuka has joined #meego18:55
*** rcg has joined #meego18:59
CosmoHillmorning18:59
*** lauro has quit IRC19:01
*** DawnFoster has quit IRC19:01
*** rcg has quit IRC19:05
*** test5431 has joined #meego19:06
*** Armi^ has quit IRC19:07
*** koo3 has quit IRC19:11
*** isolor has quit IRC19:14
*** rcg has joined #meego19:19
*** srikanth_rst has joined #meego19:21
*** jooncheol has quit IRC19:25
*** situ has joined #meego19:25
*** srikanth_rst has quit IRC19:25
*** koo3 has joined #meego19:27
*** wmarone_ has joined #meego19:27
*** wmarone has quit IRC19:28
*** rcg1 has joined #meego19:30
*** wmarone_ has quit IRC19:32
*** wmarone_ has joined #meego19:32
*** rcg has quit IRC19:33
*** Armi^ has joined #meego19:38
*** lynxis has joined #meego19:41
*** njsf_N9 has joined #meego19:44
*** csgeek has quit IRC19:46
*** csgeek has joined #meego19:49
*** pixelgeek has joined #meego19:55
*** vgrade1 has joined #meego19:59
*** vgrade has quit IRC19:59
*** rcg1 has quit IRC20:02
*** wmarone_ has quit IRC20:07
*** wmarone_ has joined #meego20:07
*** ahiemstra has quit IRC20:09
*** wmarone_ has quit IRC20:12
*** wmarone_ has joined #meego20:12
*** rcg has joined #meego20:15
*** Taftse2 has joined #meego20:18
*** berndhs has joined #meego20:19
*** Taftse2 has quit IRC20:19
*** rcg has quit IRC20:19
*** Kaskuka has quit IRC20:19
*** wmarone_ has quit IRC20:32
*** wmarone_ has joined #meego20:32
*** rcg has joined #meego20:34
*** daniel_o has joined #meego20:34
daniel_ohey20:35
berndhsmorning daniel_o20:36
CosmoHill.oi/20:36
*** rcg has quit IRC20:38
daniel_ohey guys.. finally i got back to a better sleep rythm and i'm not totally dying at work20:39
CosmoHillyay20:39
berndhsyeah it's better not to be dead, any time of day20:40
daniel_o:D20:40
CosmoHillthere's enough undead in the channel as it is20:41
daniel_oyeah :D20:41
berndhsand shooting the undead doesn't work either, or so i'm told20:41
CosmoHillhave to remove the head20:41
*** pixelgeek has quit IRC20:42
CosmoHill"double tap" was a rule from the film zombieland20:42
daniel_o:D yeah awesome movie20:42
CosmoHilldon't watch zombieland and the social network in the same day, it makes it confusing20:42
berndhsmy romanian friends recommend wooden stake through the heart20:42
daniel_oxD20:42
*** Kaskuka has joined #meego20:48
*** blauzahl has quit IRC20:49
*** rcg has joined #meego20:53
*** btby has joined #meego20:56
*** FSCV has quit IRC20:58
*** FSCV has joined #meego20:58
*** setanta has quit IRC21:00
*** wmarone__ has joined #meego21:01
*** wmarone_ has quit IRC21:02
*** rcg has quit IRC21:04
*** Natunen has quit IRC21:06
*** rcg has joined #meego21:08
*** rcg is now known as 18WAAXNGF21:08
*** rcg has joined #meego21:08
*** nsuffys has quit IRC21:08
*** uliyneron has quit IRC21:08
*** psycho_oreos has quit IRC21:08
*** hhurtta has quit IRC21:08
*** vblazquez has quit IRC21:08
*** jevin_ has quit IRC21:08
*** LjL has quit IRC21:08
*** mankku has quit IRC21:08
*** csdb has quit IRC21:08
*** pcapriotti has quit IRC21:08
*** ieatlint has quit IRC21:08
*** dm8tbr has quit IRC21:08
*** randbit has quit IRC21:08
*** wmarone__ has quit IRC21:08
*** 18WAAXNGF has quit IRC21:12
*** nsuffys has joined #meego21:12
*** uliyneron has joined #meego21:12
*** psycho_oreos has joined #meego21:12
*** hhurtta has joined #meego21:12
*** vblazquez has joined #meego21:12
*** jevin_ has joined #meego21:12
*** LjL has joined #meego21:12
*** mankku has joined #meego21:12
*** csdb has joined #meego21:12
*** pcapriotti has joined #meego21:12
*** ieatlint has joined #meego21:12
*** dm8tbr has joined #meego21:12
*** randbit has joined #meego21:12
*** the-boss has quit IRC21:15
*** puffin_ has joined #meego21:17
*** njsf_N9 has quit IRC21:17
*** elldekaa has quit IRC21:18
*** fredmdfk has quit IRC21:18
*** xvlcwk has quit IRC21:18
*** ivanich_ has quit IRC21:18
*** lbt has quit IRC21:18
*** leinir has quit IRC21:18
*** Ian-- has quit IRC21:18
*** Greatgib_2 has quit IRC21:18
*** wdouglas has quit IRC21:18
*** X-Fade has quit IRC21:18
*** sandst1 has quit IRC21:18
*** dani_l_ has quit IRC21:18
*** abinader has quit IRC21:18
*** khohm has quit IRC21:18
*** jbos has quit IRC21:18
*** gri has quit IRC21:18
*** AndrewX192 has quit IRC21:18
*** ShadowJK has quit IRC21:18
*** ulf_ has quit IRC21:18
*** weggi_ has quit IRC21:18
*** jabis has quit IRC21:18
*** matrixx has quit IRC21:18
*** odin_ has quit IRC21:18
*** nightwalk has quit IRC21:19
*** ZogG_laptop has quit IRC21:19
*** auenf has quit IRC21:19
*** mmc has quit IRC21:19
*** Beineri has quit IRC21:19
*** jayne has quit IRC21:19
*** juergbi has quit IRC21:19
*** tomma has quit IRC21:19
*** CissWit has quit IRC21:19
*** rayyen has quit IRC21:19
*** rcg has quit IRC21:19
CosmoHillI knew I should have routed that ethernet cable through the hamster cage21:19
*** uliyneron has quit IRC21:19
*** situ has quit IRC21:20
*** daniel_o has quit IRC21:21
*** nightwalk has joined #meego21:21
*** ZogG_laptop has joined #meego21:21
*** auenf has joined #meego21:21
*** mmc has joined #meego21:21
*** Beineri has joined #meego21:21
*** jayne has joined #meego21:21
*** juergbi has joined #meego21:21
*** tomma has joined #meego21:21
*** CissWit has joined #meego21:21
*** rayyen has joined #meego21:21
*** wmarone has joined #meego21:22
*** Natunen has joined #meego21:22
*** elldekaa has joined #meego21:22
*** fredmdfk has joined #meego21:22
*** xvlcwk has joined #meego21:22
*** ivanich_ has joined #meego21:22
*** lbt has joined #meego21:22
*** leinir has joined #meego21:22
*** Ian-- has joined #meego21:22
*** Greatgib_2 has joined #meego21:22
*** wdouglas has joined #meego21:22
*** X-Fade has joined #meego21:22
*** sandst1 has joined #meego21:22
*** dani_l_ has joined #meego21:22
*** jbos has joined #meego21:22
*** khohm has joined #meego21:22
*** abinader has joined #meego21:22
*** gri has joined #meego21:22
*** AndrewX192 has joined #meego21:22
*** ShadowJK has joined #meego21:22
*** ulf_ has joined #meego21:22
*** weggi_ has joined #meego21:22
*** jabis has joined #meego21:22
*** matrixx has joined #meego21:22
*** odin_ has joined #meego21:22
*** idoru has quit IRC21:23
*** Bryanste- has quit IRC21:23
*** Sazpaimon__ has quit IRC21:23
*** mobs_ has quit IRC21:23
*** vsync_ has quit IRC21:23
*** aloril has quit IRC21:23
*** Milo- has quit IRC21:23
*** rosseaux has quit IRC21:23
*** csgeek has quit IRC21:23
*** beford has quit IRC21:23
*** otep has quit IRC21:23
*** kimitake_idle has quit IRC21:23
*** Sampppa has quit IRC21:23
*** cxl000 has quit IRC21:23
*** LiraNuna has quit IRC21:23
*** hardaker has quit IRC21:23
*** thiago has quit IRC21:23
*** sivoais has quit IRC21:23
*** MSameerW1rk has quit IRC21:23
*** phako has quit IRC21:23
*** musca has quit IRC21:23
*** Paimen has quit IRC21:23
*** dgilmore has quit IRC21:23
*** KRF has quit IRC21:23
*** dec has quit IRC21:23
*** ogoz_idle has quit IRC21:23
*** Kaadlajk has quit IRC21:23
*** flat` has quit IRC21:23
*** BaTmAn- has quit IRC21:23
*** joroi has quit IRC21:23
*** jefferai has quit IRC21:23
*** jambou has quit IRC21:23
*** olorin_ has quit IRC21:23
*** Mek|irssi has quit IRC21:23
*** decibyte has quit IRC21:23
*** GeneralAntilles has quit IRC21:23
*** Job1 has quit IRC21:23
*** npm has quit IRC21:23
*** eXeC64 has quit IRC21:23
*** vivijim has quit IRC21:23
berndhsand I didn't even say anything21:23
*** csgeek has joined #meego21:24
*** decibyte has joined #meego21:24
*** Sazpaimon__ has joined #meego21:24
*** hardaker has joined #meego21:24
*** beford has joined #meego21:24
*** thiago has joined #meego21:24
*** mobs_ has joined #meego21:24
*** eXeC64 has joined #meego21:24
*** otep has joined #meego21:24
*** sivoais has joined #meego21:24
*** kimitake_idle has joined #meego21:24
*** vsync_ has joined #meego21:24
*** MSameerW1rk has joined #meego21:24
*** dgilmore has joined #meego21:24
*** aloril has joined #meego21:24
*** GeneralAntilles has joined #meego21:24
*** phako has joined #meego21:24
*** Job1 has joined #meego21:24
*** npm has joined #meego21:24
*** Sampppa has joined #meego21:24
*** Milo- has joined #meego21:24
*** Bryanste- has joined #meego21:24
*** musca has joined #meego21:24
*** cxl000 has joined #meego21:24
*** rosseaux has joined #meego21:24
*** Paimen has joined #meego21:24
*** vivijim has joined #meego21:24
*** idoru has joined #meego21:24
*** KRF has joined #meego21:24
*** LiraNuna has joined #meego21:24
*** dec has joined #meego21:24
*** ogoz_idle has joined #meego21:24
*** Kaadlajk has joined #meego21:24
*** flat` has joined #meego21:24
*** BaTmAn- has joined #meego21:24
*** joroi has joined #meego21:24
*** jefferai has joined #meego21:24
*** Mek|irssi has joined #meego21:24
*** olorin_ has joined #meego21:24
*** jambou has joined #meego21:24
CosmoHillberndhs: what did you just say? it just flew off my screen when everyone came back in21:24
berndhsyeah21:25
berndhsand I won't take it back either21:25
*** Vanadis has quit IRC21:25
*** Vanadis has joined #meego21:26
*** rcg has joined #meego21:27
*** snowpong has quit IRC21:31
*** rcg has quit IRC21:31
*** berndhs has quit IRC21:36
*** puffin_ has quit IRC21:44
*** rcg has joined #meego21:47
*** Frye has joined #meego21:50
*** rcg1 has joined #meego21:51
*** Kaskuka has quit IRC21:51
*** rcg has quit IRC21:52
*** Kaskuka has joined #meego22:00
*** rcg1 has quit IRC22:05
*** ramkrsna has joined #meego22:08
*** the-boss has joined #meego22:17
*** rcg has joined #meego22:19
*** javispedro has quit IRC22:32
*** jani has joined #meego22:34
*** beford has quit IRC22:35
* CosmoHill 's laptop screen flicked :/22:35
*** rcg has quit IRC22:38
*** foolano has quit IRC22:40
*** rcg has joined #meego22:53
*** sergiusens has quit IRC22:57
*** alvaro__ has joined #meego22:57
*** lizardo has quit IRC23:01
*** aloril has quit IRC23:06
janiany ideas if there's something fishy with MLocale::addTranslationPath ?23:07
*** wmarone has quit IRC23:10
*** lynxis has quit IRC23:10
*** wmarone has joined #meego23:13
*** rcg has quit IRC23:15
*** blauzahl has joined #meego23:17
*** Milo- has quit IRC23:17
*** aloril has joined #meego23:18
*** alvaro__ has quit IRC23:21
*** swc|666 has joined #meego23:22
*** wmarone has quit IRC23:28
*** Milo- has joined #meego23:28
*** rcg has joined #meego23:29
*** wmarone has joined #meego23:29
*** Sazpaimon__ has quit IRC23:30
*** Sazpaimon__ has joined #meego23:32
*** foolano has joined #meego23:33
*** csgeek has quit IRC23:42
*** Alison_Chaiken has quit IRC23:43
*** csgeek has joined #meego23:43
*** javispedro has joined #meego23:44
*** rcg has quit IRC23:48
*** vblazquez has quit IRC23:48
*** nsuffys has quit IRC23:50
*** vblazquez has joined #meego23:50
*** berndhs has joined #meego23:51
*** ramkrsna has quit IRC23:55
*** alextai has joined #meego23:57

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