df_newbie | alright, thanks for the help | 00:00 |
---|---|---|
DrCode | bef0rd, what do U mean? | 00:00 |
DocScrutinizer05 | yw for nuttin | 00:00 |
DrCode | it run it like maemo? | 00:00 |
DocScrutinizer05 | hmmm, wait | 00:00 |
bef0rd | DrCode: yes, like another app, no emulation, no "virtualbox", search for "chroot" on the internet | 00:00 |
DocScrutinizer05 | aah nope, sorry | 00:00 |
DrCode | ok | 00:01 |
DrCode | it can't break maemo? | 00:01 |
DocScrutinizer05 | thought about I2C direct access, but the chip addr gets blocked by the video kernel driver | 00:01 |
bef0rd | DrCode: it shouldn't, thats what a chroot is for | 00:01 |
DocScrutinizer05 | unless you do a rm -rf on the chroot ;-P | 00:02 |
DocScrutinizer05 | a very popular way to nuke your PC when "removing2 scratchbox | 00:02 |
DrCode | ok | 00:03 |
DrCode | thankyou | 00:03 |
bef0rd | DocScrutinizer05: but that's because there are some mount binds, right? | 00:03 |
DocScrutinizer05 | when you got bindmounts of real /dev/ and/or /proc/ etc to your chroot, then deleting the chroot dir is a s real for your host system as when you did a rm -rf /dev | 00:04 |
DocScrutinizer05 | bef0rd: right | 00:04 |
DocScrutinizer05 | I guess easydeb as well has a number of bindmounts | 00:05 |
DocScrutinizer05 | after all, you want to connect to the real X11 socket etc | 00:06 |
DocScrutinizer05 | real audio device | 00:07 |
*** frafl has quit IRC | 00:07 | |
DocScrutinizer05 | whatnot else | 00:07 |
DocScrutinizer05 | heck, you probably even want the real sysfs and procfs | 00:08 |
bef0rd | yea, it probably has those binds too, I've never used easydebian though | 00:09 |
DocScrutinizer05 | so your ED chroot is as separated from maemo as a process with a chaged $LD_PATH | 00:09 |
*** frafl has joined #maemo | 00:09 | |
DocScrutinizer05 | me neither | 00:09 |
DocScrutinizer05 | in fact it *might* just bindmount the chroot on root, just overriding a few dirs like /etc /lib maybe /var | 00:11 |
DocScrutinizer05 | one of the more arcane facilities of mount | 00:11 |
DocScrutinizer05 | clearly listed in man 8 mount, but rarely anybody ever thougth about those options: http://www.ibm.com/developerworks/linux/library/l-mount-namespaces/index.html | 00:13 |
DocScrutinizer05 | Applying mount namespaces | 00:13 |
DocScrutinizer05 | Uncover practical applications for advanced Linux mounts features | 00:13 |
DocScrutinizer05 | partially transparent per-process filesystem namespaces | 00:14 |
DocScrutinizer05 | since my unix knowledge is largely from last millenium, I somewhat missed out on nice details of bindmounts, cgroups, and other "modern" stuff | 00:18 |
*** unclouded has joined #maemo | 00:18 | |
*** Kabouik has joined #maemo | 00:20 | |
DocScrutinizer05 | but those IBM dudes have some pretty nice papers on stuff like this, see above link | 00:28 |
Sicelo | yup. agreed :) | 00:29 |
DocScrutinizer05 | >> using FUSE, a user can mount an sshfs (secure shell) filesystem or a loopback filesystem [...] it would be completely unintuitive for such mounts to appear in only one of the user's login terminals but not the others. But with the approach in the section on per-login namespaces, that is exactly what will happen. << | 00:32 |
*** SmilybOrg has joined #maemo | 00:34 | |
*** CutMeOwnThroat has quit IRC | 00:34 | |
DocScrutinizer05 | >>Whereas pam_ns.so clones the mount namespace upon login, the pam_chroot.so module expects a per-user filesystem to be set up under /share/USER/root and simply uses chroot() to lock the user into his private filesystem.<< | 00:34 |
*** SmilybOrg is now known as Guest74634 | 00:34 | |
*** Kabouik has quit IRC | 00:35 | |
DocScrutinizer05 | mkdir -p /share/USER/root | 00:35 |
*** Kabouik has joined #maemo | 00:35 | |
DocScrutinizer05 | mount --make-rshared / | 00:35 |
DocScrutinizer05 | mount --rbind / /share/USER/root | 00:35 |
DocScrutinizer05 | mount --make-rslave /share/USER/root | 00:35 |
DocScrutinizer05 | mount --bind /share/USER/root/tmp/priv/USER /share/USER/root/tmp | 00:35 |
*** SmilyOrg has quit IRC | 00:37 | |
*** NIN101 has quit IRC | 00:37 | |
*** darkschneider has quit IRC | 00:44 | |
*** Venusaur has joined #maemo | 01:00 | |
*** Martix has quit IRC | 01:03 | |
*** Martix has joined #maemo | 01:04 | |
*** Vlad_on_the_road has quit IRC | 01:07 | |
*** rcg has quit IRC | 01:20 | |
DocScrutinizer05 | HAHAHA bottomline of http://www.ibm.com/developerworks/aix/library/au-unix-difflinux.html >> All branches of UNIX and Linux have evolved and will be slightly different, but because of the maturity of the UNIX concept, the foundation doesn't change very much.<< And then came Lennart Poettering | 01:28 |
DocScrutinizer05 | soon LINUX spells: Lennart Invents New Useless eXtensions | 01:30 |
*** githogori has quit IRC | 01:30 | |
*** Martix has quit IRC | 01:33 | |
jon_y | DocScrutinizer05: Lennart is trying his best to be a hipster | 01:34 |
jon_y | can | 01:34 |
jon_y | *can't | 01:34 |
jon_y | can't blame him if you saw his wikipedia image | 01:34 |
DocScrutinizer05 | you think he urgently needs such ego boost? | 01:35 |
jon_y | probably lugs a typewriter around and drinks only starbucks coffee | 01:35 |
*** disco_stu has quit IRC | 01:35 | |
DocScrutinizer05 | much much worse | 01:36 |
jon_y | http://en.wikipedia.org/wiki/File:Lennart_poettering.jpg | 01:36 |
jon_y | just look at him | 01:36 |
DocScrutinizer05 | yeah, already seen it | 01:36 |
*** frafl has quit IRC | 01:36 | |
DocScrutinizer05 | it's what he likes to look like | 01:36 |
DocScrutinizer05 | but watch his very special appearance on that 27C3 talk of another guy about pulsaudio, when Lennart hijacked the stage and made a fool of himself | 01:37 |
*** saidinesh5 has quit IRC | 01:38 | |
*** saidinesh5 has joined #maemo | 01:38 | |
DocScrutinizer05 | >>Poettering has advocated speeding up Linux development at the expense of breaking compatibility with BSD. "I don't think BSD is really too relevant anymore", he replied in an interview<< (from wikipedia) | 01:39 |
jon_y | ouch | 01:39 |
DocScrutinizer05 | this XXXXX doesn't grok that what linux needs is stabilization, not development speedup | 01:39 |
DocScrutinizer05 | and he deliberately distinguishes between linux and all other unix flavors, pushing actively towards not only ditching compatibility or convergence with BSD but also with every other mature UNIX heriatge | 01:41 |
jon_y | hipster alright | 01:41 |
DocScrutinizer05 | and as well driving linux away from "works on microwave and fridge as well as on cray" | 01:42 |
DocScrutinizer05 | towards a OS for ISA PCs only | 01:42 |
jon_y | new for the sake of new, dropping anything that is considered "old" | 01:42 |
*** florian has quit IRC | 01:45 | |
*** githogori has joined #maemo | 01:48 | |
*** eijk has quit IRC | 01:54 | |
DocScrutinizer05 | see http://www.youtube.com/watch?v=ZTdUmlGxVo0 | 02:00 |
DocScrutinizer05 | (Poettering) | 02:00 |
*** jrocha has quit IRC | 02:01 | |
DocScrutinizer05 | jon_y: NAH, e.g PA needs to exist pre-boot to allow BIOS adjustment for the blind | 02:01 |
DocScrutinizer05 | that's NOT for sake of "new", that's a MUST, or do you hate blind persons? | 02:02 |
DocScrutinizer05 | now you're briefed for discussions with Poettering ;-P | 02:02 |
*** kolp has quit IRC | 02:03 | |
DocScrutinizer05 | also localization needs to be pre-boot, or otherwise the blind can't select their native language in BIOS menus | 02:04 |
DocScrutinizer05 | and of course all this needs to be network-enabled so the blind can ajust their BIOS settings of their PC from a remote machine | 02:05 |
*** sardini has quit IRC | 02:11 | |
*** nox- has quit IRC | 02:12 | |
*** bromide has joined #maemo | 02:24 | |
*** WielkiTost has quit IRC | 02:37 | |
DocScrutinizer05 | http://www.youtube.com/watch?feature=player_detailpage&v=ZTdUmlGxVo0&t=3284 | 02:37 |
*** Guest74634 is now known as Smily | 02:38 | |
*** M4rtinK has joined #maemo | 02:44 | |
*** till has quit IRC | 03:05 | |
*** till has joined #maemo | 03:06 | |
*** Luke-Jr has quit IRC | 03:14 | |
*** Luke-Jr has joined #maemo | 03:15 | |
*** robbiethe1st has joined #maemo | 03:16 | |
*** Avasz has joined #maemo | 03:17 | |
*** Avasz has joined #maemo | 03:17 | |
*** GI_Jack has quit IRC | 03:20 | |
*** DHR has quit IRC | 03:24 | |
*** M4rtinK has quit IRC | 03:25 | |
*** e-yes has joined #maemo | 03:32 | |
*** LauRoman has quit IRC | 03:42 | |
*** e-yes has quit IRC | 03:51 | |
win7mac | gn o/ | 03:52 |
*** Avasz has quit IRC | 03:58 | |
*** SAiF has joined #maemo | 04:09 | |
*** mschlens_ has joined #maemo | 04:09 | |
*** mschlens has quit IRC | 04:12 | |
*** Avasz has joined #maemo | 04:17 | |
*** shamus has joined #maemo | 04:18 | |
*** shamus has quit IRC | 04:58 | |
*** triggerhappy has joined #maemo | 05:00 | |
*** bef0rd has quit IRC | 05:05 | |
*** bef0rd has joined #maemo | 05:05 | |
*** bef0rd has joined #maemo | 05:06 | |
*** Avasz has quit IRC | 05:36 | |
*** disco_stu has joined #maemo | 05:52 | |
*** lxp1 has joined #maemo | 06:01 | |
*** e-yes has joined #maemo | 06:02 | |
*** lxp has quit IRC | 06:04 | |
*** lbt has quit IRC | 06:07 | |
*** lbt has joined #maemo | 06:07 | |
*** shawnjefferson has joined #maemo | 06:10 | |
*** maybeArgh has joined #maemo | 06:30 | |
*** goldkatze has quit IRC | 06:31 | |
*** maybeWTF has quit IRC | 06:33 | |
*** Avasz has joined #maemo | 06:37 | |
*** Avasz has joined #maemo | 06:37 | |
*** shawnjefferson has quit IRC | 07:00 | |
*** Mike11 has quit IRC | 07:03 | |
*** RST38h has quit IRC | 07:04 | |
*** e-yes has quit IRC | 07:13 | |
*** amin007110 has quit IRC | 07:17 | |
*** robbiethe1st has quit IRC | 07:17 | |
*** bromide is now known as discopig | 07:35 | |
*** darkschneider has joined #maemo | 07:36 | |
*** MetalGearSolid has joined #maemo | 08:02 | |
DrCode | hi all | 08:05 |
DrCode | how do I configure rss widget? | 08:05 |
SAiF | HI.. | 08:05 |
Sicelo | DrCode: what do you mean? | 08:06 |
DrCode | I add rss widget | 08:06 |
DrCode | but how do I had rss ? | 08:06 |
DrCode | can I import from feedly or google rss? | 08:07 |
Sicelo | rss widget is tied with rss application.. so configure the rss application itself | 08:07 |
DrCode | what rss appliction I can use? | 08:07 |
DrCode | I am new with n900 | 08:08 |
DrCode | sorry | 08:08 |
DrCode | is it build in or I need to install? | 08:08 |
Sicelo | built in.. | 08:08 |
Sicelo | called just RSS | 08:08 |
DrCode | where can I find it? | 08:08 |
DrCode | in appliction ? | 08:08 |
SAiF | look | 08:08 |
DrCode | thankyou | 08:09 |
*** e-yes has joined #maemo | 08:14 | |
*** MetalGearSolid has quit IRC | 08:14 | |
*** MetalGearSolid has joined #maemo | 08:14 | |
*** MetalGearSolid07 has joined #maemo | 08:16 | |
*** VDVsx has quit IRC | 08:18 | |
*** MetalGearSolid has quit IRC | 08:19 | |
*** MetalGearSolid00 has joined #maemo | 08:28 | |
*** MetalGearSolid07 has quit IRC | 08:31 | |
*** LauRoman has joined #maemo | 08:32 | |
*** Avasz has quit IRC | 08:36 | |
*** croppa has joined #maemo | 08:38 | |
*** darkschneider has quit IRC | 08:40 | |
*** Pali has joined #maemo | 08:42 | |
*** japa-fi has joined #maemo | 08:43 | |
*** VDVsx has joined #maemo | 08:44 | |
*** psycho_oreos has quit IRC | 08:55 | |
*** MetalGearSolid07 has joined #maemo | 08:57 | |
*** MetalGearSolid00 has quit IRC | 09:00 | |
*** XATRIX has joined #maemo | 09:09 | |
*** Martix has joined #maemo | 09:13 | |
*** MetalGearSolid00 has joined #maemo | 09:20 | |
*** mavhc has quit IRC | 09:21 | |
*** mavhc has joined #maemo | 09:23 | |
*** MetalGearSolid07 has quit IRC | 09:23 | |
*** mavhc has quit IRC | 09:27 | |
*** ab has quit IRC | 09:28 | |
*** sLumPia has joined #maemo | 09:30 | |
*** mavhc has joined #maemo | 09:30 | |
*** ab has joined #maemo | 09:30 | |
DrCode | hi all | 09:33 |
DrCode | is it possible to import google rss into maemo rss? | 09:34 |
*** sLumPia has quit IRC | 09:37 | |
*** shamus has joined #maemo | 09:42 | |
*** murrayc has joined #maemo | 09:43 | |
*** bef0rd has quit IRC | 09:48 | |
*** bef0rd has joined #maemo | 09:48 | |
*** bef0rd has quit IRC | 09:53 | |
*** eijk has joined #maemo | 09:55 | |
*** kolp has joined #maemo | 09:56 | |
*** andre__ has joined #maemo | 10:03 | |
*** MetalGearSolid00 has quit IRC | 10:13 | |
*** Martix has quit IRC | 10:13 | |
*** MetalGearSolid00 has joined #maemo | 10:17 | |
*** MetalGearSolid00 has quit IRC | 10:25 | |
*** utanapischti has quit IRC | 10:29 | |
*** utanapischti has joined #maemo | 10:29 | |
*** MetalGearSolid has joined #maemo | 10:30 | |
*** MetalGearSolid07 has joined #maemo | 10:34 | |
*** MetalGearSolid00 has joined #maemo | 10:36 | |
*** MetalGearSolid has quit IRC | 10:38 | |
*** MetalGearSolid00 has quit IRC | 10:39 | |
*** MetalGearSolid07 has quit IRC | 10:39 | |
*** Avasz has joined #maemo | 10:41 | |
*** Avasz has joined #maemo | 10:41 | |
*** MetalGearSolid has joined #maemo | 10:41 | |
*** murrayc has quit IRC | 10:42 | |
*** geaaru has joined #maemo | 10:44 | |
*** MetalGearSolid has quit IRC | 10:46 | |
*** YBZ has joined #maemo | 10:47 | |
*** rcg has joined #maemo | 10:48 | |
*** MetalGearSolid has joined #maemo | 10:50 | |
*** MetalGearSolid07 has joined #maemo | 10:55 | |
*** MetalGearSolid has quit IRC | 10:57 | |
*** jrocha has joined #maemo | 11:02 | |
*** MetalGearSolid07 has quit IRC | 11:04 | |
*** eMHa has quit IRC | 11:05 | |
*** Avasz has quit IRC | 11:16 | |
*** rcg_ has joined #maemo | 11:17 | |
*** edheldil has joined #maemo | 11:19 | |
*** piscodig has joined #maemo | 11:20 | |
*** rcg has quit IRC | 11:20 | |
*** discopig has quit IRC | 11:23 | |
*** doc|home has quit IRC | 11:27 | |
*** lbt has quit IRC | 11:33 | |
*** lbt has joined #maemo | 11:33 | |
*** lbt has quit IRC | 11:33 | |
*** lbt has joined #maemo | 11:33 | |
*** SAiF has quit IRC | 11:39 | |
*** Pakke has joined #maemo | 11:40 | |
*** OkropNick has joined #maemo | 11:40 | |
*** Pakke has quit IRC | 11:40 | |
*** Pakke has joined #maemo | 11:41 | |
*** mvp has joined #maemo | 11:53 | |
*** piscodig is now known as discopig | 12:00 | |
*** discopig has quit IRC | 12:06 | |
*** Pali has quit IRC | 12:07 | |
*** discopig has joined #maemo | 12:07 | |
*** discopig is now known as bromide | 12:08 | |
*** Pali has joined #maemo | 12:09 | |
*** triggerhappy has quit IRC | 12:12 | |
*** triggerhappy has joined #maemo | 12:15 | |
*** qwazix__ has quit IRC | 12:25 | |
*** Avasz has joined #maemo | 12:30 | |
*** NIN101 has joined #maemo | 12:34 | |
*** florian has joined #maemo | 12:35 | |
*** florian has joined #maemo | 12:35 | |
*** goldkatze has joined #maemo | 12:37 | |
jon_y | DocScrutinizer05: why can't a blind person... | 12:40 |
jon_y | you know, just ask for help? :| | 12:40 |
*** eMHa has joined #maemo | 12:41 | |
*** geaaru has quit IRC | 12:42 | |
*** mvp has quit IRC | 12:57 | |
*** pcfe` is now known as pcfe | 13:00 | |
*** geaaru has joined #maemo | 13:00 | |
*** Pakke has quit IRC | 13:00 | |
*** murrayc has joined #maemo | 13:01 | |
*** mvp has joined #maemo | 13:03 | |
*** Pali has quit IRC | 13:09 | |
*** e-yes has quit IRC | 13:12 | |
*** MetalGearSolid has joined #maemo | 13:13 | |
*** mvp has quit IRC | 13:16 | |
*** Pakke has joined #maemo | 13:21 | |
*** murrayc has quit IRC | 13:22 | |
*** Avasz has quit IRC | 13:39 | |
*** lizardo has joined #maemo | 13:45 | |
*** YBZ has quit IRC | 13:51 | |
*** Avasz has joined #maemo | 13:51 | |
*** Pali has joined #maemo | 13:52 | |
*** jmlich has joined #maemo | 14:04 | |
*** MetalGearSolid has quit IRC | 14:07 | |
*** Avasz has quit IRC | 14:13 | |
*** MetalGearSolid has joined #maemo | 14:20 | |
*** sardini has joined #maemo | 14:21 | |
*** croppa has quit IRC | 14:22 | |
*** trx has quit IRC | 14:24 | |
*** MetalGearSolid has quit IRC | 14:31 | |
DocScrutinizer05 | jon_y: you need to discuss this with Mr Poettering | 14:32 |
jon_y | a sock puppet is more productive :) | 14:32 |
*** MetalGearSolid has joined #maemo | 14:35 | |
Lava_Croft | envy is a painful emotion | 14:35 |
*** MetalGearSolid07 has joined #maemo | 14:38 | |
*** MetalGearSolid07 has quit IRC | 14:40 | |
*** trx has joined #maemo | 14:40 | |
*** trx has joined #maemo | 14:40 | |
*** MetalGearSolid has quit IRC | 14:41 | |
DocScrutinizer05 | extracting toe nails is a panful procedire | 14:41 |
DocScrutinizer05 | s/ire/ure/ | 14:42 |
infobot | DocScrutinizer05 meant: extracting toe nails is a panful procedure | 14:42 |
*** uen| has joined #maemo | 14:42 | |
Lava_Croft | not as painful as seeing people hate on poettering | 14:42 |
*** ccxCZ has quit IRC | 14:46 | |
*** uen has quit IRC | 14:47 | |
*** uen| is now known as uen | 14:47 | |
*** sunny_s has quit IRC | 14:48 | |
*** MetalGearSolid07 has joined #maemo | 14:56 | |
*** ccxCZ has joined #maemo | 15:01 | |
DrCode | hi all | 15:07 |
DrCode | I have extracted and copy easydebian image, how can I run it in maemo? | 15:08 |
DrCode | dose it share same env of maemo ? bcz I dont want to break my maemo os | 15:08 |
ashley | DrCode: have you read through http://wiki.maemo.org/Easy_Debian already? | 15:10 |
Lava_Croft | and if you don't really understand it, don't feel bad | 15:11 |
Lava_Croft | you probably don't need it anyway | 15:11 |
DrCode | yes , I read it | 15:12 |
DrCode | I have dowload other image | 15:12 |
DrCode | not from menu | 15:12 |
DocScrutinizer05 | https://srlabs.de/rooting-sim-cards/ \o/ | 15:18 |
Hurrian | DocScrutinizer05: playing with binary SMS right now, although I've yet to sniff a sample BinSMS from my carrier. | 15:24 |
Hurrian | DocScrutinizer05: BTW, turns out SIM blanks can be bought rather easily and programmed with a cloned Ki and IMSI. | 15:30 |
Hurrian | couple that with any rooted Mediatek Android phone, and you've got your very own phone cloning toolkit | 15:31 |
*** MikaT has quit IRC | 15:31 | |
*** MikaT has joined #maemo | 15:33 | |
*** japa-fi has quit IRC | 15:38 | |
DocScrutinizer05 | sure | 15:42 |
DocScrutinizer05 | I still have to read out my 1999 SIM which actually *can* get cloned to old classical way I'd hope | 15:42 |
DocScrutinizer05 | should do that before the rotten old piece eventually craps out | 15:43 |
*** eijk has quit IRC | 15:46 | |
*** MetalGearSolid07 has quit IRC | 15:54 | |
*** MetalGearSolid has joined #maemo | 15:55 | |
*** bef0rd has joined #maemo | 16:00 | |
*** MetalGearSolid07 has joined #maemo | 16:00 | |
*** bef0rd has quit IRC | 16:02 | |
*** bef0rd has joined #maemo | 16:02 | |
*** e-yes has joined #maemo | 16:03 | |
*** MetalGearSolid has quit IRC | 16:03 | |
*** MetalGearSolid07 has quit IRC | 16:05 | |
*** bef0rd_ has joined #maemo | 16:06 | |
*** bef0rd has quit IRC | 16:06 | |
*** orson has joined #maemo | 16:06 | |
*** MetalGearSolid has joined #maemo | 16:19 | |
*** SpeedEvil has quit IRC | 16:23 | |
*** marainein has joined #maemo | 16:24 | |
*** MetalGearSolid has quit IRC | 16:26 | |
*** MetalGearSolid has joined #maemo | 16:28 | |
*** Avasz has joined #maemo | 16:29 | |
*** Avasz has joined #maemo | 16:29 | |
*** valeriusL has quit IRC | 16:30 | |
*** MetalGearSolid07 has joined #maemo | 16:32 | |
*** MetalGearSolid has quit IRC | 16:32 | |
*** NIN101 has quit IRC | 16:36 | |
*** MetalGearSolid00 has joined #maemo | 16:36 | |
*** NIN102 has joined #maemo | 16:36 | |
*** MetalGearSolid07 has quit IRC | 16:37 | |
*** MetalGearSolid07 has joined #maemo | 16:39 | |
*** RST38h has joined #maemo | 16:41 | |
*** MetalGearSolid00 has quit IRC | 16:42 | |
*** e-yes has quit IRC | 16:44 | |
*** MetalGearSolid has joined #maemo | 16:44 | |
*** Mike11 has joined #maemo | 16:45 | |
*** MetalGearSolid07 has quit IRC | 16:45 | |
*** Avasz has quit IRC | 16:45 | |
*** MetalGearSolid07 has joined #maemo | 16:47 | |
*** MetalGearSolid has quit IRC | 16:50 | |
*** NIN102 is now known as NIN101 | 16:52 | |
*** Avasz has joined #maemo | 16:53 | |
*** MetalGearSolid00 has joined #maemo | 16:53 | |
*** VDVsx has quit IRC | 16:54 | |
*** MetalGearSolid07 has quit IRC | 16:56 | |
*** MetalGearSolid00 has quit IRC | 16:58 | |
*** MetalGearSolid00 has joined #maemo | 17:12 | |
*** MetalGearSolid has joined #maemo | 17:20 | |
*** MetalGearSolid00 has quit IRC | 17:22 | |
*** ian--- has joined #maemo | 17:23 | |
*** ian---- has quit IRC | 17:25 | |
*** SAiF has joined #maemo | 17:25 | |
*** Kabouik has quit IRC | 17:28 | |
*** MetalGearSolid07 has joined #maemo | 17:30 | |
*** pcfe has quit IRC | 17:33 | |
*** MetalGearSolid has quit IRC | 17:33 | |
*** pcfe has joined #maemo | 17:34 | |
*** pcfe has quit IRC | 17:34 | |
*** pcfe has joined #maemo | 17:34 | |
*** bef0rd_ has quit IRC | 17:40 | |
*** bef0rd has joined #maemo | 17:40 | |
Pali | merlin1991: ping | 17:41 |
Pali | DocScrutinizer05: ping | 17:41 |
Pali | RMO is broken | 17:41 |
Pali | http://repository.maemo.org/extras-devel/pool/fremantle-1.3/ is not same as http://repository.maemo.org/extras-devel/pool/fremantle/ | 17:42 |
*** bef0rd has quit IRC | 17:45 | |
*** MetalGearSolid00 has joined #maemo | 17:45 | |
*** konelix has joined #maemo | 17:47 | |
*** MetalGearSolid07 has quit IRC | 17:47 | |
DocScrutinizer05 | Pali: yes, known issue | 17:47 |
*** MetalGearSolid07 has joined #maemo | 17:48 | |
DocScrutinizer05 | xes and merlin1991 promised to look into it and eventually fix it | 17:48 |
*** Xjs|moonshine has quit IRC | 17:48 | |
Pali | ok | 17:48 |
DocScrutinizer05 | xes even did an epic work of comparing the two and listing all differences | 17:49 |
DocScrutinizer05 | but I haven't heard of xes for the last 3 or so weeks | 17:49 |
Pali | now on TMO somebody who cannot update repositories because of this error | 17:49 |
DocScrutinizer05 | but his results are uploaded to maemo.org | 17:49 |
Pali | and I bet there are lot of people which have this problem... | 17:50 |
*** jon_y has quit IRC | 17:50 | |
DocScrutinizer05 | I know, but I already gave up. I can't do anything about it, we have too few and too inactive maintainers | 17:50 |
*** jon_y has joined #maemo | 17:50 | |
*** MetalGearSolid00 has quit IRC | 17:50 | |
Pali | DocScrutinizer05: it is problem to run? $ mv fremantle-1.3 fremantle-1.3-old && ln -s fremantle fremantle-1.3 | 17:51 |
Pali | or is there some scripts which touching also fremantle-1.3 dir? | 17:52 |
DocScrutinizer05 | I wouldn't know what to do, except a) watch maemo.org go over the cliff during next max 2 months, due to irrecoverable bitrot, or b) shut it down right away to stop bitrot so we might eventually recover when the manpower is available | 17:52 |
DocScrutinizer05 | Pali: I'm simply tired of deciding and even doing all that on my own (responsibility and evaluation) | 17:53 |
DocScrutinizer05 | and I'm even more tired of guys rushing over it and rendering it even more broken, while not communicating what they plan to do or did, not to ask for discussing those actiones prior to doing them | 17:54 |
DocScrutinizer05 | I admit I'm clueless what to do | 17:56 |
DocScrutinizer05 | not only about rmo schizophrenia | 17:56 |
*** Xjs|moonshine has joined #maemo | 17:56 | |
*** Mike11 has quit IRC | 17:57 | |
DocScrutinizer05 | maybe I should put up a frontpage "DOWN FOR MAINTENANCE. MAINTAINERS WANTED!" | 17:58 |
DocScrutinizer05 | last time I shut down www.m.o nobody even complained for 24h, it probably went unnoticed | 17:59 |
SAiF | yep. I guess you should | 17:59 |
*** bef0rd has joined #maemo | 18:04 | |
*** valeriusL has joined #maemo | 18:12 | |
*** SAiF_ has joined #maemo | 18:13 | |
*** SAiF_ is now known as Guest86058 | 18:13 | |
*** SAiF has quit IRC | 18:14 | |
*** jmlich has quit IRC | 18:14 | |
*** sardini has quit IRC | 18:15 | |
*** valeriusL has quit IRC | 18:16 | |
*** SAiF has joined #maemo | 18:16 | |
*** Pali has quit IRC | 18:17 | |
*** Pali has joined #maemo | 18:17 | |
*** Guest86058 has quit IRC | 18:19 | |
*** SAiF__ has joined #maemo | 18:19 | |
*** SAiF has quit IRC | 18:20 | |
*** zap_ has joined #maemo | 18:21 | |
*** qwazix__ has joined #maemo | 18:23 | |
*** dhbiker_ has quit IRC | 18:27 | |
*** soltys has quit IRC | 18:28 | |
*** XATRIX has quit IRC | 18:29 | |
*** MetalGearSolid00 has joined #maemo | 18:33 | |
*** soltys has joined #maemo | 18:35 | |
*** SAiF has joined #maemo | 18:36 | |
*** MetalGearSolid07 has quit IRC | 18:36 | |
*** SAiF__ has quit IRC | 18:38 | |
*** MetalGearSolid00 has quit IRC | 18:39 | |
*** SAiF__ has joined #maemo | 18:40 | |
*** SAiF has quit IRC | 18:41 | |
*** zap_ has quit IRC | 18:47 | |
*** valeriusL has joined #maemo | 18:47 | |
*** triggerhappy has quit IRC | 18:54 | |
*** Martix has joined #maemo | 18:57 | |
*** soltys has quit IRC | 18:59 | |
*** soltys has joined #maemo | 19:02 | |
*** doc|home has joined #maemo | 19:03 | |
*** SAiF__ has quit IRC | 19:05 | |
*** sixwheeledbeast has quit IRC | 19:12 | |
*** sixwheeledbeast has joined #maemo | 19:18 | |
*** soltys has quit IRC | 19:33 | |
*** soltys has joined #maemo | 19:33 | |
*** rcg_ has quit IRC | 19:39 | |
*** df_newbie has quit IRC | 19:41 | |
*** VDVsx has joined #maemo | 19:44 | |
*** Pakke has quit IRC | 19:44 | |
*** WielkiTost has joined #maemo | 19:44 | |
*** soltys has quit IRC | 19:54 | |
*** CutMeOwnThroat has joined #maemo | 19:56 | |
*** Avasz has quit IRC | 19:59 | |
*** shentey has joined #maemo | 20:04 | |
*** sardini has joined #maemo | 20:06 | |
*** soltys has joined #maemo | 20:12 | |
*** ArGGu^^ has quit IRC | 20:15 | |
*** ArGGu^^ has joined #maemo | 20:17 | |
*** soltys has quit IRC | 20:17 | |
*** eMHa has quit IRC | 20:20 | |
*** soltys has joined #maemo | 20:22 | |
*** konelix has quit IRC | 20:30 | |
*** konelix_ has joined #maemo | 20:32 | |
*** shentey has quit IRC | 20:37 | |
*** shentey has joined #maemo | 20:38 | |
*** konelix_ has quit IRC | 20:38 | |
*** panjgoori has joined #maemo | 20:42 | |
panjgoori | hello everyone. can anyone tell me how to disable hardware slide to unlock button ? | 20:43 |
panjgoori | mine i don't know its damaged or not but its keeps unlocking and locking device | 20:43 |
panjgoori | here is the thread at TMO if anyone wants to give it a look http://talk.maemo.org/showthread.php?p=1362051 | 20:44 |
*** eMHa has joined #maemo | 20:44 | |
*** konelix_ has joined #maemo | 20:45 | |
*** Pali has quit IRC | 20:46 | |
*** Pali has joined #maemo | 20:47 | |
Pali | panjgoori: look at /etc/mce/mce.ini config file | 20:48 |
Pali | lock slide button is handled by mce | 20:48 |
*** konelix_ is now known as konelix | 20:49 | |
*** soltys has quit IRC | 20:52 | |
*** soltys has joined #maemo | 20:53 | |
panjgoori | thanks Pali. will give it a look now. | 20:56 |
*** konelix has quit IRC | 21:03 | |
*** soltys has quit IRC | 21:04 | |
*** soltys has joined #maemo | 21:09 | |
*** konelix has joined #maemo | 21:14 | |
*** soltys has quit IRC | 21:15 | |
*** geaaru has quit IRC | 21:17 | |
*** soltys has joined #maemo | 21:18 | |
*** konelix has quit IRC | 21:19 | |
panjgoori | @Pali: which settings in mce.ini do i have to edit in order to disable hardware slide to unlock ? | 21:19 |
Pali | I do not know now | 21:19 |
Pali | read config file it has comments/documentation | 21:19 |
Pali | if I remember correctly in this file was able to configure "slide" action | 21:20 |
panjgoori | @Pali: ok will give it look. if i don't understand will ask u | 21:21 |
shentey | hi DocScrutinizer05, any update for my account? (see https://mg.pov.lt/maemo-irclog/%23maemo.2013-07-24.log.html#t2013-07-24T06:51:33) | 21:23 |
*** GI_Jack has joined #maemo | 21:24 | |
*** shentey has quit IRC | 21:26 | |
*** shentey has joined #maemo | 21:27 | |
*** maybeHere has joined #maemo | 21:29 | |
*** florian has quit IRC | 21:30 | |
*** maybeArgh has quit IRC | 21:30 | |
*** soltys has quit IRC | 21:31 | |
DocScrutinizer05 | shentey: still here? | 21:32 |
shentey | DocScrutinizer05: yes | 21:32 |
DocScrutinizer05 | :-) | 21:32 |
DocScrutinizer05 | shentey: I checked your garage user data and there your "extras-account" is "active" | 21:33 |
shentey | DocScrutinizer05: I just tried today to upload a test file and I still got the error message "this is a restricted account" | 21:34 |
DocScrutinizer05 | but alas our whole infra is on the brink of total global failure, so you need to tell me what exactly doesn't work for you yet, and I will have to look into it what can be done by what means, and get your feedback o every action I do | 21:34 |
DocScrutinizer05 | upload how exactly? | 21:34 |
shentey | via scp | 21:34 |
DocScrutinizer05 | what? to where? by which means? | 21:35 |
DocScrutinizer05 | scp mhm | 21:35 |
DocScrutinizer05 | to? | 21:35 |
shentey | argh, I forgot the whole command... | 21:35 |
DocScrutinizer05 | best you paste the whole cmdline | 21:35 |
DocScrutinizer05 | ooops | 21:36 |
DocScrutinizer05 | it's not like I ever used scp for uploading anything to maemo during the last... 25 years | 21:36 |
DocScrutinizer05 | so I need your input on that | 21:36 |
panjgoori | @Pali: what is homekey section in mce.ini ? | 21:37 |
shentey | DocScrutinizer05: scp test shentey@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle/ | 21:37 |
Pali | panjgoori: do not remember, maybe home button on N8x0? | 21:37 |
DocScrutinizer05 | panjgoori: relevant probably only for N8x0 | 21:37 |
shentey | -> "This is a restricted account." | 21:37 |
DocScrutinizer05 | shentey: thanks | 21:37 |
*** konelix has joined #maemo | 21:42 | |
*** bef0rd has quit IRC | 21:43 | |
panjgoori | @Pali: i'm not understanding that which config should i edit in mce.ini in order to disable hardware slide to unlock. there are some settings in TKlock. | 21:44 |
panjgoori | TKlock section in mce.ini | 21:44 |
Pali | TKlock is maybe that | 21:45 |
panjgoori | @Pali: should i upload mce.ini file somewhere so you can check it ? | 21:46 |
Pali | I cannot check if file is really OK | 21:46 |
Pali | do backup before changing | 21:47 |
DocScrutinizer05 | Pali: what could safely get uploaded to drop.m.o to test account? | 21:48 |
DocScrutinizer05 | so autobuilder would ignore it | 21:48 |
Pali | DocScrutinizer05: is autobuilder ignoring something? | 21:48 |
DocScrutinizer05 | dunno | 21:48 |
Pali | I bet nothing | 21:48 |
Pali | what you want? | 21:49 |
DocScrutinizer05 | autobuilder noob here | 21:49 |
DocScrutinizer05 | shentey want to check his scp access | 21:49 |
Pali | so you want to send something to autobuilder only for testing?ň | 21:49 |
Pali | send package "test" | 21:49 |
*** soltys has joined #maemo | 21:49 | |
DocScrutinizer05 | sounds good. could you tell shentey how to do that? | 21:51 |
*** florian has joined #maemo | 21:51 | |
*** konelix has quit IRC | 21:51 | |
* shentey is waiting for instructions | 21:52 | |
*** konelix has joined #maemo | 21:52 | |
*** bef0rd has joined #maemo | 21:53 | |
DocScrutinizer05 | shentey: don't you have a real package of marble to upload? | 21:53 |
DocScrutinizer05 | I mean, either it fails or it uploads, eh? | 21:53 |
shentey | I could create a broken one for Fremantle that should build or I could create one for Harmattan that hopefully doesnt | 21:54 |
DocScrutinizer05 | just please don't mess with version/revision - it should be strictly monotonic | 21:55 |
*** FlameReaper-PC has joined #maemo | 21:55 | |
*** Avatar[01] has quit IRC | 21:55 | |
DocScrutinizer05 | otherwise repo management freaks out and possibly removes stuff that's new or never stops to try remove old stuff and fails, several times a day | 21:56 |
Earthwings_ | DocScrutinizer05: that command (uploading an empty file) works for my account at least | 21:56 |
*** shentey has quit IRC | 21:56 | |
*** shentey has joined #maemo | 21:57 | |
DocScrutinizer05 | hmm, seems you can upload arbitrary stuff to ~/private, and almost arbitrary stuff to ~/www | 21:58 |
DocScrutinizer05 | dunno | 21:58 |
DocScrutinizer05 | you also could down (or evenup)load your .ssh/authorized_keys | 21:59 |
DocScrutinizer05 | 2 | 22:00 |
DocScrutinizer05 | .ssh/authorized_keys2 | 22:00 |
DocScrutinizer05 | which looks good for shentey | 22:00 |
shentey | scp test shentey@drop.maemo.org:private -> Permission denied | 22:00 |
DocScrutinizer05 | o.O | 22:00 |
*** FReaper-PC has joined #maemo | 22:02 | |
*** rcg has joined #maemo | 22:02 | |
shentey | I chould just download the .ssh folder | 22:02 |
DocScrutinizer05 | try to upload to ~ | 22:03 |
DocScrutinizer05 | not to pribvate | 22:03 |
*** FlameReaper-PC has quit IRC | 22:03 | |
shentey | it contains a authorized_keys2 file | 22:03 |
shentey | is that correct? | 22:03 |
DocScrutinizer05 | yes | 22:04 |
*** shentey has quit IRC | 22:04 | |
DocScrutinizer05 | also should include sftp? dunno | 22:04 |
*** shentey has joined #maemo | 22:04 | |
shentey | alright, I could successfully upload the test file to ~ | 22:04 |
FIQ | ~ask | 22:05 |
infobot | Questions in the channel should be specific, informative, complete, concise, and on-topic. Don't ask if you can ask a question first. Don't ask if a person is there; just ask what you intended to ask them. Better questions more frequently yield better answers. We are all here voluntarily or against our will. | 22:05 |
DocScrutinizer05 | and I deleted it before it does some harm | 22:05 |
FIQ | hmm what was that link | 22:05 |
DocScrutinizer05 | ~question | 22:05 |
infobot | extra, extra, read all about it, question is If you have a question and want people to give useful answers, make sure you have read this first: http://www.catb.org/~esr/faqs/smart-questions.html | 22:05 |
*** soltys has quit IRC | 22:05 | |
FIQ | ah | 22:05 |
DocScrutinizer05 | duno wtf are those private and www dirs, they are all not owned by user | 22:06 |
*** soltys has joined #maemo | 22:06 | |
DocScrutinizer05 | drwx------ 2 www-data www-data 4096 Nov 2 2012 private │ | 22:06 |
DocScrutinizer05 | │drwx------ 2 www-data www-data 4096 Nov 2 2012 www │ | 22:06 |
DocScrutinizer05 | │ | 22:06 |
DocScrutinizer05 | dang, sorry | 22:07 |
FIQ | spaces! | 22:07 |
DocScrutinizer05 | c&p from mc ncurses | 22:07 |
DocScrutinizer05 | not a brilliant idea ;-) | 22:07 |
FIQ | haha | 22:07 |
DocScrutinizer05 | shentey: if it suddenly fails, then some friggin script in maemo.org infra reverted the edit to etc/passwd I just did for your accout | 22:08 |
shentey | DocScrutinizer05: you mean it should work now? | 22:09 |
*** Avatar[01] has joined #maemo | 22:09 | |
DocScrutinizer05 | err, scp seems to work | 22:09 |
*** FReaper-PC has quit IRC | 22:09 | |
DocScrutinizer05 | nfc what else will bork | 22:09 |
DocScrutinizer05 | I think once you have an account in drop://etc/passwd, it doesn't get updated even when user data in garage changes suggesting a different logib-"shell" | 22:10 |
DocScrutinizer05 | login-* | 22:10 |
DocScrutinizer05 | thus you ended with gitsh.pl while you'd need svngitsh.pl | 22:11 |
*** konelix has quit IRC | 22:11 | |
DocScrutinizer05 | but of course I could be wrong and in 5 mi some cronjob reverted your account on drop back to gitsh.pl | 22:12 |
* DocScrutinizer05 grabs a beverage | 22:12 | |
win7mac | ;) | 22:13 |
DocScrutinizer05 | Earthwings_: your account is OK? | 22:13 |
*** florian has quit IRC | 22:14 | |
DocScrutinizer05 | shentey: next obstacle: once a package got built, it doesn't propagate to repo automatically, you need to pester merlin1991 to propagate it manually | 22:14 |
DocScrutinizer05 | afaik | 22:14 |
shentey | hmm ok | 22:15 |
*** Pali has quit IRC | 22:15 | |
DocScrutinizer05 | so DO NOT upload and build it again, when you're not seeing it showing up in repo | 22:15 |
DocScrutinizer05 | ~2119 | 22:15 |
infobot | The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. | 22:15 |
shentey | I'll upload a (well-formed) package for Harmattan for testing | 22:15 |
DocScrutinizer05 | I don't see the purpose | 22:15 |
Earthwings_ | DocScrutinizer05: right. but shentey wears our maemo packagers dude hat now | 22:16 |
DocScrutinizer05 | Earthwings_: sure | 22:16 |
shentey | ok | 22:16 |
*** konelix has joined #maemo | 22:16 | |
DocScrutinizer05 | uploading welformed bogus packages has potetial to thoroughly fsckup your project | 22:16 |
shentey | Earthwings_: still got the bash script for creating the package? | 22:16 |
*** hubutm20 has joined #maemo | 22:17 | |
DocScrutinizer05 | pali can tell you stories about packages getting stuck and never recovering ;-) | 22:17 |
*** jrocha has quit IRC | 22:17 | |
*** shamus has quit IRC | 22:17 | |
*** Cor-Ai has quit IRC | 22:17 | |
*** ruskie has quit IRC | 22:17 | |
*** Apic has quit IRC | 22:17 | |
*** newtti has quit IRC | 22:17 | |
*** inz has quit IRC | 22:17 | |
*** chainsawbike has quit IRC | 22:17 | |
*** yosafbridge` has quit IRC | 22:17 | |
*** phunguy has quit IRC | 22:17 | |
*** erstazi has quit IRC | 22:17 | |
*** prometoys has quit IRC | 22:17 | |
*** DocScrutinizer05 has quit IRC | 22:17 | |
*** chadi has quit IRC | 22:17 | |
*** jabis has quit IRC | 22:17 | |
*** wnd has quit IRC | 22:17 | |
*** tom___ has quit IRC | 22:17 | |
*** script has quit IRC | 22:17 | |
*** fizzie has quit IRC | 22:17 | |
*** sq-one has joined #maemo | 22:17 | |
Earthwings_ | shentey: i'm pretty sure i have, second | 22:18 |
*** jrocha has joined #maemo | 22:18 | |
*** shamus has joined #maemo | 22:18 | |
*** Cor-Ai has joined #maemo | 22:18 | |
*** ruskie has joined #maemo | 22:18 | |
*** Apic has joined #maemo | 22:18 | |
*** newtti has joined #maemo | 22:18 | |
*** inz has joined #maemo | 22:18 | |
*** chainsawbike has joined #maemo | 22:18 | |
*** yosafbridge` has joined #maemo | 22:18 | |
*** phunguy has joined #maemo | 22:18 | |
*** erstazi has joined #maemo | 22:18 | |
*** prometoys has joined #maemo | 22:18 | |
*** DocScrutinizer05 has joined #maemo | 22:18 | |
*** chadi has joined #maemo | 22:18 | |
*** jabis has joined #maemo | 22:18 | |
*** wnd has joined #maemo | 22:18 | |
*** tom___ has joined #maemo | 22:18 | |
*** script has joined #maemo | 22:18 | |
*** fizzie has joined #maemo | 22:18 | |
inz | no, everyone splat away | 22:19 |
DocScrutinizer05 | and here we are again! WB! | 22:19 |
*** shentey has quit IRC | 22:19 | |
DocScrutinizer05 | wow, that was funy | 22:19 |
DocScrutinizer05 | funny even | 22:19 |
*** shentey has joined #maemo | 22:19 | |
*** Martix has quit IRC | 22:20 | |
*** pcfe has quit IRC | 22:20 | |
*** saidinesh5 has quit IRC | 22:20 | |
*** qwazix has quit IRC | 22:20 | |
*** Sc0rpius has quit IRC | 22:20 | |
*** XDS2010_ has quit IRC | 22:20 | |
*** DrCode has quit IRC | 22:20 | |
Earthwings_ | shentey: http://paste.kde.org/p88327b9b/ Old warning still applies: Please go over it and change the hard coded values. Wasn't written to be shared originally. | 22:21 |
*** Martix has joined #maemo | 22:21 | |
*** pcfe has joined #maemo | 22:21 | |
*** saidinesh5 has joined #maemo | 22:21 | |
*** qwazix has joined #maemo | 22:21 | |
*** DrCode has joined #maemo | 22:21 | |
*** Sc0rpius has joined #maemo | 22:21 | |
*** XDS2010_ has joined #maemo | 22:21 | |
*** panjgoori has quit IRC | 22:22 | |
*** panjgoori has joined #maemo | 22:22 | |
DocScrutinizer05 | ping me when new problems arise | 22:23 |
shentey | Earthwings_: thx | 22:23 |
DocScrutinizer05 | allow for delays though, I have to throttle for overtemp today | 22:23 |
shentey | DocScrutinizer05: alright, thx for your effort! | 22:23 |
DocScrutinizer05 | yw | 22:23 |
DocScrutinizer05 | my job | 22:23 |
DocScrutinizer05 | (not really) | 22:23 |
*** hubutm20 has quit IRC | 22:23 | |
*** konelix has quit IRC | 22:23 | |
*** soltys has quit IRC | 22:23 | |
*** rcg has quit IRC | 22:23 | |
*** sardini has quit IRC | 22:23 | |
*** CutMeOwnThroat has quit IRC | 22:23 | |
*** VDVsx has quit IRC | 22:23 | |
*** sixwheeledbeast has quit IRC | 22:23 | |
*** jon_y has quit IRC | 22:23 | |
*** thp_ has quit IRC | 22:23 | |
*** ludens has quit IRC | 22:23 | |
*** aloril_ has quit IRC | 22:23 | |
*** realitygaps has quit IRC | 22:23 | |
*** Earthwings_ has quit IRC | 22:23 | |
*** Guest98848 has quit IRC | 22:23 | |
*** Neutron116 has quit IRC | 22:24 | |
*** Mek has quit IRC | 22:24 | |
*** netkat has quit IRC | 22:24 | |
*** infobot has quit IRC | 22:24 | |
*** ssvb has quit IRC | 22:24 | |
*** fuz_ has quit IRC | 22:24 | |
*** tg has quit IRC | 22:24 | |
shentey | ;) | 22:24 |
DocScrutinizer05 | actually we don't have anybody for that particular job yet | 22:24 |
DocScrutinizer05 | it *should* be a cron-job ;-P | 22:24 |
*** qwazix__ has quit IRC | 22:25 | |
*** konelix has joined #maemo | 22:27 | |
*** panjgoori has quit IRC | 22:27 | |
DocScrutinizer05 | but "flakes rush on over and wreck it some more / And we are so dumb, they're linin' up at our door" (FZ) | 22:27 |
*** realitygaps has joined #maemo | 22:29 | |
*** jon_y has joined #maemo | 22:29 | |
*** thp_ has joined #maemo | 22:29 | |
*** konelix has quit IRC | 22:31 | |
*** konelix has joined #maemo | 22:31 | |
DocScrutinizer05 | I like bot the text lines and the melody of that part the most: | 22:33 |
DocScrutinizer05 | both* | 22:33 |
DocScrutinizer05 | Well, our toilet went crazy yesterday afternoon | 22:33 |
DocScrutinizer05 | The plumber he says, “Never flush a tampon” | 22:33 |
DocScrutinizer05 | This great information cost me half a weeks pay and the toilet blew up later on the next day | 22:33 |
*** CutMeOwnThroat has joined #maemo | 22:34 | |
*** ssvb has joined #maemo | 22:34 | |
*** sardini has joined #maemo | 22:35 | |
*** hubutm20 has joined #maemo | 22:35 | |
*** soltys has joined #maemo | 22:35 | |
*** VDVsx has joined #maemo | 22:35 | |
*** sixwheeledbeast has joined #maemo | 22:35 | |
*** Earthwings_ has joined #maemo | 22:35 | |
*** ludens has joined #maemo | 22:35 | |
*** aloril_ has joined #maemo | 22:35 | |
*** Guest98848 has joined #maemo | 22:35 | |
*** Neutron116 has joined #maemo | 22:35 | |
*** netkat has joined #maemo | 22:35 | |
*** infobot has joined #maemo | 22:35 | |
*** fuz_ has joined #maemo | 22:35 | |
*** tg has joined #maemo | 22:35 | |
*** leguin.freenode.net sets mode: +v infobot | 22:35 | |
*** rcg has joined #maemo | 22:35 | |
*** Mek has joined #maemo | 22:35 | |
*** florian has joined #maemo | 22:37 | |
*** florian has joined #maemo | 22:37 | |
*** shentey has quit IRC | 22:39 | |
DocScrutinizer05 | Were coming to get ya, were coming to get ya | 22:41 |
DocScrutinizer05 | the almost got me | 22:42 |
* Cor-Ai downloads DocScrutinizer05 | 22:51 | |
Cor-Ai | gotyah! :D | 22:51 |
DocScrutinizer05 | https://www.youtube.com/watch?v=jKE3ZLj7_V8 | 22:51 |
DocScrutinizer05 | sometimes Zappa makes my day | 22:51 |
*** konelix has quit IRC | 22:52 | |
Cor-Ai | no sound :/ | 22:52 |
*** thp_ is now known as thp | 22:53 | |
*** thp has joined #maemo | 22:53 | |
*** konelix has joined #maemo | 22:54 | |
*** frafl has joined #maemo | 22:58 | |
*** konelix has quit IRC | 22:59 | |
*** soltys has quit IRC | 23:00 | |
*** soltys has joined #maemo | 23:01 | |
*** soltys has quit IRC | 23:18 | |
*** soltys has joined #maemo | 23:20 | |
*** konelix has joined #maemo | 23:26 | |
*** OkropNick has quit IRC | 23:28 | |
*** konelix_ has joined #maemo | 23:31 | |
*** konelix has quit IRC | 23:32 | |
*** hubutm20 has quit IRC | 23:36 | |
*** sunny_s has joined #maemo | 23:43 | |
*** florian has quit IRC | 23:46 | |
*** ds3 has quit IRC | 23:50 | |
*** LjL has joined #maemo | 23:50 | |
*** lizardo has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!