IRC log of #meego for Wednesday, 2010-09-08

CosmoHillvgrade: cool00:02
CosmoHillI knew this would happen tho00:02
*** kkszysiu has joined #meego00:02
CosmoHillpeople talking to me about cambridge00:02
*** mfabiop has quit IRC00:02
CosmoHillmy time in Cambridge consisted of one long anxiety attack >.<00:03
TSCHAKeee2CosmoHill: this is why man invented drugs and alcohol00:04
TSCHAKeee2:P00:04
*** xnt14 has quit IRC00:04
CosmoHillI stopped taking them when they stopped having an affect00:04
CosmoHillalso you can't go to a uni open day drunk00:04
TSCHAKeee2you can if you're irish00:05
TSCHAKeee2:P00:05
TSCHAKeee2*Ba-dum-ching*00:05
CosmoHillhehe00:05
*** xnt14 has joined #meego00:05
CosmoHillmy late grandma hated the irish00:05
TSCHAKeee2or if you happen to be from Newcastle00:05
TSCHAKeee2*zing*00:05
TSCHAKeee2:P00:05
* CosmoHill looks down at the football shirt00:05
CosmoHillwrong team00:05
TSCHAKeee2what team?00:06
CosmoHillReading FC00:06
TSCHAKeee2cool ok00:06
CosmoHillsome of the security guards asked me about it saying he doesn't see it often00:07
lcukmanchester will need a meego presence at some point00:07
CosmoHillbetter than the last one that spoke to me demanding £10 to release my car00:07
TSCHAKeee2heh :)00:07
CosmoHillthey gave me directions to two cash machines00:08
*** priya_ has joined #meego00:08
*** nazgee has joined #meego00:10
CosmoHillanyone interested in Glasgow?00:10
JartzaStskeeps: a lot, meaning more or less than on maemo? :)00:11
CosmoHillI've just seen a picture of my op jumping off a cliff00:12
CosmoHilllilterary off a cliff00:12
CosmoHillhttp://adventure.nationalgeographic.com/adventure/trips/americas-best-adventures/wingsuit-flying/00:12
*** panaggio has joined #meego00:12
*** zenvoid has left #meego00:13
*** nicu has quit IRC00:15
*** Xisdibik has joined #meego00:16
CosmoHillif anyone wants glasgow I was gonna suggest http://www.esc-games.com as the venue?00:17
kyb3RI must be old or retarded because I had to check some of twitter terms from the Web00:17
CosmoHilllol00:18
CosmoHillmeans you're human00:18
kyb3R:)00:20
*** mfabiop has joined #meego00:23
*** pH5 has quit IRC00:24
nazgeehi guys- very general problem here. what would be the proper way of adding completely new software stack support to meego?00:24
nazgeeare there any resources describing how it should be done "the right way"?00:24
nazgeein Android these issues are resolved by setting up a service that is talking with SW stack, which is built on top of HW drivers. Apps are using very simple API, that talks directly to service00:25
nazgeeah - and I forgot to add - I am a complete noob in meego ;] what I've done so far is built it from scratch and did some fooling around00:26
nazgeebut have no idea on the overall architecture ;]00:26
CosmoHillI have no idea but someone around here might do00:26
lcuknazgee, "new software stack"?  you mean a set of libraries and apps to use those new libraries and how they interact with the UX?00:27
odin_what does the "software stack" concept mean to you ?00:27
nazgeeto be more precise - company i work for is wondering on giving a meego support for NFC00:28
vgradeNexus One instructions added to http://wiki.meego.com/ARM/MSMQSD00:28
odin_generally you should expect all HW drivers to be supplied by MeeGo core + vendor additions, so you are left with a programming API to use them00:28
*** thopiekar has joined #meego00:29
lcuknazgee, ? nfc - nearfieldcomms stuff?00:29
lcukwont this be part of the low level drivers?00:29
odin_those programming APIs in MeeGo are generally C/C++ based ones, where as I believe in Android they are Java/Dalvik based ones and because of the VM they need an additional layer to expose the HW to the language/VM00:29
lcukis it not exposed as a new networking device?00:29
nazgeelcuk: yep. we would like to do something like bluez does for bluetooth, but aiming particulary for meego00:29
lcukok then you should be talking to the qt teams00:30
lcukbecause this if I am thinking right will require some low level talking to drivers as well as api expansions?00:30
nazgeebut the problem is, that drivers for NFC chips are just a tip of the iceberg - there has to be *a lot* of stack implemented to support different standards00:30
lcukare you aiming to make the api/support generic00:30
odin_the one unique selling point for MeeGo to me, is the development environment is the same as Desktop and Server linux, on Android this is not the case00:31
lcukso that I could install on X meego device whether or not it has specific NFC hardware?00:31
nazgeee.g., one can want to switch on support for proximity tags detection, register some callbacks, etc.00:31
lcuknazgee, for a brand new stack in flux it will take a while to get right and you should really be considering some specific consultancy between yourself and the qt guys.  i strongly suggest you look at how other "new technologies" have ended up in qt and the issues00:32
nazgeelcuk: stack is already developed, and it works for quite a lot of devices/standards00:33
nazgeeso believe, the biggest problem would be doing it the meggo way00:34
odin_for me Qt is just a UI toolkit, but isn't nokia pushing it to be the APIs for its handsets, which encompass everything from threading, to database, to storage, to hardware access, sort of makes sense to throw the Symbian guys a bone00:34
lcuknazgee, published and open?00:35
nazgeenot fully yet00:35
*** jeansch has quit IRC00:35
lcukis there anywhere I can readup on how far you have got?00:36
* lcuk has specific interest in NFC00:36
nazgeei am just a bystander - not a core developer, and I am at the stage of gaining knowledge on meego porting - if it is feasible, and what it would require00:37
lcuknazgee, does it fallback onto BT/wifi in absence of NFC chip (I read it was oing to try)00:37
lcukahh00:37
nazgeeno, it does not. the only way it is connected with BT, is that it allows to exhange passkeys via NFC instead of manually entering pins00:38
nazgeeof course, if app/bluez is willing to use it ;]00:38
lcukbah!00:38
nazgeeNFC is a bit aside of BT/WLAN and i believe these should be considered separately00:39
nazgeeif platform has no NFC chip, .ko won't load, the stack just would not start-up - nothing bad happens00:40
lcukok so it is just an alternative to bt00:41
*** th3hate has quit IRC00:41
* lcuk wonders where he read about blended comms00:41
aukewill it blend?00:41
nazgeelcuk: no it is not an alternative- in fact, it has nothing to do with BT. it allows you to exchange vcard or pincodes, pay for a subway, or read an NFC tag embedded in poster, and get url from it, sou you do not have to type it in manually00:43
nazgeeusing it in BT pairing sequence is just an alternative00:43
nazgeeto manually entering pin codes00:44
*** thopiekar has quit IRC00:44
CosmoHilllcuk, btw my windows cluster is working00:45
*** thuttu77 has quit IRC00:45
lcuknazgee, i did not mean alternative as in chip compatible, its just another short range mechanism00:46
*** sepultina has joined #meego00:46
lcukCosmoHill, :D00:46
CosmoHillalso making way of my pxe grub00:46
CosmoHillfood for magical midgets00:46
*** SunilSaxena has joined #meego00:46
*** thuttu77 has joined #meego00:46
CosmoHillI think I know what the N9 has to goo through00:49
CosmoHillbeing with an assigned person at all times and has it's own driver to pick them up and drop them off00:50
*** pmcgowan has quit IRC00:50
*** jlamadon has quit IRC00:51
nazgeelcuk: you can not e.g. do streaming via NFC. it is rather designed as touch-A-to-B-and-do-something. i believe pre-paid payment without pin entering is one of a most useful use cases00:51
* lcuk cannot find what i was looking for00:51
lcukyes i have mixed up technology somewhat and I am trying to find the specific.  i know nfc entered my head properly when i was looking at invar00:53
lcuk( http://www.youtube.com/watch?v=sjSrwpbxyAM )00:53
lcukbut the thing i was thinking about which combined wireless was something else00:53
*** yrgd has joined #meego00:53
nazgeeBT interworks with WiFi in BT 3.0 spec via so called AMP mechanism00:54
*** panaggio has quit IRC00:54
*** jmk has quit IRC00:54
nazgeewhen BT needs a lot of bandwidth, it can fallback to use WiFi band, and maximize througput00:55
*** mfabiop has quit IRC00:55
nazgeeit is not yet implemented in bluez yet - qualcom is pushing patches with it to bluez00:55
*** thuttu77 has quit IRC00:55
nazgeeisn't that what you thought about, lcuk?00:56
*** panaggio has joined #meego00:57
lcukit possibly is, obviously tonight my head has melted00:57
*** MoRpHeUz has quit IRC00:57
lcukit does not bring back evocative memory though unlike you mentioning nfc at first :P00:57
lcukahh nm01:01
* lcuk sleeps on it01:01
*** leandroal has quit IRC01:01
nazgeei see. well- i am familliar with BT and a bit with WIFI and NFC, but nothing else rings the bell. NFC can help in pairing scenario, and WiFi can increase streaming speed - both for the sake of BT. no more inter-protocole relationships i can think of ;]01:01
*** yrgd has quit IRC01:02
*** marciom has joined #meego01:04
*** dani_l has quit IRC01:05
*** lauro has joined #meego01:06
*** marciom has quit IRC01:09
*** thuttu77 has joined #meego01:11
*** grishnav has quit IRC01:11
lcukahh ahh01:11
lcuknazgee, completely offbase!  http://www.intomobile.com/2010/06/17/nokia-researching-and-developing-cognitive-radio/01:12
lcukthats the one I was thinking of01:12
*** grishnav has joined #meego01:13
*** thiago_home has quit IRC01:13
*** puffin has quit IRC01:14
*** jln has quit IRC01:14
*** Armi^ has quit IRC01:15
nazgeelcuk: cool stuff ;] and nice video01:15
*** dani_l has joined #meego01:15
*** dchaverri26 has quit IRC01:15
lcukindeed, but totally not what you meant!01:15
lcukapologies for mixing up01:16
nazgeelcuk: np01:16
*** jln has joined #meego01:17
nazgeestrange name: basil. anyone knows anyone with this name?01:17
*** dani_l has quit IRC01:20
aukeused to be a quite common first name01:20
*** amjad has quit IRC01:21
nazgeeauke: really? i do not think we have it's euqivalent here01:21
*** sepultina has quit IRC01:22
*** dani_l has joined #meego01:23
*** Vanadis has quit IRC01:28
*** zs has quit IRC01:28
*** Xisdibik has quit IRC01:28
nazgeeok. let's try the other way. what would you say if someone would ask you to approve such a design (from bottom to top):01:29
*** thuttu77 has quit IRC01:29
nazgee1 (HW served by kernel module, /dev/nfc appears)01:29
nazgee2 (stack implemented by server/deamon app, which talks with /dev/nfc)01:30
nazgee3 (.so library, that exposes a simple API, e.g. allowing registering for event of , via NFC tag)01:30
nazgeethis should work as desired (and is actually quite cloce to what is already implemented), but what I'd like to know if meego implies any special restrictions on apps accessing HW (e.g. via mentioned .so) - is there any specific policy for "approved" apps or sth?01:30
nazgeeare there any restrictions on how such an API should look like? C/C++? events registering methods?01:30
nazgeemaybe i am mixing something up, as I am thinking of meego mostly as a stack for mobiles01:30
nazgeeor maybe there are some demands that deamon [2] should meet in order to be done "meegoish"?01:31
*** theopensourcerer has left #meego01:31
*** amjad has joined #meego01:32
*** panaggio has quit IRC01:33
aukenazgee: anyone in the UK can tell you "Basil" is a rather ordinary male first name01:34
*** guardian has quit IRC01:34
*** toniher has quit IRC01:34
nazgeeauke: main character was male in lcuk's movie about cognitive radio, and was named basil (or I am completely deaf)01:35
*** Saviq is now known as Saviq_afk01:35
CosmoHilllcuk: http://cross-lfs.org/~cosmo/cc/nodes_back.jpg01:36
aukehttp://en.wikipedia.org/wiki/Basil_%28name%29 </end offtopic lol>01:36
aukeCosmoHill: are you running LFS? any particular reason why LFS?01:37
CosmoHillI'm running LFS on my server01:37
CosmoHillI started LFS purely to learn more about linux but now I'm pround to run it on my server01:38
*** thuttu77 has joined #meego01:38
*** mfabiop has joined #meego01:39
*** monoceros has joined #meego01:40
CosmoHillLFS gives you total control over your computer as you install and configure everything on the computer01:41
CosmoHillthe downside is you need to install and configure everything yourself01:42
*** mitsutaka has joined #meego01:43
CosmoHilllcuk: personally I'm surpiced the trolly didn't collapse when moving it01:45
*** ColKilkenny has quit IRC01:45
*** panaggio has joined #meego01:46
lcukCosmoHill, it looks quite sturdy, not like the iRaq01:46
lcukwill chat tomorrow tho :) gnite01:46
CosmoHillI was embrassed walking down the hall with that01:47
CosmoHillif only I had some WD4001:47
CosmoHillcyas01:47
cbwd40 :-)01:47
*** MostafaDaneshvar has quit IRC01:47
CosmoHillit's like KY for robots01:48
nazgeeCosmoHill: agreed, it is cool, and can be quite a good lesson. on the other side it is like building a car yourself - you probably can do it (and i am not judging reasoning why to do it), but it seems rather uncommon to NEED it01:48
nazgeeCosmoHill: auch. is KY what I think it is... ? ;]01:49
CosmoHillit's a steep learning curve but I think it was worth it for me01:49
*** monoceros has quit IRC01:49
CosmoHillit's really boosted my linux knowledge01:49
CosmoHillyes01:49
*** guardian has joined #meego01:49
nazgeebut you have to admit, it did only part of the job - compiling from scratch does not give you an insight on a rchitecture01:50
*** jeansch has joined #meego01:50
nazgeeof the software, rather on relationship between pieces and how they go together01:51
nazgeeit sounds admin-like knowledge to me, not a SW developer01:51
nazgeewhich i personally find useful, but not crucial (in my case)01:52
CosmoHillfor me it's more than just compiling stuff01:52
nazgeeoh. seems i am missing something out of the picture01:53
*** kaie` has joined #meego01:54
kaie`is there an irc client native to meego01:54
kaie`i went into the software manager and didnt find anything01:54
CosmoHillI've taken over control over the IRC server (but in a good way) and become a dev for CLFS01:54
CosmoHillI've also started patching some software01:54
CosmoHillthere is somewhere01:54
kaie`half the servers i connect to dont accept mibbit. and im not trying to have 1000 tabs open for all their individual webchats01:55
kaie`freenode included01:55
kaie`im guessing open office doesnt work either as that wasnt in the deal01:55
nazgeeCosmoHill: ok, then no questions asked01:56
CosmoHillhold on01:56
*** panaggio has quit IRC01:56
*** guardian has quit IRC01:56
CosmoHill16367 apache    30  10  1592  464  400 R 99.9  0.1  11:30.93 s01:56
CosmoHillI have a weird feeling someone has screwed with my server01:57
cbwhere did you leave your screwdriver?01:57
*** jsv has quit IRC01:57
kaie`is it possible to browse network shares on meego?01:57
*** E-P has quit IRC01:58
CosmoHillon my desk I think01:58
CosmoHillbut I mean that's twice my server has gone poop and eaten my bandwidth01:58
*** E-P has joined #meego01:59
kaie`=/01:59
*** DrIDK has quit IRC01:59
*** smhar has joined #meego02:00
*** jsv has joined #meego02:00
CosmoHillit runs a command called "s"02:03
vgradenight02:04
CosmoHillbye vgrade02:04
*** mfabiop has quit IRC02:06
CosmoHillnazgee: the main users of LFS are people who want a custom distro or are just curiouys02:07
nazgeethat is what i thought ;]02:07
*** mitsutaka has quit IRC02:07
kaie`browsing network shares on meego possible?02:09
CosmoHillrandom question02:11
CosmoHillanyone know where I could get IA-64 computer from for cheap?02:11
cbebay?02:12
nazgeehow does meego apps use BT? is there some kind of Qt class/lib/framework, or pure bluez D-BUS is used? (i believe that when you ask this one, it will be possible the idea to NFC stak I'd like to NFC stack for meego)02:12
CosmoHillebay pissed me off when what I was bidding for went up £40 in the last 60 seconds02:13
nazgeeCosmoHill: that is all about online bidding02:13
CosmoHillsomeone said people buy software to bid for them02:13
CosmoHillso I got snipped by software02:14
CosmoHillit was a dual 1.4Ghz UltraSPARC III >.<02:14
*** jeansch has quit IRC02:15
*** dvoid_ has quit IRC02:16
*** yrgd has joined #meego02:16
nazgeeafaik you do not have to buy any SW, just put a max price you're willing to pay, and let it all happen. if you'll set max as $40, and sbdy elske will give $30 as max, you'll end up with buying it for $3102:17
nazgeewhat else (better) this bidding software can do for ya?02:17
cband some other nut will bid because he gets a thrill out of it02:17
nazgeethen he will have to pay, if he gets over $4002:18
nazgeei'm not sure what is the problem02:19
CosmoHillI think it just bids for you as if you where bidding, only much faster02:19
CosmoHillhttp://cgi.ebay.co.uk/Dell-PowerEdge-3250-2x-Intel-ITANIUM-2-1-4-4mbL3-64bit-/160478108147?pt=UK_Computing_Networking_SM&hash=item255d3d99f302:19
cbhow much power does this thing suck in?02:19
*** bpeel is now known as bpeel_away02:21
CosmoHillno idea02:21
*** kaie` has quit IRC02:21
nazgeei live on 47m^2 with my fiance. she'd kill me for such a stuff laying around. getting a desktop was a bit of a challenge, not to mention ugly-looking rack chassises ;]02:21
CosmoHillyou should see my cupboard02:22
CosmoHillif I close the curtain on it you can't see the stuff and the remotes still work :)02:22
nazgeedo you fit in there too? :)02:24
CosmoHillI sat on the desk once and then quickly got off it02:24
*** chriadam|away is now known as chriadam02:25
nazgeedesks are for keyboard and sex (if there is no keyboard on it)02:25
CosmoHillthis desk is made out of spare parts02:26
CosmoHilltwo kitchen units and a desk top balanced on top02:27
cbo002:27
nazgeeat least you have two kitchen units ;]02:28
CosmoHillcb: I found my screw driver btw :)02:28
cbgood, so your apache works fine now?02:28
CosmoHillhttp://black-flag.co.uk/files/lair3.jpg02:28
CosmoHillwhat it used to look like02:28
CosmoHillseems so02:29
cbwhere do you put your feet?02:29
*** smhar has quit IRC02:29
CosmoHillsomething was started as the apcahe user ;/02:29
CosmoHillthat's a bench I stand up at02:29
CosmoHillyou can see my old desk on the left02:29
*** Saviq_afk is now known as Saviq02:29
nazgeedoes not seem easy to spread your legs down there. you have legs, dont you? ;]02:30
CosmoHillit's basically storage02:31
cbhttp://black-flag.co.uk/files/lair.jpg02:32
cblooks comfy :)02:32
CosmoHill:)02:32
CosmoHillI'd just been given the G4 in the center elft02:33
CosmoHillcentre left*02:33
nazgeehow many cpus per m^2 are there?02:33
cbhaha02:33
CosmoHillI could tell you how many computers are in my room now02:33
cbhttp://black-flag.co.uk/files/lair4.jpg looks also funny02:33
nazgeeglad it is finite, i was getting jealous02:34
CosmoHillyou can see the VCR balanced on the sunblade02:34
CosmoHillnazgee: I have computers, you have a woman who loves you02:34
CosmoHillso you're winning02:35
CosmoHillon the plus side I can kick my stuff02:35
nazgeeshe's trying to sleep, shouting that i'm typing to loud- i can not do touch typing, i can not dig into kernel till 4 am... + she is not working, so i can not afford all the toys i want02:37
nazgeeof course there are some positives, but don't make think about it02:37
nazgee;]02:37
CosmoHillI can't afford most things02:37
CosmoHillmost of my computers have been given to me02:37
*** tripzero has quit IRC02:39
nazgeei live in poland, you win ;]02:39
CosmoHillyay02:40
nazgee... but yes, we have some computers here ;]02:41
CosmoHillI'm limit to where I can have them02:42
CosmoHillas in the computer has to go in my bedroom02:44
nazgeei see02:45
* CosmoHill lives with parents02:45
*** Riussi has quit IRC02:46
nazgeeat least you don't worry about mortage02:46
*** TSCHAKeee2 has quit IRC02:46
CosmoHillindeed02:46
*** TSCHAKeee2 has joined #meego02:47
nazgeeif i'll decide to buy a flat, i will have to give away 30% of my income for approx 25 years02:47
nazgeebut renting it sucks either02:47
*** epx has quit IRC02:48
*** Riussi has joined #meego02:48
CosmoHillI think I'd be very confused living on my own02:48
cbyou have to buy food for yourself!02:49
CosmoHillI'm fine being left on my own for a while but there's always someone home if I need to speak to someone02:49
CosmoHillwhen my parents went on hoilday I cooked and stuff for me and my bro02:49
nazgeei hate cooking/eating02:50
*** puffin has joined #meego02:52
nazgeefully balanced nutritious pill welcome02:52
nazgeenutritive?02:52
cbA.C.M.E. Instant Food?02:52
nazgeeyes, please02:52
*** glunardi has quit IRC02:52
*** qgil has quit IRC02:53
CosmoHillit was nothing fancy02:54
nazgeehow does meego apps use BT? is there some kind of Qt class/lib/framework, or pure bluez D-BUS is used? (i believe that when you ask this one, it will be  possible the idea to NFC stak I'd like to NFC stack for meego)02:54
nazgeecrap. ask=answer. forgot to correct it02:54
nazgeeanyone?02:55
nazgeeeeeeeh. i should definitely read what i've written before sending it ;]02:56
CosmoHillbluetooth?02:58
nazgeegenerally speaking: how bluez is used in meego? I am asking, as I believe that using simillar architecture can help us in porting NFC stack for meego, so it can be used coniviniently.02:59
CosmoHillat first I thought you meant British Telecom, I was very confused.02:59
nazgeeCosmoHill: yep02:59
AardCosmoHill: I can contribute some pictures of my old room (yes, really crappy quality): http://bwachter.lart.info/public/pictures/nr/03:00
CosmoHillonly poop03:00
CosmoHillwait is that a bed?03:00
CosmoHillrabbit!03:01
CosmoHill(you can probably guess what picture I'm looking at by my comments)03:01
Aardyes, there's a bed somewhere03:01
*** RhymeswAlbert has joined #meego03:01
CosmoHillpictures can't be that old cos you've got Scratch on the ceiling03:02
nazgeeCosmoHill: in polish there is no acronym for BT i can think of, so there is no source of possible confusion, sorry for that03:02
Aardbut, old room. for example, those crts and that proliant server are no more03:02
Aardabout 5 years03:02
CosmoHillnazgee: BT is the only phone line company in the UK :)03:02
CosmoHillbut yeah I should have guessed ytou meany bluetooth03:03
*** felipec has quit IRC03:03
CosmoHillAard: i love all the computer gear with the odd soft toy on them03:04
nazgeeAard: how does it feel to sleep on 5 keyboards? my back wouldn't stand it03:04
CosmoHillit's like "geek geek geek teddy bear! geek geek geek"03:04
Aardyou get used to it ;)03:04
CosmoHillhahahah03:04
CosmoHillIU've just seen your bed03:04
CosmoHillyou must wake up hugging a keyboard or something03:05
*** mmc has quit IRC03:05
Aardagain, old. I've been living in a bigger apartment for the last 5 years with a separate room for all the hardware03:05
*** amjad has quit IRC03:05
nazgeethere is even a spot for a coffe mug! well done ;]03:06
CosmoHillbut when you lived there did you sleep in that bed?03:06
Aardand thrown away >20 x86 boxes in late 2009 when preparing the next move03:06
*** lolloo has joined #meego03:06
CosmoHillis that a tape drive on your bed?03:06
Aardyes. I can live with half the bed, and just move the stuff into the other half :)03:06
Aardquite possible03:06
CosmoHillyou amaze me03:07
nazgeeAard: next time send these poor boxes somewhere when they want it ;]03:07
*** tackat has quit IRC03:07
Aardnazgee: I don't think there was much useful. stuff between 386 and pIII-60003:08
Aardthat's an even older version of that room: http://bwachter.lart.info/public/pictures/home/03:09
*** Saviq is now known as Saviq_afk03:09
nazgeeexplains a lot (but don't feel excused)03:09
*** kkszysiu has quit IRC03:09
*** lauro has quit IRC03:09
*** MostafaDaneshvar has joined #meego03:10
*** ablasche has quit IRC03:12
Aardbad thing is, even after throwing out that many boxes there's still too much hardware03:12
*** ablasche has joined #meego03:12
* CosmoHill is being screwed again by apache03:13
Aarddon't send pics03:13
*** CosmoHill has left #meego03:14
*** CosmoHill has joined #meego03:14
*** mwichmann has quit IRC03:14
*** armika has quit IRC03:15
CosmoHill16090 apache    30  10  1892  692  564 S  0.0  0.1   0:00.06 crond03:15
CosmoHillinterested03:15
CosmoHillmy server doesn't have cron installed03:16
*** mitsutaka has joined #meego03:17
nazgeeseems it does now ;]03:18
CosmoHillapache   16090     1  0 Sep07 ?        00:00:00 ./crond03:18
Robot101CosmoHill: ls -la /proc/16090/exe03:19
CosmoHillthanks03:20
CosmoHillnate@blue[1101]:/tmp $ sudo ls -la /proc/16090/exe03:20
CosmoHilllrwxrwxrwx 1 apache apache 0 2010-09-08 01:19 /proc/16090/exe -> /tmp/.b/crond03:20
Robot101yeah your apache has been hacked03:20
Robot101any crappy webapps?03:21
*** bef0rd has joined #meego03:21
CosmoHillwordpress and stuff I've programmed03:21
Robot101PHP?03:21
Robot101wordpress version?03:21
CosmoHillyeah03:21
*** kkszysiu has joined #meego03:21
CosmoHilljust upgraded wordpress to latest03:21
CosmoHillhmm03:22
CosmoHilllooks like it happened yesterday03:22
Aardmaybe you should have upgraded earlier :)03:22
Robot101before or after it was hacked? :P03:22
CosmoHillbefore03:22
*** chayin has quit IRC03:22
CosmoHilldrwx------  2 apache apache   4096 2010-09-07 20:00 .b03:22
johnxdid you FTP into it from a questionable windows machine at any point?03:22
CosmoHillFTP can't get to /tmp03:22
*** armika has joined #meego03:23
johnxbut apache should be able to write to /tmp03:23
Robot101the fact it's owned by the apache user very likely means it's a webapp exploit03:23
Robot101wordpress is the most likely, as any exploits will be very widely tested for and exploited03:23
Robot101what version did you upgrade from, and how long was it running, and does it have known vulnerabilities03:24
Robot101are you sure you've upgraded it?03:24
johnxRobot101, we had a really wild one creep onto the website at work. it was a virus that infected windows FTP clients, and infected PHP files that were uploaded through it03:24
Robot101johnx: yeah but, common things to think about first03:24
johnxit was quite a common thing at the time at least, hence why I mentioned it ;)03:24
*** Tili has quit IRC03:24
Robot101other questions - does your kernel have any known vulnerabilities - if so, you could also have a system compromise as well as the apache user - check your kernel is up to date and consider running checkrootkit03:25
CosmoHillmaybe php myadmin03:25
Robot101oh yeah - that too. fun fun. search common writable areas like /tmp and /var for suspicious stuff owned by the apache user03:25
Robot101and, check for any other funky processes running as the apache user (and look in those directories) and move them somewhere else for, well, pondering upon in the future03:26
Robot101then pkill -9 -u apache03:26
CosmoHillI've killed crond03:26
johnxalso, might want to verify any PHP files on the server against known good copies03:26
Robot101then see if you can find a known vulnerable webapp and check the logs to see if it looks like that was actually exploited around 2010-09-07 20:0003:27
Robot101and yeah, check any PHP files on the system which would be writable by the apache user03:27
Robot101or, more generally, if this sounds like a hassle and you're not confident, backup, reinstall and you can be 100% sure03:28
CosmoHillhttp://pastebin.cross-lfs.org/1340003:28
Robot101uh03:29
Robot101how old is this server?!03:29
johnxalso backup and reinstall if: you care about the integrity of your site, you don't want to have to deal with this again when you fail to find the backdoor they got in03:29
CosmoHillnot that old03:29
Robot101probably just whacky timestamps inside the tarball then03:29
CosmoHillI hope so03:30
johnxthat's awesome. "We'll use old timestamps to make ourselves look legitimate ... then we'll install to /tmp"03:30
Robot101do you keep your system up to date with patches from your distro?03:30
CosmoHillnope03:30
CosmoHillI am my distro :/03:30
Robot101ok, just reinstall03:30
Robot101it's a nice exercise but really, production systems + no security updates = hack03:31
*** puffin has quit IRC03:31
johnxalso, might want to reinstall a distro that's a little more update-friendly03:31
Robot101yes, like, a distro.03:31
Robot101(anyone seen archer? "do you want ants? because *that's* how you get ants.")03:31
Robot101tracking the 100s of components that go into a system and keeping them up to date for the 10s of security advisories a week that come out is *excruciatingly boring* and it's a really good idea to get other people to do it for you so you can just go out drinking instead03:32
chriadam^^03:33
johnxRobot101++03:33
Robot101it's like compiling your own kernel03:33
johnxeven modifying an existing distro is a huge PITA in the long run03:33
Robot101the time in your life you waste doing so, versus the CPU cycles you might optimise away across the entire lifespan of all of the computing hardware you will ever own in your life = get someone else to do that crap for you03:34
*** jln has quit IRC03:34
Robot101laziness is one of the three programmers virtues :)03:34
ljpmaybe he likes doing it himself03:34
*** jln has joined #meego03:35
Robot101yes, but he's not keeping up to date and it's a production system03:35
* CosmoHill sulks cos he got hacked03:35
Robot101so it's a risk to his site / etc / data, as well as part of somebody else's botnet and causing a nuisance to the rest of the internet03:35
johnxCosmoHill, in a long enough timeline it's pretty likely to happen to any admin. The important part: Fix it, learn from it, don't let it happen again03:36
*** dl9pf has joined #meego03:36
*** dl9pf has joined #meego03:36
Robot101yeah, I've had loads of systems hacked, always via PHP webapps, because they are *everywhere* and *not packaged by distros* so people insall them themselves, don't update them, and they get out of date and hacked03:36
CosmoHillI think it's only happened farily recently03:36
Robot101so by now I'm quite good at finding what else might have been affected and cleaning up03:37
Robot101but, if your enire system is out of date, you could've been rooted or you could've been hacked multiple times03:37
CosmoHillthanks so much for your help in finding the bigger03:37
CosmoHillbugger*03:37
Robot101and not know :/03:37
*** dl9pf_ has quit IRC03:37
Robot101you should upgrade your kernel, run checkrootkit, find files writable by the apache user, look in the usual hiding places which are world writable, check all the ther processes running as apache, etc03:37
Robot101or, just reinstall it03:38
* ljp gets back to qsysteminfo 1.203:38
Robot101meanwhile, I'm gonna sleep, I have recklessly agreed to go the gym tomorrow morning :(03:38
CosmoHillI need to be up by midday :o03:38
*** MostafaDaneshvar has quit IRC03:38
johnxRobot101, good luck, and good night03:39
cbwell have fun sweating03:39
johnxCosmoHill, are you processing credit cards?03:39
CosmoHillnope03:39
johnxaccepting user signups?03:39
CosmoHillnope03:39
johnxfix it good enough and then *immediately* on a separate server start bringing up your webapp in a real distro03:40
CosmoHillChecking `z2'... chklastlog: nothing deleted03:40
CosmoHill:/03:40
*** githogori has quit IRC03:40
*** huehner has quit IRC03:42
*** nazgee has quit IRC03:42
*** smhar has joined #meego03:46
*** smoku has left #meego03:48
*** jmk has joined #meego03:48
CosmoHillall that seemed to happen was that my LAN became almost unuseable :/03:48
*** lcuk2 has joined #meego03:49
*** huehner has joined #meego03:49
*** panaggio has joined #meego03:51
*** lcuk has quit IRC03:52
CosmoHillnight ngiht03:53
*** vulc4n has quit IRC03:53
*** githogori has joined #meego03:54
johnxbest of luck CosmoHill03:54
CosmoHillthanks03:55
*** CosmoHill has quit IRC03:55
*** thuttu77 has quit IRC03:59
*** githogori has quit IRC04:00
*** DawnFoster has quit IRC04:04
*** bugzy has quit IRC04:06
*** peb has quit IRC04:06
*** SunilSaxena has left #meego04:06
*** dwmw2 is now known as dwmw2_gone04:07
*** hd has joined #meego04:10
*** wasikevin has joined #meego04:11
*** jd has quit IRC04:11
*** b-man` has joined #meego04:14
*** peb has joined #meego04:18
* peb is gone. Gone since Tue Sep 7 15:18:00 201004:18
*** hd has quit IRC04:19
*** theplic has quit IRC04:22
*** vaughan has joined #meego04:22
*** vaughan is now known as Guest5888604:23
*** jd has joined #meego04:23
*** smhar_ has joined #meego04:24
*** thuttu77 has joined #meego04:24
*** glin has joined #meego04:24
*** smhar_ has quit IRC04:26
*** smhar_ has joined #meego04:26
*** smhar has quit IRC04:28
*** smhar_ is now known as smhar04:29
*** wasikevin has quit IRC04:31
*** AlexG has joined #meego04:32
*** thuttu77 has quit IRC04:33
*** DawnFoster has joined #meego04:34
*** dchang has joined #meego04:35
*** berndhs has joined #meego04:36
*** dcthang has joined #meego04:41
GAN900Any good ARM netbooks running MeeGo yet?04:43
johnxah, the efika mx would be my choice04:44
johnxbut I think you'd have to BYOMeego :)04:44
*** thuttu77 has joined #meego04:47
GAN900Fine04:49
GAN900As long as it isn't a super pita04:50
GAN900I really want a 1GB OMAP4440 netbook.04:50
johnxno idea about the PITAness of it04:50
johnxbut it is aimed at devs, so there shouldn't be any artificial barrier there04:51
GAN900Atom still isn't anywhere near the appropriate power profile for me.04:52
johnxfor everyday use, this might not be the ticket04:53
*** berndhs has quit IRC04:54
GAN900$250-$500, 1GB, OMAP4440, 16GB SSD, 720p screen 9-11".04:55
GAN900That'd be about ideal.04:55
*** hstende has quit IRC04:57
johnx$350, i.MX515 800MHz, 512MB RAM, 16GB04:59
johnxhttp://www.genesi-usa.com/products/smartbook04:59
johnxit's looking very tempting, but I think I'll let someone else be the early adopter this time04:59
*** yanli has joined #meego05:00
*** Xisdibik has joined #meego05:04
GAN900Keep is good construction and ergonomics.05:05
*** Jackiewu1 has quit IRC05:05
johnxthat's exactly what I'm concerned about05:05
*** sheepbat has quit IRC05:05
* johnx trawls the intarwebs for anyone whose gotten their hands on one already05:06
GAN900s/Keep/Key05:06
*** wasikevin has joined #meego05:07
b-man`hmmm, dsme in nitdebian doesn't seem to be creating /tmp/dsmesock on my n900, yet is running as if nothing has happened O_o05:07
b-man`which explains why bme isn't starting05:08
johnxGAN900, well, there's ubuntu for the efika mx, so meego shouldn't be that hard. also, it's similar hardware to the Sharp Netwalker PC-Z105:09
* b-man` jumps back to topic ;)05:09
GAN900I'd like the Netwalker, but it's just not quite right.05:10
johnxhmmm, one of the efika mx guys has a blog /subscribed05:10
*** Krimpet has joined #meego05:10
*** rescbr has joined #meego05:12
johnxGAN900, I couldn't help but feel the same. it's somehow too big and too small at the same time05:13
*** dcthang has quit IRC05:14
KrimpetHello; I've got MeeGo 1.0 with all the latest updates installed on my netbook, and I'm trying to get it to connect to a WPA2 Enterprise network. I tried creating a profile file in /var/lib/connman per the Connman docs, but I can't figure out what to do next; I still can't connect in the Networks panel.05:15
*** dcthang has joined #meego05:15
KrimpetThe profile I created, /var/lib/connman/rit.profile, looks like this: http://pastebin.org/81792905:17
*** paulliu has joined #meego05:19
*** smhar_ has joined #meego05:20
*** smhar has quit IRC05:21
*** smhar_ is now known as smhar05:25
*** sheepbat has joined #meego05:25
*** Milhouse has quit IRC05:26
*** Milhouse has joined #meego05:27
*** akoma1s has left #meego05:28
johnxGAN900, also on my short list is the toshiba ac100 with a tegra 250, but I have doubts about how 'open' nvidia will be in providing drivers compiled for even semi-recent versions of x.org05:32
GeneralAntillesYeah, I'm not really interested in any Tegra solutions.05:32
GeneralAntillesI wouldn't use the term "fanboy", but TI has won a lot of loyalty from me over the past few years.05:32
RaymondLHi, If I do not want to clear focus on a QGraphicsScene when a non focusable item is clicked. how can I achieve that?05:33
johnxwell, i'm looking from a purely pragmatic PoV and tegra is not looking like the way to go if you expect to use any version of linux except the one they directly support05:33
*** johnx has quit IRC05:33
RaymondLIs stickyFocus the only way?05:33
*** johnx has joined #meego05:34
GeneralAntillesjohnx, oh, yeah, that too. :D05:34
*** andredieb has quit IRC05:37
*** sar3th is now known as sar3th|away05:38
*** githogori has joined #meego05:39
*** glin has quit IRC05:42
*** RhymeswAlbert has left #meego05:43
*** Al_ has quit IRC05:44
*** panaggio has left #meego05:44
*** dchang has quit IRC05:44
*** bef0rd has quit IRC05:46
*** thuttu77 has quit IRC05:48
*** swc|666 has joined #meego05:51
*** smhar_ has joined #meego05:55
*** pcfe has quit IRC05:56
*** pcfe has joined #meego05:56
*** pcfe has joined #meego05:56
*** Al_ has joined #meego05:59
*** smhar has quit IRC05:59
*** dchang has joined #meego06:00
*** smhar_ is now known as smhar06:01
*** jukey has quit IRC06:03
*** Guest58886 has quit IRC06:05
*** Guest58886 has joined #meego06:05
*** Dr_Who has joined #meego06:10
*** aloisiojr has joined #meego06:15
*** lolloo has quit IRC06:15
*** OptX has quit IRC06:18
*** smhar has quit IRC06:20
*** OptX has joined #meego06:23
*** ml-mobile has quit IRC06:26
*** glin has joined #meego06:28
*** Unmenschlich has quit IRC06:29
*** Unmenschlich has joined #meego06:30
*** lolloo has joined #meego06:32
*** AlexG has quit IRC06:34
*** AlexG has joined #meego06:34
*** smhar has joined #meego06:41
*** smhar has quit IRC06:49
*** ml-mobile has joined #meego06:50
*** jln has quit IRC06:50
*** jln has joined #meego06:50
*** liyan has joined #meego07:02
*** AlexG has quit IRC07:05
*** timoph|away is now known as timoph07:10
*** tommim has joined #meego07:12
*** Dr_Who has quit IRC07:16
*** glin has quit IRC07:18
*** dchang has quit IRC07:24
*** fiferboy has quit IRC07:25
*** Al_ has quit IRC07:27
*** Lovetrain has joined #meego07:30
*** Lovetrain has left #meego07:30
*** DocScrutinizer has quit IRC07:31
*** DocScrutinizer has joined #meego07:31
*** wasikevin has quit IRC07:32
*** glin has joined #meego07:37
*** dchang has joined #meego07:37
*** Al_ has joined #meego07:39
*** Kompo has joined #meego08:10
*** ysyrota has joined #meego08:11
*** tmikola has joined #meego08:13
*** amjad has joined #meego08:15
*** tilppis has joined #meego08:15
*** tekojo has joined #meego08:16
*** hstende has joined #meego08:18
*** hhartz has quit IRC08:20
*** tilppis_ has joined #meego08:20
*** tilppis has quit IRC08:22
*** ayoy has joined #meego08:22
*** mitsutaka has quit IRC08:23
*** mitsutaka has joined #meego08:24
*** aloisiojr has quit IRC08:28
*** slonopotamus has joined #meego08:29
*** Aparna has joined #meego08:30
*** vanadis has joined #meego08:31
*** DawnFoster has quit IRC08:32
*** b-man` has quit IRC08:34
*** theopensourcerer has joined #meego08:35
*** mvo has joined #meego08:36
*** aloisiojr has joined #meego08:37
*** jlamadon has joined #meego08:44
amjadso repo.meego.com08:49
*** jrocha has joined #meego08:49
*** sofar has quit IRC08:50
*** hstende has quit IRC08:51
*** TSCHAKeee2 has quit IRC08:52
*** TSCHAKeee2 has joined #meego08:52
*** sandst1|away is now known as sandst108:53
*** pvdm has joined #meego08:56
*** timakima|away is now known as timakima08:58
*** vblazquez has quit IRC08:59
*** villev has joined #meego08:59
*** Job1 has quit IRC08:59
*** mmc has joined #meego09:01
*** exman3 has joined #meego09:02
*** Job1 has joined #meego09:02
*** andre__ has joined #meego09:03
*** andre__ has joined #meego09:03
*** aapo has joined #meego09:05
*** exman2 has quit IRC09:05
*** kko_ has joined #meego09:06
*** slonopotamus_ has joined #meego09:07
*** swc|666 has quit IRC09:07
*** swc|666 has joined #meego09:08
*** slonopotamus has quit IRC09:09
*** slonopotamus_ is now known as slonopotamus09:10
*** ubIx_ has quit IRC09:10
*** ubIx has joined #meego09:12
*** pohly has joined #meego09:12
*** exman3 has quit IRC09:13
*** dvoid_ has joined #meego09:14
*** thiago_home has joined #meego09:15
*** schend has quit IRC09:17
*** slonopotamus has quit IRC09:17
Stskeepsthiago_home: what would you make of something like http://pastie.org/1145203 ? (we just enabled -arch armv6 and CXXFLAGS got picked up by qt fine, but everything else .. :)09:17
Stskeeps(bottom is the interesting part)09:18
*** zalan has joined #meego09:18
*** Naveen has joined #meego09:18
*** TomaszD_ has joined #meego09:20
thiago_homethat reminds me09:20
thiago_homeplease enabled -arch armv6 :-)09:20
Stskeepswe did, this is the result ;)09:20
*** sheepbat has quit IRC09:21
*** MaikelZ has quit IRC09:21
Stskeepsqmake doesn't seem to have picked up CXXFLAGS with the "-march=armv6" in it09:21
thiago_homeyep09:21
Stskeepsso everything qt 'based' is with a nice red failed right now :)09:21
thiago_homeQt doesn't like CXXFLAGS in the environment09:21
thiago_homeand please use -march=armv7-a09:22
Stskeepsah, yeah, that's what i meant09:22
Stskeepsmy initial hunch would be to set something in qmake.conf09:22
thiago_homewait, this is mobility?09:22
*** MaikelZ has joined #meego09:22
Stskeepsyes, and pretty much everything building with qmake i think09:22
thiago_homethat explains09:23
*** TomaszD has quit IRC09:23
thiago_homeqmake does *not* pick up CXXFLAGS from the environment09:23
Stskeepsright, so how do we make it pick up the right optflags?09:23
thiago_homeeither modify an mkspec with the right flags, or re-run qmake09:23
thiago_homecd $BUILDDIR; qmake -r -o Makefile QMAKE_CFLAGS+="$CFLAGS" QMAKE_CXXFLAGS+="$CXXFLAGS" QMAKE_LFLAGS+="$LFLAGS"09:24
thiago_homeadd: $SRCDIR/projectname.pro09:24
Stskeepsright, we'd probably go with the solution that doesn't mean modifying every single qt package09:24
*** tilppis has joined #meego09:25
thiago_homelet me check if the CXXFLAGS from Qt isn't saved anywhere...09:25
*** amjad has quit IRC09:25
thiago_homeno09:26
*** psycho_oreos has joined #meego09:26
*** danielwilms1 has joined #meego09:27
*** tilppis_ has quit IRC09:27
Stskeepsso best way is mkspec patching?09:28
chriadamcould you just change the QMAKE_EXEC= definition in the configure script?09:33
faboStskeeps: I faced similar issue and I have modified configure at that time09:34
thiago_homewell either patch it, or put the flags in mkspecs/qconfig.pri (which is installed from Qt)09:34
thiago_homeeither way, the flags become the default for any qmake-based project09:35
*** kontio has joined #meego09:36
faboStskeeps: I have added qt macros since beta2, it sets QMAKE_*FLAGS09:38
thiago_homewe noticed yesterday a buildkey mismatch09:38
fabopackagers should use %qmake ;)09:38
thiago_homeone of our developers was unable to get an SDK with meegotouch pre-installed, so he used Maemo509:38
thiago_homeand then the build keys didn't match09:38
thiago_homewhich is when I noticed that we're using the slow and SMP-unsafe ARMv5 on MeeGo...09:39
*** amjad has joined #meego09:39
*** Erkan_Yilmaz has quit IRC09:39
*** bergie has joined #meego09:39
*** Xisdibik_ has joined #meego09:39
thiago_homefabo: what if the package offers a configure wrapper that runs qmake for you?09:39
* thiago_home thinks the script should apply the env vars, so it's a bug in Mobility09:40
fabothiago_home: fix the configure script (meegotouch and qt-mobility are these cases)09:40
*** theplic has joined #meego09:41
thiago_homeI agree09:42
*** kellomak has joined #meego09:42
thiago_homereport it at bugreports.qt.nokia.com for Mobility09:42
fabook09:42
*** Xisdibik has quit IRC09:43
*** lmoura has quit IRC09:45
*** amjad has quit IRC09:45
*** lmoura has joined #meego09:46
*** Aparna has quit IRC09:46
*** Naveen has quit IRC09:47
faboStskeeps: I'm starting to fix the packages, instead of modify Qt mkspec09:47
fabothiago_home: do you know how the developers are writing the configure script for QMake based project?09:49
faboform scratch, template, or something else?09:49
*** sofar has joined #meego09:49
*** nicu has joined #meego09:49
Stskeepsfabo: uhm, that sounds painful09:49
Stskeepsfabo: did you see how many packages there are? :P09:50
faboStskeeps: painful but IMHO the right way...09:50
Stskeepsi'll just quickly read backlog09:50
Stskeepsfabo: next question.. does spectacle use %qmake?09:51
JaffaMorning, all09:51
*** vgrade has quit IRC09:52
pebMorning Jaffa .-)09:52
*** johd has joined #meego09:52
Jaffalbt: ping (seen http://lists.meego.com/pipermail/meego-dev/2010-September/005525.html ?)09:52
*** guardian has joined #meego09:52
*** theopensourcerer has left #meego09:52
faboStskeeps: I sent a patch to spectacle people,  with qmake builder, it will set the qt macros09:52
*** vanadis has quit IRC09:53
faboso for qmake calls, a developer should set QMAKE*FLAGS as appropriate and for configure wrapper, these scripts should be fixed.09:53
Stskeepsright.. my worry is that this is more of a 1.2 thing, as if i was a distro engineer i would freak at all qt packages suddenly being modified..09:54
Stskeepswhat's the problem with modding mkspec?09:54
thiago_homefabo: from scratch09:54
Stskeepsfabo: .. and that we can't afford at the moment to have ARM dead for a week while discussions are made :P09:55
thiago_homeStskeeps: the standard Qt way is to have an mkspec specific for your device09:55
*** vgrade has joined #meego09:56
*** bef0rd has joined #meego09:56
thiago_homeso the easiest solution for now is to have the flags appended to mkspecs/linux-g++/qmake.conf in Qt09:56
thiago_homethat will propagate to all qmake-based packages09:57
faboStskeeps: I can mixup, use mkspec now09:57
*** john1 has quit IRC09:57
*** tekojo has quit IRC09:57
Stskeepsthink it's just important to get the issue fixed soon, or we lose -arch armv6 :P09:57
fabobut I prefer to have the packages fixed in the long term09:57
Stskeepsyeah09:57
Stskeepsno disagreement there09:58
*** dcthang has quit IRC09:58
Stskeepsthough i am wondering about the rationale of not picking up CXXFLAGS in the first place :)09:58
*** amjad has joined #meego09:58
fabono rationale, it's qmake :)09:58
*** john1 has joined #meego09:58
faboit doesn't play well with env var09:58
Stskeeps:nod:09:58
* fabo replies to Peter for the action plan10:00
*** bergie has quit IRC10:00
Stskeepsalso, if you have time sometime, could you take current qt and try to build it on community OBS? it feels weird to me it takes so long time on meego OBS and takes an hour on community OBS10:01
fabook10:01
*** abstract3d has quit IRC10:01
Stskeepsif it's still faster on cobs, i'll prod dl9pf to see what is the issue10:01
*** abstract3d has joined #meego10:01
*** thiago_home has quit IRC10:02
*** calvaris has joined #meego10:02
*** nav_ has joined #meego10:07
nav_#meego-meeting at irc.freenode.net10:09
*** nav_ has quit IRC10:09
*** lmoura has quit IRC10:10
*** Naveen has joined #meego10:11
*** povbot has joined #meego10:18
*** niqt has joined #meego10:20
*** mardy has quit IRC10:20
*** sheepbat has joined #meego10:21
*** mardy has joined #meego10:21
*** vanadis has joined #meego10:22
*** swc|666 has quit IRC10:23
*** pavank10 has joined #meego10:24
*** Guest96133 has joined #meego10:25
*** mardy has quit IRC10:26
*** mardy has joined #meego10:26
*** dvoid_ has quit IRC10:30
*** mardy has quit IRC10:31
*** guardian has quit IRC10:32
*** andrei1089 has joined #meego10:34
*** sheepbat has quit IRC10:34
*** tilppis has quit IRC10:35
*** lmoura has quit IRC10:35
*** tilppis has joined #meego10:36
*** mardy has joined #meego10:37
*** Naveen has quit IRC10:38
*** kyb3R has quit IRC10:39
*** lmoura has joined #meego10:39
*** jukey has joined #meego10:39
*** arkub has joined #meego10:40
*** Naveen has joined #meego10:40
*** kyb3R has joined #meego10:42
*** mardy has quit IRC10:42
*** th3hate has joined #meego10:42
*** Naveen_ has joined #meego10:42
*** Naveen has quit IRC10:42
*** Naveen_ has quit IRC10:43
*** mardy has joined #meego10:43
*** Naveen has joined #meego10:43
*** slaine has joined #meego10:44
*** afief has joined #meego10:44
*** dharman has joined #meego10:44
*** achipa has joined #meego10:46
*** dneary has joined #meego10:46
*** hunger has joined #meego10:46
*** manju has joined #meego10:47
*** mardy has quit IRC10:47
*** mardy has joined #meego10:48
*** mardy has quit IRC10:53
*** mardy has joined #meego10:53
*** mmc has quit IRC10:54
Myrttihumdidumdi10:55
Myrttimoin peeps10:55
*** florian_kc has joined #meego10:57
*** florian_kc is now known as florina10:58
*** florina is now known as florian10:58
*** mardy has quit IRC10:58
*** arfoll has joined #meego10:58
*** vlj has joined #meego10:58
fabomirek2: have you looked to my changes to libmeegotouch before submitting?10:58
vljhi10:58
*** mardy has joined #meego10:59
vljis there some "packman" equivalent for Meego that provides vaapi/vdpau enabled package for mp3/mp4/... playback ?10:59
ali1234considering that nvidia driver isn't even supported... i doubt it11:00
slainevlj, you'd probably have to package up the gstreamer ffmpeg module too11:00
vljwell vaapi is intel supported at least ;)11:01
slaineI'd done it for MoblinV2, but haven't had time for meego so far11:01
vljslaine: where did you put such package ?11:01
slaineI hosted it on my site, one of the other reasons I held off, to see how a community repo would pan out11:01
vljok11:01
*** TibshoOT has joined #meego11:02
*** mardy has quit IRC11:03
*** achipa has quit IRC11:04
*** mardy has joined #meego11:04
* vlj will receive his ac 100 tonigh *happy*11:04
vljhope it can boot on sd card11:05
MyrttiOOF. Meetup require a subscription plan?11:05
* Myrtti looks at her credit card11:05
*** mitsutaka_ has joined #meego11:05
afiefWhere can I find the kernel sources  used to build the Meego-netbook image?11:06
vljafief: http://meego.gitorious.org/meego-os-base/kernel-source11:06
*** jukey has quit IRC11:07
*** jukey has joined #meego11:07
afiefvlj, I'm getting a fatal error trying to clone that one "http://meego.gitorious.org/meego-os-base/kernel-source/info/refs not found: did you run git update-server-info on the server?"11:08
*** mitsutaka has quit IRC11:08
*** mardy has quit IRC11:08
*** jlamadon has quit IRC11:09
vljafief: you ran "git clone git://gitorious.org/meego-os-base/kernel-source.git" ?11:09
afiefargh, sorry just tried to clone the link you gave me11:09
*** dotblank has quit IRC11:09
*** mardy has joined #meego11:09
*** cyborg-one has quit IRC11:10
Myrttioh bother11:10
*** cyborg-one has joined #meego11:11
*** guardian has joined #meego11:13
*** sandst1 is now known as sandst1|lunch11:13
*** javiF has joined #meego11:14
*** bergie has joined #meego11:14
*** johd has quit IRC11:15
*** abstract3d has quit IRC11:15
*** jusliukk has joined #meego11:15
*** theplic has quit IRC11:17
*** Saviq_afk is now known as Saviq11:17
*** danielwilms1 has quit IRC11:18
*** hhartz has joined #meego11:18
*** TomaszD_ is now known as TomaszD11:19
*** TomaszD has quit IRC11:19
*** TomaszD has joined #meego11:19
*** jlamadon has joined #meego11:21
*** lokesh has joined #meego11:22
*** calvaris has quit IRC11:22
*** smoku has joined #meego11:24
*** javiF has quit IRC11:24
*** ColKilkenny has joined #meego11:32
dl9pfStskeeps: pong11:32
*** ayanes has joined #meego11:33
*** zs has joined #meego11:33
Stskeepsdl9pf: ah, nothing conclusive yet - we were just wondering why it takes so long time to build qt on build.meego while we see 1hour builds on community OBS11:33
*** kkszysiu has quit IRC11:33
afiefI cloned the kernel-source repository but it only seems to contain script and spec files. Am I missing something? :S11:34
*** jlamadon has quit IRC11:34
*** javiF has joined #meego11:38
*** zenvoid has joined #meego11:38
vljyou have patches too11:39
*** mardy has quit IRC11:39
Stskeepslo zenvoid11:39
*** lbt2 has joined #meego11:39
zenvoidhello Stskeeps :)11:40
vljkernel is build from vanilla kernel (at kernel.org) and then by applying patch11:40
vlj(IMHO)11:40
Stskeepszenvoid: how's it going?11:40
*** Teeli has joined #meego11:40
zenvoidStskeeps: good, I've made a new sb2 from scratch based on fakechroot :D11:41
Stskeepszenvoid: hehe11:41
*** mardy has joined #meego11:41
zenvoidnot needed anymore for meego, I know11:41
Stskeepswell, there's MADDE coming up :P11:42
Stskeepsbut since you had a powerpc.. :P11:42
zenvoidI'm currently cross-compiling lucid for smartq, it will take a while though :)11:43
vljzenvoid: how do you cross compile ubuntu ?11:44
*** lmoura has quit IRC11:44
zenvoidwith a software I've created :P11:44
vljho k11:45
zenvoidI should  publish it in a few days11:45
*** kkszysiu has joined #meego11:45
afiefvlj, thanks, will do that11:45
*** mardy has quit IRC11:45
kyb3Ra little help. We are settign up Meego Network Tampere and we would need "MeeGo project can subsidize (Meetup) the first 6 months if your proposal is convincing" Any ideas who should I contact?11:45
vljMeego Network Tampere ?11:46
*** mardy has joined #meego11:47
kyb3Ryes, local group11:47
zenvoidvlj: based on fakechroot, basically just ld_preloads the exec call so when you exec an arm binary, it executes the same command under qemu (or from a native twin chroot)11:47
vljwhat does that mean ? :$11:47
kyb3Rvlj: see http://wiki.meego.com/Community_Office/Marketing/Local_MeeGo_Networks#Networks_in_the_World11:47
*** Guest96133 has quit IRC11:49
vljok11:49
kyb3RI think it can be compared to LUG, kind of same thing/idea11:51
*** mardy has quit IRC11:51
*** glunardi has joined #meego11:53
vljali1234: did you got a non sse3 working meego ?11:54
*** lmoura has joined #meego11:54
ali1234no11:54
*** toniher has joined #meego11:56
*** mardy has joined #meego11:57
*** tekojo has joined #meego12:00
*** tekojo has joined #meego12:00
*** Gibba has joined #meego12:00
*** lmoura has quit IRC12:01
*** mardy has quit IRC12:02
*** glunardi has quit IRC12:03
*** dazo_afk is now known as dazo12:03
*** glunardi has joined #meego12:03
*** Teeli has quit IRC12:05
*** peisanen1 has joined #meego12:06
*** calvaris has joined #meego12:06
*** sandst1|lunch is now known as sandst112:07
*** smoku has left #meego12:07
*** smoku has joined #meego12:07
*** mardy has joined #meego12:08
*** jlamadon has joined #meego12:09
*** calvaris has quit IRC12:09
*** mardy has quit IRC12:09
*** javiF has quit IRC12:10
*** jrocha has quit IRC12:10
*** hsch has joined #meego12:11
*** mardy has joined #meego12:13
*** lmoura has joined #meego12:14
*** wasikevin has joined #meego12:14
*** abstract3d has joined #meego12:16
*** mardy has quit IRC12:18
*** mardy has joined #meego12:18
*** haoxu has quit IRC12:19
*** javiF has joined #meego12:21
*** jrocha has joined #meego12:23
*** mitsutaka_ has quit IRC12:23
*** mardy has quit IRC12:23
*** niqt has quit IRC12:24
*** johd has joined #meego12:25
*** tackat has joined #meego12:26
*** aladds has joined #meego12:27
*** mardy has joined #meego12:29
*** bergie has quit IRC12:30
*** mardy has quit IRC12:34
*** Teeli has joined #meego12:37
*** dwmw2_gone is now known as dwmw212:38
*** CosmoHill has joined #meego12:39
*** vimuurin has joined #meego12:44
*** mardy has joined #meego12:45
*** vgrade_ has joined #meego12:45
*** calvaris has joined #meego12:46
*** mardy has quit IRC12:50
*** gabor has joined #meego12:56
*** gabor has quit IRC12:56
*** gabor has joined #meego12:57
*** liyan has quit IRC12:58
*** tackat has quit IRC12:59
*** wasikevin has quit IRC13:00
*** andrei1089 has quit IRC13:01
*** andrei1089 has joined #meego13:01
*** yanli has quit IRC13:02
*** bpeel_away is now known as bpeel13:05
*** SWFu has joined #meego13:06
*** mardy has joined #meego13:06
*** mardy has quit IRC13:11
*** faid has quit IRC13:13
*** vanadis has quit IRC13:13
*** nuomi has quit IRC13:16
*** lcuk2 is now known as lcuk13:16
*** lcuk has joined #meego13:16
*** mardy has joined #meego13:17
*** marcob has joined #meego13:18
*** mardy has quit IRC13:21
*** mardy has joined #meego13:22
* CosmoHill dances cos he's now got his uni email on his laptop13:24
aladds:)13:25
CosmoHillgot it on both of my laptops :)13:26
*** faid has joined #meego13:27
CosmoHillI'd rather have a program running in the background for email that logging onto a website13:27
*** mardy has quit IRC13:27
aladdsdepending on the service you might be able to13:28
CosmoHillI've tested it13:28
CosmoHillgot both laptops open with mail open13:28
aladdsah13:28
aladds:)13:28
*** vimuurin has quit IRC13:28
CosmoHillselected an email on one and  marked it as read, the other updated  shortly afterwards13:29
CosmoHillit's MS Live@Edu thingy13:29
*** peisanen1 has left #meego13:29
*** dneary has quit IRC13:29
aladdsooerr13:30
CosmoHillI like that my Junk mail says it has 8484 emails in it13:30
aladds:P13:30
aladdsI'm suprised they don't just use outlook13:30
aladdsmy uni have outlook web access set up13:31
* CosmoHill hides his windows laptop13:31
aladds:)13:31
CosmoHillwe had exchange 2003 but moved to this MS live thingy13:31
aladdsah13:31
aladdsand they turned off pop and imap?13:31
CosmoHillwhich I've setup with mail and outlook within a day13:31
CosmoHillI'm using IMAP at the moment13:32
aladds:)13:32
aladdsmy GMail gets all my mail, then i get mail from that via IMAP13:32
CosmoHillthe trick was to figure out that your username and email adress aren't the same13:32
aladdslike it should be!13:32
aladdsI hated servers which use the whole email address as the login13:33
CosmoHillthey're both at @student.uni.ac.uk13:33
aladdsit made Eudora break :(13:33
CosmoHill:o13:33
CosmoHillwell instead of cosmo.hill@student13:33
aladdsEudora needs username@pop.mail.com13:33
CosmoHillit was CH54@student13:33
aladdsso if it's student@uni@pop.mail.com it goes 'wtf?'13:33
CosmoHillwtf13:34
aladdsbecause you log into pop.mail.com with your login13:34
CosmoHillI have mail on mac and outlook 2010 on windows since I just bought it13:34
CosmoHillnot used outlook since 2003 or something13:34
*** DrIDK has joined #meego13:34
aladdsoutlook is silly13:35
kyb3Rnever used outlook13:36
kyb3Rbut then again, I don't use MS OS13:37
*** smhar has joined #meego13:37
*** dvoid_ has joined #meego13:37
CosmoHillI think the only reason I'm using it is because I can13:37
CosmoHillwhat I should do is what I do with web browsers13:38
CosmoHilluse thunderbird on all the computers13:38
aladdsI have to use outlook at work :(13:38
aladdsDespite having a linux desktop13:38
CosmoHillversion?13:38
CosmoHillokay...13:38
kyb3Raladds: :(13:38
*** mardy has joined #meego13:38
aladdswe have vmware with outlook in it13:38
CosmoHilljust outlook?13:39
aladdsit's completely stupid13:39
kyb3Rtotally13:39
aladdsoffice is installed too, but i don't use it13:39
CosmoHillthat's a waste of proccessor and ram resources13:39
aladdsyes13:39
aladdsslowly, everyone's moving over to this setup13:39
CosmoHillmy uni laptop is kitted out with lots of pricey software :/13:40
aladdsi really hope they work some other mail/calendar/room bookings/etc system up13:40
*** glin has quit IRC13:40
*** pcacjr_ has quit IRC13:40
CosmoHilllotus notes :o13:40
*** mirr0r has joined #meego13:40
aladdshah lotus :)13:40
aladds:P13:40
aladdsfor email?13:41
CosmoHillno idea13:41
aladdswe used to use lotus for email13:41
kyb3Rgod damn! Lotes notes still alive! lol13:41
CosmoHillaladds: could you not use webmail for outlook?13:41
*** dchang has quit IRC13:41
aladdsyes, but then the calendar and stuff doesn't work properly13:42
aladdsit 'sort-of' works with evolution's outlook plugin13:42
aladdsbut loads of stuff is broken13:42
aladdslike reading new messages (ones already read are fine13:42
aladds)13:43
CosmoHillyeah I noticed that I read an email on outlook live and it  didn't mark it as read13:43
aladdsbasically, until evolution is fixed, or they change the mailserver, everyone's going to have to use outlook in vmware13:43
aladdsi guess it does at least make it easier to fix windows if it breaks13:44
CosmoHillwouldn't it use less resources to have people remote desktop to a VM or windows server which accepts multipole connections?13:44
aladdsjust swap in a new vmware image :P13:44
aladdsi don't run the it setup, but yes it probably would13:44
CosmoHillctrl + z for a whole OS13:44
aladdsi actually quite like the idea of a terminal server13:45
aladdsfor businesses, that is13:45
*** mmeeks has quit IRC13:45
aladdsi have a thin client at home in my shed13:45
CosmoHillI think i need to install it on my headnode13:45
aladdsdiskless, so the temperature fluctuations don't kill it :)13:46
*** smhar has quit IRC13:46
aladdsI use vnc from it though, there's not a windows box in the house :)13:46
CosmoHillI had some thin clients I was gonna try and turn into firewalls13:46
CosmoHillbinned the lot of them13:46
aladdsdepending on the spec they can be more than capable13:47
aladdssome of them are a little bit wonky though13:47
aladds(IRQ issues usually)13:47
*** lizardo has joined #meego13:48
CosmoHillhmm13:48
CosmoHillI think I can make up some boot scripts that WOL other computers13:48
CosmoHillso you turn on one computer then go away to make some coffee, you come back and all 20 are turned on and running13:49
*** tekojo has quit IRC13:49
*** tekojo has joined #meego13:50
*** tekojo has joined #meego13:50
*** anusko_ has joined #meego13:50
CosmoHilltekojo: ubuntu?13:50
tekojokubuntu maverick :)13:53
CosmoHillclose enough13:53
tekojoI still believe it every time it tells me to do things13:53
*** smoku has left #meego13:54
CosmoHillcan you give an example?13:54
*** afief has quit IRC13:54
*** smoku has joined #meego13:54
tekojo'you need to reboot' :)13:54
*** vilvo|away is now known as vilvo13:55
CosmoHillsounds like windows13:55
*** afief has joined #meego13:55
* CosmoHill is still pleased that he's gotten rid of the need to login to uni's webmail within a day13:59
*** smhar has joined #meego14:04
*** felipec has joined #meego14:06
*** pinheiro has quit IRC14:07
*** pinheiro has joined #meego14:07
*** mitsutaka has joined #meego14:07
*** vanadis has joined #meego14:08
*** mitsutaka has quit IRC14:13
*** tackat has joined #meego14:14
*** mitsutaka has joined #meego14:14
*** afief has quit IRC14:17
*** TermanaN900 has joined #meego14:18
*** mitsutaka has quit IRC14:24
*** smoku has left #meego14:24
*** smoku has joined #meego14:24
*** glunardi has quit IRC14:24
*** dvoid_ has quit IRC14:24
*** mitsutaka has joined #meego14:25
*** TermanaN900 has quit IRC14:25
*** jeansch has joined #meego14:26
*** dspeed has quit IRC14:26
*** baraujo has joined #meego14:27
*** tekojo has quit IRC14:29
*** ismael has quit IRC14:33
*** ragner has joined #meego14:34
*** jeansch has quit IRC14:35
*** luist has joined #meego14:35
*** bkrawal has joined #meego14:36
bkrawalhow can i create account to access "https://build.meego.com/"14:37
vljcontact an intel or nokia representative ? ;)14:39
kyb3Rhack your way in ;)14:40
*** CosmoHill has quit IRC14:42
sx0nprobably writing 3nda and lla/pla14:42
bkrawalthis is type of "open source" work going on? I was thinking i should be able to get access easily and or alternatively there should be another way to build MeeGo14:42
*** TibshoOT has quit IRC14:43
*** luist has quit IRC14:43
bkrawalMeeGo is closed source project?14:44
lcukno, the source is all available!14:44
leinirNo, but which other open source project do you know which has no vetting process for contributors? :)14:45
vljbkrawal: open source does not mean you can build the project14:45
vljsymbian for instance is open source, but you cannot build it without rtcw (which is not free)14:46
*** smoku has left #meego14:46
*** smoku has joined #meego14:46
*** baraujo has quit IRC14:46
*** otep has quit IRC14:46
fabobkrawal: http://bugs.meego.com/show_bug.cgi?id=61514:47
schoenemannbkrawal: currently I have the same problem14:47
schoenemannbkrawal: but if you just want meego for ia32 you can use the sdk14:47
*** jbocklage has joined #meego14:47
bkrawalI am using Android in lot of solutions and it is very easy for anyone to build complete solution14:48
bkrawalvlj: so open source means just have chunk of source code and keep watching it :)14:49
*** otep has joined #meego14:49
bkrawalleinir: Try with Android and you can see the difference14:50
fabobkrawal: it's easy to build a complete solution on MeeGo too, you're just not familiar with the project itself14:51
*** Guest58886 has quit IRC14:52
vljyup14:52
*** lauro has joined #meego14:52
pebFabo, how should it be done (as a hint to bkrawal?)?14:52
bkrawalfabo: You might be right, can you point me to some document from where i can start14:52
smokubkrawal, "open source" means exactly this - you have access to the source.  it does not mean that anyone is required to give accounts, processing resources, hardware access to you.14:53
fabolet's start by image creation: look at mic2, get ks files or write them for your project.14:53
*** OlafsenM has joined #meego14:53
fabothen you'll need to take a look to the packages.14:53
OlafsenMhello guys14:53
OlafsenMone simple question: will meego become available for nokia n8 in the future?14:54
fabobkrawal: http://wiki.meego.com/Image_Creation_For_Beginners14:54
fabobkrawal: get ks files from http://meego.gitorious.org/meego-os-base/image-configurations/trees/master14:56
bkrawalfabo: looks great document, thanks a lot14:56
faboand continue like that, test yourself, if you have problems ask on the channel14:56
*** OlafsenM has left #meego14:56
*** baraujo has joined #meego14:59
*** jusliukk has quit IRC14:59
*** RhymeswAlbert has joined #meego15:03
*** _BuBU has quit IRC15:03
*** jusliukk has joined #meego15:04
vljfabo : mic is not a pure rebuild however15:04
*** smhar has quit IRC15:06
*** pcacjr has joined #meego15:09
*** panaggio has joined #meego15:09
*** _BuBU has joined #meego15:10
*** hari_ has joined #meego15:10
*** mairas has quit IRC15:11
*** javiF has quit IRC15:11
*** mwichmann has joined #meego15:15
*** luist has joined #meego15:16
*** pcacjr has quit IRC15:18
*** dneary has joined #meego15:18
*** lmoura has quit IRC15:18
luistmbatle: hey im back.... about that git hash u gave me... i need the url to access it right15:21
*** hari_ has quit IRC15:21
*** luck has joined #meego15:22
*** pcacjr_ has joined #meego15:22
mbatleluist, in http://www.gitorious.org/meego-garage you have the urls of the 2 git repos15:24
*** pcacjr_ has quit IRC15:24
*** alvaro__ has joined #meego15:24
*** pcacjr_ has joined #meego15:24
*** javiF has joined #meego15:26
*** fleury has joined #meego15:26
*** javiF has quit IRC15:29
*** MoRpHeUz has joined #meego15:29
*** lmoura has joined #meego15:31
*** hansonlaputa has joined #meego15:32
*** bkrawal has left #meego15:32
*** mardy has quit IRC15:33
*** guardian has quit IRC15:35
*** mairas has joined #meego15:35
*** guardian has joined #meego15:35
*** dchaverri26 has joined #meego15:36
*** bvogel has joined #meego15:39
*** mardy has joined #meego15:40
*** yrgd has quit IRC15:41
*** jlamadon has quit IRC15:41
*** TomaszD has quit IRC15:42
*** vanadis has quit IRC15:43
*** tommim has quit IRC15:45
*** mardy has quit IRC15:45
lokeshHi all15:45
*** kyb3R has quit IRC15:45
lokeshcan anyone help me with osc build command15:45
lokeshif i wanna build against a particular repo how do i do that15:45
lokeshI tried the below and had a problem:15:46
lokeshlogoel@Lucky:~/OBS/home:logoel/fennec-qt$ osc build --no-verify Trunk standard i58615:46
lokesh<lokesh> Building i586 for Trunk/standard15:46
lokesh<lokesh> Unknown build type: ''. Build description should end in .spec, .dsc or .kiwi.15:46
*** amjad has quit IRC15:46
*** efleury has joined #meego15:46
*** luck_laptop has joined #meego15:47
*** lmoura_ has joined #meego15:47
*** MoRpHeUz has quit IRC15:49
*** fleury has quit IRC15:49
*** luck has quit IRC15:49
*** lmoura has quit IRC15:50
*** pcacjr_ has quit IRC15:50
*** mardy has joined #meego15:50
*** Alam has joined #meego15:51
*** ucomesdag has quit IRC15:51
*** pcacjr_ has joined #meego15:51
*** fleury has joined #meego15:52
*** ucomesdag has joined #meego15:52
*** kyb3R has joined #meego15:52
*** lmoura__ has joined #meego15:53
*** efleury has quit IRC15:53
*** lmoura_ has quit IRC15:53
*** bvogel has quit IRC15:53
*** luck_laptop has quit IRC15:53
*** jusliukk has quit IRC15:53
*** luck has joined #meego15:53
*** bvogel has joined #meego15:54
*** mardy has quit IRC15:55
*** mardy has joined #meego15:56
*** luck has quit IRC15:56
*** luck has joined #meego15:57
*** rescbr has quit IRC15:58
*** carloscesa has joined #meego16:00
*** puffin has joined #meego16:00
*** dspeed has joined #meego16:01
*** smhar has joined #meego16:01
*** mardy has quit IRC16:01
*** MoRpHeUz has joined #meego16:01
*** fiferboy has joined #meego16:01
*** fiferboy has joined #meego16:01
*** tilppis has quit IRC16:05
*** bvogel has quit IRC16:06
*** achipa has joined #meego16:06
*** bvogel has joined #meego16:06
*** mardy has joined #meego16:07
*** bvogel has quit IRC16:07
*** bvogel has joined #meego16:08
*** luist has quit IRC16:09
*** jmcphers has quit IRC16:10
*** pmcgowan has joined #meego16:10
*** tekojo has joined #meego16:10
*** tekojo has joined #meego16:10
*** mvo is now known as m-vo16:10
*** jmcphers has joined #meego16:10
*** gaveen has joined #meego16:11
*** bvogel has quit IRC16:11
*** mardy has quit IRC16:12
*** bvogel has joined #meego16:12
*** luist has joined #meego16:12
*** lolloo has quit IRC16:12
*** mardy has joined #meego16:12
*** RhymeswAlbert has left #meego16:15
*** bvogel has quit IRC16:16
*** ctusar has joined #meego16:16
*** diegohcg has joined #meego16:16
*** jusliukk has joined #meego16:17
*** mardy has quit IRC16:17
*** sar3th|away is now known as sar3th16:17
*** mardy has joined #meego16:17
*** aapo_ has joined #meego16:18
*** mardy has quit IRC16:22
*** mardy has joined #meego16:23
*** tmikola has quit IRC16:23
*** felipec has quit IRC16:24
*** tilppis has joined #meego16:25
*** e-yes has quit IRC16:27
*** mardy has quit IRC16:28
*** pkt has joined #meego16:28
*** pkt has left #meego16:29
pebis there anything like Visio for N900? DIA should run, but I've not found it in repository.16:30
*** hhartz has quit IRC16:32
*** pinheiro has quit IRC16:32
*** phinaliumz has joined #meego16:32
*** matgnt has joined #meego16:33
*** kof3ina has joined #meego16:33
*** luist has quit IRC16:33
*** luist has joined #meego16:33
*** mardy has joined #meego16:34
*** pinheiro has joined #meego16:34
*** jeansch has joined #meego16:36
*** kraiskil has quit IRC16:36
*** amjad has joined #meego16:37
*** kof3ina has quit IRC16:37
*** mardy has quit IRC16:38
*** mardy has joined #meego16:39
*** e-yes has joined #meego16:39
*** luist has quit IRC16:40
lokeshwho is integrating openGL to meego ?16:40
poutsidevice vendors?16:41
*** markey has quit IRC16:43
*** markey has joined #meego16:43
*** markey has quit IRC16:44
*** timoph is now known as timoph|away16:45
*** pvdm has quit IRC16:45
*** fprimex has joined #meego16:45
*** pvdm has joined #meego16:46
*** DawnFoster has joined #meego16:47
*** hansonlaputa has left #meego16:48
*** markey has joined #meego16:49
*** TSCHAKeee2 has quit IRC16:51
*** TSCHAKeee2 has joined #meego16:51
*** Kompo has quit IRC16:52
*** Termana has joined #meego16:53
*** guardian has quit IRC16:54
*** smhar has quit IRC16:57
*** florian has quit IRC16:57
*** neopsis has quit IRC16:57
*** florian has joined #meego16:57
*** neopsis has joined #meego16:57
*** luist has joined #meego16:59
*** baraujo has quit IRC17:00
*** galeazzi_ has joined #meego17:05
galeazzi_Hi17:06
galeazzi_is there someone?17:07
*** tekojo has quit IRC17:07
*** luist has quit IRC17:08
*** fredy has joined #meego17:08
*** galeazzi_ has quit IRC17:08
*** achipa has quit IRC17:09
*** renato has joined #meego17:10
*** knightstalker has joined #meego17:11
*** lmoura__ has quit IRC17:11
*** lmoura has joined #meego17:12
*** baraujo has joined #meego17:12
*** jusliukk has quit IRC17:12
*** wasikevin has joined #meego17:13
*** CosmoHill has joined #meego17:16
* CosmoHill has a awesome dog in his house atm17:16
ScottishDuckCat > Dog17:17
lokeshis anybody facing build problem because of opengl stuff in armel targets?17:18
CosmoHillIm so gonna have to hover after he goes17:18
Stskeepslokesh: yes, it's getting fixed17:18
lokeshwhats the bug ?17:18
*** luist has joined #meego17:18
lokeshwho is fixing it ?17:18
Stskeepsqt maintainers17:18
* CosmoHill has one hand to type with17:19
StskeepsCosmoHill: tmi17:19
Stskeeps;P17:19
CosmoHillotheris stroking fog17:19
CosmoHillstfu17:19
lokeshwhen can we expect it fixed  ?17:19
TermanaCosmoHill, is that what you named yours?17:19
CosmoHillhe's called bobby17:19
TermanaYour cat?17:19
CosmoHilldog17:19
*** mlfoster has joined #meego17:19
CosmoHillI don't have a cat17:19
*** sandst1 is now known as sandst1|away17:20
CosmoHilltechnically I don't have a dog but right now I do17:20
knightstalkerTermana,I never heared that they name a cat 'bobby' oO17:20
TermanaOh, so you really did name your sergeant fog?17:21
TermanaStand to attention Sergeant Fog17:21
CosmoHillI was trying to type dog17:21
*** iberlynx has joined #meego17:22
CosmoHillf is between d and g17:22
TermanaCosmoHill, Likely story when your being questioned for treason against the channel17:23
*** Naveen has quit IRC17:23
aladdsI think Sergeant Fog is a fantastic name for a dog.17:24
*** bergie has joined #meego17:25
*** felipec has joined #meego17:25
*** whitewine has joined #meego17:27
amjadto relocate or nor that is the question :)17:28
*** wasikevin has quit IRC17:30
*** Xisdibik_ has quit IRC17:30
luistmbatle: can i use the git version of garage-client-services with that old meego netbook-ui?17:32
*** harta has joined #meego17:32
*** harta has left #meego17:32
*** javiF has joined #meego17:33
*** guardian has joined #meego17:35
*** bergie has quit IRC17:37
*** abinader has joined #meego17:38
mbatleluist, there are some changes17:39
mbatleit will not work17:39
luistmbatle: :P17:39
mbatleluist, you can try just to merge the diffs in your code17:39
luistmbatle: there are sooo many diffs17:39
CosmoHillhttp://cross-lfs.org/~cosmo/bobby.jpg17:40
*** ayoy_ has quit IRC17:41
*** cmvo_ has quit IRC17:41
*** theopensourcerer has joined #meego17:42
*** kko_ has quit IRC17:43
*** frederik is now known as fregl17:48
*** aapo has quit IRC17:48
*** tackat has quit IRC17:50
*** sheepbat has joined #meego17:50
*** duchnull has joined #meego17:51
*** nurkstead has joined #meego17:52
*** cmvo has joined #meego17:52
*** lauro has quit IRC17:52
*** smhar has joined #meego17:52
*** timakima is now known as timakima|away17:53
*** ayanes has quit IRC17:54
*** ml-mobile has quit IRC17:56
*** Vanadis has joined #meego17:57
*** Ian-- has quit IRC17:58
*** SWFu has quit IRC17:59
*** kontio has quit IRC18:00
*** villev has quit IRC18:01
*** arkub has quit IRC18:03
*** TSCHAKeee2 has quit IRC18:04
*** arkub has joined #meego18:08
*** pH5 has joined #meego18:08
*** irz has joined #meego18:09
*** Moku has quit IRC18:09
*** thopiekar has joined #meego18:11
*** Ian-- has joined #meego18:12
*** Termana has quit IRC18:14
*** AlexG has joined #meego18:17
*** Termana has joined #meego18:21
*** SWFu has joined #meego18:21
*** zalan has quit IRC18:21
*** carloscesa has quit IRC18:22
*** th3hate has quit IRC18:23
*** jbocklage has quit IRC18:23
*** pavank10 has quit IRC18:26
*** pvdm has quit IRC18:29
*** smoku has left #meego18:29
*** duchnull has quit IRC18:30
*** marcob has quit IRC18:30
*** ismael has joined #meego18:31
*** smhar has quit IRC18:32
*** smoku has joined #meego18:32
*** TibshoOT has joined #meego18:32
*** bugzy has joined #meego18:33
*** marcob has joined #meego18:33
*** MaikelZ has quit IRC18:33
*** ysyrota has left #meego18:34
*** psycho_oreos has quit IRC18:35
*** dvoid_ has joined #meego18:35
*** smoku has left #meego18:36
*** smoku has joined #meego18:37
*** luist has quit IRC18:37
*** jmk has quit IRC18:39
*** abstract4d has joined #meego18:40
*** kaie` has joined #meego18:40
*** vlj has quit IRC18:41
*** Xisdibik has joined #meego18:41
kaie`does anyone have any info on using an IRC client on meego? i found this  http://forum.meego.com/showthread.php?t=978 . the guy says to just mark the file as executable. but that doesnt work.18:41
*** abstract4d has quit IRC18:41
kaie`ive been googling for about 2 days and i cant find any info on getting any irc client on meego18:41
*** jmk has joined #meego18:42
*** bdale has quit IRC18:42
*** luist has joined #meego18:43
*** aloisiojr has quit IRC18:43
*** vgrade_ has quit IRC18:44
*** florian has quit IRC18:44
*** bdale has joined #meego18:45
*** kaie` has quit IRC18:48
*** gabor has quit IRC18:48
*** toniher has quit IRC18:49
*** lolloo has joined #meego18:50
*** LiraNuna has quit IRC18:51
*** Termana has quit IRC18:52
*** slonopotamus has joined #meego18:55
*** Erkan_Yilmaz has joined #meego18:57
*** aloisiojr has joined #meego18:59
*** DrIDK has quit IRC19:02
*** sar3th is now known as sar3th|away19:02
*** jpf has quit IRC19:02
*** TibshoOT has quit IRC19:04
*** DrIDK has joined #meego19:07
*** smhar has joined #meego19:09
*** dharman has quit IRC19:14
*** theplic has joined #meego19:15
*** hhartz has joined #meego19:16
*** heffer has joined #meego19:17
*** heffer has joined #meego19:17
*** guardian has quit IRC19:17
*** smoku has left #meego19:17
*** rescbr has joined #meego19:18
*** eti has joined #meego19:18
*** nurkstead has quit IRC19:20
*** ahma has quit IRC19:21
*** Erkan_Yilmaz_ has joined #meego19:22
*** Teeli has quit IRC19:22
*** smoku has joined #meego19:23
*** Erkan_Yilmaz has quit IRC19:25
*** theplic has quit IRC19:25
*** smhar has quit IRC19:25
*** michael_ has joined #meego19:26
*** peisanen has joined #meego19:27
*** peisanen has left #meego19:28
*** slonopotamus has quit IRC19:33
*** slonopotamus has joined #meego19:33
*** sheepbat has quit IRC19:36
*** theopensourcerer has left #meego19:38
*** AlexG has quit IRC19:38
*** AlexG has joined #meego19:39
*** AlexG has quit IRC19:39
*** eti has quit IRC19:40
*** ctusar has quit IRC19:41
*** VDVsx has joined #meego19:42
*** aladds has quit IRC19:42
*** peisanen has joined #meego19:43
*** peisanen has left #meego19:43
*** irz has quit IRC19:44
*** pvdm has joined #meego19:44
*** dneary has quit IRC19:45
*** slaine has quit IRC19:45
*** kraiskil has joined #meego19:46
*** matgnt has quit IRC19:49
*** pvdm has quit IRC19:49
*** vlcn has joined #meego19:51
*** toniher has joined #meego19:51
*** pvdm has joined #meego19:52
*** mikhailz has quit IRC19:54
*** smhar has joined #meego19:56
*** ragner has quit IRC19:57
*** jrocha has quit IRC19:57
*** armika has quit IRC20:01
*** lauro has joined #meego20:03
*** tilppis_ has joined #meego20:03
*** efleury has joined #meego20:03
*** pcacjr__ has joined #meego20:03
*** pcacjr_ has quit IRC20:03
*** renato has quit IRC20:03
*** MoRpHeUz has quit IRC20:03
*** lmoura has quit IRC20:03
*** luck has quit IRC20:03
*** fleury has quit IRC20:03
*** pcacjr has joined #meego20:04
*** fleury has joined #meego20:04
*** renato has joined #meego20:05
*** luck has joined #meego20:05
*** lauro1 has joined #meego20:05
*** tilppis has quit IRC20:05
*** Alam has quit IRC20:05
*** lmoura has joined #meego20:06
*** lauro has quit IRC20:07
*** pcacjr__ has quit IRC20:07
*** efleury has quit IRC20:07
*** rescbr has quit IRC20:08
*** SixThreeOh has joined #meego20:10
*** slonopotamus has quit IRC20:10
*** Vanadis_ has joined #meego20:11
*** Vanadis_ has quit IRC20:12
*** tilppis_ has quit IRC20:12
*** jukey has quit IRC20:12
*** armika has joined #meego20:12
*** RhymeswAlbert has joined #meego20:13
*** amjad has quit IRC20:13
*** theplic has joined #meego20:15
*** javiF has quit IRC20:16
* Stskeeps drops a pin20:18
* theplic picks it up20:19
theplichi20:19
SixThreeOhHow do meego and maemo compare?20:19
Stskeepsmaemo's a user product, meego's a platform20:19
SixThreeOhTechnically...20:19
*** guardian has joined #meego20:20
Stskeepsmaemo has a lot of ancient components20:20
Stskeepsmeego's up to date20:20
SixThreeOhAre they both operating systems?20:20
Stskeepsyes20:20
SixThreeOhBased on Linux?20:20
Stskeepsyes20:21
*** calvaris has quit IRC20:21
*** Armi^ has joined #meego20:21
SixThreeOhDoes meego deviate from linux more than maemo (will there be greater difficulty compiling normal linux software for it)?20:21
*** rescbr has joined #meego20:22
Stskeepsless, i'd think20:22
SixThreeOhunder the hood, (ie, below x), is is basically the same?20:23
*** lokesh has quit IRC20:23
SixThreeOhwith the main difference being a custom window manager optimal for phone?20:24
*** zs has quit IRC20:24
*** marcels has joined #meego20:24
*** zs has joined #meego20:24
Stskeepsit uses a typical gnu userland20:25
microlithwhich reminds me20:25
luistmbatle: well that development version of garage has too many changes... i cant update mine right now... do you have any idea on how to solve that bug that i told you?20:26
*** smhar has quit IRC20:27
mbatleluist, not yet, I'm doing bug fixing now on latest trunk so I might be able to reproduce20:27
mbatleluist, can you provide info on how to reproduce20:27
luistmbatle: well its reported in the that bug you sent to me20:27
mbatleyes, the problem was that only happens from time to time20:28
CosmoHillbobby has gone :(20:28
*** anusko_ has quit IRC20:28
*** dazo is now known as dazo_afk20:28
*** MoRpHeUz has joined #meego20:28
*** glunardi has joined #meego20:28
mbatleluist, any extra info you have from your own research ?20:28
luistmbatle: well it seems to happen with all backends...20:30
mbatleok20:30
*** Gibba has quit IRC20:31
*** rescbr_ has joined #meego20:31
*** zs has quit IRC20:31
*** zs has joined #meego20:32
luistmbatle: i have no idea how to reproduce the bug exactly... it happens "sometimes" when installing or removing :P20:33
*** SWFu has quit IRC20:33
*** yrgd has joined #meego20:33
*** arkub has quit IRC20:33
*** ismael has quit IRC20:34
*** fnordianslip has joined #meego20:34
*** VDVsx has quit IRC20:36
*** fredy has quit IRC20:37
*** johd has quit IRC20:37
*** fredy has joined #meego20:39
*** VDVsx has joined #meego20:39
Stskeepswb20:39
*** LiraNuna has joined #meego20:42
CosmoHillhey Stskeeps20:47
*** pohly has quit IRC20:48
*** ragner has joined #meego20:50
*** timoph|away is now known as timoph20:52
StskeepsDawnFoster: intel terminology, what's a 'AR'?20:53
*** hunger has quit IRC20:53
DawnFosterStskeeps: Action Required20:53
Stskeeps(Action Required?)20:53
Stskeepsah, thanks20:53
DawnFosterin other words, work :)20:53
DawnFosterare Intel people assigning ARs to you already?20:54
Stskeepswell, need to check up on some bugs, but seems so :)20:54
thepliccan we fix bugs?20:54
*** lolloo has quit IRC20:54
Stskeepssure20:54
DawnFosterARs build character20:54
theplicim too old to build character20:55
DawnFostertheplic: yes, please :) more details about the process for submitting patches to fix bugs: http://meego.com/about/contribution-guidelines20:55
*** zs has quit IRC20:55
thepliccan we suggest ui improvments?20:55
*** zs has joined #meego20:56
theplicor will the ui remains like the one rite now?20:56
DawnFostertheplic: sure, those go in as feature requests, I think20:56
*** Moku has joined #meego20:56
theplicok20:56
DawnFosterwe'll always be improving and evolving things20:56
theplicok20:57
* microlith runs away from ARs20:57
*** luist has quit IRC20:57
*** ismael has joined #meego20:58
*** marciom has joined #meego20:58
DawnFostermicrolith: you can't run from ARs - the best way to assign them is when someone's back is turned :)20:59
*** jeansch has quit IRC21:00
microlithI know I can't run, my entire group is former intel ;-;21:00
microlithhehe21:00
*** rescbr has quit IRC21:00
*** rescbr_ has quit IRC21:00
*** luist has joined #meego21:04
*** bzhb has joined #meego21:10
*** hhartz has quit IRC21:12
*** felipec has quit IRC21:12
*** timoph is now known as timoph|away21:13
*** luist_ has joined #meego21:14
*** luist has quit IRC21:16
*** luist_ is now known as luist21:16
*** wazd has joined #meego21:16
*** rodarvus has quit IRC21:17
*** rodarvus has joined #meego21:17
*** SixThreeOh has quit IRC21:18
*** Flanbix_ has quit IRC21:18
*** amjad has joined #meego21:19
*** ninan__ has joined #meego21:22
*** bef0rd has joined #meego21:22
*** dchaverri26 has quit IRC21:22
*** ninan_ has quit IRC21:23
*** thuttu77 has joined #meego21:24
*** Flanbix has joined #meego21:24
*** matgnt has joined #meego21:24
*** jeansch has joined #meego21:26
*** bzhb has quit IRC21:28
theplici just installed meego aside my windows 7 install. everything ent fine till i ran win 7. it over-rided the boot partition made and now my boot list menu doesnt load. it goes straight to windows :/21:28
DawnFostertheplic: this thread has some hints for dual boot with windows (XP, at least - maybe some win 7 buried in there, too: http://forum.meego.com/showthread.php?p=1900#post190021:30
theplicthank you21:30
*** thiago_home has joined #meego21:31
*** bpeel is now known as bpeel_away21:32
*** amjad has quit IRC21:32
*** jeansch has quit IRC21:33
*** jeansch has joined #meego21:34
*** RhymeswAlbert has quit IRC21:34
*** bef0rd has quit IRC21:40
*** chemfy has quit IRC21:42
*** iberlynx has quit IRC21:43
*** michael_ has quit IRC21:45
*** Luping1 has joined #meego21:50
*** jeansch has quit IRC21:50
*** jeansch has joined #meego21:51
*** mmeeks has joined #meego21:52
*** csdb has quit IRC21:55
*** csdb has joined #meego21:56
*** whitewine_ has joined #meego21:56
*** kraiskil has quit IRC21:57
*** guardian has quit IRC21:59
*** whitewine has quit IRC22:00
*** drizztbsd_ has joined #meego22:01
*** mmeeks has quit IRC22:02
*** drizztbsd has quit IRC22:02
*** theopensourcerer has joined #meego22:02
*** whitewine_ has quit IRC22:03
*** paulliu has quit IRC22:04
CosmoHillStskeeps: what add ons do you use for openttd?22:05
StskeepsCosmoHill: big maps22:05
*** whitewine_ has joined #meego22:07
theplicguys the delhi meego network proposal is on the forum22:08
CosmoHillwant me to add it to the wiki?22:08
kyb3RCosmoHill helping again :)22:09
CosmoHillI like helping :)22:09
*** VDVsx has quit IRC22:09
*** Saviq is now known as Saviq_afk22:09
kyb3Rthat's nice22:09
*** guardian has joined #meego22:09
CosmoHillokay why do I have "log in" and "log out"22:10
*** ifdef42 has quit IRC22:10
kyb3Ra webpage with split personality?22:11
CosmoHillI'll add Buenos too22:12
CosmoHillwould be nice if the person who did the forum post did an english version too22:12
*** e-yes has quit IRC22:13
*** aloisiojr has quit IRC22:14
CosmoHillhmm, already added22:15
*** smhar has joined #meego22:16
*** marcob has quit IRC22:16
kyb3Rthat's funny. My first thought was to write first in English and then in Finnish...22:16
kyb3Rwhich I did22:17
kyb3Ram I turning to 'english' personality of what :)22:17
kyb3Rs/of/or/22:17
infobotkyb3R meant: am I turning to 'english' personality or what :)22:17
*** xnt14 has quit IRC22:19
*** xnt14 has joined #meego22:19
StskeepsDawnFoster: presenter info on TSG meetings looks really good, should help make the meetings less painful in some scenarios22:20
CosmoHillit was argantianian22:20
CosmoHillif that's a language22:20
kyb3Rnice feature with the bot, but might become annoying overtime22:20
CosmoHillor word22:20
DawnFosterStskeeps: Thanks! I'm hoping it will help - we've had a couple of painful examples of lack of preparation22:21
*** drizztbsd has joined #meego22:21
*** panaggio has quit IRC22:21
*** guardian has quit IRC22:21
*** drizztbsd_ has quit IRC22:21
CosmoHillthere's a meeting tonight?22:21
CosmoHillit's not tonight is it22:22
CosmoHillit's now isn't it?22:22
DawnFosterdon't panic - next week :)22:22
CosmoHilloh good22:22
DawnFosteri'm trying to get people prepared - agendas, presenters, etc.22:22
CosmoHillcool22:22
CosmoHillswear jar?22:22
DawnFosterI always start my work on the TSG meetings about a week in advance.22:22
StskeepsDawnFoster: hrm, not sure if it's mentioned, but if there's a requirement for 24 hours in advance, eventual presenters should know when they're getting scheduled for that particular TSG22:23
DawnFosteryeah, that work starts a week in advance :)22:24
*** pcacjr has quit IRC22:24
Stskeeps:nod:22:24
DawnFosterit's the confirming the agenda that seems to take all week22:24
*** smhar has quit IRC22:25
DawnFosterI already have the presenters identified for next week, now I just need to get Imad / Valtteri to agree with me :)22:25
Stskeepshehe22:25
Stskeepsi'm wondering if we should start having training sessions on IRC.. there seems to be an increasing amount of developers in the project and not all of them know how to develop meego22:26
DawnFosterw00t had started something like that - we should check with him.22:26
Stskeeps:nod:22:27
DawnFosternow would be the perfect time to get it started22:27
thiago_homethat might be useful22:27
Stskeepssimple OBS tutorials would be good, too22:27
thiago_homesome of our developers gave up trying to compile qtcomponents for meego22:27
thiago_homeand they are experienced scratchbox users...22:27
Stskeepsworst part is that it's actually bloody easy P22:29
Stskeeps:P22:29
*** nicu has quit IRC22:30
lcuklbt mentioned about packaging and obs sessions22:30
Stskeepshrm22:30
Stskeepsblah, harbaum left22:30
thiago_homewell, developing requires two things: toolchain and sysroot22:31
thiago_homewhere are they?22:31
Stskeepswell, to build you need an OBS.. developing is a wider term22:31
thiago_homedeveloping an app for MeeGo22:32
thiago_homenot developing MeeGo22:32
Stskeepsbut you're right22:32
*** Saviq_afk is now known as Saviq22:34
Stskeepsi mean..22:34
Stskeepsi would be even happy with a sometimes-crashing sdk22:34
thiago_homeI would be happy with a sysroot22:35
*** jrocha has joined #meego22:35
lcukdoes the Nokia Qt sdk allow meego target?22:35
thiago_homelcuk: not yet22:35
Stskeepsthiago_home: we do have sysroot images built, just not in a rather friendly form22:35
thiago_hometeach us how to add it, and we'll add it :-)22:35
lcukor is the MADDE environment still just targetting maemo22:35
Stskeepson repo.meego.com22:35
thiago_homeStskeeps: yep, I know. You have to know how to extract that from the boot image.22:35
lcukthiago_home, you are meant to say to meego "patches welcome" ;)22:35
*** vlj has joined #meego22:35
Stskeeps:nod:22:35
*** theopensourcerer has left #meego22:35
vljhi22:36
Stskeepshi22:36
vljthiago_home: ping22:36
vljthiago: ping too22:36
lcukafterall, thats whats said everywhere else :P22:36
thiago_homevlj: pong22:37
vljok22:37
lbtsee rpm school on wiki lcuk22:37
vljthiago_home: does the qt sdk for msvc 2008 works with visual studio 2010 ?22:37
thiago_homethe Qt SDK for MSVC 2008 works with MSVC 200822:38
lcuklbt, i was relaying that you already had things in motion - and since its part of the topic, drop a link22:38
*** nicu has joined #meego22:38
thiago_homewhy would you think it works with anything else?22:38
thiago_home:-)22:38
thiago_homenot only MSVC 2008 only, it's the *specific* service pack level that we used in our build farm22:39
vljI was hoping for some kind of backward compatibility22:39
vljhm22:39
lcukhttp://wiki.meego.com/Packaging#Packaging_School22:39
thiago_homehuh? Backwards compatibility? It's microsoft we're talking about...22:39
thiago_home:-)22:39
thiago_homethey haven't learned that concept yet for C++22:39
lbtlcuk: sorry... I'm actually working on the LDAP servers now... too busy for a bit :)22:39
lcukok !unco last post :P22:40
lcukundo even22:40
vljso I need to rebuild msvc from source completly if I want to use the things I have on my computer22:40
thiago_homevlj: yes22:40
thiago_homevlj: be careful: MSVC 2010 64-bit builds are useless in release mode.22:40
vljwill use 32 bits22:41
vljseems to have less trouble than 64bits version22:41
*** rescbr has joined #meego22:41
*** rescbr_ has joined #meego22:41
*** tilppis has joined #meego22:41
*** fprimex has left #meego22:42
*** smhar has joined #meego22:42
vljthere is no way to do a parrallel build of qt on windows ?22:42
*** lolloo has joined #meego22:42
vljthere was some "dom" tools22:42
vljor j something22:43
*** tilppis has quit IRC22:43
vljbut it was available only i qtcreator22:43
thiago_homejom22:43
vljjom yes :)22:43
thiago_home"jörg's own make"22:43
vljhmm didnt know what it stand for before22:43
thiago_homevlj: btw, you're welcome to ask these questions in #qt and #qt-labs22:43
vljok22:44
thiago_homekinda off-topic for MeeGo...22:44
vljwell Meego is a targeted platform for qt ;)22:44
thiago_homeyes22:45
thiago_homebut MSVC and Windows aren't22:46
*** pvdm has quit IRC22:46
thiago_homethey're hosts for developing for MeeGo, though22:46
*** marcels has quit IRC22:49
*** vlj has quit IRC22:50
*** aloisiojr has joined #meego22:52
*** smhar has quit IRC22:56
*** zs has quit IRC23:00
*** Luping has joined #meego23:00
*** bpeel_away is now known as bpeel23:00
*** zs has joined #meego23:00
*** schend has joined #meego23:02
*** wazd has quit IRC23:03
*** Luping1 has quit IRC23:03
StskeepsDawnFoster: btw, one really difficult thing for openness which probably exists in open projects too in general - the tendancy of not using mailing lists, but those mails that go to sets of people like thinking 'this mail should go to chief architect, CO, this and this maintainer..' - i think this is quite heavily embedded in corporate cultures as well23:04
DawnFosteragreed - this is something we struggle with right now, and I've been trying to change that mentality23:04
DawnFosterbut it takes time for some people23:05
DawnFosterI'm hoping a larger number of more targeted lists will help23:05
CosmoHillyou want people to use the mailing lists more?23:05
Stskeeps:nod: i'm not sure how to solve it either as i catch myself doing it too23:05
Stskeepswhen there's a hierarchy of sorts/nominated roles, it 'feels' natural to do it like that, so it's a interesting trap :)23:06
JaffaStskeeps: It's easy for open source projects to fall into that trap when they go from one developer to two: suddenly there are emails to discuss things, but no need for a mailing list. Which prohibits any progression of lurker to contributor.23:08
*** whitewine_ has quit IRC23:09
Stskeepsjaffa, well, happens in other fields too .. i recall an advice to someone starting phd studies, get included in the CC lists of people's mails :)23:09
*** chemfy has joined #meego23:10
Stskeepsjaffa, and i'm well aware of the consequence of this behaviour23:10
JaffaStskeeps: Indeed.23:11
JaffaStskeeps: I know I've been doing it with Hermes when Fredrik Wendt started getting properly involved23:11
*** Thierry__ has joined #meego23:12
*** vulc4n has joined #meego23:12
*** Thierry_ has quit IRC23:14
*** smhar has joined #meego23:14
Stskeepsbut it's also about where the line goes on open development.. ie, what's the 'optimal' vs 'realistic and practical'23:14
*** dspeed has quit IRC23:14
Stskeepsi mean, F2F meetings can be bad for open development, but is good for development in general23:15
*** dspeed has joined #meego23:15
thiago_homeas long as you post the discussions and conclusions from the f2f meeting, it should be ok23:17
thiago_homenote I didn't say decisions23:17
Stskeepsi still think there's some degree of merit to my 'best practices of working in a meego team' document.. i mean, as in, what's generally attempted/what is strived for23:18
*** tabku has quit IRC23:18
*** pvdm has joined #meego23:19
JaffaStskeeps: But any modern organisation can't get too reliant on f2f meetings - people travel and get left out of the loop, or work from home and so on.23:21
Stskeeps:nod:23:21
JaffaA problem faced at my work unfortunately :(23:21
Stskeepswe're just expericing the typical problems of a distributed company :)23:21
JaffaYup :)23:21
Stskeepsand as such, even in a given workplace you have to pick your battles.. do i participate in the company summer party organisation and get all information flow about that, .. impossible to keep track of everything23:23
*** lolloo has quit IRC23:24
Stskeepsin the end there'll be someone communicating what was agreed in whatever group was in charge of whatever effort23:24
Stskeeps:P23:24
Stskeeps(which then sometimes gets protested..)23:24
*** thuttu77 has quit IRC23:25
*** Jajjax has joined #meego23:25
Stskeepsright, time for me to sleep, more work tomorrow23:25
Stskeepsbbl23:25
lcukStskeeps, your post about best practices should be together with a link :) http://wiki.meego.com/Proposal_for_Best_Practices_for_working_in_a_MeeGo_team23:26
lcukit makes excellent reading23:26
*** rockhopper has joined #meego23:27
rockhopperHi23:27
rockhopperCan anyone helpl me please?23:27
rockhopperI want to know how to connect my wireless usb internet device (HSIA) to meego!23:28
*** smhar has quit IRC23:29
aukeis that a 3g or similar device?23:29
lcukrockhopper, what happens after you plug it into your usb?23:29
*** thuttu77 has joined #meego23:29
rockhopperIt detects it as a usb storage device!23:30
lcukdoes it have storage on it!?23:30
aukecould be multifunction23:30
aukelsusb?23:30
rockhopperYes it has, there's a windows drivers in it!23:30
lcukoh, nice23:31
rockhopperNo, its functioning in ubuntu23:31
aukecan you see which drivers ubuntu loads for the device?23:31
*** hhartz has joined #meego23:31
*** Erkan_Yilmaz__ has joined #meego23:31
lcukyou could perhaps plug it into ubuntu and check then what drivers it uses23:31
rockhopperWhen in ubuntu, I installed usb-modeswitch to make it detect it as a usb internet device23:31
rockhopperusb-modeswitch23:31
rockhopperdoes those .deb files work in moblin or meego?23:32
aukeno23:32
lcukthey will likely work about as well as the windows.exe you have ;)23:32
rockhopperDoes .exe files work?23:33
rockhopperI mean the drivers23:33
aukeno23:33
aukepeople have been looking into getting usb-modeswitch into meego23:34
*** Erkan_Yilmaz_ has quit IRC23:34
rockhopperBus 002 Device 003: ID 12d1:140b Huawei Technologies Co., Ltd.23:34
rockhopperthis is what's being detected!23:35
ali1234try eject -s on it23:35
ali1234sometimes that's enough23:35
aukerockhopper: you can try the rpm's posted here:23:35
aukehttp://download.meego.com/live/home:/quanxianwang/testing/i586/23:35
aukethat will allow you to flip the device to 3g/modem state23:36
aukeI'm not sure what else you need then23:36
aukebut it's a start23:36
rockhopperOk!23:36
rockhopperIt that the only available option?23:36
*** ragner has quit IRC23:36
rockhopperDid anyone try to get usb-modeswitch for meebo like in ubuntu?23:36
aukeyou also need this probably23:37
aukehttp://download.meego.com/live/home:/quanxianwang/testing/noarch/23:37
aukethe -data rpms23:37
*** dwmw2 is now known as dwmw2_gone23:37
*** knightstalker has quit IRC23:37
*** Mat_Matan has joined #meego23:37
*** mlfoster has quit IRC23:38
*** CosmoHill has quit IRC23:38
*** jrocha has quit IRC23:39
*** nicu has quit IRC23:39
*** marciom has quit IRC23:40
*** CosmoHill has joined #meego23:41
rockhopperauke: Shud i download the usb-modeswitch-1.1.4-3.1.i586.rpm or the usb-modeswitch-1.1.4-6.2.i586.rpm?23:42
*** glunardi has quit IRC23:42
rockhopperbrb23:44
*** aloisiojr has quit IRC23:45
*** rockhopper has quit IRC23:46
*** pH5 has quit IRC23:47
*** baraujo has quit IRC23:47
*** marciom has joined #meego23:49
Mat_Matannocy dobrej wam (good night)23:49
*** Mat_Matan has quit IRC23:49
*** panaggio has joined #meego23:49
*** Jajjax has quit IRC23:51
*** sar3th|away is now known as sar3th23:51
*** smhar has joined #meego23:51
*** Luping1 has joined #meego23:52
*** Fuzz3r has joined #meego23:52
*** lizardo has quit IRC23:53
*** luist has quit IRC23:53
*** mlfoster has joined #meego23:53
*** luist has joined #meego23:53
*** jrocha has joined #meego23:54
*** puffin has quit IRC23:54
*** slaine has joined #meego23:54
*** Luping2 has joined #meego23:55
*** pvdm has quit IRC23:55
*** Luniv has quit IRC23:55
*** Fuzz3r has quit IRC23:56
*** Luping1 has quit IRC23:56
*** rodarvus_ has joined #meego23:57
*** panaggio has quit IRC23:57
*** luist has quit IRC23:57
*** Xisdibik_ has joined #meego23:57
*** Xisdibik has quit IRC23:58
*** schend has quit IRC23:58
*** aard_ has joined #meego23:59
*** frederik has joined #meego23:59

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