*** Vlad_on_the_road has quit IRC | 00:00 | |
*** Martix has quit IRC | 00:00 | |
*** Martix has joined #maemo | 00:02 | |
*** andre__ has quit IRC | 00:04 | |
kerio | DocScrutinizer05: unfiltered tcpdump over the network? that's neat | 00:04 |
---|---|---|
*** ZogG has quit IRC | 00:05 | |
DocScrutinizer05 | ShadowJK: verbatim? | 00:05 |
DocScrutinizer05 | kerio: which network? | 00:05 |
DocScrutinizer05 | my local WPA2 WLAN? ***evil*** ;-P | 00:07 |
DocScrutinizer05 | bash: tcpdump: command not found | 00:07 |
* DocScrutinizer05 burps | 00:07 | |
*** bef0rd has quit IRC | 00:07 | |
DocScrutinizer05 | there's no tcpdump, but there's tshark ;-) | 00:07 |
kerio | does tshark have a way to ignore tshark data? | 00:07 |
DocScrutinizer05 | for sure | 00:08 |
kerio | oh you could do a local dump, ofc | 00:08 |
DocScrutinizer05 | -f <capture filter> packet filter in libpcap filter syntax | 00:08 |
DocScrutinizer05 | alas I'm no libpcap filter syntax wizard | 00:08 |
DocScrutinizer05 | xcat still zombie mode | 00:09 |
DocScrutinizer05 | xchat even | 00:09 |
ShadowJK | DocScrutinizer05; yeah "not port 22" ignores ssh | 00:16 |
ShadowJK | "not port 22 and not port 53" | 00:16 |
*** bef0rd has joined #maemo | 00:17 | |
*** mlong has quit IRC | 00:18 | |
kerio | what's 53? | 00:23 |
Apic | dns | 00:23 |
*** mlong has joined #maemo | 00:26 | |
kerio | i see | 00:27 |
kerio | right | 00:27 |
kerio | why would you want to skip that? | 00:28 |
Apic | Because it's Background-Noise | 00:29 |
*** brzys has quit IRC | 00:39 | |
*** tx0h has joined #maemo | 00:40 | |
tx0h | hello | 00:40 |
Apic | Hi | 00:40 |
*** brzys has joined #maemo | 00:41 | |
tx0h | when i run this calibrate-bg27k script, it tells me: please charge battery! Use fastcharger! | 00:41 |
tx0h | how can i use fastcharger and what is it? | 00:41 |
*** jrocha has quit IRC | 00:41 | |
ShadowJK | not a computer | 00:42 |
*** rcg has quit IRC | 00:46 | |
*** jrocha has joined #maemo | 00:46 | |
*** jrocha has quit IRC | 00:53 | |
*** bef0rd has quit IRC | 00:54 | |
*** Martix has quit IRC | 00:55 | |
*** bef0rd has joined #maemo | 01:01 | |
kerio | the fastcharger is the charger you got with the n900 | 01:03 |
kerio | the one that plugs into the wall | 01:03 |
tx0h | aha?! | 01:03 |
tx0h | ty | 01:03 |
tx0h | don | 01:04 |
tx0h | don't have it with me, just a usb cable :-( | 01:04 |
DocScrutinizer05 | ShadowJK: will that meet " packet filter in libpcap filter syntax" specs of tshark? | 01:07 |
*** mvp has joined #maemo | 01:08 | |
DocScrutinizer05 | tx0h: using a USB cable and PC *might* work, but also might fail to restart charging after calibration finished. So you might find yourself with a depleted battery in your N900 the next morning, when you start that script when going to sleep | 01:09 |
*** M4rtinK has quit IRC | 01:11 | |
DocScrutinizer05 | *any* php cracks around? please see http://privatepaste.com/fb4e62912c and help your techstaff team to sanitize this nightmare | 01:12 |
kerio | lol php | 01:14 |
DocScrutinizer05 | *sigh* yes | 01:14 |
* DocScrutinizer05 starts to hate midgard | 01:15 | |
DocScrutinizer05 | you should see how it gets invoked!! | 01:15 |
DocScrutinizer05 | a crontable entry invokes /usr/local/bin/garage_sync.sh | 01:16 |
DocScrutinizer05 | and that shellscript does (among other stuff): lynx -dump -auth=admin:1Easdfghj http://local.maemo.org/midcom-exec-org.maemo.garagesync/import.php?confirm=1 | sed '/^$/d' | 01:17 |
kerio | did you seriously paste the password here | 01:18 |
DocScrutinizer05 | now if that's not blowing your mind, I dunno what else might | 01:18 |
DocScrutinizer05 | do I seriously look like a koala? | 01:18 |
DocScrutinizer05 | ;-P | 01:18 |
kerio | wait, what's that sed invocation? | 01:19 |
kerio | don't print blank lines? | 01:19 |
DocScrutinizer05 | you might notice the sequence "asdfghj" is a nice one for typing | 01:19 |
kerio | good for a password, so you don't forget it! | 01:19 |
DocScrutinizer05 | honestly nobody remembers that password ;-P | 01:20 |
*** Muelli has joined #maemo | 01:25 | |
DocScrutinizer05 | this crappy php script is the culprit for the insane "matterhorn" memusage sawtooth patterns that strike the 6GB RAM limit on WWW VM every now and then (while usually the job "only" neds 5GB to complete) | 01:27 |
DocScrutinizer05 | we thought we fixed it by enabling the systemwide maxmem by commenting out #ini_set('memory_limit', -1); | 01:28 |
DocScrutinizer05 | but that only results in [Tue Apr 02 21:12:34 2013] [error] [client 213.128.137.20] PHP Fatal error: Allowed memory size of 367001600 bytes exhausted (tried to allocate 76 bytes) in /usr/share/php/midcom/lib/midcom/core/collector.php on line 336 | 01:29 |
DocScrutinizer05 | isn't it a shame? | 01:30 |
DocScrutinizer05 | I'd have coded that shite on a ZX81 without ram extension, in basic | 01:30 |
DocScrutinizer05 | and it wouldn't have any such issues | 01:30 |
DocScrutinizer05 | and probably even was faster | 01:31 |
DocScrutinizer05 | if it wasn't for those MIDGARD helper functions, for which there seems not any bindings to a proper language available | 01:32 |
*** hardaker has quit IRC | 01:33 | |
*** darodi has quit IRC | 01:34 | |
DocScrutinizer05 | ok, so much for the "daily WTF" and a tiny bit of horror. Your humble maemo admin manager feels like urgently needing a beer and a vodka | 01:38 |
DocScrutinizer05 | if you have *any* suggestions how to sanitize the stuff sketched above, just holler please! | 01:39 |
DocScrutinizer05 | we can't throw 16GB of ram at that stupid job, to cope with memleaks. And we eventually need it running again, to make the whole maemo.org work for devels | 01:41 |
* DocScrutinizer05 waves and heads out, silently sobbing | 01:41 | |
*** OkropNick has quit IRC | 01:44 | |
DocScrutinizer05 | btw: xchat still zombified | 01:44 |
kerio | DocScrutinizer05: put the vodka *in* the beer! | 01:45 |
DocScrutinizer05 | good plan ;-D | 01:45 |
kerio | actually, even better | 01:45 |
kerio | grab the beer glass | 01:45 |
kerio | fill it with vodka | 01:45 |
DocScrutinizer05 | put some beer in the vodka? | 01:45 |
kerio | at that point, you might as well skip the beer | 01:45 |
DocScrutinizer05 | hehe | 01:45 |
DocScrutinizer05 | ~lart php | 01:46 |
* infobot teaches php that M$ Access is a database. No, really, a database. A real live multi-user... well, ok, not multi-user, but a database. Yeah, that sounds right. | 01:46 | |
kerio | NO INFOBOT | 01:46 |
DocScrutinizer05 | ~kill midgard | 01:46 |
* infobot shoots a excited anti-electron gun at midgard | 01:46 | |
kerio | DON'T TEACH PHP ABOUT ACCESS | 01:46 |
kerio | STOP | 01:46 |
kerio | what have we done | 01:46 |
*** kolp has quit IRC | 01:47 | |
RST38h | KILL KILL DESTROY | 01:47 |
freemangordon | DocScrutinizer05: what, memleak in php? | 01:47 |
DocScrutinizer05 | you forgot the plural-S | 01:47 |
DocScrutinizer05 | freemangordon: yeah, incredible, isn't it? | 01:48 |
freemangordon | DocScrutinizer05: but, but... AFAIK php should not leak. I mean... couldn't we up/downgrade php module? | 01:48 |
DocScrutinizer05 | WUT??? my xchat resurrected rom zombie state | 01:49 |
kerio | the messiah came back from the dead! | 01:50 |
freemangordon | DocScrutinizer05: honestly, I have always succeed to stay away from php, but my little knowledge on the matter tells me that a different version of php module should fix it | 01:50 |
DocScrutinizer05 | so pretty exactly 2h again, until it notices a changed IP | 01:50 |
kerio | little late for easter, though | 01:50 |
DocScrutinizer05 | freemangordon: now if you tell me *which* php module is the culprit, we actually might ponder that | 01:51 |
freemangordon | DocScrutinizer05: isn't that LAMP? | 01:51 |
DocScrutinizer05 | LAMP with a ton of midgard on top | 01:52 |
kerio | DocScrutinizer05: http://phpmanualmasterpieces.tumblr.com/ | 01:52 |
DocScrutinizer05 | and *somebody* in the stack probably forgets to unset() a few vars for each call | 01:52 |
jacekowski | DocScrutinizer05: did you really just post main midgard password here? | 01:53 |
kerio | hahahaha | 01:53 |
jacekowski | ahm, no | 01:53 |
jacekowski | real pw is different | 01:53 |
*** NeutrinoPower has quit IRC | 01:54 | |
*** arcean has quit IRC | 01:54 | |
freemangordon | DocScrutinizer05: do youknow which version midgard is? | 01:54 |
DocScrutinizer05 | nfc | 01:55 |
*** Kilroo has quit IRC | 01:55 | |
jacekowski | i don't think it's php leaking as such, it's midgard plugin that's not allowing proper clean up | 01:56 |
DocScrutinizer05 | :nod: | 01:56 |
DocScrutinizer05 | I'd bet on it instantiating a new db view object each time you do any query | 01:57 |
DocScrutinizer05 | and since php doesn't instantiate a new interpreter when calling out of own context, all those linger on forever | 01:59 |
freemangordon | DocScrutinizer05: anyone asked on #midgard? | 01:59 |
DocScrutinizer05 | until apache is closing the original (and only) php interpreter instance when script quits | 01:59 |
*** Kilroo has joined #maemo | 02:00 | |
jacekowski | Midgard version => 8.09.9.99 | 02:00 |
DocScrutinizer05 | well, I didn't | 02:00 |
freemangordon | jacekowski: thanks | 02:00 |
jacekowski | talking midgard | 02:00 |
jacekowski | i was trying to find some documentation for this piece of shit | 02:00 |
jacekowski | and it's like non existient | 02:01 |
*** e-yes has joined #maemo | 02:01 | |
*** florian has quit IRC | 02:01 | |
*** ArGGu^^ has quit IRC | 02:02 | |
*** ArGGu^^ has joined #maemo | 02:02 | |
*** timeless has quit IRC | 02:08 | |
*** Cas has quit IRC | 02:09 | |
*** edheldil has quit IRC | 02:09 | |
*** hardaker has joined #maemo | 02:15 | |
*** sixwheeledbeast has quit IRC | 02:16 | |
*** chainsawbike has quit IRC | 02:16 | |
*** fasta has joined #maemo | 02:18 | |
*** divVerent has quit IRC | 02:18 | |
*** fasta_ has quit IRC | 02:18 | |
*** divVerent_ has joined #maemo | 02:18 | |
*** divVerent_ is now known as divVerent | 02:19 | |
*** divVerent has joined #maemo | 02:19 | |
*** chainsawbike has joined #maemo | 02:20 | |
freemangordon | jacekowski: looking at your memory report, it seems you're dumping the memory usage before unset($person); | 02:21 |
DocScrutinizer51 | RST38h: any idea what might take xchat 2h to sense a IP change (roaming) and reconnect to ZNC? | 02:23 |
DocScrutinizer51 | ~ping | 02:24 |
infobot | ~pong | 02:24 |
*** jpinx has quit IRC | 02:31 | |
*** s1gk1ll has quit IRC | 02:35 | |
*** s1gk1ll has joined #maemo | 02:36 | |
freemangordon | DocScrutinizer05: what about splitting that php into 3? | 02:36 |
*** s1gk1ll has quit IRC | 02:37 | |
freemangordon | and invoking them in a row from a shell script (which gets invoked from cron)? | 02:37 |
*** s1gk1ll has joined #maemo | 02:41 | |
*** s1gk1ll has quit IRC | 02:41 | |
*** Woody14619a is now known as Woody14619 | 02:44 | |
*** s1gk1ll has joined #maemo | 02:46 | |
*** heroux has quit IRC | 02:51 | |
*** Muelli has quit IRC | 02:53 | |
*** heroux has joined #maemo | 02:55 | |
*** RiD has joined #maemo | 02:55 | |
*** WielkiTost has quit IRC | 03:00 | |
*** fortytwo has quit IRC | 03:04 | |
*** fortytwo has joined #maemo | 03:08 | |
*** tx0h has quit IRC | 03:25 | |
DocScrutinizer05 | freemangordon: already suggested, but I'm afraid that's still not sufficient to neuter that beast | 03:32 |
DocScrutinizer05 | freemangordon: my idea is to only proces 100 lines of any of the 3 sections, then exit that script with an integer as return value, and invoke it again with that integer to skip the int:num-of-lines | 03:34 |
DocScrutinizer05 | *maybe* even return name/id/whatever of last account processed, and then do a 'seek' or whatever it's named in SQL, for next higher reecord in primary key sequence | 03:35 |
*** uen| has joined #maemo | 03:35 | |
DocScrutinizer05 | nah, nevermind, the lines in that .csv are master, so all we need is a linenumber to resume processing, process another 100 lines, and exit with new current linenumber as return value | 03:36 |
* DocScrutinizer05 doesn't believe saying such bullshit | 03:37 | |
DocScrutinizer05 | nuke all that crap, and code dat shite in a decent langiage, with direct SQL access | 03:37 |
DocScrutinizer05 | /usr/share/php/midcom/lib/midcom/core/collector.php my ass | 03:39 |
*** uen has quit IRC | 03:39 | |
*** uen| is now known as uen | 03:39 | |
DocScrutinizer05 | there's a point where you just have to *drop* everything legacy cruft, and design sth from scratch | 03:40 |
DocScrutinizer05 | all those $objects instantiated everywhere give me nausea | 03:41 |
DocScrutinizer05 | $objects are for math profs and wimps, real men use FORTRAN or ASSEMBLER to code stuff | 03:42 |
DocScrutinizer05 | ;-) | 03:43 |
DocScrutinizer05 | at least in assembler there's no doubt at all about when garbage collector kicks in | 03:44 |
DocScrutinizer05 | you simply re-use memory areas | 03:44 |
*** hardaker has quit IRC | 03:51 | |
*** konelix has quit IRC | 03:53 | |
*** mvp has quit IRC | 04:06 | |
*** timeless has joined #maemo | 04:07 | |
*** RiD has left #maemo | 04:11 | |
*** bef0rd has quit IRC | 04:12 | |
*** Cas has joined #maemo | 04:18 | |
*** aloril has quit IRC | 04:20 | |
*** robbiethe1st has joined #maemo | 04:21 | |
*** at1as has quit IRC | 04:25 | |
*** Cas has quit IRC | 04:27 | |
*** SmilyOrg is now known as Smily | 04:31 | |
*** aloril has joined #maemo | 04:34 | |
*** trumee has quit IRC | 04:49 | |
*** trumee has joined #maemo | 04:50 | |
*** LauRoman has joined #maemo | 04:55 | |
*** maybeArgh has quit IRC | 05:03 | |
*** maybeHere has joined #maemo | 05:03 | |
*** Milhouse has quit IRC | 05:10 | |
*** hardaker has joined #maemo | 05:11 | |
*** nox- has quit IRC | 05:13 | |
*** at1as has joined #maemo | 05:16 | |
*** LauRoman has quit IRC | 05:24 | |
*** croppa has joined #maemo | 05:26 | |
*** at1as has quit IRC | 05:49 | |
*** piggz_ has joined #maemo | 05:53 | |
*** piggz has quit IRC | 05:56 | |
*** dockane_ has joined #maemo | 06:00 | |
*** lxp1 has joined #maemo | 06:01 | |
*** tx0h has joined #maemo | 06:02 | |
*** dockane has quit IRC | 06:03 | |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer06 has joined #maemo | 06:04 | |
*** DocScrutinizer06 is now known as DocScrutinizer05 | 06:04 | |
*** lxp has quit IRC | 06:04 | |
*** robbiethe1st has quit IRC | 06:21 | |
*** VDVsx has quit IRC | 07:11 | |
*** tx0h has quit IRC | 07:16 | |
*** LaoLang_cool has joined #maemo | 07:18 | |
*** LaoLang_cool has quit IRC | 07:20 | |
*** LaoLang_cool has joined #maemo | 07:20 | |
*** wmarone_ has joined #maemo | 07:21 | |
*** wmarone has quit IRC | 07:22 | |
*** Ex-Opesa has quit IRC | 07:32 | |
*** Ex-Opesa has joined #maemo | 07:33 | |
*** Macer has quit IRC | 07:34 | |
*** Macer has joined #maemo | 07:35 | |
*** robink has quit IRC | 07:41 | |
*** esaym153 has quit IRC | 07:43 | |
*** LaoLang_cool has quit IRC | 07:47 | |
*** esaym153 has joined #maemo | 07:50 | |
*** n900-dk has quit IRC | 07:52 | |
*** n900-dk has joined #maemo | 07:52 | |
*** hardaker has quit IRC | 07:59 | |
*** ZogG has joined #maemo | 08:00 | |
*** ZogG has quit IRC | 08:00 | |
*** ZogG has joined #maemo | 08:00 | |
*** ccxCZ has quit IRC | 08:15 | |
*** Milhouse has joined #maemo | 08:31 | |
*** ccxCZ has joined #maemo | 08:39 | |
*** robink_ has joined #maemo | 08:45 | |
*** robink_ is now known as robink | 08:48 | |
*** jpinx has joined #maemo | 08:52 | |
*** dhbiker has joined #maemo | 08:53 | |
*** Dragnslcr has quit IRC | 08:55 | |
*** thomax has quit IRC | 08:59 | |
*** Dragnslcr has joined #maemo | 09:00 | |
*** eMHa__ has quit IRC | 09:06 | |
*** calvaris has joined #maemo | 09:09 | |
*** frals has quit IRC | 09:17 | |
*** XATRIX has joined #maemo | 09:24 | |
*** heroux has quit IRC | 09:26 | |
*** frals has joined #maemo | 09:27 | |
*** heroux has joined #maemo | 09:28 | |
jacekowski | freemangordon: memory usage doesn't drop a lot after than unset | 09:34 |
jacekowski | freemangordon: it's still about 20k/entry processed | 09:35 |
*** Venusaur has quit IRC | 09:36 | |
*** heroux has quit IRC | 09:41 | |
*** heroux has joined #maemo | 09:42 | |
*** LaoLang_cool has joined #maemo | 09:43 | |
*** heroux has quit IRC | 09:56 | |
*** heroux has joined #maemo | 09:57 | |
*** discopig has quit IRC | 10:08 | |
*** discopig has joined #maemo | 10:09 | |
*** discopig has joined #maemo | 10:09 | |
*** jrocha has joined #maemo | 10:12 | |
*** Luke-Jr has quit IRC | 10:16 | |
*** OkropNick has joined #maemo | 10:16 | |
*** _berto_ has joined #maemo | 10:16 | |
*** bef0rd has joined #maemo | 10:22 | |
*** utanapischti has quit IRC | 10:29 | |
*** utanapischti has joined #maemo | 10:29 | |
*** rcg has joined #maemo | 10:30 | |
*** darodi has joined #maemo | 10:31 | |
*** florian has joined #maemo | 10:32 | |
*** florian has quit IRC | 10:37 | |
*** florian has joined #maemo | 10:38 | |
*** heroux has quit IRC | 10:40 | |
*** heroux has joined #maemo | 10:42 | |
*** e-yes has quit IRC | 10:45 | |
*** e-yes has joined #maemo | 10:45 | |
*** florian has quit IRC | 10:46 | |
*** cyborg-o1e has quit IRC | 10:51 | |
*** ruskie has quit IRC | 10:51 | |
*** LaoLang_cool has quit IRC | 10:53 | |
*** edheldil has joined #maemo | 10:56 | |
*** s1gk1ll has quit IRC | 10:56 | |
*** strohalm has quit IRC | 10:58 | |
*** unclouded has joined #maemo | 11:01 | |
*** s1gk1ll has joined #maemo | 11:01 | |
*** jrocha has quit IRC | 11:02 | |
*** strohalm has joined #maemo | 11:02 | |
*** jrocha has joined #maemo | 11:02 | |
*** andre__ has joined #maemo | 11:11 | |
*** andre__ has quit IRC | 11:11 | |
*** andre__ has joined #maemo | 11:11 | |
*** M4rtinK has joined #maemo | 11:12 | |
*** ruskie has joined #maemo | 11:12 | |
*** eijk_ has joined #maemo | 11:15 | |
*** AD-N770 has joined #maemo | 11:19 | |
*** Luke-Jr has joined #maemo | 11:23 | |
*** florian_kc has joined #maemo | 11:23 | |
*** florian_kc has quit IRC | 11:23 | |
*** florian_kc has joined #maemo | 11:23 | |
*** tom_ has quit IRC | 11:23 | |
*** florian_kc is now known as florian | 11:24 | |
*** edheldil has quit IRC | 11:30 | |
*** NIN101 has joined #maemo | 11:31 | |
*** AD-N770 has quit IRC | 11:31 | |
*** edheldil has joined #maemo | 11:33 | |
*** jrocha has quit IRC | 11:34 | |
*** geaaru has joined #maemo | 11:35 | |
*** AD-N770 has joined #maemo | 11:36 | |
*** sixwheeledbeast has joined #maemo | 11:38 | |
*** kolp has joined #maemo | 11:40 | |
*** tom_ has joined #maemo | 11:40 | |
*** Hurrian has quit IRC | 11:41 | |
*** Hurrian has joined #maemo | 11:41 | |
*** Luke-Jr has quit IRC | 11:46 | |
*** futpib has joined #maemo | 11:48 | |
*** AD-N770 has quit IRC | 11:50 | |
*** Venusaur has joined #maemo | 11:54 | |
*** bef0rd has quit IRC | 12:14 | |
*** dlan^ has quit IRC | 12:14 | |
*** bef0rd has joined #maemo | 12:14 | |
*** dlan^ has joined #maemo | 12:16 | |
*** jrocha has joined #maemo | 12:18 | |
*** eMHa__ has joined #maemo | 12:27 | |
Drathir | DocScrutinizer05: working for you share gprs from n900 throught wifi? | 12:30 |
*** M4rtinK has quit IRC | 12:37 | |
*** Venusaur has quit IRC | 12:58 | |
*** HRH_H_Crab has quit IRC | 13:04 | |
*** HRH_H_Crab has joined #maemo | 13:04 | |
*** muelli has joined #maemo | 13:09 | |
*** jrocha has quit IRC | 13:12 | |
*** dlan^ has quit IRC | 13:13 | |
*** jrocha has joined #maemo | 13:13 | |
*** e-yes has quit IRC | 13:17 | |
*** heroux has quit IRC | 13:21 | |
*** stef_204 has joined #maemo | 13:22 | |
*** heroux has joined #maemo | 13:22 | |
*** Hurrian has quit IRC | 13:24 | |
*** basiaf has joined #maemo | 13:26 | |
*** lizardo has joined #maemo | 13:26 | |
*** MetalGearSolid has joined #maemo | 13:26 | |
*** heroux has quit IRC | 13:26 | |
*** heroux has joined #maemo | 13:28 | |
*** Apic has quit IRC | 13:28 | |
*** Apic has joined #maemo | 13:28 | |
jacekowski | Drathir: it works for everyone | 13:41 |
*** unclouded has quit IRC | 13:45 | |
*** croppa has quit IRC | 13:50 | |
XATRIX | DocScrutinizer05: how can i temporarily disable APN ? | 13:51 |
XATRIX | fAPN shows me only one MMS AP, but i have the default one Internet | 13:52 |
XATRIX | fAPN doesn't detect it | 13:52 |
DocScrutinizer05 | XATRIX: I usually change apn username by adding an X | 13:52 |
XATRIX | where ? | 13:52 |
DocScrutinizer05 | frals: ^^^^ | 13:52 |
XATRIX | BTW , i chose Internet as my default AP in "Connection settings" and Autoscan and connect to Internet | 13:53 |
frals | wow, people are still using that... :D | 13:53 |
XATRIX | But after i get out of a subway it autoconnects to MMS O_o | 13:53 |
DocScrutinizer05 | hmm | 13:54 |
XATRIX | It shouldn't connect MMS in 99.9% of a time | 13:54 |
DocScrutinizer05 | sorry, my tips won't help here. Ask frals | 13:55 |
frals | shit, cant remember exactly how it worked since i havent touched it in 2 years or so, but iirc if it picks the wrong one its because the name in gconf is "wrong" | 13:55 |
* XATRIX 's asking frals... | 13:55 | |
frals | did you add the MMS apn thru apn or did fMMS add it? | 13:55 |
XATRIX | fMMS seems to add it | 13:56 |
frals | iirc i implemented some magic stuff in fmms to sort it so the MMS access point was always at the bottom of the gconf tree so icd would pick the internet one | 13:56 |
XATRIX | I never added MMS | 13:56 |
XATRIX | hm | 13:56 |
DocScrutinizer05 | frals: btw thanks for the f in fAPN and fMMS, otherwise I had forgotten who coded it since years ;-) | 13:57 |
frals | ;) | 13:58 |
XATRIX | Actually i don't see the screen in fMMS where can i change the order of APs | 13:58 |
frals | XATRIX: fAPN filters out the list of APs to only show user created ones (or created by fMMS) | 13:58 |
*** bef0rd has quit IRC | 13:59 | |
XATRIX | I get Options, here i have 3 types of settings "Internet-connection" "Change the size" "Network type" | 13:59 |
frals | you could check gconf under /osso/system/connectivity/ | 13:59 |
frals | and check the dir name of the MMS accesspoint and try to rename it | 14:00 |
XATRIX | Where is it ? | 14:00 |
XATRIX | I never used gconf | 14:00 |
frals | gconftool --help :) | 14:00 |
frals | it might break stuff thou, so tread easy | 14:00 |
frals | theres prolly some guide in the fmms thread on tmo | 14:00 |
DocScrutinizer05 | gconftool -R /osso/system/connectivity/ | 14:01 |
frals | since it was a common problem in the beginning but in the last versions i either fixed it or people stopped caring :) | 14:01 |
DocScrutinizer05 | sorry, not right cmdline | 14:01 |
XATRIX | Nokia-N900:~# gconftool -R /osso/system/connectivity | 14:03 |
XATRIX | Nokia-N900:~# | 14:03 |
XATRIX | gives me nothing out | 14:03 |
DocScrutinizer05 | gconftool -R /system/osso/connectivity maybe | 14:04 |
*** jrocha has quit IRC | 14:07 | |
XATRIX | http://fpaste.org/ASbj/ | 14:09 |
XATRIX | Seems like my MMS is the second one | 14:09 |
XATRIX | Isn't it ? | 14:09 |
DocScrutinizer05 | gconftool -R /system/osso/connectivity/IAP ? | 14:12 |
DocScrutinizer05 | sorry I don't have multiple IAPs | 14:13 |
DocScrutinizer05 | particularly no MMS IAP | 14:13 |
XATRIX | hm | 14:15 |
XATRIX | frals: any ideas ? | 14:15 |
*** Malinux has quit IRC | 14:15 | |
frals | XATRIX: weird, IIRC that should be the "correct" way to make it autoconnect to the right one | 14:17 |
XATRIX | Yes, but when it loose the signal | 14:18 |
XATRIX | It reconnects to MMS | 14:18 |
XATRIX | Instead of Internet | 14:18 |
frals | hm, it never heard of that before, it should try to connect to the same one afaik | 14:19 |
*** valeriusN has left #maemo | 14:19 | |
frals | -it | 14:19 |
frals | sorry cant really help you any more than that :/ | 14:20 |
XATRIX | great :( | 14:20 |
frals | you could always remove the mms apn, but then fmms wont work that good :) | 14:21 |
*** valerius2k has joined #maemo | 14:22 | |
frals | hmm | 14:23 |
frals | if you know python you could modify fMMS to disable/enable the APN before/after it needs to use it | 14:23 |
frals | i wonder why i didnt do that... | 14:23 |
*** Malinux has joined #maemo | 14:25 | |
XATRIX | yea | 14:27 |
XATRIX | i don't know python | 14:27 |
XATRIX | how can i edit /system/osso/connectivity/IAP ? | 14:27 |
*** Malinux has quit IRC | 14:30 | |
DocScrutinizer05 | with gconftool | 14:31 |
*** calvaris has quit IRC | 14:32 | |
*** Malinux has joined #maemo | 14:36 | |
*** heroux has quit IRC | 14:36 | |
*** heroux has joined #maemo | 14:38 | |
sixwheeledbeast | mhm, sudoers makes no sense in maemo, either that or my sudoers file is borked | 14:39 |
sixwheeledbeast | or both | 14:39 |
*** valerius has quit IRC | 14:40 | |
*** dhbiker has quit IRC | 14:40 | |
*** valerius2k is now known as valeriusN | 14:45 | |
*** edheldil has quit IRC | 14:48 | |
*** AD-N770 has joined #maemo | 14:51 | |
*** _berto_ has quit IRC | 14:53 | |
sixwheeledbeast | if I have scripts that need root the correct way to add them to sudoers is:- | 14:55 |
sixwheeledbeast | user ALL = NOPASSWD: /opt/foo/script/ * | 14:55 |
sixwheeledbeast | ? | 14:55 |
*** valerius has joined #maemo | 14:57 | |
*** jrocha has joined #maemo | 14:59 | |
*** geaaru has quit IRC | 15:01 | |
Drathir | jacekowski: by script or app wich one is better? when i check last time mobile hot spot dont works and reboot the phone... | 15:02 |
jacekowski | mobile hot spot | 15:04 |
jacekowski | and you need KP for it | 15:04 |
*** edheldil has joined #maemo | 15:06 | |
*** heroux has quit IRC | 15:08 | |
*** heroux has joined #maemo | 15:10 | |
Drathir | jacekowski: yes KP is running how i can check or where i can check what error caused reboot the phone when try to enable sharing with mobile hot spot? | 15:10 |
*** dhbiker has joined #maemo | 15:17 | |
*** bef0rd has joined #maemo | 15:18 | |
jacekowski | bootreason | 15:19 |
*** heroux has quit IRC | 15:21 | |
*** heroux has joined #maemo | 15:22 | |
*** e-yes has joined #maemo | 15:23 | |
*** valerius has quit IRC | 15:27 | |
*** e-yes has quit IRC | 15:38 | |
*** Martix has joined #maemo | 15:40 | |
*** heroux has quit IRC | 15:42 | |
*** heroux has joined #maemo | 15:43 | |
*** jrocha has quit IRC | 15:43 | |
*** jrocha has joined #maemo | 15:45 | |
*** valerius has joined #maemo | 15:46 | |
*** unifly has joined #maemo | 15:53 | |
unifly | hi | 15:53 |
*** hardaker has joined #maemo | 16:00 | |
*** heroux has quit IRC | 16:00 | |
*** heroux has joined #maemo | 16:01 | |
* sixwheeledbeast sighs and grumbles | 16:12 | |
*** jrocha has quit IRC | 16:12 | |
*** tetzco has joined #maemo | 16:12 | |
*** heroux has quit IRC | 16:13 | |
*** heroux has joined #maemo | 16:13 | |
*** disco_stu_droid has joined #maemo | 16:16 | |
unifly | hey i build Pencil a software for make 2d animation on n900, anyone interested? | 16:16 |
*** disco_stu has quit IRC | 16:20 | |
*** frafl has joined #maemo | 16:20 | |
*** disco_stu_droid is now known as disco_stu | 16:21 | |
DocScrutinizer05 | sixwheeledbeast: you need to add them to a new file in sudoers.d/*, then run update_sudoers | 16:21 |
DocScrutinizer05 | DO NOT edit /etc/sudoers | 16:21 |
sixwheeledbeast | DocScrutinizer05: Yep. /etc/sudoers.d/foo.sudoers | 16:22 |
DocScrutinizer05 | :nod: | 16:22 |
DocScrutinizer05 | should just work | 16:23 |
sixwheeledbeast | I still can't get the scripts to work | 16:23 |
DocScrutinizer05 | hmm | 16:23 |
sixwheeledbeast | it's the "nice" and "swapon" command in the script that fails, if that makes any diff | 16:24 |
sixwheeledbeast | works fine in a root shell | 16:25 |
DocScrutinizer05 | path wrong? | 16:26 |
DocScrutinizer05 | wrong shell? | 16:26 |
vi__ | Is it possible to send IMs from the command line on the N900? | 16:26 |
DocScrutinizer05 | nice and swapon are builtins of messybox | 16:26 |
DocScrutinizer05 | sixwheeledbeast: you're aware that you usually should use FQN for binaries, in scripts? | 16:27 |
*** unifly has quit IRC | 16:28 | |
DocScrutinizer05 | vi__: which kind of IM? | 16:28 |
* sixwheeledbeast ducks FQN... | 16:28 | |
DocScrutinizer05 | vi__: ...but generally, I dunno | 16:28 |
sixwheeledbeast | oh so "/sbin/swapon" | 16:29 |
DocScrutinizer05 | yep | 16:29 |
DocScrutinizer05 | never take path or shell as granted in scripts | 16:29 |
DocScrutinizer05 | particularly */sbin | 16:30 |
DocScrutinizer05 | your "user" path usually doesn't contain sbins | 16:30 |
DocScrutinizer05 | sudo doesn't change that | 16:30 |
sixwheeledbeast | oh thanks I didn't think about that, so how to translate "nice -19 swapon foo" | 16:31 |
sixwheeledbeast | /usr/bin/nice -19 /sbin/swapon foo | 16:31 |
DocScrutinizer05 | /sbin/nice -19 swapon foo | 16:31 |
sixwheeledbeast | oh | 16:31 |
*** GI_Jack has joined #maemo | 16:31 | |
sixwheeledbeast | ok :) | 16:31 |
DocScrutinizer05 | or wherever nice might be | 16:31 |
*** AD-N770 has quit IRC | 16:31 | |
DocScrutinizer05 | sorry, probably is in /bin | 16:32 |
DocScrutinizer05 | IroN900:~# which nice | 16:32 |
DocScrutinizer05 | /usr/bin/gnu/nice | 16:32 |
DocScrutinizer05 | ;-P | 16:32 |
DocScrutinizer05 | not for you | 16:32 |
DocScrutinizer05 | I sometimes revert to defining an explicit $PATH at start of my script | 16:33 |
*** jrocha has joined #maemo | 16:33 | |
DocScrutinizer05 | /bin/busybox nice -19 swapon foo | 16:34 |
DocScrutinizer05 | should always work | 16:34 |
DocScrutinizer05 | if busybox nice would ever work as expected | 16:34 |
DocScrutinizer05 | IroN900:~# ll /usr/bin/nice | 16:35 |
DocScrutinizer05 | lrwxrwxrwx 1 root root 12 2012-09-11 15:34 /usr/bin/nice -> /bin/busybox | 16:35 |
sixwheeledbeast | thank you very much, will give that a go. | 16:36 |
*** GI_Jack has quit IRC | 16:38 | |
DocScrutinizer05 | IroN900:~# /bin/busybox nice -19 nice | 16:38 |
DocScrutinizer05 | 0 | 16:38 |
DocScrutinizer05 | which evidently is fux0red | 16:39 |
DocScrutinizer05 | IroN900:~# nice -19 nice | 16:39 |
DocScrutinizer05 | 19 | 16:39 |
*** GI_Jack has joined #maemo | 16:40 | |
DocScrutinizer05 | IroN900:~# nice -n -19 nice | 16:40 |
DocScrutinizer05 | -19 | 16:40 |
DocScrutinizer05 | IroN900:~# nice --version | 16:41 |
DocScrutinizer05 | nice (GNU coreutils) 8.4 | 16:41 |
DocScrutinizer05 | busybox obviously has an alias for nice that changes *own* niceness, but that doesn't help for executing the command after nice if it's not an internal busybox cmd | 16:43 |
DocScrutinizer05 | sth thoroughly fux0red in busybox nice | 16:43 |
*** konelix has joined #maemo | 16:45 | |
*** minde has joined #maemo | 16:47 | |
sixwheeledbeast | grr, messybox! may have to drop nice after trying above | 16:48 |
*** auenf has quit IRC | 16:48 | |
*** auenf has joined #maemo | 16:49 | |
*** Scorcerer has quit IRC | 16:50 | |
*** konelix_ has joined #maemo | 16:51 | |
*** konelix has quit IRC | 16:53 | |
*** livelace has joined #maemo | 16:53 | |
*** konelix_ is now known as konelix | 16:53 | |
vi__ | wait are you saying BB nice does not work for any program that is not busybox? | 16:57 |
*** calvaris has joined #maemo | 16:57 | |
*** heroux has quit IRC | 16:59 | |
sixwheeledbeast | vi__: seems so | 16:59 |
*** Hurrian has joined #maemo | 17:00 | |
vi__ | ...then it is fucking useless. | 17:00 |
vi__ | but swapon/off are busybox aliases...right? | 17:01 |
*** livelace has quit IRC | 17:01 | |
*** heroux has joined #maemo | 17:01 | |
vi__ | There is a special place in the lowest circles of programmers hell specifically for perpetrators of my sins today. | 17:03 |
*** rm_work|away is now known as rm_work | 17:06 | |
vi__ | On a scale of 0-10 I would rate this code unconscionable. | 17:07 |
*** dhbiker has quit IRC | 17:07 | |
sixwheeledbeast | DocScrutinizer05: /sbin/swapon /dev/foo: Operation not permitted | 17:08 |
*** guampa has joined #maemo | 17:09 | |
kerio | sixwheeledbeast: are you root? | 17:09 |
kerio | is /dev/foo correctly mkswapped? | 17:09 |
kerio | is /dev/foo writable | 17:09 |
kerio | ? | 17:09 |
*** konelix has left #maemo | 17:11 | |
sixwheeledbeast | kerio: script is suppose to be added to sudoers, swaps work fine | 17:13 |
kerio | what's the command to swapon? | 17:14 |
kerio | like, the full command | 17:14 |
DocScrutinizer05 | IroN900:~# ll /sbin/swapon | 17:14 |
DocScrutinizer05 | lrwxrwxrwx 1 root root 12 2012-09-11 15:34 /sbin/swapon -> /bin/busybox | 17:14 |
*** vblazquez has quit IRC | 17:14 | |
kerio | busybox swapon should work fine | 17:14 |
DocScrutinizer05 | if messybox not acting up again, and if an "id" immediately before "busybox swapon" shows you're root, then yes | 17:15 |
*** Arkenoi has quit IRC | 17:15 | |
*** Arkenoi has joined #maemo | 17:16 | |
*** vblazquez has joined #maemo | 17:16 | |
*** jaska has quit IRC | 17:16 | |
*** jaska has joined #maemo | 17:16 | |
*** dimir is now known as erix | 17:20 | |
*** erix is now known as eriks | 17:21 | |
*** eriks is now known as erikk | 17:21 | |
*** erikk is now known as dimir | 17:22 | |
*** lokimotive has joined #maemo | 17:23 | |
*** dhbiker has joined #maemo | 17:24 | |
*** stardiviner has quit IRC | 17:28 | |
*** WielkiTost has joined #maemo | 17:29 | |
*** geaaru has joined #maemo | 17:31 | |
*** lokimotive has quit IRC | 17:32 | |
sixwheeledbeast | DocScrutinizer05: kerio: /bin/busybox swapon /dev/mmcblk1p2 | 17:38 |
kerio | hm | 17:38 |
sixwheeledbeast | it must be a root issue works in a root shell | 17:38 |
kerio | why not just /sbin/swapon /dev/mmcblk1p2? n.b.: it shouldn't change anything | 17:38 |
kerio | alright | 17:38 |
DocScrutinizer05 | I *guess* messybox does a first sane thing: drop privileges | 17:39 |
sixwheeledbeast | so there is not a way of doing this as "user" even if script is in sudoers? | 17:40 |
kerio | DocScrutinizer05: it shouldn't | 17:40 |
kerio | sixwheeledbeast: sudo that should work fine | 17:40 |
kerio | ditto sudo a script that contains that | 17:40 |
kerio | you're probably lying | 17:40 |
sixwheeledbeast | er | 17:40 |
*** geaaru has quit IRC | 17:41 | |
DocScrutinizer05 | kerio: you're probably not a polite person | 17:41 |
*** geaaru has joined #maemo | 17:41 | |
kerio | :< | 17:41 |
DocScrutinizer05 | sixwheeledbeast: try specifying #!/bin/busybox as your script interpreter | 17:42 |
DocScrutinizer05 | I dunno which hickups messybox has | 17:43 |
sixwheeledbeast | er no | 17:43 |
DocScrutinizer05 | ? | 17:44 |
sixwheeledbeast | DocScrutinizer05: oh try | 17:45 |
sixwheeledbeast | sixwheeledbeast: applet not found | 17:45 |
sixwheeledbeast | DocScrutinizer05: ^^^ even | 17:45 |
DocScrutinizer05 | uh? | 17:46 |
Drathir | how to fix Read-only file system | 17:47 |
Drathir | reboot be enough? | 17:47 |
DocScrutinizer05 | usually not | 17:47 |
sixwheeledbeast | that's what happens if I change interpreter and run | 17:48 |
DocScrutinizer05 | well, it probably has a certain line that causes this | 17:48 |
DocScrutinizer05 | in script | 17:48 |
DocScrutinizer05 | I can't see it in my crystal ball | 17:48 |
DocScrutinizer05 | set -v might help | 17:49 |
DocScrutinizer05 | of course you shouldn't call applet commands in a script run by busybox as "busybox <applet> ..." | 17:50 |
Drathir | i mean fix My Docs is seeing like ro when try to delete a file... brb try reboot... | 17:51 |
vi__ | Why not just install/steal/copy debian swapon/off? | 17:56 |
*** psychologe has joined #maemo | 17:59 | |
kerio | DocScrutinizer05: using /bin/busybox as the shell will call /bin/busybox yourscript | 18:00 |
kerio | and yourscript isn't a valid busybox applet | 18:00 |
kerio | if you want to make sure you're using busybox for your script, use #!/bin/busybox sh | 18:01 |
sixwheeledbeast | http://pastebin.com/jsH6hJg6 http://pastebin.com/8UHWuGMW | 18:01 |
sixwheeledbeast | no crystal ball required | 18:01 |
*** Venusaur has joined #maemo | 18:02 | |
Drathir | restart dont work again have touch: test: Read-only file system | 18:02 |
DocScrutinizer05 | kerio: LOL, nice | 18:03 |
Drathir | how i can fsck My Docs or remount it ? | 18:05 |
*** XATRIX has quit IRC | 18:05 | |
kerio | you probably don't want to fsck it anyway | 18:06 |
kerio | connect to a computer in mass storage mode, copy the copiable, format, and copy back | 18:06 |
Drathir | http://pastebin.com/5V2tH3Rc | 18:07 |
Drathir | kerio: ok thx a lot | 18:08 |
*** FR-PC is now known as HonooPC | 18:08 | |
kerio | if you have enough space, that is | 18:08 |
kerio | doing a fsck is only really worth it if you don't have enough backing space to copy, format and copy back, imo | 18:09 |
kerio | or if it's really a lot of data | 18:09 |
*** Scorcerer has joined #maemo | 18:10 | |
*** jrocha has quit IRC | 18:10 | |
*** AD-N770 has joined #maemo | 18:11 | |
*** Luke-Jr has joined #maemo | 18:12 | |
Drathir | kerio: little a lot of data but i try to manage a space to cp... | 18:15 |
*** jpinx has quit IRC | 18:17 | |
*** stardiviner has joined #maemo | 18:18 | |
DocScrutinizer05 | I think kerio forgot a tiny but important detail: fixing the MyDocs fs | 18:27 |
kerio | i said format it | 18:27 |
DocScrutinizer05 | ooh, yep | 18:27 |
kerio | ok, to be fair you should copy the copiable, then fsck, then copy the copiable, then format, then copy back | 18:28 |
DocScrutinizer05 | missed that since it's a rather unusual term in linux | 18:28 |
kerio | fair | 18:28 |
kerio | cp, mkfs, cp | 18:28 |
kerio | hey, what do you know, it's also how you defrag in unix | 18:28 |
*** GI_Jack has quit IRC | 18:28 | |
*** stardiviner has quit IRC | 18:30 | |
*** HonooPC has quit IRC | 18:34 | |
*** eijk has joined #maemo | 18:34 | |
*** ShadowJK has quit IRC | 18:35 | |
Drathir | ok i delete file causing the problem and sadly didnt help now show something like that Reclaimed 1838 unused clusters (120455168 bytes). | 18:36 |
Drathir | Free cluster summary wrong (324115 vs. really 326911) | 18:36 |
*** ShadowJK has joined #maemo | 18:36 | |
*** FlameReaper-PC has joined #maemo | 18:36 | |
Drathir | ech i think no other way to han format... | 18:37 |
*** eijk_ has quit IRC | 18:38 | |
Drathir | fsck from pc is the same that built in? | 18:39 |
Drathir | one good things is that fs is no more in ro mode... | 18:40 |
*** rcg has quit IRC | 18:40 | |
*** FlameReaper-PC has quit IRC | 18:41 | |
*** stef_204 has quit IRC | 18:47 | |
Drathir | it is very risky to using fs in this way ? | 18:49 |
*** jpinx has joined #maemo | 18:51 | |
*** ArGGu^^ has quit IRC | 18:51 | |
*** jpinx has quit IRC | 19:04 | |
*** darodi has quit IRC | 19:08 | |
*** npsimons has joined #maemo | 19:19 | |
*** Martix has quit IRC | 19:21 | |
*** M4rtinK has joined #maemo | 19:29 | |
*** Martix has joined #maemo | 19:30 | |
*** benedikt has quit IRC | 19:33 | |
*** benedikt has joined #maemo | 19:33 | |
*** MetalGearSolid has quit IRC | 19:36 | |
*** bef0rd has quit IRC | 19:36 | |
*** ArGGu^^ has joined #maemo | 19:38 | |
*** darodi has joined #maemo | 19:42 | |
*** calvaris has quit IRC | 19:45 | |
*** VDVsx has joined #maemo | 19:45 | |
*** Kilroo1 has joined #maemo | 19:48 | |
*** Kilroo has quit IRC | 19:48 | |
sixwheeledbeast | ah kerio, you beauty I get it now. :facepalm: | 19:51 |
kerio | infobot: no, kerio is <sixwheeledbeast> ah kerio, you beauty | 19:51 |
infobot | kerio: cannot alter locked factoids | 19:51 |
kerio | but i'm the one who locked it | 19:52 |
kerio | s | 19:52 |
kerio | ~useless | 19:52 |
* infobot starts crying and hides from kerio in the darkest corner of the room. :( | 19:52 | |
*** florian has quit IRC | 19:52 | |
sixwheeledbeast | er | 19:52 |
sixwheeledbeast | kerio is locked factiod | 19:53 |
*** benedikt is now known as negri | 19:57 | |
*** negri is now known as benedikt | 19:58 | |
*** psychologe has quit IRC | 20:00 | |
Drathir | kerio: bot source code is public? | 20:01 |
kerio | hm, i don't know | 20:02 |
ShadowJK | infobot, yes | 20:02 |
infobot | from memory, yes is the opposite of no | 20:02 |
ShadowJK | Well, sort of. It's a huge mass of perl. | 20:02 |
*** AD-N770 has quit IRC | 20:05 | |
*** darodi has quit IRC | 20:05 | |
*** eMHa__ has quit IRC | 20:11 | |
*** hardaker has quit IRC | 20:12 | |
*** rcg has joined #maemo | 20:19 | |
*** NeutrinoPower has joined #maemo | 20:21 | |
*** LauRoman has joined #maemo | 20:22 | |
*** heroux has quit IRC | 20:23 | |
*** stardiviner has joined #maemo | 20:28 | |
*** brzys has quit IRC | 20:29 | |
*** brzys has joined #maemo | 20:38 | |
*** Vlad_on_the_road has joined #maemo | 20:45 | |
*** valeriusM has joined #maemo | 20:47 | |
*** valerius has quit IRC | 20:50 | |
*** geaaru has quit IRC | 20:53 | |
*** sixwheeledbeast is now known as sixwheeled|away | 20:55 | |
*** valeriusM has quit IRC | 20:55 | |
*** freemangordon has quit IRC | 21:01 | |
*** jpinx has joined #maemo | 21:05 | |
*** FlameReaper-PC has joined #maemo | 21:08 | |
*** hazchemix has joined #maemo | 21:10 | |
*** Luke-Jr has quit IRC | 21:16 | |
*** stardiviner has quit IRC | 21:16 | |
*** Luke-Jr has joined #maemo | 21:17 | |
*** npsimons has quit IRC | 21:18 | |
*** valeriusM has joined #maemo | 21:22 | |
*** arcean has joined #maemo | 21:23 | |
*** eMHa__ has joined #maemo | 21:28 | |
*** LauRoman has quit IRC | 21:37 | |
*** infobot has quit IRC | 21:41 | |
*** at1as has joined #maemo | 21:57 | |
*** flo_lap has joined #maemo | 21:59 | |
*** Luke-Jr has quit IRC | 21:59 | |
*** flo_lap is now known as florian | 21:59 | |
*** valeriusM has quit IRC | 22:01 | |
*** Luke-Jr has joined #maemo | 22:07 | |
*** sunny_s has quit IRC | 22:15 | |
*** M4rtinK has quit IRC | 22:17 | |
*** valeriusM has joined #maemo | 22:18 | |
DocScrutinizer05 | wtf? | 22:19 |
*** timeless has quit IRC | 22:20 | |
*** infobot has joined #maemo | 22:21 | |
infobot | DocScrutinizer: infobot joined! | 22:21 |
*** ChanServ sets mode: +v infobot | 22:21 | |
*** M4rtinK has joined #maemo | 22:21 | |
*** udovdh has quit IRC | 22:25 | |
*** udovdh has joined #maemo | 22:26 | |
*** timeless has joined #maemo | 22:31 | |
*** mvp has joined #maemo | 22:32 | |
DocScrutinizer05 | kerio: you locked it | 22:37 |
DocScrutinizer05 | you can unlock it | 22:37 |
DocScrutinizer05 | probably not even I can alter locked factoids | 22:37 |
DocScrutinizer05 | infobot: no, kerio is <sixwheeledbeast> ah kerio, you beauty | 22:37 |
infobot | DocScrutinizer05: okay | 22:38 |
DocScrutinizer05 | *shrug* I can ;-P | 22:38 |
DocScrutinizer05 | ~factinfo kerio | 22:38 |
infobot | kerio -- created by kerio <kerio@unaffiliated/kerio> at Tue Aug 7 21:11:47 2012 (238 days); last modified 22s ago by DocScrutinizer05!~HaleBopp@openmoko/engineers/joerg; it has been requested 15 times, last by kerio, 2d 9h 15m 29s ago; it has been locked by kerio. | 22:38 |
*** shamus has quit IRC | 22:41 | |
*** shamus has joined #maemo | 22:41 | |
*** dhbiker has quit IRC | 22:43 | |
*** marko_ has joined #maemo | 22:43 | |
*** marko_ has quit IRC | 22:44 | |
*** dhbiker has joined #maemo | 22:44 | |
*** dhbiker has quit IRC | 22:45 | |
*** dhbiker has joined #maemo | 22:46 | |
*** vblazquez has quit IRC | 22:46 | |
*** vblazquez has joined #maemo | 22:48 | |
*** SmilyOrg has joined #maemo | 22:49 | |
*** Vlad_on_the_road has quit IRC | 22:49 | |
*** FIQ has quit IRC | 22:50 | |
*** pvanhoof has joined #maemo | 22:52 | |
*** Smily has quit IRC | 22:52 | |
*** FIQ has joined #maemo | 22:56 | |
*** bef0rd has joined #maemo | 22:57 | |
*** dhbiker has quit IRC | 22:59 | |
*** freemangordon has joined #maemo | 23:06 | |
*** stardiviner has joined #maemo | 23:13 | |
*** phlixi has joined #maemo | 23:18 | |
*** yosafbridge has quit IRC | 23:22 | |
*** FlameReaper-PC has quit IRC | 23:25 | |
*** FlameReaper-PC has joined #maemo | 23:26 | |
*** yosafbridge has joined #maemo | 23:26 | |
*** xmlich02_ has joined #maemo | 23:29 | |
*** NeutrinoPower has quit IRC | 23:34 | |
*** LauRoman has joined #maemo | 23:38 | |
*** bef0rd has quit IRC | 23:39 | |
*** jrocha has joined #maemo | 23:41 | |
*** NIN101 has quit IRC | 23:43 | |
*** vblazquez has quit IRC | 23:43 | |
*** WielkiTost has quit IRC | 23:43 | |
*** pvanhoof has quit IRC | 23:44 | |
*** vblazquez has joined #maemo | 23:46 | |
*** WielkiTost has joined #maemo | 23:47 | |
*** minde has quit IRC | 23:47 | |
*** NeutrinoPower has joined #maemo | 23:47 | |
*** vblazquez has quit IRC | 23:49 | |
*** vblazquez has joined #maemo | 23:51 | |
*** lizardo has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!