*** NIN101 has quit IRC | 00:01 | |
*** tomyri has joined #harmattan | 00:02 | |
*** gabriel9 has joined #harmattan | 00:05 | |
*** qwazix has quit IRC | 00:29 | |
*** qwazix has joined #harmattan | 00:35 | |
*** macmaN has joined #harmattan | 00:37 | |
*** tanghus has quit IRC | 00:57 | |
*** Morpog_ has quit IRC | 00:57 | |
*** jluisn_ has quit IRC | 01:01 | |
*** tanghus has joined #harmattan | 01:05 | |
*** rashm2k has quit IRC | 01:11 | |
HtheB | is there someone available from Brasil over here? :) | 01:13 |
---|---|---|
*** Sfiet_Konstantin has quit IRC | 01:23 | |
dashin | Qt.labs.shaders 1.0, why ShaderEffectItem crashes ('ShaderEffectItem::paint - OpenGL not available') after minimizing N9 app? | 01:35 |
*** trigpoint_n9__ has joined #harmattan | 01:36 | |
*** Pali has quit IRC | 01:37 | |
*** trigpoint_n9_ has quit IRC | 01:40 | |
*** gabriel9 has quit IRC | 02:01 | |
*** keithzg has quit IRC | 02:02 | |
*** planasb has quit IRC | 02:10 | |
*** trigpoint_n9__ has quit IRC | 02:23 | |
*** Dante_J has joined #harmattan | 02:28 | |
*** bef0rd has joined #harmattan | 02:32 | |
*** hardaker has quit IRC | 02:43 | |
HtheB | anyone still awake ? | 02:48 |
bef0rd | hi | 02:50 |
dashin | hi | 02:53 |
DocScrutinizer05 | anybody seen mgedmin? | 02:55 |
Dante_J | yep | 02:55 |
Dante_J | sorry - yep awake | 02:55 |
Dante_J | not yep seen mgedmin? | 02:56 |
DocScrutinizer05 | or any other of the pov.lt folks? | 02:56 |
HtheB | anyone knows any php? :P | 03:22 |
bef0rd | yes HtheB | 03:23 |
HtheB | bef0rd: I try to make something very simple | 03:23 |
HtheB | showing a random picture | 03:23 |
HtheB | but somehow I can't get it to work :/ | 03:23 |
bef0rd | pastebin your src | 03:23 |
HtheB | http://www.dyn-web.com/code/basics/random_image/random_img_php.php | 03:24 |
HtheB | thats the source :P | 03:24 |
*** ketas has quit IRC | 03:24 | |
HtheB | and this is the source of my index file | 03: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 |
HtheB | about the path, I just created a directory with images | 03:25 |
HtheB | (name = images) | 03:26 |
*** mps has quit IRC | 03:26 | |
HtheB | placed the images over there | 03:26 |
bef0rd | yea, that should work | 03:27 |
HtheB | but doesnt T_T | 03:27 |
HtheB | do I have to do something to .htaccess? | 03:27 |
bef0rd | probably no, just add some debug code to the getImagesFromDir function, try print_r($images); before the return $images | 03:28 |
bef0rd | to make sure it's listing the images, and the array is not empty | 03:28 |
HtheB | what I understand is | 03:29 |
HtheB | that it sees "<?php echo $path . $img ?>" as a link | 03:29 |
HtheB | as the "real" link | 03:30 |
HtheB | check out HtheB.com | 03:30 |
bef0rd | does your server support php? | 03:30 |
bef0rd | is the file named .php? | 03:30 |
bef0rd | http://htheb.com/index.php | 03:30 |
bef0rd | http://htheb.com/index.html | 03:31 |
bef0rd | rename it to .php | 03:31 |
HtheB | wtf | 03:32 |
HtheB | i did rename it | 03:32 |
HtheB | but somehow, it can't show it!? | 03:32 |
HtheB | O_o | 03:32 |
HtheB | bef0rd: yes the server supports php | 03:32 |
bef0rd | according to what I see, it's still called .html | 03:32 |
bef0rd | check both links I pasted, index.php = 404 | 03:32 |
HtheB | i swear its php :( | 03:32 |
HtheB | i did | 03:32 |
HtheB | thats why i said wtf | 03:32 |
*** hardaker has joined #harmattan | 03:33 | |
HtheB | ah | 03:33 |
HtheB | ctrl+f5 did the trick | 03:33 |
HtheB | stupic cache | 03:33 |
HtheB | but still no picture though :P | 03:33 |
HtheB | do I have to rename the external php file to something special? | 03:34 |
HtheB | it's img.php at the moment though | 03:34 |
bef0rd | well if you didn't put all the src in the same page, you would need to include it | 03:35 |
DocScrutinizer05 | probably .php need +x? | 03:35 |
bef0rd | <?php include("img.php"); | 03:35 |
HtheB | lets see\ | 03:35 |
HtheB | maybe its easier to just add it to index.php now | 03:35 |
DocScrutinizer05 | <img src="" alt="" /> | 03:37 |
HtheB | DocScrutinizer05: there is php code hiding under it | 03:37 |
DocScrutinizer05 | no, not here | 03:37 |
HtheB | refresh =) | 03:38 |
DocScrutinizer05 | and the code hiding under it at your side doesn't result in any "printout" to stdout | 03:38 |
DocScrutinizer05 | mhm# | 03:38 |
HtheB | bef0rd: tnx! ): | 03:39 |
HtheB | :)* | 03:39 |
HtheB | working great! | 03:39 |
DocScrutinizer05 | the one with bord and cat gave me a good laugh | 03:40 |
DocScrutinizer05 | bird* | 03:40 |
HtheB | :D | 03:40 |
bef0rd | heh nice images | 03:41 |
HtheB | www.HtheB.com | 03:41 |
HtheB | soon | 03:41 |
HtheB | :D | 03:41 |
HtheB | been a long time ago that I didnt had a hoster | 03:42 |
HtheB | got only the domain | 03:42 |
HtheB | ( used to have someone to host for me) | 03:42 |
HtheB | but.. he vanished somehow | 03:42 |
HtheB | so, im just paying for my host | 03:42 |
HtheB | now | 03:42 |
HtheB | (was free before :P) | 03:42 |
DocScrutinizer05 | a lot of goot pictures | 03:44 |
DocScrutinizer05 | good | 03:44 |
HtheB | 30 pics in total though | 03:46 |
HtheB | maybe I'll just add something for fun | 03:46 |
HtheB | htheb.com/soon/ | 03:46 |
HtheB | htheb.com/facepalm ? | 03:46 |
HtheB | would be usefull for a lot of users at tmo :D | 03:47 |
HtheB | (so when you need something for facepalm, it'll show you a random facepalm picture) | 03:48 |
HtheB | ugh! | 03:57 |
HtheB | one of my domains has been infected :/ | 03:57 |
HtheB | with malware | 03:57 |
HtheB | how can that be? | 03:58 |
bef0rd | hacked | 03:59 |
HtheB | but how? | 03:59 |
HtheB | it doesnt use any special codes | 03:59 |
HtheB | just plain html | 03:59 |
HtheB | without anything special | 03:59 |
HtheB | damn, even the .htaccess file | 04:00 |
bef0rd | the server, and they edited all the sites | 04:01 |
HtheB | bef0rd: sounds more obvious | 04:01 |
auenfi5 | either apache hole, or another site on the same server had a hole | 04:02 |
*** mps has joined #harmattan | 04:02 | |
bef0rd | that's the issue with shared hosting :/ | 04:02 |
bef0rd | HtheB: who is giving you the malware warning? chrome? | 04:03 |
HtheB | chrome and ff | 04:03 |
HtheB | and even my eset screamed just when I ignored the warning | 04:03 |
HtheB | auenfi5: is there something that I can point out to my hosters? | 04:05 |
HtheB | and is there anything I can do to prevent this again? | 04:08 |
tehdely | google webmaster tools | 04:09 |
tehdely | will give you more details | 04:09 |
tehdely | about how the malware is actually being served | 04:09 |
bef0rd | new ios7 lockscreen looks a little bit like sailfish | 04:09 |
HtheB | jup | 04:12 |
HtheB | they stole some ideas | 04:12 |
HtheB | like ambiance | 04:12 |
bef0rd | the thing is new ios is probably going to be released first | 04:13 |
bef0rd | they also include swipe gesture to navigate through pages | 04:16 |
bef0rd | at least for going back | 04:16 |
HtheB | yup | 04:17 |
*** liar has quit IRC | 04:17 | |
HtheB | which means sailfish is nothing to going to add new | 04:17 |
HtheB | oh, the other half..... | 04:17 |
HtheB | but im sure they will be late for that one too | 04:17 |
*** joecool has quit IRC | 04:18 | |
HtheB | anyway | 04:23 |
HtheB | going to sleep now | 04:23 |
HtheB | 3:23 already ¬_¬ | 04:23 |
HtheB | nite all o/ | 04:23 |
bef0rd | task switcher looks a little like webos, which I think its better than the limit to 9 apps on sailfish and bb10 | 04:23 |
bef0rd | night | 04:23 |
HtheB | webos task screen indeed | 04:24 |
HtheB | especially how you 'close' the apps | 04:24 |
HtheB | by flicking it up | 04:24 |
bef0rd | ps4 conference just started, stay awake :P | 04:25 |
HtheB | omg | 04:25 |
HtheB | i forget about that | 04:25 |
HtheB | aw man | 04:25 |
HtheB | how can I sleep now?! | 04:25 |
HtheB | :D | 04:25 |
HtheB | they rly picked the wrong time :( | 04:25 |
HtheB | Nintendo does them always in the morning | 04:26 |
HtheB | so everyone in the world can watch it without missing it | 04:26 |
HtheB | (in the morning in the USA) | 04:26 |
HtheB | uncharted | 04:27 |
HtheB | meh, one of those "usa is the best" games ¬¬ | 04:30 |
bef0rd | hah | 04:32 |
HtheB | GGT6 <3 | 04:33 |
HtheB | so.. lets see the ps4 | 04:39 |
HtheB | niceeee | 04:39 |
HtheB | looks a bit like the xbox one though | 04:41 |
bef0rd | hah yea, but nicer | 04:44 |
bef0rd | did they release the specs already? | 04:44 |
HtheB | true :D | 04:44 |
HtheB | this one looks pretty modern | 04:44 |
HtheB | no | 04:44 |
HtheB | just the device | 04:44 |
HtheB | only rumours yet | 04:45 |
HtheB | we will be hearing it now/soon | 04:45 |
HtheB | u spik engrish ? | 04:49 |
bef0rd | lol | 04:50 |
HtheB | killzone looks a lot like crysis... | 04:55 |
*** mschlens_ has joined #harmattan | 04:56 | |
HtheB | anyway, i can see the specs later, falling asleep night all | 04:58 |
*** HtheB has quit IRC | 04:58 | |
*** mschlens has quit IRC | 05:00 | |
*** lamikr has quit IRC | 05:25 | |
*** pinheiro_ has joined #harmattan | 05:27 | |
*** pinheiro has quit IRC | 05:31 | |
*** joecool has joined #harmattan | 05:37 | |
*** natunen has joined #harmattan | 05:45 | |
*** planasb has joined #harmattan | 06:11 | |
*** natunen has quit IRC | 06:14 | |
*** jpwhiting_ is now known as jpwhiting | 06:39 | |
*** jpwhiting has joined #harmattan | 06:39 | |
*** xsacha has quit IRC | 07:07 | |
*** xsacha has joined #harmattan | 07:09 | |
*** leinir has quit IRC | 07:10 | |
*** leinir has joined #harmattan | 07:14 | |
*** ketas has joined #harmattan | 07:39 | |
*** VDVsx has quit IRC | 07:55 | |
*** hardaker has quit IRC | 08:10 | |
*** VDVsx has joined #harmattan | 08:22 | |
*** Morpog_PC has joined #harmattan | 08:24 | |
*** Morpog_PC has quit IRC | 08:28 | |
*** Milhouse has quit IRC | 08:28 | |
*** xsacha has quit IRC | 08:35 | |
*** xsacha has joined #harmattan | 08:36 | |
*** Milhouse has joined #harmattan | 08:41 | |
*** Milhouse has quit IRC | 08:48 | |
*** Morpog_PC has joined #harmattan | 08:49 | |
*** lamikr has joined #harmattan | 08:55 | |
*** lamikr has quit IRC | 08:55 | |
*** lamikr has joined #harmattan | 08:56 | |
*** Morpog_PC has quit IRC | 08:57 | |
*** Milhouse has joined #harmattan | 08:59 | |
*** edgar2 has joined #harmattan | 09:00 | |
*** xsacha_ has joined #harmattan | 09:06 | |
*** xsacha has quit IRC | 09:09 | |
*** rnovacek has joined #harmattan | 09:14 | |
*** VDVsx has quit IRC | 09:22 | |
*** VDVsx has joined #harmattan | 09:22 | |
*** Milhouse has quit IRC | 09:37 | |
*** Milhouse has joined #harmattan | 09:49 | |
*** joecool has quit IRC | 09:52 | |
*** Martix has quit IRC | 09:52 | |
*** gabriel9|work has joined #harmattan | 10:00 | |
*** Milhouse has quit IRC | 10:02 | |
*** xsacha_ has quit IRC | 10:04 | |
*** xsacha has joined #harmattan | 10:05 | |
*** Dante_J has quit IRC | 10:06 | |
*** sandst1 has left #harmattan | 10:07 | |
*** piggz has quit IRC | 10:10 | |
*** Milhouse has joined #harmattan | 10:14 | |
*** planasb has quit IRC | 10:19 | |
*** jreznik has joined #harmattan | 10:49 | |
*** liar has joined #harmattan | 10:51 | |
*** Pali has joined #harmattan | 11:27 | |
*** Sfiet_Konstantin has joined #harmattan | 11:28 | |
*** jbos has joined #harmattan | 11:34 | |
*** jbos has quit IRC | 11:35 | |
*** jbos has joined #harmattan | 11:36 | |
*** bef0rd_ has joined #harmattan | 12:01 | |
*** bef0rd_ has quit IRC | 12:02 | |
*** bef0rd_ has joined #harmattan | 12:03 | |
*** bef0rd has quit IRC | 12:04 | |
*** lamikr has quit IRC | 12:34 | |
*** lamikr has joined #harmattan | 12:36 | |
*** dashin has quit IRC | 12:41 | |
*** lamikr has quit IRC | 12:48 | |
*** core_01 has joined #harmattan | 12:49 | |
*** lamikr has joined #harmattan | 13:01 | |
*** Guest99129 has quit IRC | 13:02 | |
*** Trojan has joined #harmattan | 13:03 | |
*** Trojan has quit IRC | 13:06 | |
*** Milhouse has quit IRC | 13:11 | |
*** lamikr has quit IRC | 13:12 | |
*** Guest71760 has joined #harmattan | 13:19 | |
*** Milhouse has joined #harmattan | 13:23 | |
*** bef0rd_ has quit IRC | 13:25 | |
*** bef0rd has joined #harmattan | 13:26 | |
*** lamikr has joined #harmattan | 13:30 | |
*** Milhouse has quit IRC | 13:30 | |
*** bef0rd has quit IRC | 13:30 | |
*** core_01 has quit IRC | 13:40 | |
*** Milhouse has joined #harmattan | 13:42 | |
*** bef0rd has joined #harmattan | 13:51 | |
*** Milhouse has quit IRC | 13:59 | |
*** lamikr has quit IRC | 14:01 | |
*** trigpoint_n9 has joined #harmattan | 14:09 | |
*** Milhouse has joined #harmattan | 14:11 | |
*** lamikr has joined #harmattan | 14:15 | |
*** Milhouse has quit IRC | 14:22 | |
*** lamikr has quit IRC | 14:34 | |
*** core_01 has joined #harmattan | 14:35 | |
*** core_01 has quit IRC | 14:44 | |
*** Burlone has joined #harmattan | 14:47 | |
*** Burlone has quit IRC | 14:50 | |
*** Milhouse has joined #harmattan | 14:51 | |
*** Milhouse has quit IRC | 14:57 | |
*** lamikr has joined #harmattan | 15:04 | |
*** jreznik has quit IRC | 15:04 | |
*** jreznik has joined #harmattan | 15:05 | |
*** lamikr has quit IRC | 15:10 | |
*** MEMO_IRQ has joined #harmattan | 15:14 | |
*** jpwhiting has quit IRC | 15:16 | |
*** arcean has joined #harmattan | 15:17 | |
*** trigpoint_n9 has quit IRC | 15:18 | |
*** bef0rd has quit IRC | 15:22 | |
*** bef0rd has joined #harmattan | 15:23 | |
*** core_01 has joined #harmattan | 15:26 | |
*** MEMO_IRQ has quit IRC | 15:26 | |
*** bef0rd has quit IRC | 15:27 | |
*** xsacha has quit IRC | 15:33 | |
*** hardaker has joined #harmattan | 15:33 | |
*** xsacha has joined #harmattan | 15:34 | |
*** rikanee_ has joined #harmattan | 15:36 | |
*** rikanee has quit IRC | 15:36 | |
*** rikanee_ has quit IRC | 15:37 | |
*** xsacha has quit IRC | 15:42 | |
*** xsacha has joined #harmattan | 15:42 | |
*** rikanee has joined #harmattan | 15:50 | |
*** planasb has joined #harmattan | 15:59 | |
*** Milhouse has joined #harmattan | 16:00 | |
*** lamikr has joined #harmattan | 16:05 | |
*** Milhouse has quit IRC | 16:09 | |
*** juergbi has quit IRC | 16:11 | |
*** juergbi has joined #harmattan | 16:17 | |
*** bef0rd has joined #harmattan | 16:22 | |
*** xsacha has quit IRC | 16:23 | |
*** xsacha has joined #harmattan | 16:25 | |
*** lamikr has quit IRC | 16:25 | |
*** Milhouse has joined #harmattan | 16:38 | |
*** Milhouse has quit IRC | 16:41 | |
*** MohammadAG_ has joined #harmattan | 16:45 | |
*** MohammadAG has quit IRC | 16:47 | |
*** MohammadAG_ is now known as MohammadAG | 16:47 | |
*** edgar2 has quit IRC | 16:47 | |
*** cos- has joined #harmattan | 16: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 seen | 16:50 |
rikanee | cos-: likely down, permanently | 16:51 |
rikanee | Google Cache might be your savior | 16:51 |
cos- | even it loads blank page | 16:51 |
cos- | perhaps i'll have to write a guide as a reference if no good guide can be found | 16:55 |
*** Milhouse has joined #harmattan | 16:56 | |
*** Milhouse has quit IRC | 17:03 | |
*** Sfiet_Konstantin has quit IRC | 17:07 | |
*** VDVsx has quit IRC | 17:07 | |
*** Sfiet_Konstantin has joined #harmattan | 17:13 | |
*** rnovacek has quit IRC | 17:27 | |
*** anonfriese_ has joined #harmattan | 17:39 | |
*** Milhouse has joined #harmattan | 17:49 | |
*** Summeli has quit IRC | 17:57 | |
*** Summeli has joined #harmattan | 17:57 | |
*** Milhouse has quit IRC | 17:57 | |
*** taj_ has joined #harmattan | 17:58 | |
*** taj_ has quit IRC | 18:01 | |
Jonni | cos-: you can always user archive.org its stored in there | 18:02 |
*** jpwhiting has joined #harmattan | 18:08 | |
*** jpwhiting has joined #harmattan | 18:08 | |
cos- | Jonni: ok, i'll need to check it | 18:15 |
*** bef0rd has quit IRC | 18:16 | |
*** bef0rd has joined #harmattan | 18:17 | |
*** arcean has quit IRC | 18:19 | |
*** bef0rd_ has joined #harmattan | 18:20 | |
*** gabriel9|work has quit IRC | 18:21 | |
*** bef0rd has quit IRC | 18:21 | |
*** hardaker has quit IRC | 18:23 | |
*** NIN101 has joined #harmattan | 18:26 | |
*** Milhouse has joined #harmattan | 18:43 | |
*** Burlone has joined #harmattan | 18:43 | |
*** Burlone has quit IRC | 18:46 | |
*** lmoura has quit IRC | 18:46 | |
*** xsacha has quit IRC | 18:50 | |
*** xsacha has joined #harmattan | 18:51 | |
*** jreznik has quit IRC | 18:51 | |
*** Morpog_PC has joined #harmattan | 18:51 | |
*** Milhouse has quit IRC | 18:53 | |
*** lmoura has joined #harmattan | 18:54 | |
*** hardaker has joined #harmattan | 18:58 | |
*** shanttu has joined #harmattan | 19:00 | |
*** npm_ has joined #harmattan | 19:04 | |
*** qwazix_nc has joined #harmattan | 19:05 | |
*** hariainm has joined #harmattan | 19:05 | |
hariainm | hello guys | 19:05 |
hariainm | anybody can point me how to change the repos from build.pub.meego,com to the new skeiron mirror? | 19:06 |
hariainm | is there a .deb package with all the new URL modified repositories? | 19:07 |
Morpog_PC | did you even use the old repo? | 19:07 |
*** Milhouse has joined #harmattan | 19:08 | |
hariainm | well i have a few entries in my sources.list.d | 19:08 |
Morpog_PC | then replace them there | 19:08 |
hariainm | like the zrz & coderus wazzap who point to old obs | 19:09 |
Morpog_PC | coderus old repo is not backuped, he got a new repo | 19:09 |
hariainm | just have to do that? replace http://build.pub.meego.com to http://skeiron.org/build.pub.meego.com/ ? nothing more? | 19:10 |
Morpog_PC | yep | 19:10 |
*** npm has quit IRC | 19:11 | |
*** qwazix has quit IRC | 19:11 | |
Morpog_PC | but that doesnt sound like the right path there | 19:11 |
*** qwazix_nc is now known as qwazix | 19:11 | |
Morpog_PC | coderus his new repo is: deb http://coderus.thecust.net ./ | 19:12 |
hariainm | maybe we uld have a thread on tmo like the n900 users have | 19:12 |
Morpog_PC | deb http://coderus.thecust.net ./ | 19:12 |
hariainm | a noobs guide, or someone (brkn) can build a deb file | 19:12 |
Morpog_PC | just do it yourself in forum, others will help and you can update 1st post then. | 19:13 |
hariainm | today 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-get | 19:14 |
Morpog_PC | because you have harmattan-dev repositories, and that server is offline atm | 19:15 |
Morpog_PC | in sdk.list | 19:15 |
hariainm | yes, i have | 19:16 |
Morpog_PC | thats why it takes ages | 19:16 |
Morpog_PC | to find updates | 19:16 |
hariainm | should i update all the .lists with the new paths? can i simply delete it? | 19:16 |
Morpog_PC | nono, just where you have build.pub.meego in | 19:17 |
hariainm | ok i'll try it right now | 19:18 |
Morpog_PC | don't touch aegis or osa list | 19:18 |
Morpog_PC | http://skeiron.org/repo/repo.pub.meego.com/ | 19:19 |
*** Milhouse has quit IRC | 19:19 | |
hariainm | well, already changed. but what should i do with the harmattan-dev repo? it is online too. | 19:23 |
*** ortylp has joined #harmattan | 19:24 | |
hariainm | do we have a mirror for it? certainly my updates take very long time | 19:24 |
Morpog_PC | i would wait a few more days / weeks, it should come back online. If not, there will be a thread on TMO for sure | 19:25 |
*** piggz has joined #harmattan | 19:27 | |
hariainm | ok thank you very much, morpog :) | 19:27 |
chouchoune | RzR: why not | 19:30 |
*** ortylp has quit IRC | 19:31 | |
*** Milhouse has joined #harmattan | 19:31 | |
*** Milhouse has joined #harmattan | 19:31 | |
*** VDVsx has joined #harmattan | 19:34 | |
*** Timo has joined #harmattan | 20:21 | |
*** MEMO_IRQ has joined #harmattan | 20:22 | |
*** marcos_ has joined #harmattan | 20:25 | |
*** marcos_ has quit IRC | 20:25 | |
*** MEMO_IRQ has quit IRC | 20:30 | |
*** bef0rd_ has quit IRC | 20:31 | |
*** bef0rd has joined #harmattan | 20:32 | |
*** bef0rd has quit IRC | 20:33 | |
*** bef0rd has joined #harmattan | 20:33 | |
valdur55 | Damint... 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.lzma | 20:35 |
*** Martix has joined #harmattan | 20:36 | |
*** Martix has quit IRC | 20:44 | |
valdur55 | got fixed it. :) added one line to conf | 20:46 |
*** rashm2k has joined #harmattan | 20:54 | |
valdur55 | Btw. there is mirror for harmattan dev: http://skeiron.org/repo/harmattan-dev.nokia.com | 20:54 |
thedead1440 | valdur55: skeiron.org contains *everything* maemo/harmattan related ;) | 20:56 |
valdur55 | Good. 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.deb | 20:59 |
valdur55 | I can't download it. | 20:59 |
valdur55 | Because ./armel seems to be empty | 20:59 |
*** danielcbit has quit IRC | 21:09 | |
*** planasb_ has joined #harmattan | 21:11 | |
*** planasb has quit IRC | 21:11 | |
*** danielcbit has joined #harmattan | 21:13 | |
*** piggz has quit IRC | 21:13 | |
*** Martix has joined #harmattan | 21:25 | |
*** bef0rd has quit IRC | 21:25 | |
*** bef0rd has joined #harmattan | 21:25 | |
*** bef0rd has quit IRC | 21:30 | |
*** piggz has joined #harmattan | 21:30 | |
*** hariainm has quit IRC | 21:31 | |
DocScrutinizer05 | mgedmin: 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 kicked | 21:31 |
DocScrutinizer05 | [2013-06-11 20:28:44] <DocScrutinizer05> part ##overflow | 21: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 |
DocScrutinizer05 | anybody got a mail addr of marius gedminas? | 21:34 |
DocScrutinizer05 | hell, ZNC bouncer | 21:36 |
*** piggz has quit IRC | 21:43 | |
*** piggz has joined #harmattan | 21:43 | |
*** hedayat has joined #harmattan | 21:52 | |
*** messerting has joined #harmattan | 21:55 | |
*** Timo has quit IRC | 22:09 | |
*** anonfriese_ has quit IRC | 22:32 | |
*** hedayat has left #harmattan | 22:41 | |
*** xsacha_ has joined #harmattan | 22:47 | |
*** xsacha has quit IRC | 22:49 | |
*** messerting has quit IRC | 22:54 | |
*** messerting has joined #harmattan | 22:57 | |
*** jpwhiting has quit IRC | 23:00 | |
*** Martix has quit IRC | 23:00 | |
*** jpwhiting has joined #harmattan | 23:02 | |
*** jpwhiting has joined #harmattan | 23:02 | |
*** shanttu has quit IRC | 23:02 | |
*** jpwhiting has quit IRC | 23:09 | |
*** ortylp has joined #harmattan | 23:10 | |
*** jpwhiting has joined #harmattan | 23:14 | |
*** jpwhiting has joined #harmattan | 23:14 | |
*** jpwhiting_ has joined #harmattan | 23:15 | |
*** jpwhiting__ has joined #harmattan | 23:17 | |
*** jpwhiting has quit IRC | 23:18 | |
*** jpwhiting_ has quit IRC | 23:20 | |
*** nieldk has joined #harmattan | 23:22 | |
*** nieldk has quit IRC | 23:26 | |
*** lbt_away has quit IRC | 23:28 | |
*** xes has joined #harmattan | 23:30 | |
*** lbt_ has joined #harmattan | 23:31 | |
*** lbt_ has joined #harmattan | 23:31 | |
*** lbt_ is now known as lbt_away | 23:36 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!