IRC log of #maemo for Tuesday, 2015-08-04

*** xes has quit IRC00:01
*** xes has joined #maemo00:02
*** louisdk has joined #maemo00:02
*** xes has quit IRC00:03
*** xes has joined #maemo00:04
DocScrutinizer05Luke-Jr: well, the result might well be a reboot00:09
DocScrutinizer05dsme is the master watchdog process in maemo00:09
DocScrutinizer05even a simple sigstop bme already suffices to reboot maemo after ~ 60s00:10
DocScrutinizer05dsme, bme, and mce are quite important processes for the system00:12
DocScrutinizer05and maemo-launcher is not really simple to even guess what might result from stopping all processes spawned/created by or through it00:13
Palidsme is kicking HW watchdogs00:14
DocScrutinizer05yup00:14
Palialso controls temperature, battery status, charge status and overheating00:14
Paliit should not be stopped00:14
Luke-Jrhm, dsme disappeared when I SIGCONT'd it00:15
Luke-Jrany way to restart it? :x00:16
Palistop dsme00:16
Palistart dsme00:16
Palidsme is controlled by our init daemon (=upstart)00:17
Luke-JrPali: btw, any reason fcam is not included in power kernel?00:19
Paliis not fcam just application?00:19
Luke-Jrno, it has a kernel patch too00:20
PaliI do not know about those kernel patches00:21
Palibut I'm not using fcam00:21
Paliso I do not know about it00:21
Paliand nobody sent me any fcam patches for review and including into kp00:21
Paliso that means there were also no interrest from users00:21
Siceloah .. and .. Pali, when you have a moment : USB Mode -- what causes the blue LED to 'refuse' to go out when you re-enable peripheral mode? i've tried switching it off via dbus, but it just comes back in less than 10 seconds00:22
Paliaha... I have 3 unpushed commits in my usbmode git from year 201300:23
PaliSicelo: if you are interested for testing, please drop me email00:24
Palimaybe it will fix that problems... I do not remember... anyways now I'm going offline00:24
Siceloi'll mail :)00:24
PaliI look at it tomorrow00:25
Palibye00:25
*** louisdk has quit IRC00:26
*** Pali has quit IRC00:26
DocScrutinizer05Sicelo: LED is controlled by MCE pattern.00:27
DocScrutinizer05~phonecontrol00:27
infobotsomebody said phonecontrol was http://wiki.maemo.org/Phone_control00:27
DocScrutinizer05http://wiki.maemo.org/Phone_control#Deactivate_LEDs00:27
DocScrutinizer05replace PatternCommunicationIM by the name of the pattern (in /etc/mce/mce.ini) that got activated by USB mode00:28
*** githogori has quit IRC00:29
DocScrutinizer05Sicelo: see http://maemo.cloud-7.de/maemo5/usr/sbin/booston00:30
DocScrutinizer05particularly see cleanup(){...} which gets executed by trap on all script exit (except sigkill)00:32
SiceloDocScrutinizer05: i used that very "deactivate" dbus call .. but it comes on again for some weird reason. something in usbmode00:33
DocScrutinizer05well, unless usbmode send a new dbus activate msg, I don't see how it could do that00:34
DocScrutinizer05dbus-monitor should help00:34
Sicelonothing appears00:35
DocScrutinizer05actually usbmode sending multiple activate commands would be massively buggy, they get accumulated afaik, means you need a deactivate command for each activate command that been sent00:35
Sicelodbus-monitor --system .. unless i should have monitored one of the other buses00:36
*** futpib has quit IRC00:36
DocScrutinizer05nah, systembus is correct00:36
Sicelothere's definitely a bug .. someone else also mentioned it on tmo, and i think Pali is aware of it00:36
DocScrutinizer05when you can't deactivate it via dbus cmd, the bug would be either in your command or in mce00:37
Siceloprolly mce then00:37
DocScrutinizer05again, you need to use exactly the right pattern name00:37
DocScrutinizer05worst case `stop mce; sleep 1; start mce`00:38
Sicelodidn't help either :)00:38
DocScrutinizer05I can't see how mce suddenly develops bugs it didn't ever show during last 5 years00:38
Sicelomaybe the pattern is defined in a bad way?00:39
DocScrutinizer05doesn't matter00:39
DocScrutinizer05mce doesn't care about the pattern definition00:39
Sicelothen it's a crazy situation00:39
DocScrutinizer05it simply sends the pattern to lp5523 chip and increments a counter00:40
DocScrutinizer05then it refreshes the pattern in lp5523 every 10s or so00:40
DocScrutinizer05or actually on every 'event'00:41
*** louisdk has joined #maemo00:41
DocScrutinizer05what's the name of the pattern?00:42
Sicelohttp://talk.maemo.org/showpost.php?p=1475026&postcount=233 someone else with exactly same issue00:42
SiceloPatternBoost00:42
DocScrutinizer05irrelevant00:42
DocScrutinizer05and did you try sending a dozen or more deactivate dbus msgs?00:42
Siceloi don't have an actual number of timesp but at least 4, yes00:43
*** LauRoman|Alt has joined #maemo00:45
*** louisdk has quit IRC00:47
*** _LauRoman has quit IRC00:48
DocScrutinizer05and not even a reboot helps to stop the LED blinking?00:48
Siceloreboot helps. so far looks like the only working solution (which sucks)00:50
DocScrutinizer05ok, mce does _not_ accumulate multiple activate-pattern calls. A single deactivate call stops the pattern00:51
DocScrutinizer05so maybe it has another similar looking pattern on its stack that gets re-enabled when you deactivate the PatternBoost?00:52
Sicelowho/what would set the pattern?00:53
DocScrutinizer05how would I know? maybe a patternMessage or pattern_missedcall or whatever00:54
DocScrutinizer05alas mce lacks a query what's the currently active pattern resp state of LED00:54
DocScrutinizer05but actually maybe there's a typo or rather syntax error in the mce.ini file that causes mce to act funny. You might want to check that file00:56
DocScrutinizer05I don't think mce get severely tested for tolerant handling of syntax errors in mce.ini00:57
DocScrutinizer05another approach would be to start dbus-monitor before you start usbmode first time. Filter for string "*activate", see who sends which LED pattern cmd when and how often00:58
Sicelowill try that tomorrow01:02
*** LauRoman|Alt has quit IRC01:03
DocScrutinizer05btw I just notced that a "dbus-monitor --system&" does _not_ log the dbus-send command I use to (de)activate LED pattern01:09
DocScrutinizer05quite weird01:09
DocScrutinizer05maybe I forgot how to use that stuff correctly01:10
DocScrutinizer05didn't touch it for 2 years or so01:10
*** pcfe has quit IRC01:23
*** pcfe has joined #maemo01:35
*** pcfe has quit IRC01:35
*** pcfe has joined #maemo01:35
*** konelix_ has quit IRC01:39
*** xorly has quit IRC01:49
*** florian has quit IRC01:54
*** pentanol has joined #maemo02:24
*** vectis has quit IRC02:25
*** lobito has quit IRC02:35
*** `0660_ has quit IRC03:02
*** beford has joined #maemo03:12
*** Humpelstilzchen has joined #maemo04:14
*** Defiant has quit IRC04:16
*** eMHa__ has joined #maemo04:20
*** N-Mi has quit IRC04:22
*** eMHa_ has quit IRC04:24
*** KotCzarny has quit IRC04:31
*** githogori has joined #maemo04:36
*** githogori has quit IRC04:37
*** githogori_ has joined #maemo04:37
*** githogori has joined #maemo04:37
*** githogori_ has quit IRC04:37
*** githogori has quit IRC04:41
*** githogori has joined #maemo04:41
*** LauRoman has quit IRC04:42
*** pentanol has quit IRC05:32
*** pentanol has joined #maemo05:32
*** Roth has joined #maemo05:44
*** svetlana has quit IRC05:46
Rothhttp://pic.twitter.com/6JnhhoVdDn06:01
*** lxp has joined #maemo06:02
*** lxp1 has quit IRC06:04
*** sparetire_ has joined #maemo06:06
Rothhttp://pic.twitter.com/xiGrh1lY5F06:07
*** svetlana2 has joined #maemo06:12
*** svetlana has joined #maemo06:14
*** svetlana2 has quit IRC06:16
*** KotCzarny has joined #maemo06:38
*** robink has quit IRC06:52
*** robink_ has joined #maemo06:54
*** `0660 has joined #maemo07:02
*** robink_ is now known as robink07:04
*** lobito has joined #maemo07:34
*** Roth has quit IRC08:04
*** chfoo has quit IRC08:05
*** chfoo has joined #maemo08:06
*** LauRoman has joined #maemo08:16
*** chfoo0 has joined #maemo08:21
*** chfoo has quit IRC08:24
*** chfoo0_ has joined #maemo08:24
*** chfoo0 has quit IRC08:28
*** chfoo0_ has quit IRC08:36
*** freemangordon has quit IRC08:37
*** freemangordon has joined #maemo08:44
*** chfoo0_ has joined #maemo08:46
*** Venusaur has quit IRC08:55
*** recharged has joined #maemo09:01
*** erlehmann has joined #maemo09:05
*** Venusaur has joined #maemo09:10
*** chfoo0_ has quit IRC09:13
*** kerio has quit IRC09:16
*** kerio has joined #maemo09:17
*** chfoo has joined #maemo09:34
rechargedI just ran an apt-get dist-upgrade on my N900 and it literally purged everything and killed itself09:34
rechargedWhy?09:34
keriobecause packaging09:35
*** sunny_s has joined #maemo09:35
kerioalso, you should've noticed that something was wrong when it told you "installing one new package, removing 450 packages"09:36
kerioand "THIS IS SOMETHING REALLY DANGEROUS TYPE THIS WHOLE PHRASE IF YOU'RE ACTUALLY THAT CRAZY"09:36
rechargedI never really look at that09:36
rechargedjust accept it09:36
keriogood job09:36
rechargedand when I realized it was purging everything I thought it was funny and let it keep going09:36
rechargedwhat could have caused that, though?09:37
keriobad packaging09:38
rechargedah well09:39
rechargedit was just flashed yesterday, so this doesn't bother me too much09:39
*** noch has quit IRC09:41
*** chfoo has quit IRC09:41
KotCzarnyrecharged: never ever use autoremove on n90009:43
KotCzarnyor dist-upgrade09:43
rechargedreally? why?09:43
KotCzarnyand even upgrade is dangerous09:43
KotCzarnybecause nokia09:43
rechargedI've never had a problem with it before this09:44
KotCzarnyon n900?09:44
rechargedyes09:44
rechargedin fact, it works better than ham and fam for me09:44
kerioautoremove can be fixed manually09:44
KotCzarnymost likely some package sucked something that conflicted with some system package, which in turn remove everything systemish09:44
kerioKotCzarny: indeed09:45
KotCzarnyand yes, when used cautiously, apt is much better09:45
KotCzarnybut it prints what it's gonna do for a reason09:45
*** rd_ has joined #maemo09:48
KotCzarnystill, when doing system upgrades, you should use speedyham (or ham)09:49
rechargedI normally read it, but it said that there were 57 upgrades available so I assumed they were just upgrades09:49
rechargedI'll use one of them for now on09:49
KotCzarny~speedyham09:49
infobotrumour has it, speedyham is 30 times faster than HAM http://maemo.merlin1991.at/cssu/community-devel/pool/free/h/hildon-application-manager/hildon-application-manager_2.2.73-2_armel.deb09:49
KotCzarny~fam09:49
infobothmm... fapman is Faster Application Manager, a frontend for apt which uses own repositories catalog, and shouldn't be used to do system upgrades (like CSSU), or actually for anything since ~speedyHAM. It also does "apt-get autoremove" after every operation, by default. In short, it's been identified as source of system corruption and thus deprecated, or see ~hamvsfam09:49
KotCzarnyspeedyham is available in cssu though, so:09:50
KotCzarny~cssu09:50
infobotcssu is probably http://wiki.maemo.org/Community_SSU, or (Community Seamless Software Update)09:50
*** tanty_off is now known as tanty09:51
*** recharged has left #maemo09:56
*** recharged has joined #maemo09:57
*** rd_ has quit IRC09:59
*** ab has quit IRC10:15
*** futpib has joined #maemo10:20
*** ab has joined #maemo10:26
*** ab has joined #maemo10:26
*** geaaru has joined #maemo10:32
*** pentanol has quit IRC10:33
*** futpib has quit IRC10:38
*** chfoo has joined #maemo10:38
*** florian_kc has joined #maemo10:43
*** chfoo has quit IRC10:43
*** arossdotme has quit IRC10:45
*** ad-n770 has joined #maemo10:51
*** arossdotme has joined #maemo10:58
*** florian_kc is now known as florian11:01
*** LauRoman has quit IRC11:02
*** erlehmann has quit IRC11:04
*** ab has quit IRC11:07
*** ab has joined #maemo11:08
*** ab has joined #maemo11:08
*** xorly has joined #maemo11:20
*** N-Mi has joined #maemo11:26
*** SpeedEvil has quit IRC11:35
*** FIQ has quit IRC11:35
*** Natch has quit IRC11:35
*** ArGGu^_^ has quit IRC11:35
*** ShadowJK has quit IRC11:35
*** Kilroo has quit IRC11:35
*** ds3 has quit IRC11:35
*** arossdotme has quit IRC11:36
*** freemangordon_ has joined #maemo11:37
*** SpeedEvil has joined #maemo11:37
*** FIQ has joined #maemo11:37
*** Natch has joined #maemo11:37
*** ArGGu^_^ has joined #maemo11:37
*** ShadowJK has joined #maemo11:37
*** Kilroo has joined #maemo11:37
*** ds3 has joined #maemo11:37
*** vectis has joined #maemo11:38
*** rm_work is now known as rm_work|away11:43
*** githogori has quit IRC11:48
*** arossdotme has joined #maemo11:49
*** chfoo has joined #maemo11:53
*** newbieAlert has joined #maemo12:14
*** newbieAlert has quit IRC12:18
*** newbieAlert has joined #maemo12:19
*** vectis has quit IRC12:38
*** eMHa__ has quit IRC12:57
*** troulouliou_div2 has joined #maemo12:58
*** lobito1 has joined #maemo13:05
*** lobito has quit IRC13:05
*** arossdotme has quit IRC13:07
*** arossdotme has joined #maemo13:10
*** arossdotme has quit IRC13:33
*** ced117 has joined #maemo13:41
*** arossdotme has joined #maemo13:46
sixwheeledbeastsomething will have conflicted with the metapackage ball that is maemo.13:49
sixwheeledbeast~hamvsfam13:49
infobot[hamvsfam] https://mg.pov.lt/maemo-irclog/%23maemo.2013-10-28.log.html#t2013-10-28T10:44:33, or http://talk.maemo.org/showthread.php?t=9322713:49
*** ced117 has quit IRC14:01
*** arossdotme has quit IRC14:03
Vajbhmm has speedyham changed lately? Because last i tried it nearly broke my system.14:17
Vajbinstall failed in ham and with apt it wanted to remove way too much stuff14:18
KotCzarnyinstall of what and from which repo?14:18
freemangordon_Vajb: "speedyham" is supposed to be a part of CSSU14:18
freemangordon_it was never meant to be instgalled as a single package14:19
*** arossdotme has joined #maemo14:19
Vajbis it part of it already?14:19
KotCzarnyi think cssu installation should be done via installing speedyham14:19
Vajbi have cssu-testing14:19
freemangordon_yes, afaik14:19
freemangordon_lemme check14:19
Vajbk maybe it wasn't when i tried14:20
*** ced117 has joined #maemo14:20
Vajbi had cssu-stable back then14:20
Vajband i recall installing atleast one cssu update after that14:20
Vajbso it is possible14:20
freemangordon_hmm, no, it is still not in cssu-testing14:22
freemangordon_oh, it is14:23
freemangordon_hildon-application-manager (1:2.2.73-2) unstable; urgency=low14:23
freemangordon_Vajb: ^^^14:23
Vajboh14:27
Vajbhmm lemme check which version i have14:28
Vajbyup14:32
Vajbthat's what i have now14:32
*** L29Ah has quit IRC14:33
bencohI have a hand-picked speedyHAM on cssu-stable here, it seems to be working14:34
bencoh(cant say I use it much though)14:34
bencoh(s/seems/seemed/ since I haven't actually really used it for a few months ... just to try)14:35
*** Hxor has joined #maemo14:35
freemangordon_bencoh: does cssu-stable includes upgraded glib needed by SHAM?14:36
sixwheeledbeastPossibly cssu-devel enabled? there have been some changes there recently. I doubt stable has new glib14:36
freemangordon_why nodt, it's been in -testing for quite a long time14:36
bencohlibglib2.0-0 1.4.2+0m5 here14:36
freemangordon_*not14:36
bencohfreemangordon_: by "needed", do you mean "missing symbols" or bug fix ?14:37
Hxorhello anyone here using nokia n90014:37
freemangordon_bencoh: debian dependencies :)14:37
bencohoh14:37
sixwheeledbeastHxor: eh yeah..14:37
freemangordon_Hxor: sure14:37
bencohHxor: of course :)14:38
Hxorhey :) im new to it very fun14:38
freemangordon_bencoh: I guess it depends on libglib2.0-0 (>= 2.24.1-1maemo1+0cssu0), so I wonder how did you manage to install it14:38
freemangordon_unless you compiled it from the source ofc14:39
Hxori think you can get libglib2 as amerl.deb package14:39
KotCzarnyfreemangordon: maybe he enabled cssu repo14:40
bencohfreemangordon_: dpkg-deb -I says >= 2.20.0 here and I cant find the package on my build box so I guess I didnt build it14:40
freemangordon_and what do you have on the device?14:41
freemangordon_libglib version that is14:41
bencoherr, strike the 1.4.2 thing, that was libisi-glib, silly display14:41
bencohlibglib is 2.20.3-1maemo5+0m514:41
freemangordon_hmm, weird14:41
bencohlooks like it's the stock version14:42
bencoh(according to maemo.org/packages)14:42
Hxoris anyone able to download gits using git clone on n90014:43
freemangordon_bencoh: hmm, yeah, seems somehow it does not depend on newer libglib. I wonder why DocScrutinizer05 had such dependency problems14:44
bencohfreemangordon_: cssu-devel I guess14:45
bencoh(hand-picking from it, I mean)14:45
*** arossdotme has quit IRC14:46
*** keel has joined #maemo14:52
Vajbi don't have libglib in my system14:56
bencohwait, what ?14:56
bencohno glib -> no gtk -> no hildon, are you running maemo ? :)14:57
Vajb apt-cache policy libglib14:57
VajbW: Unable to locate package libglib14:57
bencohVajb: dpkg -l |grep libglib14:57
Vajbah different string for that14:57
Vajb dpkg -l |grep libglib14:58
Vajbii  libglib2.0-0                                        2.24.1-1maemo1+0cssu0                      The GLib library of C routines14:58
*** arossdotme has joined #maemo15:00
*** Ex-Opesa has quit IRC15:07
*** Ex-Opesa has joined #maemo15:09
*** beford has quit IRC15:14
*** beford has joined #maemo15:14
*** ced117 has quit IRC15:41
*** qt_junkie has quit IRC16:07
*** beford has quit IRC16:12
*** arossdotme-planb has joined #maemo16:18
*** arossdotme has quit IRC16:20
*** konelix_ has joined #maemo17:08
*** florian has quit IRC17:13
*** freemangordon_ has quit IRC17:14
*** recharged has quit IRC17:20
*** keel has quit IRC17:35
*** LauRoman has joined #maemo17:35
*** qt_junkie has joined #maemo17:55
*** LauRoman|Alt has joined #maemo18:03
*** arossdotme-planb has quit IRC18:11
*** fmunozs has joined #maemo18:22
*** arossdotme-planb has joined #maemo18:24
* Wizzup finally has streaming to his n900 working decently18:43
WizzupI'm managing 44100, 2 channels over wifi18:43
Wizzuppretty much realtime :)18:43
KotCzarnywav?18:43
KotCzarnyor lossy?18:44
Wizzuppulseaudio, so wav18:44
KotCzarnyo.o18:44
KotCzarnyyou know you would be better with ANY compression?18:44
WizzupI know that all other solutions are mostly non existent18:44
KotCzarnyn900's wifi is very bandwidth limited18:44
WizzupKotCzarny: It's playing as we speak, stable, for minutes18:44
Wizzupwith a very good response time (200ms)18:45
KotCzarnysure, but i bet there are shoutcast and ogg solutions to stream close-to-realtime18:45
WizzupAll solutions I tried with sox,arecord/aplay,ssh,other compression had 8s+ latency18:45
WizzupAnd this just works18:45
WizzupSo unless you're going to tell me I am burning through the wifi chip :)18:45
Wizzup(alt. was to use usbnet)18:45
Wizzupnot only that, but this is mostly simple.18:46
KotCzarnywizzup: nas?18:47
WizzupWhat?18:48
KotCzarnyhttps://en.wikipedia.org/wiki/Network_Audio_System18:48
WizzupSo it's liked network attached STORAGE18:48
KotCzarnybut you are right in a way that it will go to pa anyway18:50
*** Neutron111 has joined #maemo18:52
KotCzarnyhttp://www.webrtc.org/faq18:53
KotCzarnyanother solution18:53
WizzupHow is this the best solution to stream from my laptop to the n900 though?18:54
WizzupLike I said, It Just Works over wifi18:54
Wizzupand if speed or latency really was an issue, I'd use usbnet to the n90018:54
KotCzarnyin short, any internet-phone app would do18:55
WizzupExcept that none of them have pulseaudio and then inherent all the latency problems.18:55
WizzupI really wonder if you understand all the things that pulseaudio does18:55
WizzupIt's not just "dump audio somewhere"18:56
WizzupIt calculates latency, adjusts for it, syncs, etc, etc.18:56
KotCzarnyand eats cpu needlessly18:56
Wizzupabout 7%.18:56
Wizzupwith the cpu downclocked18:56
KotCzarnyif you understand any net-phone app does syncs too18:56
Wizzupand the n900 attached to power.18:56
WizzupI have about 8 n900s. Why would I not use them?18:57
WizzupYou're really desperately trying to find a solution to a problem I don't have18:57
KotCzarnyok, no problem18:57
*** tanty is now known as tanty_off18:59
SiceloWizzup: perhaps you can share your setup for us to use as well :)19:04
WizzupI will19:05
Sicelocool. thanks19:06
* Sicelo must also find a place to drop the updated script derived from bq27200.sh for those N900 with bme-replacement.19:14
Sicelofor me bnf has too little info19:14
KotCzarnysicelo: your personal wiki page?19:21
Sicelohttp://talk.maemo.org/showpost.php?p=1478682&postcount=119:24
Sicelojust uploaded to tmo :)19:24
*** githogori has joined #maemo19:24
*** Pali has joined #maemo19:29
*** _LauRoman has joined #maemo19:35
bencoha properply configured audio encoder will give you *far* less than 8s latency19:36
bencohthe issue is with buffering19:36
KotCzarnyand there are close-to-realtime codecs too19:37
bencohat previous $job I used to broadcast audio+video(fullhd) streams with a ~100ms latency19:37
bencoh(we could go down 80ms but had to spend a frame in the video decoder and some time in the mux buffer)19:38
*** LauRoman|Alt has quit IRC19:38
*** LauRoman|Alt has joined #maemo19:39
*** _LauRoman has quit IRC19:40
*** LauRoman|Alt has quit IRC19:52
*** Pali has quit IRC19:57
*** Pali has joined #maemo20:03
*** ad-n770 has quit IRC20:05
*** fmunozs has quit IRC20:16
*** norayr has joined #maemo20:20
*** SpeedEvil has quit IRC20:24
*** SpeedEvil has joined #maemo20:25
*** konelix_ has quit IRC20:27
*** konelix_ has joined #maemo20:27
DocScrutinizer05((<Wizzup> It calculates latency, adjusts for it)) to achieve what?20:29
*** RzR has quit IRC20:30
*** RzR has joined #maemo20:30
DocScrutinizer05Sicelo: I'll happily host such script on maemo.cloud-7.de20:31
*** sunny_s has quit IRC20:35
*** erlehmann has joined #maemo20:36
KotCzarnydoc, who owns/programs infobot?20:36
*** LauRoman|Alt has joined #maemo20:37
SiceloDocScrutinizer05: great. it's already on the post above. only mod was to change the i2cget lines to extract the info from /sys/class/power_supply/bq27200-0/registers20:41
DocScrutinizer05KotCzarny:20:41
*** erlehmann_ has joined #maemo20:41
DocScrutinizer05~owner20:41
infobotTimRiker is my owner20:41
KotCzarny~timriker20:41
infobotrumour has it, timriker is a noob who does c/p20:41
KotCzarny- timriker: No such nick/channel20:41
DocScrutinizer05~factinfo timriker20:42
infobottimriker -- created by trolll <bc26ade0@gateway/web/freenode/ip.188.38.173.224> at Thu Aug 19 23:35:52 2010 (1810 days); it has been requested 68 times, last by KotCzarny, 19s ago.20:42
KotCzarny1810 days?20:42
DocScrutinizer05?20:42
*** erlehmann has quit IRC20:42
KotCzarny~seen timriker20:43
infobottimriker <~TimRiker@bzflag/projectlead/TimRiker> was last seen on IRC in channel #infobot, 2d 1h 58m 34s ago, saying: 'bot didn't clean up it's .pid file and would not restart. not sure why that happened. fixed.'.20:43
*** arossdotme-planb has quit IRC20:43
KotCzarny~infobot20:43
infobotit has been said that infobot is A program on the IRC that helps users, ask it to do something by putting a ~ and then say a command!20:43
KotCzarnyis infobot inherent to maemo community or freenode?20:44
*** erlehmann_ is now known as erlehmann20:45
*** troulouliou_div2 has quit IRC20:47
DocScrutinizer05neither20:50
DocScrutinizer05~+chaninfo20:51
infobot123/123 channels, 4737 users, 3598 unique: #debian/1662, #kde/454, #gsoc/323, #asterisk/206, #maemo/188, #oe/147, #wowuidev/141, #wowace/97, #cubieboard/89, #utah/82, #neo900/79, #harmattan/72, #meego/60, #wowhead/59, #openmoko/57, #qi-hardware/54, #asterisk-dev/53, #bzflag/51, #openmoko-cdevel/50, #maemo-ssu/48, #webos-internals/47, #arm-netbook/44, #curseforge/42, #elinux/38, #uphpu/29, #slug/26, #debianppc/25, #sc2mapster/23, #gllug/20:51
KotCzarnynot bad20:51
*** Hxor has quit IRC20:53
*** arossdotme-planb has joined #maemo20:56
*** erlehmann_ has joined #maemo21:01
*** silviof has quit IRC21:04
*** erlehmann has quit IRC21:05
*** erlehmann_ is now known as erlehmann21:06
*** slapin_ is now known as slapin21:06
*** jon_y_ has joined #maemo21:07
*** jon_y has quit IRC21:09
*** rd_ has joined #maemo21:15
*** rd_ has quit IRC21:16
*** aloril has quit IRC21:16
*** arossdotme-planb has quit IRC21:23
*** tmp_512 has joined #maemo21:24
*** rm_work|away is now known as rm_work21:28
*** silviof has joined #maemo21:31
*** futpib has joined #maemo21:35
*** arossdotme-planb has joined #maemo21:36
*** tmp_512 has quit IRC21:38
*** rm_work is now known as rm_work|away21:38
*** rm_work|away is now known as rm_work21:40
*** tmp_512 has joined #maemo21:43
*** fmunozs has joined #maemo21:47
*** sparetire_ has quit IRC21:51
*** geaaru has quit IRC21:56
*** vectis has joined #maemo22:04
*** freemangordon has quit IRC22:05
*** freemangordon has joined #maemo22:05
*** norayr has quit IRC22:06
*** newbieAlert has quit IRC22:12
*** newbieAlert has joined #maemo22:14
*** freemangordon has quit IRC22:29
*** freemangordon has joined #maemo22:30
*** freemangordon has quit IRC22:30
*** freemangordon has joined #maemo22:31
*** jlo has joined #maemo22:38
*** jlo has quit IRC22:48
*** newbieAlert has quit IRC22:55
*** newbieAlert has joined #maemo22:56
*** peterleinchen has joined #maemo23:00
*** flo_lap has joined #maemo23:09
*** flo_lap is now known as florian23:12
*** konelix_ has quit IRC23:22
*** konelix_ has joined #maemo23:23
*** konelix_ has quit IRC23:28
*** freemangordon has quit IRC23:34
*** freemangordon has joined #maemo23:35
*** freemangordon has quit IRC23:37
*** freemangordon has joined #maemo23:38
*** fmunozs has quit IRC23:40
*** freemangordon has quit IRC23:43
*** freemangordon has joined #maemo23:43
*** freemangordon has quit IRC23:44
*** freemangordon has joined #maemo23:45
*** freemangordon has quit IRC23:47
*** freemangordon has joined #maemo23:48
*** freemangordon has quit IRC23:50
*** peterlein has joined #maemo23:50
*** freemangordon has joined #maemo23:50
*** Axel_H has quit IRC23:53
*** peterleinchen has quit IRC23:54
*** freemangordon has quit IRC23:56
*** freemangordon has joined #maemo23:57

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