IRC log of #harmattan for Tuesday, 2013-06-11

*** NIN101 has quit IRC00:01
*** tomyri has joined #harmattan00:02
*** gabriel9 has joined #harmattan00:05
*** qwazix has quit IRC00:29
*** qwazix has joined #harmattan00:35
*** macmaN has joined #harmattan00:37
*** tanghus has quit IRC00:57
*** Morpog_ has quit IRC00:57
*** jluisn_ has quit IRC01:01
*** tanghus has joined #harmattan01:05
*** rashm2k has quit IRC01:11
HtheBis there someone available from Brasil over here? :)01:13
*** Sfiet_Konstantin has quit IRC01:23
dashinQt.labs.shaders 1.0, why ShaderEffectItem crashes ('ShaderEffectItem::paint - OpenGL not available') after minimizing N9 app?01:35
*** trigpoint_n9__ has joined #harmattan01:36
*** Pali has quit IRC01:37
*** trigpoint_n9_ has quit IRC01:40
*** gabriel9 has quit IRC02:01
*** keithzg has quit IRC02:02
*** planasb has quit IRC02:10
*** trigpoint_n9__ has quit IRC02:23
*** Dante_J has joined #harmattan02:28
*** bef0rd has joined #harmattan02:32
*** hardaker has quit IRC02:43
HtheBanyone still awake ?02:48
bef0rdhi02:50
dashinhi02:53
DocScrutinizer05anybody seen mgedmin?02:55
Dante_Jyep02:55
Dante_Jsorry - yep awake02:55
Dante_Jnot yep seen mgedmin?02:56
DocScrutinizer05or any other of the pov.lt folks?02:56
HtheBanyone knows any php? :P03:22
bef0rdyes HtheB03:23
HtheBbef0rd: I try to make something very simple03:23
HtheBshowing a random picture03:23
HtheBbut somehow I can't get it to work :/03:23
bef0rdpastebin your src03:23
HtheBhttp://www.dyn-web.com/code/basics/random_image/random_img_php.php03:24
HtheBthats the source :P03:24
*** ketas has quit IRC03:24
HtheBand this is the source of my index file03:24
HtheB<html><head><title>Soon... www.HtheB.com</title></head> <body> <center> <img src="<?php echo $path . $img ?>" alt="" /> </center> <center>SOON...</center> </body></html>03:24
HtheBabout the path, I just created a directory with images03:25
HtheB(name = images)03:26
*** mps has quit IRC03:26
HtheBplaced the images over there03:26
bef0rdyea, that should work03:27
HtheBbut doesnt T_T03:27
HtheBdo I have to do something to .htaccess?03:27
bef0rdprobably no, just add some debug code to the getImagesFromDir function, try print_r($images); before the return $images03:28
bef0rdto make sure it's listing the images, and the array is not empty03:28
HtheBwhat I understand is03:29
HtheBthat it sees "<?php echo $path . $img ?>" as a link03:29
HtheBas the "real" link03:30
HtheBcheck out HtheB.com03:30
bef0rddoes your server support php?03:30
bef0rdis the file named .php?03:30
bef0rdhttp://htheb.com/index.php03:30
bef0rdhttp://htheb.com/index.html03:31
bef0rdrename it to .php03:31
HtheBwtf03:32
HtheBi did rename it03:32
HtheBbut somehow, it can't show it!?03:32
HtheBO_o03:32
HtheBbef0rd: yes the server supports php03:32
bef0rdaccording to what I see, it's still called .html03:32
bef0rdcheck both links I pasted, index.php = 40403:32
HtheBi swear its php :(03:32
HtheBi did03:32
HtheBthats why i said wtf03:32
*** hardaker has joined #harmattan03:33
HtheBah03:33
HtheBctrl+f5 did the trick03:33
HtheBstupic cache03:33
HtheBbut still no picture though :P03:33
HtheBdo I have to rename the external php file to something special?03:34
HtheBit's img.php at the moment though03:34
bef0rdwell if you didn't put all the src in the same page, you would need to include it03:35
DocScrutinizer05probably .php need +x?03:35
bef0rd<?php include("img.php");03:35
HtheBlets see\03:35
HtheBmaybe its easier to just add it to index.php now03:35
DocScrutinizer05<img src="" alt="" />03:37
HtheBDocScrutinizer05: there is php code hiding under it03:37
DocScrutinizer05no, not here03:37
HtheBrefresh =)03:38
DocScrutinizer05and the code hiding under it at your side doesn't result in any "printout" to stdout03:38
DocScrutinizer05mhm#03:38
HtheBbef0rd: tnx! ):03:39
HtheB:)*03:39
HtheBworking great!03:39
DocScrutinizer05the one with bord and cat gave me a good laugh03:40
DocScrutinizer05bird*03:40
HtheB:D03:40
bef0rdheh nice images03:41
HtheBwww.HtheB.com03:41
HtheBsoon03:41
HtheB:D03:41
HtheBbeen a long time ago that I didnt had a hoster03:42
HtheBgot only the domain03:42
HtheB( used to have someone to host for me)03:42
HtheBbut.. he vanished somehow03:42
HtheBso, im just paying for my host03:42
HtheBnow03:42
HtheB(was free before :P)03:42
DocScrutinizer05a lot of goot pictures03:44
DocScrutinizer05good03:44
HtheB30 pics in total though03:46
HtheBmaybe I'll just add something for fun03:46
HtheBhtheb.com/soon/03:46
HtheBhtheb.com/facepalm ?03:46
HtheBwould be usefull for a lot of users at tmo :D03:47
HtheB(so when you need something for facepalm, it'll show you a random facepalm picture)03:48
HtheBugh!03:57
HtheBone of my domains has been infected :/03:57
HtheBwith malware03:57
HtheBhow can that be?03:58
bef0rdhacked03:59
HtheBbut how?03:59
HtheBit doesnt use any special codes03:59
HtheBjust plain html03:59
HtheBwithout anything special03:59
HtheBdamn, even the .htaccess file04:00
bef0rdthe server, and they edited all the sites04:01
HtheBbef0rd: sounds more obvious04:01
auenfi5either apache hole, or another site on the same server had a hole04:02
*** mps has joined #harmattan04:02
bef0rdthat's the issue with shared hosting :/04:02
bef0rdHtheB: who is giving you the malware warning? chrome?04:03
HtheBchrome and ff04:03
HtheBand even my eset screamed just when I ignored the warning04:03
HtheBauenfi5: is there something that I can point out to my hosters?04:05
HtheBand is there anything I can do to prevent this again?04:08
tehdelygoogle webmaster tools04:09
tehdelywill give you more details04:09
tehdelyabout how the malware is actually being served04:09
bef0rdnew ios7 lockscreen looks a little bit like sailfish04:09
HtheBjup04:12
HtheBthey stole some ideas04:12
HtheBlike ambiance04:12
bef0rdthe thing is new ios is probably going to be released first04:13
bef0rdthey also include swipe gesture to navigate through pages04:16
bef0rdat least for going back04:16
HtheByup04:17
*** liar has quit IRC04:17
HtheBwhich means sailfish is nothing to going to add new04:17
HtheBoh, the other half.....04:17
HtheBbut im sure they will be late for that one too04:17
*** joecool has quit IRC04:18
HtheBanyway04:23
HtheBgoing to sleep now04:23
HtheB3:23 already ¬_¬04:23
HtheBnite all o/04:23
bef0rdtask switcher looks a little like webos, which I think its better than the limit to 9 apps on sailfish and bb1004:23
bef0rdnight04:23
HtheBwebos task screen indeed04:24
HtheBespecially how you 'close' the apps04:24
HtheBby flicking it up04:24
bef0rdps4 conference just started, stay awake :P04:25
HtheBomg04:25
HtheBi forget about that04:25
HtheBaw man04:25
HtheBhow can I sleep now?!04:25
HtheB:D04:25
HtheBthey rly picked the wrong time :(04:25
HtheBNintendo does them always in the morning04:26
HtheBso everyone in the world can watch it without missing it04:26
HtheB(in the morning in the USA)04:26
HtheBuncharted04:27
HtheBmeh, one of those "usa is the best" games ¬¬04:30
bef0rdhah04:32
HtheBGGT6 <304:33
HtheBso.. lets see the ps404:39
HtheBniceeee04:39
HtheBlooks a bit like the xbox one though04:41
bef0rdhah yea, but nicer04:44
bef0rddid they release the specs already?04:44
HtheBtrue :D04:44
HtheBthis one looks pretty modern04:44
HtheBno04:44
HtheBjust the device04:44
HtheBonly rumours yet04:45
HtheBwe will be hearing it now/soon04:45
HtheBu spik engrish ?04:49
bef0rdlol04:50
HtheBkillzone looks a lot like crysis...04:55
*** mschlens_ has joined #harmattan04:56
HtheBanyway, i can see the specs later, falling asleep night all04:58
*** HtheB has quit IRC04:58
*** mschlens has quit IRC05:00
*** lamikr has quit IRC05:25
*** pinheiro_ has joined #harmattan05:27
*** pinheiro has quit IRC05:31
*** joecool has joined #harmattan05:37
*** natunen has joined #harmattan05:45
*** planasb has joined #harmattan06:11
*** natunen has quit IRC06:14
*** jpwhiting_ is now known as jpwhiting06:39
*** jpwhiting has joined #harmattan06:39
*** xsacha has quit IRC07:07
*** xsacha has joined #harmattan07:09
*** leinir has quit IRC07:10
*** leinir has joined #harmattan07:14
*** ketas has joined #harmattan07:39
*** VDVsx has quit IRC07:55
*** hardaker has quit IRC08:10
*** VDVsx has joined #harmattan08:22
*** Morpog_PC has joined #harmattan08:24
*** Morpog_PC has quit IRC08:28
*** Milhouse has quit IRC08:28
*** xsacha has quit IRC08:35
*** xsacha has joined #harmattan08:36
*** Milhouse has joined #harmattan08:41
*** Milhouse has quit IRC08:48
*** Morpog_PC has joined #harmattan08:49
*** lamikr has joined #harmattan08:55
*** lamikr has quit IRC08:55
*** lamikr has joined #harmattan08:56
*** Morpog_PC has quit IRC08:57
*** Milhouse has joined #harmattan08:59
*** edgar2 has joined #harmattan09:00
*** xsacha_ has joined #harmattan09:06
*** xsacha has quit IRC09:09
*** rnovacek has joined #harmattan09:14
*** VDVsx has quit IRC09:22
*** VDVsx has joined #harmattan09:22
*** Milhouse has quit IRC09:37
*** Milhouse has joined #harmattan09:49
*** joecool has quit IRC09:52
*** Martix has quit IRC09:52
*** gabriel9|work has joined #harmattan10:00
*** Milhouse has quit IRC10:02
*** xsacha_ has quit IRC10:04
*** xsacha has joined #harmattan10:05
*** Dante_J has quit IRC10:06
*** sandst1 has left #harmattan10:07
*** piggz has quit IRC10:10
*** Milhouse has joined #harmattan10:14
*** planasb has quit IRC10:19
*** jreznik has joined #harmattan10:49
*** liar has joined #harmattan10:51
*** Pali has joined #harmattan11:27
*** Sfiet_Konstantin has joined #harmattan11:28
*** jbos has joined #harmattan11:34
*** jbos has quit IRC11:35
*** jbos has joined #harmattan11:36
*** bef0rd_ has joined #harmattan12:01
*** bef0rd_ has quit IRC12:02
*** bef0rd_ has joined #harmattan12:03
*** bef0rd has quit IRC12:04
*** lamikr has quit IRC12:34
*** lamikr has joined #harmattan12:36
*** dashin has quit IRC12:41
*** lamikr has quit IRC12:48
*** core_01 has joined #harmattan12:49
*** lamikr has joined #harmattan13:01
*** Guest99129 has quit IRC13:02
*** Trojan has joined #harmattan13:03
*** Trojan has quit IRC13:06
*** Milhouse has quit IRC13:11
*** lamikr has quit IRC13:12
*** Guest71760 has joined #harmattan13:19
*** Milhouse has joined #harmattan13:23
*** bef0rd_ has quit IRC13:25
*** bef0rd has joined #harmattan13:26
*** lamikr has joined #harmattan13:30
*** Milhouse has quit IRC13:30
*** bef0rd has quit IRC13:30
*** core_01 has quit IRC13:40
*** Milhouse has joined #harmattan13:42
*** bef0rd has joined #harmattan13:51
*** Milhouse has quit IRC13:59
*** lamikr has quit IRC14:01
*** trigpoint_n9 has joined #harmattan14:09
*** Milhouse has joined #harmattan14:11
*** lamikr has joined #harmattan14:15
*** Milhouse has quit IRC14:22
*** lamikr has quit IRC14:34
*** core_01 has joined #harmattan14:35
*** core_01 has quit IRC14:44
*** Burlone has joined #harmattan14:47
*** Burlone has quit IRC14:50
*** Milhouse has joined #harmattan14:51
*** Milhouse has quit IRC14:57
*** lamikr has joined #harmattan15:04
*** jreznik has quit IRC15:04
*** jreznik has joined #harmattan15:05
*** lamikr has quit IRC15:10
*** MEMO_IRQ has joined #harmattan15:14
*** jpwhiting has quit IRC15:16
*** arcean has joined #harmattan15:17
*** trigpoint_n9 has quit IRC15:18
*** bef0rd has quit IRC15:22
*** bef0rd has joined #harmattan15:23
*** core_01 has joined #harmattan15:26
*** MEMO_IRQ has quit IRC15:26
*** bef0rd has quit IRC15:27
*** xsacha has quit IRC15:33
*** hardaker has joined #harmattan15:33
*** xsacha has joined #harmattan15:34
*** rikanee_ has joined #harmattan15:36
*** rikanee has quit IRC15:36
*** rikanee_ has quit IRC15:37
*** xsacha has quit IRC15:42
*** xsacha has joined #harmattan15:42
*** rikanee has joined #harmattan15:50
*** planasb has joined #harmattan15:59
*** Milhouse has joined #harmattan16:00
*** lamikr has joined #harmattan16:05
*** Milhouse has quit IRC16:09
*** juergbi has quit IRC16:11
*** juergbi has joined #harmattan16:17
*** bef0rd has joined #harmattan16:22
*** xsacha has quit IRC16:23
*** xsacha has joined #harmattan16:25
*** lamikr has quit IRC16:25
*** Milhouse has joined #harmattan16:38
*** Milhouse has quit IRC16:41
*** MohammadAG_ has joined #harmattan16:45
*** MohammadAG has quit IRC16:47
*** MohammadAG_ is now known as MohammadAG16:47
*** edgar2 has quit IRC16:47
*** cos- has joined #harmattan16:49
cos-hello, is harmattan-dev.nokia.com coming back to life any time?16:50
cos-it had the best debian packaging guide i've seen16:50
rikaneecos-: likely down, permanently16:51
rikaneeGoogle Cache might be your savior16:51
cos-even it loads blank page16:51
cos-perhaps i'll have to write a guide as a reference if no good guide can be found16:55
*** Milhouse has joined #harmattan16:56
*** Milhouse has quit IRC17:03
*** Sfiet_Konstantin has quit IRC17:07
*** VDVsx has quit IRC17:07
*** Sfiet_Konstantin has joined #harmattan17:13
*** rnovacek has quit IRC17:27
*** anonfriese_ has joined #harmattan17:39
*** Milhouse has joined #harmattan17:49
*** Summeli has quit IRC17:57
*** Summeli has joined #harmattan17:57
*** Milhouse has quit IRC17:57
*** taj_ has joined #harmattan17:58
*** taj_ has quit IRC18:01
Jonnicos-: you can always user archive.org its stored in there18:02
*** jpwhiting has joined #harmattan18:08
*** jpwhiting has joined #harmattan18:08
cos-Jonni: ok, i'll need to check it18:15
*** bef0rd has quit IRC18:16
*** bef0rd has joined #harmattan18:17
*** arcean has quit IRC18:19
*** bef0rd_ has joined #harmattan18:20
*** gabriel9|work has quit IRC18:21
*** bef0rd has quit IRC18:21
*** hardaker has quit IRC18:23
*** NIN101 has joined #harmattan18:26
*** Milhouse has joined #harmattan18:43
*** Burlone has joined #harmattan18:43
*** Burlone has quit IRC18:46
*** lmoura has quit IRC18:46
*** xsacha has quit IRC18:50
*** xsacha has joined #harmattan18:51
*** jreznik has quit IRC18:51
*** Morpog_PC has joined #harmattan18:51
*** Milhouse has quit IRC18:53
*** lmoura has joined #harmattan18:54
*** hardaker has joined #harmattan18:58
*** shanttu has joined #harmattan19:00
*** npm_ has joined #harmattan19:04
*** qwazix_nc has joined #harmattan19:05
*** hariainm has joined #harmattan19:05
hariainmhello guys19:05
hariainmanybody can point me how to change the repos from build.pub.meego,com to the new skeiron mirror?19:06
hariainmis there a .deb package with all the new URL modified repositories?19:07
Morpog_PCdid you even use the old repo?19:07
*** Milhouse has joined #harmattan19:08
hariainmwell i have a few entries in my sources.list.d19:08
Morpog_PCthen replace them there19:08
hariainmlike the zrz & coderus wazzap who point to old obs19:09
Morpog_PCcoderus old repo is not backuped, he got a new repo19:09
hariainmjust have to do that? replace http://build.pub.meego.com to http://skeiron.org/build.pub.meego.com/ ? nothing more?19:10
Morpog_PCyep19:10
*** npm has quit IRC19:11
*** qwazix has quit IRC19:11
Morpog_PCbut that doesnt sound like the right path there19:11
*** qwazix_nc is now known as qwazix19:11
Morpog_PCcoderus his new repo is: deb http://coderus.thecust.net ./19:12
hariainmmaybe we uld have a thread on tmo like the n900 users have19:12
Morpog_PCdeb http://coderus.thecust.net ./19:12
hariainma noobs guide, or someone (brkn) can build a deb file19:12
Morpog_PCjust do it yourself in forum, others will help and you can update 1st post then.19:13
hariainmtoday i wanted to install iftop using apt-deb, it wont let me. now i discover nokia link was updated, i do a manual update in appmanager and the update last forever :(19:14
hariainm*apt-get19:14
Morpog_PCbecause you have harmattan-dev repositories, and that server is offline atm19:15
Morpog_PCin sdk.list19:15
hariainmyes, i have19:16
Morpog_PCthats why it takes ages19:16
Morpog_PCto find updates19:16
hariainmshould i update all the .lists with the new paths? can i simply delete it?19:16
Morpog_PCnono, just where you have build.pub.meego in19:17
hariainmok i'll try it right now19:18
Morpog_PCdon't touch aegis or osa list19:18
Morpog_PChttp://skeiron.org/repo/repo.pub.meego.com/19:19
*** Milhouse has quit IRC19:19
hariainmwell, already changed. but what should i do with the harmattan-dev repo? it is online too.19:23
*** ortylp has joined #harmattan19:24
hariainmdo we have a mirror for it? certainly my updates take very long time19:24
Morpog_PCi would wait a few more days / weeks, it should come back online. If not, there will be a thread on TMO for sure19:25
*** piggz has joined #harmattan19:27
hariainmok thank you very much, morpog :)19:27
chouchouneRzR: why not19:30
*** ortylp has quit IRC19:31
*** Milhouse has joined #harmattan19:31
*** Milhouse has joined #harmattan19:31
*** VDVsx has joined #harmattan19:34
*** Timo has joined #harmattan20:21
*** MEMO_IRQ has joined #harmattan20:22
*** marcos_ has joined #harmattan20:25
*** marcos_ has quit IRC20:25
*** MEMO_IRQ has quit IRC20:30
*** bef0rd_ has quit IRC20:31
*** bef0rd has joined #harmattan20:32
*** bef0rd has quit IRC20:33
*** bef0rd has joined #harmattan20:33
valdur55Damint... apt-get update fails : http://skeiron.org/repo/repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/./Packages.lzma20:35
*** Martix has joined #harmattan20:36
*** Martix has quit IRC20:44
valdur55got fixed it. :) added one line to conf20:46
*** rashm2k has joined #harmattan20:54
valdur55Btw. there is mirror for harmattan dev: http://skeiron.org/repo/harmattan-dev.nokia.com20:54
thedead1440valdur55: skeiron.org contains *everything* maemo/harmattan related ;)20:56
valdur55Good. But rzr repo is buggy: http://skeiron.org/repo/repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/./armel/valgrind_3.6.99svn12003-1_armel.deb20:59
valdur55I can't download it.20:59
valdur55Because ./armel seems to be empty20:59
*** danielcbit has quit IRC21:09
*** planasb_ has joined #harmattan21:11
*** planasb has quit IRC21:11
*** danielcbit has joined #harmattan21:13
*** piggz has quit IRC21:13
*** Martix has joined #harmattan21:25
*** bef0rd has quit IRC21:25
*** bef0rd has joined #harmattan21:25
*** bef0rd has quit IRC21:30
*** piggz has joined #harmattan21:30
*** hariainm has quit IRC21:31
DocScrutinizer05mgedmin: please tell povbot to join #maemo again (it got stuck on ##overflow) - I'm desperate since freenode can't help at all since povbot just rejoins ##overflow when kicked21:31
DocScrutinizer05[2013-06-11 20:28:44] <DocScrutinizer05> part ##overflow21:32
DocScrutinizer05[2013-06-11 20:28:44] <povbot_> Error: You don't have the admin capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified.21:32
DocScrutinizer05[2013-06-10 21:17:39] *** ChanServ gives channel operator privileges to erry.21:33
DocScrutinizer05[2013-06-10 21:17:43] *** povbot_ has been kicked from the channel by erry (povbot_).21:33
DocScrutinizer05anybody got a mail addr of marius gedminas?21:34
DocScrutinizer05hell, ZNC bouncer21:36
*** piggz has quit IRC21:43
*** piggz has joined #harmattan21:43
*** hedayat has joined #harmattan21:52
*** messerting has joined #harmattan21:55
*** Timo has quit IRC22:09
*** anonfriese_ has quit IRC22:32
*** hedayat has left #harmattan22:41
*** xsacha_ has joined #harmattan22:47
*** xsacha has quit IRC22:49
*** messerting has quit IRC22:54
*** messerting has joined #harmattan22:57
*** jpwhiting has quit IRC23:00
*** Martix has quit IRC23:00
*** jpwhiting has joined #harmattan23:02
*** jpwhiting has joined #harmattan23:02
*** shanttu has quit IRC23:02
*** jpwhiting has quit IRC23:09
*** ortylp has joined #harmattan23:10
*** jpwhiting has joined #harmattan23:14
*** jpwhiting has joined #harmattan23:14
*** jpwhiting_ has joined #harmattan23:15
*** jpwhiting__ has joined #harmattan23:17
*** jpwhiting has quit IRC23:18
*** jpwhiting_ has quit IRC23:20
*** nieldk has joined #harmattan23:22
*** nieldk has quit IRC23:26
*** lbt_away has quit IRC23:28
*** xes has joined #harmattan23:30
*** lbt_ has joined #harmattan23:31
*** lbt_ has joined #harmattan23:31
*** lbt_ is now known as lbt_away23:36

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