IRC log of #maemo for Wednesday, 2013-07-24

GogoPogonone seems to fret about the formats so I suppose it's an easy conversion to be done from .xml do .dat00:00
GogoPogohttp://meta.wikimedia.org/wiki/Data_dumps/Dump_format00:01
*** bef0rd has joined #maemo00:02
*** FReaper-PC has joined #maemo00:03
*** bef0rd has quit IRC00:04
*** FlameReaper-PC has quit IRC00:04
GogoPogobtw I'm currently downloading the .xml dump you Doc linked to me before and see if it works00:05
GogoPogoI keep searching the web for a solution in the meantime00:05
DocScrutinizer05o7ywswbut the wiki dump isn't zip files19:3400:06
DocScrutinizer05o7ywswit is .idx and .dat files.......19:3500:06
DocScrutinizer05o7ywswwhat's the deal00:06
*** aap has quit IRC00:06
GogoPogoI read it00:06
*** GI_Jack has joined #maemo00:06
DocScrutinizer05I can't find any reference to .idx and .dat on http://meta.wikimedia.org/wiki/Data_dumps/Dump_format00:06
GogoPogonor did I, that's why I suppose it's a problem that can be solved easily, or at least I hope00:07
*** FIQ|n900 has joined #maemo00:08
DocScrutinizer05o7ywsw claimed the downloads consisted of .idx and .dat files in 201000:10
DocScrutinizer05I don't get it00:11
*** konelix has quit IRC00:11
GogoPogoI can't understand Evopedia's choice00:11
DocScrutinizer05https://github.com/evopedia/evopedia_python/blob/master/dumpscripts/dumplib.sh00:12
GogoPogoeverything I come across regarding wikis dumps talks about xml00:12
*** konelix has joined #maemo00:13
*** FReaper-PC has quit IRC00:13
GogoPogozip -1 wikipedia_"$LANG"_"$dumpdate".zip *.idx *.dat metadata.txt00:13
*** _rd has quit IRC00:14
GogoPogoI can't work out anything useful from the code.. do you?00:15
*** konelix has quit IRC00:17
*** unclouded has joined #maemo00:19
*** FIQ|n900 has quit IRC00:21
GogoPogowikimedia dumps come in static html format too, one file for each article and no .xml, only and index.html file00:21
GogoPogoI guess they would be good too, Evopedia start the browser on local host to the port 8080 and grabs the data from the databases. Plain html should be no hard to open but I fear it will mess up the wikis index inside the application00:23
*** SmilyOrg has joined #maemo00:23
win7macare there any HW-restraints against Linux-compatible Laptops, like graphics or smth.?00:24
win7mac...eSATA, FW etc?00:24
*** M4rtinK has quit IRC00:24
DocScrutinizer05yes, they are downloading the xml.gz and sql.gz files (line 12 .. 18), then at some place import stuff to a mysql db, and then there's also that magical grep -v '<redirect />' | "$SCRIPTDIR"/xml2sql -o "$IMPORTTEMPDIR" -v00:25
*** Smily has quit IRC00:27
DocScrutinizer05 $LIBDIR/datafile_storage.py --convert "$DESTDUMPTEMPDIR/$LANG/" "$dumpdate" "$LANG" "http://$LANG.wikipedia.org/wiki/"00:30
GogoPogoyeah I saw that but how can it help?00:30
*** FIQ|n900 has joined #maemo00:31
win7macI want to set up an affordable (used) dualboot Win7/Linux Laptop with decent HW. I like the Lenovos, but they're too expensive new00:31
DocScrutinizer05it seems this datafile_storage.py creates the .idx and .dat files?00:31
GogoPogoyes I'm looking for it00:31
FIQ|n900hi00:32
GogoPogowin7mac: this is not a desktop computer channel, sorry..00:32
FIQ|n900just got python issue again00:32
FIQ|n900so it wasn't bp-related00:32
FIQ|n900so I just took a look into pymaemo-optify00:32
FIQ|n900and rcS-late respectively00:32
GogoPogoDocScrutinizer05: https://github.com/evopedia/evopedia_python/blob/master/evopedia/evopedia/datafile_storage.py00:33
FIQ|n900it seems like pymaemo-optify creates 3 relevant files (and some documents in /usr/share/doc)00:33
DocScrutinizer05https://github.com/evopedia/evopedia_python00:33
FIQ|n900one in /etc/default containing configuration (the directores being bindmounted and where the mount actually is)00:34
HRH_H_Crabhi all, not specifically a maemo question, but has anyone here used this: http://elektranox.org/n900/index.html ?00:34
SiceloHRH_H_Crab: i have00:34
FIQ|n900one in /etc/event.d which starts a daemon (py-optifying is done by a daemon script..?)00:34
HRH_H_CrabSicelo: did you manage to get wifi working?00:34
Siceloyes00:34
Siceloeverything, even gprs :P00:34
HRH_H_Crabi am using wpa-ssid <blah>00:35
HRH_H_Crabwpa-psk <blah>00:35
HRH_H_Crabbut the little blighter just doesnt seem to want to associate00:35
HRH_H_Crabnot sure what i might be missing00:35
Siceloanyway, that's deprecated now.. you're better off with a newer kernel, eg Nemo kernel00:35
HRH_H_Crabhmmm00:36
Siceloyou have the firmware in the right place?00:36
HRH_H_Crabyep00:36
HRH_H_Crabthe device is there00:36
HRH_H_Crabi have wlan0 phonet0 all that jazz00:36
FIQ|n900so let's see here00:36
HRH_H_Crabi just cant seem to write an /etc/network/interfaces that works00:37
Sicelowpasupplicant?00:37
HRH_H_Crabive not tried that00:37
Siceloyou can't use wpa-ssid, wpa-psk if you don't have supplicant00:38
HRH_H_Crabit works fine on my zaurus'es00:38
Sicelowell, i'm no expert.. at least that's how i understood it.00:38
Siceloyou absolutely sure your Zauruses don't have supplicant? maybe was bundled ..00:39
DocScrutinizer05GogoPogo: https://github.com/evopedia/evopedia_python/tree/master/mediawiki-1.14.0-evopediamod  sounds good, eh?00:39
HRH_H_CrabSicelo: yeah00:40
FIQ|n900grep -q " $d " /proc/mounts || mount --bind $OPT_DIR/$d $d - this is how the mounting works, i.e. it first checks if they're already mounted and if grep exits with errors (i.e. it isn't), mounts it00:40
HRH_H_Crabi installed debian on them using debootstrap00:40
FIQ|n900there doesn't seem to be any issues with this00:40
HRH_H_Crabive tried using wpasupplicant before00:40
GogoPogoDocScrutinizer05: it does... can you run it?00:40
DocScrutinizer05haven't tried yet00:41
HRH_H_Craband ive always found it to be one of the most horrific programs ive ever used00:41
FIQ|n900unless /home is mounted *after* this script run00:41
FIQ|n900s00:41
HRH_H_Crab:P00:41
HRH_H_Crabbut maybe this is a good opportunity to try and get to grips with it00:41
HRH_H_Crabwhen i feel i can stomach it00:41
HRH_H_Crabis it what you used when you set up wifi on your n900 on deb?00:41
DocScrutinizer05GogoPogo: but for all I can tell it seems to me evopedia actively tries to dwonload whatever it needs to duplicate the whole wiki db in a local mysql00:42
FIQ|n900this could potentially be the issue00:42
SiceloHRH_H_Crab: i believe so.. i followed all those steps to the letter.00:42
DocScrutinizer05it doesn't need you to download any huge files manually00:42
FIQ|n900DocScrutinizer05: I thought of altering that line in python mount scripts slightly00:42
GogoPogoI don't get it, what's the advantage with it?00:44
FIQ|n900grep -q " $d " /proc/mounts || mount --bind $OPT_DIR/$d $d 2>/home/user/pymounts_failed00:44
FIQ|n900DocScrutinizer05: would this do what I want?00:44
*** bef0rd has joined #maemo00:44
FIQ|n900i.e. send any eventual errors with the mount to pymounts_failed as text00:44
SiceloHRH_H_Crab: it was over a year ago.. so i don't quite remember everything. why don't you try a newer debian with a newer kernel..? or even Arch? Skry made some really great progress there00:44
FIQ|n900or would that script get overwritten in some way?00:45
FIQ|n900or worse, error out and make the issue worse00:45
DocScrutinizer05FIQ|n900: not exactly, use /var/log/00:45
DocScrutinizer05not /home/*00:45
FIQ|n900oh00:46
FIQ|n900but other than that?00:46
FIQ|n900DocScrutinizer05: also00:46
FIQ|n900looked into rcS-late00:46
DocScrutinizer05looks good to me00:46
Siceloand btw HRH_H_Crab, i've never really use supplicant directly.. i just had it because my understanding was that it's needed for wpa* stuff to work in /etc/network/interfaces.. guess i was wrong00:46
HRH_H_Crabyeah00:46
HRH_H_Crabno you may be right00:46
FIQ|n900and mounting seems to be done by that script unless part of rootfs and already mounted00:47
DocScrutinizer05also use mount -v(erbose)00:47
FIQ|n900so perhaps it's possible that rcS-late is running too late?00:47
FIQ|n900mhm00:47
SiceloHRH_H_Crab: did you also create the udev rule as per http://elektranox.org/n900/installation/configuration.html?00:48
DocScrutinizer05you'll learn from /var/log/pymounts_failed00:48
ecc3gok why is my n900 trying to access port 7275 (SUPL?) on 66-152-109-100.tvc-ip.com ...00:48
FIQ|n900grep -q " $d " /proc/mounts || mount -v --bind $OPT_DIR/$d $d >/var/log/pyoptify_state00:48
Sicelosupl.nokia.com?00:48
FIQ|n900was thinking on settling with this then00:48
DocScrutinizer05add a line   echo "mounting $OPT_DIR/$d" >>>/var/log/pyoptify_state00:49
Siceloecc3g: what supl server do you have configured? and is gps enabled atm?00:49
DocScrutinizer05and you don't want to use >, use >>00:49
FIQ|n900ah00:49
DocScrutinizer05add a line   echo "mounting $OPT_DIR/$d" >>/var/log/pyoptify_state00:49
DocScrutinizer05dang00:49
ecc3gI was trying different SUPL servers, supl.google.com supl.nokia.com and also tried my supl-proxy00:50
DocScrutinizer05set -vx00:50
SiceloHRH_H_Crab: a more recent debian + regualr maemo kernel tutorial is at http://wiki.debian.org/MaemoAndSqueeze00:51
DocScrutinizer05exec 2>>/var/log/pyoptify_state 1>&200:51
GogoPogoDocScrutinizer05: should we ask ashley to check out the program?00:51
DocScrutinizer05at start of rcs-late00:51
ecc3gI was trying to get AGPS working but wonderring why I could not get it to reach my proxy...00:51
FIQ|n900DocScrutinizer05: exec 2 does what?00:51
FIQ|n900DocScrutinizer05: but ok, I'll do that00:51
Siceloecc3g: and where's the proxy?00:52
DocScrutinizer05GogoPogo: I don't know if he's willing to do that. ask him anyway00:52
ecc3git's not that host :)00:52
GogoPogoDocScrutinizer05: pvt message you mean?00:52
ecc3gtemporarily running the proxy on my server...00:52
DocScrutinizer05FIQ|n900: exec without any parameter is used to redirect any filehandles of the currently running shell interpreter00:53
FIQ|n900ah00:53
Sicelofyi, supl.google & supl.nokia are broken for N900 :(00:53
DocScrutinizer05set -vx echoes every line as it is executed00:53
ecc3gI'm wondering if this is the SIM-card supplied SUPL server (which, incidentally, that machine is dead)00:53
FIQ|n900DocScrutinizer05: mhm00:54
DocScrutinizer05exec 1>somefile redirects output to somefile00:54
FIQ|n9002 stderr I guess00:54
DocScrutinizer05yep00:54
FIQ|n900echo "mounting $OPT_DIR/$d" >>>/var/log/pyoptify_state is 3 > here a typo?00:54
FIQ|n900you wrote it before00:54
*** soltys has quit IRC00:54
DocScrutinizer05yes00:55
FIQ|n900oh makes sense00:55
GogoPogoDocScrutinizer05: do you think we could aim it at wiki.maemo.org and see what it comes up with?00:55
DocScrutinizer05you don't need that anymore, when you redirect output of whole rcS-late00:55
FIQ|n900> overwrites, >> appends, so I assumed it was a typo yes00:55
GogoPogoDocScrutinizer05: I've long since last programmed anything and even though I liked Python a lot I'm not able to help out anymore00:56
DocScrutinizer05but maybe you just want to do that before the interesting part of rcS-late00:56
DocScrutinizer05GogoPogo: sure we can try that00:56
GogoPogoif there's anyway I can help just tell me00:57
GogoPogoany way*00:57
Siceloecc3g: i don't think N900 gets supl server from sim even if it's there..00:57
*** soltys has joined #maemo00:57
DocScrutinizer05FIQ|n900: probably you even rather go with your solution00:58
ecc3gHmm... it's just suspicious, I can't seem to contact my supl proxy at all...00:58
GogoPogoDocScrutinizer05: I may e-mail Evopedia.info and ask for their thought, is it ok?00:58
ecc3gwiresharking it...00:58
DocScrutinizer05it's not as bloated as what I suggested (exec)00:58
DocScrutinizer05ask ashley first00:59
Siceloecc3g: no typo maybe?00:59
DocScrutinizer05GogoPogo: ask ashley first00:59
FIQ|n900http://pastebin.com/v1MqcLLc rcS-late, http://pastebin.com/ix0ga7AG pymaemo-optify00:59
FIQ|n900looks good00:59
ecc3gwireshark indicates it is a typo... ha.00:59
FIQ|n900DocScrutinizer05: hmm but letting rcS-late output may also hint if it's running too early/late00:59
GogoPogoDocScrutinizer05: ok, he's not there anyway00:59
Sicelolol ecc3g01:00
ecc3gbut...01:00
ecc3git doesn't look like a typo in the settings field01:00
FIQ|n900which would explain the issues I've had with the bindmounts01:00
DocScrutinizer05ashley: not here?01:00
FIQ|n900DocScrutinizer05: unless you see any obvious typos, I'll reboot now.. worst case scenario is I messed up the syntax and maemo doesn't boot, though fixing that would be trivial with bm's root console01:01
*** piggz has quit IRC01:01
DocScrutinizer05hope so, since otherwise bootloop01:01
Sicelohmm.. now that's strange ecc3g.01:01
DocScrutinizer05I haven't seen obvious typos but I haven't checked thoroughly either01:02
FIQ|n900even if it works fine (the bindmounts), I could still check that script to see whether my modifications worked01:02
ecc3ganyone happen to know what file the SUPL server setting is stored in?01:02
Sicelogconf01:02
FIQ|n900and if they did, then I know where to look next time it fails01:02
*** soltys has quit IRC01:02
Sicelo/system/nokia/location/supl <--01:02
Siceloecc3g: ^^01:02
DocScrutinizer05ecc3g: gconftool -R /|less "+/supl" -j 501:03
FIQ|n900[00:01:35] <DocScrutinizer05> hope so, since otherwise bootloop01:03
FIQ|n900bm - root console - remove my edits01:03
FIQ|n900and reboot loop solved01:03
FIQ|n900not too hard really :P01:03
FIQ|n900brb reboot01:03
DocScrutinizer05ecc3g: then hit n01:04
ecc3ggconf looks right01:04
ecc3ghmm.01:04
ecc3greboot I guess01:04
*** valeriusL has quit IRC01:05
DocScrutinizer05ecc3g: alternatively :   gconftool -R /system/nokia/location01:05
Siceloecc3g: which process is trying to contact that address? netstat...01:05
ecc3gno clue why wireshark indicates something is trying to look up a mangled hostname...01:06
*** valeriusL has joined #maemo01:06
ecc3gfuuu i need a non-messybox netstat :p01:06
DocScrutinizer05lol, for sure01:07
DocScrutinizer05~messybox01:07
DocScrutinizer05o.O01:07
ecc3greboot.01:07
DocScrutinizer05~ping01:07
infobotextra, extra, read all about it, messybox is messy... err busybox is meant for lean scripting. Regarding all the missing options and immanent limitations (see su, passwd) it's not really the interactive shell of choice. A lot of people hate busybox because a lot of system integrators don't understand the difference between busybox and a decent user interactive shell plus unix utils01:07
infobot~pong01:07
DocScrutinizer05wtf?01:08
*** FIQ|n900 has quit IRC01:08
*** FredrIQ|n900 has joined #maemo01:08
FredrIQ|n900DocScrutinizer05: is it normal for mount -v not to output anything on a successful mount?01:08
DocScrutinizer05dunno01:08
Sicelowhy couldn't he just install Netstat? there is a standalone pkg01:08
DocScrutinizer05maybe to stadout01:08
DocScrutinizer05stdout01:08
DocScrutinizer051>&201:09
FredrIQ|n900I redirected all output01:09
DocScrutinizer05mhm01:09
DocScrutinizer05then I dunno01:09
FredrIQ|n900for the mount command01:09
ecc3gI was trying to use supl:7276 notation to try to get it to use another port, but I think that may have fubared something.01:09
Siceloii  netstat        1.60-23maemo1  Non busybox netstat in a small easy to insta01:09
FredrIQ|n900also, my edits seems to have worked fine01:09
DocScrutinizer05also don't forget that's messybox mount01:09
*** M4rtinK has joined #maemo01:09
HRH_H_CrabSicelo: yep i created the udev rule01:09
HRH_H_Crabchecking that doc now01:09
FredrIQ|n900except possibly the edit to the mounting as I dunno if it's supposed to echo anything with -v01:10
HRH_H_Crabbut i may as well just chroot from maemo and get wpasupplicant installed and see what gives...01:10
FredrIQ|n900DocScrutinizer05: hm just tried mount -v w/o any parameters01:10
FredrIQ|n900it didn't output anything besides what's given on just "mount"01:10
FredrIQ|n900so no output might be normal then01:10
DocScrutinizer05Sicelo: will conflict with messybox01:11
FredrIQ|n900It did output my date which I mostly added to reveal if it was ran before or after rcS-late01:11
Sicelowhat conflicts wit messybox DocScrutinizer05?01:11
*** piggz has joined #maemo01:11
DocScrutinizer05dpkg divert netstat is the solution I guess01:11
FredrIQ|n900(and it appeared at the very bottom - so rcS seems to have been ran first)01:11
Sicelohmm01:11
FredrIQ|n900So, stuff works, great01:11
FredrIQ|n900now I at least know what to do next time it fails01:12
FredrIQ|n900which may finally tell what the error is01:12
DocScrutinizer05add that echo $PYDIR/$d  line before mount01:13
FredrIQ|n900DocScrutinizer05: also, is rendurancy in pymaemo-optify intended?01:14
DocScrutinizer05even   echo "mounting py:  `date`  pydir: $PYDIR/$d ."01:14
Sicelolooks like you can't 'divert' busybox netsta, because it's not installed on its own DocScrutinizer05.01:14
DocScrutinizer05Sicelo: possibly01:14
FredrIQ|n900it sets a variable containing which directory to bindmount to at start of init.d01:15
DocScrutinizer05cya folks, me needs a beer out in the big black bluebox now01:15
FredrIQ|n900and then proceed to source /etc/default/pymaemo-optify (which does this as well) lol01:15
Siceloit's just a symlonk to busybox.. so when installing netstat standalone, it deletes the link and installs a 'real' netstat. if you ever uninstall it, the 'real' binary is deleted, and link to busybox restored01:15
DocScrutinizer05Sicelo: that would be awesome, if only busybox wouldn't PROVIDE:netstat01:16
DocScrutinizer05so with apt you will run into troubles for sure01:16
GogoPogogtg, will get back to you tomorrow01:17
Siceloi don't see how.01:17
DocScrutinizer05with dpkg I dunno, but definitely will cause inconsistencies next time you run apt01:17
*** GogoPogo has quit IRC01:17
DocScrutinizer05Sicelo: that's why all that stuff is installed to bin/gnu/* and symlinked from /bin/g* -> /bin/gnu/*01:18
* FredrIQ|n900 altered his PATH to prefer /usr/bin/gnu01:19
HRH_H_CrabSicelo: yep you were right it does need wpasupplicant01:19
HRH_H_Crabthanks!01:19
DocScrutinizer05Sicelo: actually I guess it's a pkg like busybox-alternatives or whatever that PROVIDEs netstat01:19
DocScrutinizer05FredrIQ|n900: me too :-D01:19
Siceloi have this netstat.. and not any other version of busybox.01:20
*** Martix has quit IRC01:20
Siceloanyway, i understand your point01:20
FredrIQ|n900busybox-symlinks-net-tools provides netstat01:20
*** shawnjefferson has joined #maemo01:20
*** M4rtinK has quit IRC01:20
DocScrutinizer05:nod:01:20
*** soltys has joined #maemo01:21
DocScrutinizer05now if that's not forced by mp-fremantle-pr then you can uninstall it and install proper netstat. otherwise it will uninstall whole mp-fremantle-pr01:21
DocScrutinizer05that's what I actually did to get procps01:22
DocScrutinizer05since messybox ps is unbearable either01:22
FredrIQ|n900can't you just do it the same way as with coreutils-gnu?01:22
DocScrutinizer05since then no more updates, and I'm actually happy about it01:22
*** maybeHere has joined #maemo01:23
ashleyDocScrutinizer05: sorry, something came up; I'm here now; checked out GogoPogo's link, doesn't seem to be anything new or unseen, just the dumpHTML extension (http://www.mediawiki.org/wiki/Extension:DumpHTML) with some custom patches + a bunch of original shell scripts; the problem with dumpHTML is is that it's been broken (AFAIK) for a while and nobody's cared enough to do any serious work on it and there really isn't an alternative way to create s01:23
ashleytatic representations of MediaWiki pages01:23
FredrIQ|n900allthough if a lot of packages is going to provide alternatives to busybox binaries, /usr/bin may end up like Program Files@windows after a while lol01:23
DocScrutinizer05FredrIQ|n900: sure you could package procps in a way it doesn't conflict with messybox, like *-gnu does01:23
Siceloanyway, my netstat doesn't come from the pkg FredrIQ|n900 mentioned either01:24
*** piggz has quit IRC01:24
DocScrutinizer05ashley: thanks for the info :-)01:24
*** FredrIQ|n900 is now known as FIQ|n90001:25
Sicelo~$ dpkg -S $(which netstat)01:25
Sicelonetstat: /usr/bin/netstat01:25
DocScrutinizer05Sicelo: I dunno01:25
DocScrutinizer05IroN900:~# netstat -V01:26
DocScrutinizer05net-tools 1.6001:26
FIQ|n900Sicelo: the one I mentioned was /bin/netstat though - there's nothing in /usr/bin/01:26
DocScrutinizer05maybe messybox-basic has no netstat at all01:26
ashleydatabase dumps are somewhat of a pain point...generating SQL or XML dumps is easy, but that's about it; obviously SQL dumps -- at least full dumps -- aren't suitable for public distribution, which leaves us with the XML ones...but those require a working MediaWiki instance to "read" the contents of such a dump, which isn't exactly ideal either01:26
FIQ|n900lrwxrwxrwx    1 root     root            7 Dec  9  2012 /bin/netstat -> busybox01:27
FIQ|n900seems like the busybox version maemo has do have netstat01:27
Siceloi know the one FIQ|n900 mentions. anyway.. back to ecc3g .. any info for us.. which process if trying to access that site?01:27
DocScrutinizer05ashley: aiui evopedia uses exactly mysql to get a full mediawiki-lookalike01:27
DocScrutinizer05at least those python scripts do01:28
DocScrutinizer05aiui01:28
DocScrutinizer05https://github.com/evopedia/evopedia_python/tree/master/mediawiki-1.14.0-evopediamod01:29
FIQ|n900why juse evopedia over mediawiki?01:29
FIQ|n900*use01:29
DocScrutinizer05I have nfc what *is* evopedia01:29
DocScrutinizer05except for above link01:30
DocScrutinizer05 https://github.com/evopedia/ <- if that's evopedia then it uses a mysql db and stores wiki data there to somehow display it on browser locally later01:30
DocScrutinizer05it has even a function to generate random-page01:31
nox-evopedia is an offline wikipedia etc reader01:31
DocScrutinizer05maybe somebody needs that nonsense on their local wiki01:31
DocScrutinizer05nox-: exactly01:32
* nox- at least finds it useful (only the dumps are kinda old)01:32
DocScrutinizer05nox-: and we want to feed it with wiki.m.o data01:32
nox-ah01:32
DocScrutinizer05and aiui it has all the functions to build his own db from dumps it downloads from http://wikipedia.org via wget01:33
DocScrutinizer05s/his/its/01:33
infobotDocScrutinizer05 meant: and aiui it has all the functions to build its own db from dumps it downloads from http://wikipedia.org via wget01:33
nox-http://dumpathome.evopedia.info/dumps/finished/en01:33
FIQ|n900that's some really big size differences on every dumps01:34
nox-yeah wp is growing fast...01:34
*** soltys has quit IRC01:34
DocScrutinizer05http://dumpathome.evopedia.info/client01:35
FIQ|n900note how the newest is 1/20 of a 1 year older dump01:35
DocScrutinizer05patch that to point to wiki.m.o01:35
DocScrutinizer05done01:35
DocScrutinizer05cheers01:35
* DocScrutinizer05 heads out01:35
nox-FIQ|n900, Wikivoyage?  thats not wp :)01:35
FIQ|n900oh misread lol01:36
DocScrutinizer05if somebody is willing to patch it, I'm willing to run it on maemo.org locally and provide the dump01:37
DocScrutinizer05so no need for you to rape wiki.m.o and your DSL line and local PC01:37
FIQ|n900doesn't w.m.o run mediawiki?01:40
ashleyindeed it does01:42
ashleyhttp://wiki.maemo.org/Special:Version01:43
DocScrutinizer05shall not be hard to patch that client, ah?01:43
FIQ|n900depends on how it gets the downloads01:44
*** florian has quit IRC01:44
DocScrutinizer05I haven't looked into it01:44
FIQ|n900neither have I01:44
FIQ|n900but it *should* be trivial to patch01:44
FIQ|n900if patching is needed at all01:44
DocScrutinizer05URL needs patching for sure01:45
DocScrutinizer05unless that's a parameter01:45
FIQ|n900if it supports importing a local dump, I guess you could simply have a tmo dump instead01:45
FIQ|n900and I don't see how that would fail01:45
FIQ|n900unless it *really tries to* avoid "unofficial" wikipedia variants01:46
FIQ|n900which would be silly01:47
*** eijk has quit IRC01:51
DocScrutinizer05Source Code01:56
DocScrutinizer05github: http://github.com/evopedia/evopedia_qt (from version 0.4 on)01:56
DocScrutinizer05Older versions: http://github.com/evopedia/evopedia_python01:56
DocScrutinizer05FIQ|n900: the client, however bloated, has a mediwiki subdir01:57
DocScrutinizer05given the tiny size of w.m.o  (compared to wikipedia) I don't see any problem to run this client on your local PC and download w.m.o and ""create Wikipedia database dumps for use in the offline Wikipedia reader evopedia.""01:59
*** kolp has quit IRC01:59
*** valeriusL has quit IRC02:00
nox-http://wiki.maemo.org/Evopedia02:00
*** trumee has quit IRC02:04
DocScrutinizer054. start the dump process02:04
DocScrutinizer05call createdump.sh02:04
DocScrutinizer05(Don't be too optimistic though. After part of the day the database is filled with several gigabytes of downloaded wikipedia content, but something is broken and the final dump gives no results.)02:04
DocScrutinizer05great, isn't it?02:05
DocScrutinizer05sorry, have to run now02:05
*** aap has joined #maemo02:05
*** soltys has joined #maemo02:07
DocScrutinizer05sounds funny when they try to download a several terrabytes dump to a VFAT fs like Mydocs02:08
*** trumee has joined #maemo02:09
FIQ|n900why do you want to do this anyway?02:11
FIQ|n900@ making maemo wiki available offline02:11
*** robbiethe1st has joined #maemo02:11
DocScrutinizer05because it's a sane thing to have the docs at hand when your internet acccess breaks02:12
*** soltys has quit IRC02:12
FIQ|n900hmm point taken02:12
FIQ|n900but isn't there an offline maemo wiki reader available already?02:12
DocScrutinizer05since, where else than in wiki (or tmo) would you look for the solution to your problem?02:12
*** Luke-Jr has quit IRC02:12
DocScrutinizer05I dunno, never heard of any02:13
*** Luke-Jr has joined #maemo02:13
DocScrutinizer05o/ o/ o/ o/ o/ o/ o/ o/02:13
*** WielkiTost has quit IRC02:16
*** soltys has joined #maemo02:22
*** jrocha has quit IRC02:23
*** goldkatze has quit IRC02:25
*** soltys has quit IRC02:30
FIQ|n900huh02:33
FIQ|n900just went and was going to look for missing symlinks02:33
FIQ|n900found this: lrwxrwxrwx 1 root root     31 2013-07-21 15:22 python-support.pth -> ../../pymodules/python2.5/.path - why is this a relative link?02:34
FIQ|n900oh well02:34
FIQ|n900perhaps it's supposed to be like that lol02:34
FIQ|n900(that wouldn't explain the issue I had at all as it's irrelevant, just wondered why it was like that)02:35
FIQ|n900it's only broken in the sense that following it directly (from /opt) would fail, allthough it's not really necessary to make it relative, is it?02:36
*** mvp has quit IRC02:36
*** darkschneider has quit IRC02:39
*** cinto has joined #maemo02:53
*** valeriusL has joined #maemo02:54
*** cinto has quit IRC03:03
*** shawnjefferson has quit IRC03:05
*** soltys has joined #maemo03:05
*** soltys has quit IRC03:13
*** soltys has joined #maemo03:16
*** deafboy has joined #maemo03:21
*** soltys has quit IRC03:21
FIQ|n900well there we go, now *that* was fixed03:22
*** LaoLang_cool has joined #maemo03:25
*** LaoLang_cool has quit IRC03:28
*** GI_Jack has quit IRC03:31
*** soltys has joined #maemo03:31
*** tanty has quit IRC03:37
*** robbiethe1st has quit IRC03:38
*** nox- has quit IRC03:38
*** robbiethe1st has joined #maemo03:49
*** FIQ|n900 has quit IRC03:49
*** RST38h has joined #maemo03:52
*** soltys has quit IRC03:53
*** FIQ|n900 has joined #maemo03:53
DocScrutinizer05http://privatepaste.com/695a4e8d8b03:53
*** soltys has joined #maemo03:53
DocScrutinizer05HMMM älter als 8 Tage (Das Alter ist 204,3 Tage03:54
* DocScrutinizer05 starts updatedb03:54
FIQ|n900hm...03:56
FIQ|n900ran into delayed (not failed) bindmounts, but not sure why it stalls03:57
DocScrutinizer05hehe quite interesting to see how updatedb made my drive acticity indicator LED shine red03:57
FIQ|n900# Redirect stderr into the log file (don't forget to restore when exiting!)03:57
FIQ|n900exec 2 >>"$protocol"03:57
FIQ|n900then my own log file didn't show anything for a while03:58
FIQ|n900checked the log file in question that it mentions03:58
DocScrutinizer05wtf are you green now, while [2013-07-24 02:22:43] <FIQ|n900> well ther... was red?03:58
FIQ|n900DocScrutinizer05: possibly because I had the nick FredrIQ|n900 before03:59
*** soltys has quit IRC03:59
*** trx has quit IRC03:59
DocScrutinizer05http://wstaw.org/m/2013/07/24/plasma-desktopph3743.png03:59
FIQ|n900and xchat didn't refresh until rejoin03:59
*** a5t3r15m0 has joined #maemo04:00
FIQ|n900oh yeah had FredrIQ|n900 at first during that session04:00
DocScrutinizer05IroN900:~# time updatedb04:01
DocScrutinizer05real    1m22.686s04:01
DocScrutinizer05user    0m48.125s04:01
DocScrutinizer05sys     0m15.320s04:01
DocScrutinizer05I don't see any difference between <FIQ|n900> (red) and <FIQ|n900> (green)04:02
FIQ|n900"# Check if /home/pot is mount bound to /opt" pot :D04:03
FIQ|n900DocScrutinizer05: well04:03
*** FIQ|n900 has left #maemo04:04
*** FredrIQ|n900 has joined #maemo04:04
FredrIQ|n900what04:04
*** FredrIQ|n900 is now known as FIQ|n90004:04
FIQ|n900color do I have now?04:04
* DocScrutinizer05 waits for checkered FIQ|n90004:04
DocScrutinizer05RED04:04
FIQ|n900that was my point :P04:04
*** trx has joined #maemo04:04
FIQ|n900lol checkered04:04
*** mschlens has quit IRC04:05
DocScrutinizer05nfc how konversation picks nick colors04:05
FIQ|n900based on nick04:05
FIQ|n900keeps same color on renick04:05
DocScrutinizer05I'd have used md5sum%8 or sth04:05
FIQ|n900before user rejoins04:05
DocScrutinizer05on nick04:05
FIQ|n900yeah04:06
FIQ|n900that's what it does04:06
FIQ|n900well not necessarily md5sum04:06
FIQ|n900but some algoritm based on the nick04:06
FIQ|n900however it keeps the same color if the user changes nick04:06
DocScrutinizer05oooh I seee04:06
DocScrutinizer05you say it depends om what nick you *joined* the channel04:07
FIQ|n900(before the user leaves and come back with this new nick)04:07
FIQ|n900yeah04:07
DocScrutinizer05yes, it seems it does04:07
DocScrutinizer05:-D04:07
FIQ|n900anyway, that logfile didn't really help explaining why bindmounts was delayed04:08
DocScrutinizer05so <FIQ|n900>(RED) been <FIQ|n900><<joined as FredrIQ|n900>04:08
FIQ|n900however - if it fails again04:08
FIQ|n900like it did earlier todat04:08
FIQ|n900*today04:08
FIQ|n900perhaps I can figure it out04:08
FIQ|n900yes04:09
DocScrutinizer05make that "time mount bla brubble"04:09
*** soltys has joined #maemo04:09
DocScrutinizer05also you might want to do "cat /proc/mounts" before04:10
DocScrutinizer05if nuttin else helps: strace mount04:10
FIQ|n900perhaps I should place a date before it switch logfile04:10
FIQ|n900DocScrutinizer05: well04:10
FIQ|n900the issue was not with the mount04:11
DocScrutinizer05though I'm afraid messybox will neuter that04:11
FIQ|n900lol04:11
FIQ|n900but anyway04:11
DocScrutinizer05don't forget the timestamp parameter for strace!04:11
FIQ|n900basically, rcS-late switch to maemo-optify-boottime.log logfile (for exec 2) at a certain part in the script04:11
FIQ|n900this phase took 2 minutes04:12
FIQ|n900I'll place a date indicator at this part, and a real seperator between sessions (there's none making it hard to figure out where the current session is) in that other logfile04:13
DocScrutinizer05yeah optify-boottime may take some while04:13
*** e-yes has joined #maemo04:13
DocScrutinizer05date +%x is convenient04:13
*** SAiF has joined #maemo04:14
DocScrutinizer05and "trap 'echo ###############' exit"04:14
DocScrutinizer05though nfc if that will work in friggin upstart scripts04:14
DocScrutinizer05seems rcS-late is in fact a upstart script, according to your pastebin04:15
FIQ|n900uh huh?04:16
FIQ|n900that was weird04:16
DocScrutinizer05[2013-07-23 23:59:33] <FIQ|n900> http://pastebin.com/v1MqcLLc rcS-late04:16
FIQ|n900was going to edit rcS-late and search for exec twice, and the thing segfaulted lol04:16
FIQ|n900(nano)04:17
DocScrutinizer05description "late rcS actions"04:17
DocScrutinizer0504:17
DocScrutinizer05start on started hal04:17
DocScrutinizer05stop on stopping hal04:17
DocScrutinizer0504:17
DocScrutinizer05console none04:17
DocScrutinizer0504:17
DocScrutinizer05script04:17
DocScrutinizer05thats upstart fuckup04:17
DocScrutinizer05WOW I managed to post empty lines04:18
DocScrutinizer05can't recall to have done this ever before04:18
FIQ|n900there's 1 space in them04:18
SAiFGood morning I guess?  :)04:18
FIQ|n900irc doesn't allow empty lines to be posted04:19
DocScrutinizer05goo (UGT) morning04:19
DocScrutinizer05good* even04:20
DocScrutinizer05~ugt04:20
infobotugt is, like, Universal Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html04:20
DocScrutinizer05FFS maemo will be my epithaph04:21
DocScrutinizer05maybe NCIS on TV04:22
DocScrutinizer05cya04:22
SAiFokay,,  Good (UGT) morning Doc...:)04:25
*** e-yes has quit IRC04:26
FIQ|n900hm apt still have localization issues in newest cssu04:28
DocScrutinizer05orly?04:30
*** valeriusL has quit IRC04:30
DocScrutinizer05maemo and I18n/l10n seems to not to go together well04:30
DocScrutinizer05http://privatepaste.com/842c22254804:32
DocScrutinizer05any questions, Watson?04:32
DocScrutinizer05compared to that apt-get http://privatepaste.com/166b40b011 looks awesome04:34
DocScrutinizer05https://bugs.maemo.org/show_bug.cgi?id=829104:36
povbot_Bug 8291: Enable CONFIG_LOCALE_SUPPORT in busybox04:36
FIQ|n900DocScrutinizer05: not as in a mess between swe/en04:36
FIQ|n900but rather bogus confirmation requests04:36
FIQ|n900asking Y/n but in fact only allows j/n04:36
*** hardfalcon1 has quit IRC04:36
DocScrutinizer05I'm searching for the $LANG where "y" means "no"04:36
FIQ|n900mentioned this on several occasions in here and also ended up posting it in cssu with lack for better place04:36
FIQ|n900y as in yes04:37
*** hardfalcon has joined #maemo04:37
FIQ|n900but anything else than yes (i.e. anything else than j in swedish locale) aborts04:37
FIQ|n900so y aborts04:37
DocScrutinizer05I'm a fan of hardcore: either use LANG=C, or for maemo use LANG=en_EN04:38
FIQ|n900even though it asks specifically for y/n04:38
FIQ|n900*this* is the issue04:38
FIQ|n900asking for j/n and answering y would abort, is something I would be ok with (annoying but acceptable)04:38
FIQ|n900asking for y/n and answering y doing an abort is not04:38
DocScrutinizer05who's not capable to read english manpages is doomed anyway in IT04:38
FIQ|n900also just ran into this lovely bug in nano https://bugs.maemo.org/show_bug.cgi?id=828504:39
povbot_Bug 8285: Always crashes when using search in "nano" (ctrl+w) on device04:39
DocScrutinizer05nano wtf04:39
DocScrutinizer05nano is for sissies04:39
bef0rdnano ftw04:39
FIQ|n900kinda annoying but at least there's a straight-forward solution04:39
FIQ|n900DocScrutinizer05: full emacs isn't available on phone04:40
DocScrutinizer05either you use vi or emacs, or you're a quicje-eater like me and use mcedit04:40
DocScrutinizer05quiche04:40
DocScrutinizer05~real-programmer04:41
DocScrutinizer05~useless04:41
FIQ|n900there's qemacs but didn't really like that clone04:41
* infobot starts crying and hides from docscrutinizer05 in the darkest corner of the room. :(04:41
FIQ|n900real programmers use butterflies, np04:41
*** LauRoman has joined #maemo04:41
DocScrutinizer05~real-programmer is http://www-personal.edfac.usyd.edu.au/staff/souters/Humour/Real.Programmer.Stories.html04:42
infobotokay, DocScrutinizer0504:42
FIQ|n900uhhhhhhh04:43
DocScrutinizer05~real programmer is <reply>see real-programmer04:43
infobotokay, DocScrutinizer0504:43
FIQ|n900whoever made nano-2.0.7 as a solution didn't make the package conflict with nano ...04:43
DocScrutinizer05lol04:44
FIQ|n900w/e04:44
DocScrutinizer05fine, since nano prolly is messybox04:44
ecc3gwhich is worse, nano or messybox-vi :D04:44
FIQ|n900it's not04:44
DocScrutinizer05it's the same binary anyway04:44
FIQ|n900btw how come some packages' install say that they can't be certified?04:45
DocScrutinizer05cosidering there's nano and even pico, I ponder coding an editor called peta04:45
FIQ|n900lol04:46
FIQ|n900or micro04:46
FIQ|n900as a nano successor04:46
ecc3gfemto?04:46
psycho_oreospico was the propriatory version that came with pine package. nano was just a free clone based off pico.04:46
DocScrutinizer05atto04:46
FIQ|n900zepto04:47
DocScrutinizer05Planck-quantum04:47
FIQ|n900hooray04:47
FIQ|n900now I can actually search04:47
*** a5t3r15m0 has quit IRC04:48
DocScrutinizer05I'll not use editors smaller than milli04:48
DocScrutinizer05t-EXA04:49
DocScrutinizer05awesome name04:49
psycho_oreosI started *ahem* BASH scripting with pico (there was no such thing known as nano back then). I saw another person using vi which had noticeably cooler UI including syntax highlighting. I'm certain nano still wouldn't even have syntax highlighting.04:49
ecc3geight megs and constantly swaps.04:49
DocScrutinizer05nano is a hoax04:50
*** Kabouik has quit IRC04:50
DocScrutinizer058004:50
DocScrutinizer0580004:50
DocScrutinizer05I rather use sed than nano04:51
psycho_oreosvi/m would easily point out if there was a syntax error (if it knows the language you are {typ,writ,edit}ing in), nano wouldn't even do things like that.04:51
DocScrutinizer05HELL, even ed04:51
* DocScrutinizer05 idly wonders if messybox has a ed plugin04:51
DocScrutinizer05ed: applet not found04:52
DocScrutinizer05LOL04:52
DocScrutinizer05thought as much04:52
DocScrutinizer05vi is the only editor I know of that's *certified* to work on lines of mega-chars length without a single CR04:54
*** FredrIQ|n900 has joined #maemo04:55
*** FIQ|n900 has quit IRC04:55
DocScrutinizer05everybody else took the cheating easy shortcut to define a max-line-length04:55
DocScrutinizer05often 1024 chars04:55
DocScrutinizer05if you exceed that, $editor will either segfault, blow chunks, or insert linebreaks on its own04:56
FredrIQ|n900ok, accidentally got a loose battery and device did a hard shutdown04:56
DocScrutinizer05looked like that ;-P04:57
FredrIQ|n900and ext3 partition went corrupt... gg04:57
DocScrutinizer05FFS04:57
psycho_oreosWhy isn't the battery cover even installed?04:58
FredrIQ|n900http://pastebin.com/q2Tb44RZ seems kind of minor, but still04:58
FredrIQ|n900psycho_oreos: of course it is04:58
FredrIQ|n900but my battery set isn't exactly stable - merely opening the cover and holding n900 upside down will make it fall out instantly04:59
psycho_oreosFredrIQ|n900, >_> and the battery managed to slip out of its contacts and somehow landed in the battery case?04:59
FredrIQ|n900so occasionally (rarely) if exposed to sudden moves, battery shorts temporary04:59
DocScrutinizer05WTF are "fast symbolic links"?05:00
psycho_oreosIdeally you should have tightened those battery "prongs".05:00
FredrIQ|n900psycho_oreos: no idea how to do this05:00
FredrIQ|n900it has been like this for a while now, wasn't even aware it was easily fixable05:00
FredrIQ|n900DocScrutinizer05: no idea05:00
DocScrutinizer05FredrIQ|n900: bend out ypur spring levers!05:00
DocScrutinizer05NAO!05:01
psycho_oreosFredrIQ|n900, you basically need something like a needle and you push towards in each other for each part.05:01
DocScrutinizer05bend them out so far yu hardly can insert battery05:01
FredrIQ|n900DocScrutinizer05: ok will look into this a more proper time (4am atm)05:02
DocScrutinizer05same TZ05:02
DocScrutinizer05except I got my private TZ05:02
DocScrutinizer05which is fuzzy05:02
FredrIQ|n900hmm05:03
FredrIQ|n900will try to fsck via BM05:03
FredrIQ|n900this seems as a very minor issue so it should be done w/o issues05:03
FredrIQ|n900...hopefully05:03
FredrIQ|n900brb05:03
DocScrutinizer05yeah. one block (un)claimed seems fixable05:03
psycho_oreosShould be thankful that its a journaled FS, if it wasn't.. lol.05:04
DocScrutinizer05it's NOT05:04
DocScrutinizer05journaling on a storage that writes 4MB pages is... brainfuck05:05
psycho_oreoso.O by default (according to wikipedia that is) its noted as a journal fs.05:05
DocScrutinizer05JFFS is not journaling, ext3 is and better be not05:06
DocScrutinizer05nfc what fs had that missing block for FredrIQ|n90005:07
DocScrutinizer05fsck on NAND is brainfuck either05:07
*** FIQ|n900 has joined #maemo05:07
*** FredrIQ|n900 has quit IRC05:08
DocScrutinizer05s/nand/jffs/05:08
DocScrutinizer05~botsnack05:08
infobotDocScrutinizer05: :)05:08
FIQ|n900hm05:08
*** wmarone has quit IRC05:08
*** shawnjefferson has joined #maemo05:08
FIQ|n900it says within BM's root console that the fs is clean05:09
FIQ|n900perhaps those errors show up due to the fact that the fs is mounted?05:09
FIQ|n900(fsck was done with -nv)05:09
psycho_oreosAhh yes my bad, the rootfs is ubifs. I was thinking of /home which is ext3.05:09
DocScrutinizer05ubi or jffs, no diff05:09
psycho_oreosYup.05:10
FIQ|n900DocScrutinizer05: should I ignore the issue it shows given that BM fsck show no issues?05:10
DocScrutinizer05except friggin ubi can NOT handle "small" volumes like "initrd" mtd05:10
FIQ|n900ran it several times though, always same output (allthough once it displayed more issues, probably due to some temporary hiccup due to mounted fs)05:11
DocScrutinizer05FIQ|n900: I'd assume when it doesn't show it got fixed05:11
FIQ|n900DocScrutinizer05: yeah, though it still show up within maemo with that command :p05:12
FIQ|n900and fsck never did anything within BM in first place05:12
DocScrutinizer05that's a bug then05:12
FIQ|n900it just said it was clean05:12
DocScrutinizer05fsck has a plethora of cmdline options05:13
DocScrutinizer05try verbose+++05:13
DocScrutinizer05what's the suspect volume?05:14
*** e-yes has joined #maemo05:14
DocScrutinizer05 / ?05:14
FIQ|n900/home05:14
DocScrutinizer05mhm05:14
*** LauRoman has quit IRC05:14
FIQ|n900speaking of /05:14
FIQ|n900can you even fsck that?05:14
FIQ|n900ubifs05:15
DocScrutinizer05well, run a fsck against that volume in BM, with all the firearms loaded, live and unlocked05:15
DocScrutinizer05no05:15
DocScrutinizer05fsck of ubi/jffs is a brainfart05:16
FIQ|n900what if it gets corrupt?05:16
DocScrutinizer05it either auto-recovers or you're fux0red05:16
FIQ|n900mkay05:16
DocScrutinizer05see man ubifs05:17
FIQ|n900no manpage for it apparently lol05:17
FIQ|n900or jffs for that matter05:17
*** mschlens has joined #maemo05:18
*** Kilroo has joined #maemo05:18
FIQ|n900DocScrutinizer05: btw05:18
DocScrutinizer05http://en.wikipedia.org/wiki/UBIFS05:18
FIQ|n900if battery dies05:18
FIQ|n900is that a clean shutdown?05:18
DocScrutinizer05not a excellent starting point, but...05:19
DocScrutinizer05yes05:19
FIQ|n900forced by os yes, but still clean05:19
FIQ|n900ok05:19
DocScrutinizer05since battery can provide power down to 2.5V, but shutdown happens way earlier (if bme is running)05:19
FIQ|n900noes, no possibility of using all capacity!05:20
DocScrutinizer05an unclean/hard shutdown would be one that's triggered by hw/pmu for low voltage, without even kernel taking care of the signals bouncing off every wall05:21
FIQ|n900DocScrutinizer05: just for curiousity, do "system upgrades" override this decision? given the potential damage if it shuts down I mean05:22
DocScrutinizer05hm?05:22
FIQ|n900well05:22
FIQ|n900OTA updates05:22
FIQ|n900cssu and such05:22
FIQ|n900pr1.x05:22
DocScrutinizer05you mean if system acts different regarding shutdown on ow batvolt  while upgrading/flashing?05:23
DocScrutinizer05low*05:23
FIQ|n900yeah05:23
DocScrutinizer05I'm not sure, but probably yes05:23
DocScrutinizer05I dont think a running flashing process gets aborted on lowbat05:24
*** e-yes has quit IRC05:24
FIQ|n900perhaps it puts it in a state that makes resuming the update possible once booted again (allthough this is possibly done automatically)05:24
*** hardfalcon has quit IRC05:24
DocScrutinizer05once it started, system should try to finish it by all means05:24
FIQ|n900yeah05:25
DocScrutinizer05like 911 calls05:25
FIQ|n900shouldn't the system try to put failsafes in place anyway though?05:25
*** hardfalcon has joined #maemo05:25
DocScrutinizer05the only calls allowed on overtemperature and low battery or too cold battery05:25
FIQ|n900like a backup binary/script running on boot resuming it immediately on power fail05:25
DocScrutinizer05it does05:25
DocScrutinizer05you can't resume05:26
shawnjeffersonAnyone familiar with compiling for thumb?05:26
DocScrutinizer05you just can refuse to even start flashing when there's no safety headroom05:26
FIQ|n900that's of course true :p05:27
DocScrutinizer05freemangordon is familar with thumb stuff05:27
shawnjeffersonhe's not in the channel at the moment I don't think05:27
*** wmarone has joined #maemo05:27
shawnjeffersonI'm wondering how you can tell if an executable is compiled for thumb or not. the file command gives the same output generally05:28
DocScrutinizer05OK, my "nanny" ordered I shall ask for a job. So: does any of you have a job for me? preferably related to maemo maintenance, community moderation, hw-review&QA?05:28
DocScrutinizer05shawnjefferson: you can't simply tell for sure, the only way to tell apart thiumb binaries from ARM binaries is by looking at impair jump addr05:30
DocScrutinizer05so teh cmdline I came up with had sth like "grep [o-9abcdef]*[13579bdf]"05:31
*** sfa has quit IRC05:31
FIQ|n900you can mow my lawn for $1/h if you like05:31
FIQ|n900(jk)05:32
DocScrutinizer05tell me your garage account so I can find the lawn05:32
FIQ|n900lol05:32
DocScrutinizer05I'll eventually stop managing/maintainig maemo.org infra when I don't have any source of income that allows me to do that, either by no income at all or by no time at all05:34
DocScrutinizer05otoh when sufficient donations or a contract with salary gives me opportunity to continue to dedicate 24/7 of my time to maemo, I for sure will prefer that option05:35
DocScrutinizer053 weeks ago I though what an easy life that would be when every maemo.org user would pay 5ct / month for me to make a living05:36
FIQ|n900:P05:37
FIQ|n900make a f2p game, instant rich allthough people will hate you05:37
DocScrutinizer05people will hate me when I stop keeping maemo.org et al alive, though only for 12h until they forget about me05:39
FIQ|n900hahah :P05:39
FIQ|n900@ the latter05:39
DocScrutinizer05sure, you say "why don't you work in a job at McDonalds for 10h, and dedicate the rest of your time to maemo.org, like everybody else?" - simple answer: I can't05:41
DocScrutinizer05McD doesn't like me being late due to fixing some urgent stuff in maemo05:42
DocScrutinizer05so, as hard as it may sound, this is becoming a "all or nothing" question for me05:43
*** SAiF has quit IRC05:43
DocScrutinizer05as long as I can afford maemo.org by any means, I'm 100% dedicated to it. But that will have to stop pretty soon05:44
*** joga has quit IRC05:44
*** joga has joined #maemo05:46
*** triggerhappy_ has joined #maemo05:47
*** triggerhappy has quit IRC05:48
psycho_oreosCurrent economy is tough, the only way is to look at alternatives, like spreading the workload out and/or use advertising services. I know there will be lots of anger and hatred but it may keep the service alive.05:48
DocScrutinizer05I already pondered a "premium service" where everybody has to register and pay a 8$/year to access *.m.o on a high-availability level05:49
*** DHR has joined #maemo05:50
DocScrutinizer05if you don't, you have to face no support, no high nadwidth acces, and a number of other convenience options missing05:51
DocScrutinizer05bandwidth*05:52
FIQ|n900as long as you don't make using the repositories harder, do whatever you want05:52
FIQ|n900@ premium utilities05:52
DocScrutinizer05or you volunteer to contribute to maintenance05:53
shawnjeffersonsharing the load is probably the best option... although it's tough to get people involved I suppose (and those with some tech skills too)05:53
* FIQ|n900 could definitely see himself donating to keep maemo.org alive05:54
DocScrutinizer05yes, it is a game with negative balance for the first few weeks or months05:54
FIQ|n900not sure if I could help in other ways though05:54
* psycho_oreos thinks as soon as there's premium services becomes an option, there would be people willing to try and make a mirror out of *.m.o beforehand.05:54
FIQ|n900DocScrutinizer05: regarding donations, wouldn't you be able to request donations from fsf?05:55
FIQ|n900dunno how that works though05:55
DocScrutinizer05I dunno05:55
DocScrutinizer05for now I manage donations that for 49/50 I may not touch to buy me a pizza05:56
FIQ|n900but given that you're a not-for-profit organization towards something they support at a reasonable size, they could probably help05:56
*** triggerhappy_ has quit IRC05:57
DocScrutinizer05and I'd prefer to not manage them at all - hope I get rid of this task as soon as new HiFo BoD sorts issues with official paypal account05:57
psycho_oreosThey're still waiting from that one person to sort things out?05:58
DocScrutinizer05yep, basically05:58
DocScrutinizer05~xyawn05:59
infobotgood coffee05:59
DocScrutinizer05mhm05:59
*** dockane_ has joined #maemo06:00
* psycho_oreos shakes head and wonders how active is that one person. Maybe if that one person didn't give that much personal contact info, then it might be safer to somehow use an alternative way (i.e. assign a new person, notify the old person that they were not able to contact with him/her. Then the new person quickly takes on the role of getting it sorted).06:01
*** lxp has joined #maemo06:02
psycho_oreosIf they were to leave you hanging by a thread when you're struggling already then I guess in some ways it can be an open invitation to try and look at alternatives until they manage to get themselves sorted.06:03
DocScrutinizer05that's already established06:03
FIQ|n900or simply ask this person stalling everything to actually do something?06:03
*** lxp1 has quit IRC06:03
*** dockane has quit IRC06:04
psycho_oreosI don't know, if they were notified of new changes but they seem to have lost interest in it. Then its time to seek alternate solutions rather than still hoping for that one person to come back.06:05
DocScrutinizer05well, I simply stopped taking care about a lot of all that06:08
*** SAiF has joined #maemo06:08
psycho_oreosI'd also notify members of HiFo BoD that you're facing a difficult situation and that you can no longer keep maintaining. If they can't sort this out within time you need to try and make amends on somehow making the service alive whilst being funded from some other source.06:09
*** sfa has joined #maemo06:11
DocScrutinizer05I simply wonder if that's a sustainable situation when 1 of 1000 bothers to help in whatever way, while 999/1000 have an approach of "it stll works. if it stops working, I'll have to think about alternatives"06:12
DocScrutinizer05and particularly I wonder how much of a fool I am to waste my life on that 1/100006:14
psycho_oreosProbably not, but that's pretty much how projects die when the rest doesn't really care. To make matters worse is really the economy, I'd help out if I could but I've got personal issues on my own.06:14
DocScrutinizer05psycho_oreos: not asking you to help out06:15
DocScrutinizer05this wouldn't help in the end06:15
SAiFI wish I could do something, I am not technically skilled, and I am a student with part time job,  Tell me if there is something I can do..06:15
psycho_oreosI know, just inputting on where I stand as well.06:15
FIQ|n900how much is needed economically for maemo.org to still work06:16
DocScrutinizer05we need more manpower, and I need a job, either crwdfunded or sponsored by a company interested in maemo, or I vanish here and do sth else06:16
*** Gh0sty has quit IRC06:19
DocScrutinizer05actually council could do >>Hiring of maemo.org staff<<06:19
DocScrutinizer05http://wiki.maemo.org/Community_Council#Council_work06:19
*** Gh0sty has joined #maemo06:21
*** FIQ|n900 has quit IRC06:21
*** shawnjefferson22 has joined #maemo06:21
DocScrutinizer05this was a normal thing when Nokia paid for it. Maybe community could think about allowing same for council to do from funds that council/HiFo collects06:22
DocScrutinizer05shawnjefferson: you were interested in...?06:23
*** e-yes has joined #maemo06:23
DocScrutinizer05IOW what VMs you need an account?06:24
shawnjefferson22It was mainly autobuilder i guess, mainly because it seemed the system having the most issues that needed some help06:27
* psycho_oreos wonders if that council work page is still relevant, last modification was not long ago yet there were still topics like N900 DDP and that they cannot change nokia's commercial decision on commercial support for meego on N900.06:29
*** maybeWTF has joined #maemo06:31
DocScrutinizer05shawnjefferson: please try ssh sjeffers@www.maemo.org06:31
*** maybeHere has quit IRC06:34
DocScrutinizer05psycho_oreos: I dunno if it's still relevant. Heck, I dunno if maemo at large is any more relevant06:36
DocScrutinizer05psycho_oreos: we could do a little experiment: I shut down repo.m.o and www.m.o and wiki.m.o, then let's see how long it takes till *anybody* complains06:37
shawnjefferson22DocScrutinzer05: did you use the ssh key I sent to techstaff email?  if so i need to get on my other computer to test06:37
DocScrutinizer05sure06:37
DocScrutinizer05or do you want me to use a different key?06:37
shawnjefferson22no, that's good, it's just my daughter is watching a movie on that computer at the moment. I'll try a bit later and let you know.  Thanks!06:39
psycho_oreosDocScrutinizer05, LOL @ the latter comment. I was thinking along the same lines as well, just show the page 503 Service Unavailable. That would really put a fire on some people's back :D. I found an interesting page: http://wiki.maemo.org/Community_Council/Community_fund06:39
*** ferene has joined #maemo06:40
DocScrutinizer05yeah, that is the ancient page where some council member first considered what today became HiFo?06:41
DocScrutinizer05yeah, it is06:41
DocScrutinizer05http://wiki.maemo.org/index.php?title=Community_Council/Community_fund&action=history  ;-P06:41
psycho_oreosNotable stuff mentioned there but took them awhile to get new BoD sorted, it states that "Upon being elected, the Council would select a Treasurer for their term. This must be completed within four weeks of the election." So by the fourth week, the current (which would be now known as the outgoing) treasurer would be considered no longer active.06:42
* psycho_oreos just looks at the footer information instead. "This page was last modified on 26 March 2011, at 13:40"06:44
DocScrutinizer05yes, but it also needs current treasurer (who actually is never been appointed as treasurer) to hand over access to the assets06:44
DocScrutinizer05all hail to jaffa for setting up that page and the whole idea, first instance06:45
psycho_oreosUltimately the person who was never been appointed as the treasurer sort of now "ran away" with those assets.06:46
DocScrutinizer05not sure about that06:46
DocScrutinizer05ask BoD06:46
DocScrutinizer05I honestly feel a severe burnout syndrome whenever thinking about any of that stuff06:47
psycho_oreosI was reading one of their minute sessions and it was supposedly one person that was not there at the time of meeting which ironically was controlling the finances.06:49
DocScrutinizer05yes06:49
psycho_oreosBesides its been weeks since that meeting was there.06:50
DocScrutinizer05yes06:50
DocScrutinizer05while stuff like new marble version upload to repo block on infra not working and nobody taking care06:51
DocScrutinizer05and all other stuff bitrots as well06:53
DocScrutinizer05repo schizoid fremantle-1.3 vs fremantle pending since start of January06:54
DocScrutinizer05repo also has checksum errors again06:54
DocScrutinizer05user account data not propagating from garage to the other VM06:55
DocScrutinizer05repo management spammed database with bogus recuring "remiving old package version", but doesn't handle promote (even from autobulder to extras-devel), delete, or proper signing new repo packages.gz06:56
DocScrutinizer05until we recently disabled it to stop the spamming06:57
DocScrutinizer05apache blows chunks on any "unusual" load, e.g from web spiders06:58
DocScrutinizer05and midgard... don't ask06:58
psycho_oreosI've heard from time to time midgard issues were appearing.06:58
DocScrutinizer05all of this been heritage either from not doing any service during summer til newyear 2012, or (most of it) even got introduced during migration#106:59
*** robbiethe1st has quit IRC07:02
*** shamus has quit IRC07:15
*** shamus has joined #maemo07:16
psycho_oreosI guess inevitably due to dying interests, even at this point in time there's only very few chatting activities going on compared to what was then more active.07:21
*** andre__ has joined #maemo07:31
*** e-yes has quit IRC07:31
*** VDVsx has quit IRC07:42
*** shawnjefferson has quit IRC07:57
*** ferene has quit IRC08:00
*** ferene has joined #maemo08:05
*** dhbiker has quit IRC08:06
*** dhbiker has joined #maemo08:08
*** VDVsx has joined #maemo08:09
*** bef0rd has quit IRC08:21
*** bef0rd has joined #maemo08:22
*** e-yes has joined #maemo08:25
*** bef0rd has quit IRC08:26
*** nslu2-log_ has joined #maemo08:27
*** goldkatze has joined #maemo08:27
DrCodehi all08:29
DrCodewhen using maemo format on microsd, what filetype it make?08:29
DrCodefat or ext2?08:29
*** nslu2-log has quit IRC08:29
*** nslu2-log_ is now known as nslu2-log08:29
*** LaoLang_cool has joined #maemo08:34
*** LaoLang_cool has quit IRC08:36
*** Pali has joined #maemo08:38
*** piggz has joined #maemo08:41
*** piggz has quit IRC08:47
*** FReaper-PC has joined #maemo08:53
SAiFmost fones do Fat, i guess. I dont know maemo though09:00
*** FReaper-PC has quit IRC09:02
*** DHR has quit IRC09:04
brolin_empeyPali: Can you please add some new products (USB Vendor ID + Product ID) to asix.c and dm9601.c in the Maemo 5 power kernel?09:04
Palibrolin_empey: yes, please send me patch09:05
brolin_empeyPali: My patches have been to asix.ko and dm9601.ko instead of asix.c and dm9601.c .09:06
Paliwhat? patching binary files??09:07
brolin_empeyPali: However, only my patch to asix.ko seems to have succeeded.09:08
brolin_empeyPali: Yes, I patched the .ko binary files because I did not want to sidetrack myself with the project of trying to rebuild the power kernel from source.09:09
Paliah...09:10
brolin_empeyPali: Can I provide just the new USB Vendor ID + Product ID combinations to add?  I need only 2 additions to dm9601.c and 1 addition to asix.c .09:12
Paliif you can create patch file09:12
Pali$ diff -Naurp file.org file.new > patch09:13
*** ferene has quit IRC09:13
brolin_empeyPali: You can just copy and paste an existing product entry and change the IDs.09:14
*** mvp has joined #maemo09:15
*** XATRIX has joined #maemo09:15
Palior send me new edited files09:15
*** sixwheeledbeast has quit IRC09:16
*** WielkiTost has joined #maemo09:17
*** Psi has quit IRC09:20
*** mavhc has quit IRC09:21
*** WielkiTost has quit IRC09:23
*** mavhc has joined #maemo09:24
brolin_empeyPali: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/usb/asix_devices.c?id=refs/tags/v3.10.2#n104609:26
*** Pali has quit IRC09:26
*** Pali has joined #maemo09:27
brolin_empeyPali: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/usb/asix_devices.c?id=refs/tags/v3.10.2#n104609:27
Paliplease can you send me at least changed file(s)? Do not want to guess which other structures need to be added...09:28
brolin_empeyPali: Yes, I can try.  Is there any chance of using a newer Linux kernel than version 2.6.28 on Maemo 5?09:32
Palibrolin_empey: I'm already trying it... but GSM/3G not working09:32
Paliand lot of other closed source nokia apps not working too...09:33
*** discopig is now known as bromide09:33
brolin_empeyPali: Using a newer kernel on Maemo 5 seems better than trying to backport changes from kernel version 3.x to the antiquated kernel version 2.6.28 .09:35
Palino, no09:35
Paliupstream kernel on maemo5 is unusable09:35
*** Avasz has joined #maemo09:35
*** Avasz has joined #maemo09:35
Paliand never be, because of nokia closed source apps which cannot be diagnoticated & fixed09:36
brolin_empeyPali: Specifically which applications are unusable with a newer kernel version?09:37
PaliPhone application09:37
PaliMCE daemon09:37
Palieverything with GSM/3G stack09:37
Paliaccelerometer applications09:38
Paliand upstream kernel has very bad power saving09:38
brolin_empeyPali: OK, then can we just backport the products added to both asix.c and dm9601.c since kernel version 2.6.28 ?09:39
*** valeriusL has joined #maemo09:43
*** sixwheeledbeast has joined #maemo09:50
*** eijk has joined #maemo09:54
*** sunny_s has joined #maemo10:09
*** geaaru has joined #maemo10:09
*** valeriusL has quit IRC10:13
*** eMHa_ has quit IRC10:14
*** FReaper-PC has joined #maemo10:19
*** FR-PC has joined #maemo10:24
*** FReaper-PC has quit IRC10:25
*** shawnjefferson22 has quit IRC10:26
*** qwazix has quit IRC10:27
*** tanty has joined #maemo10:27
*** sixwheeledbeast has quit IRC10:27
*** utanapischti has quit IRC10:29
*** utanapischti has joined #maemo10:29
*** qwazix has joined #maemo10:30
*** doc|home has quit IRC10:32
*** sixwheeledbeast has joined #maemo10:35
*** FR-PC has quit IRC10:35
*** FR-PC has joined #maemo10:38
*** bef0rd has joined #maemo10:38
*** hardfalcon has quit IRC10:38
*** sixwheeledbeast has quit IRC10:39
*** bef0rd has quit IRC10:43
*** FR-PC has quit IRC10:44
*** hardfalcon has joined #maemo10:45
*** kolp has joined #maemo10:48
*** jmlich has joined #maemo10:49
*** mvp has quit IRC11:04
*** AD-N770 has joined #maemo11:08
*** jrocha has joined #maemo11:14
*** doc|home has joined #maemo11:19
*** eMHa has joined #maemo11:19
*** frafl has joined #maemo11:24
*** disco_stu_droid has joined #maemo11:25
*** Natch_u has joined #maemo11:27
*** goldkatze_ has joined #maemo11:27
*** jk4_ has joined #maemo11:28
*** ecc2g has joined #maemo11:28
*** pcfe` has joined #maemo11:28
*** pcfe` has quit IRC11:28
*** pcfe` has joined #maemo11:28
*** Elektra has joined #maemo11:28
*** cerberus_ has joined #maemo11:29
*** dhbiker_ has joined #maemo11:29
*** jeverling has joined #maemo11:29
*** r00t-home has joined #maemo11:29
*** sixwheeledbeast has joined #maemo11:29
*** Natch has quit IRC11:29
*** Natch_u is now known as Natch11:29
*** ashley has quit IRC11:29
*** Kilroo has quit IRC11:29
*** ecc3g has quit IRC11:29
*** disco_stu has quit IRC11:29
*** oniongarlic has quit IRC11:29
*** jk4 has quit IRC11:29
*** r00t^home has quit IRC11:29
*** Avasz has quit IRC11:29
*** goldkatze has quit IRC11:29
*** dhbiker has quit IRC11:29
*** jeverling_ has quit IRC11:29
*** pcfe has quit IRC11:29
*** thp has quit IRC11:29
*** oniongarlic has joined #maemo11:29
*** thp_ has joined #maemo11:30
*** disco_stu_droid is now known as disco_stu11:30
*** Kilroo has joined #maemo11:31
*** rcg has joined #maemo11:32
*** cerberus_ is now known as Avasz11:36
*** Avasz has joined #maemo11:36
*** croppa has joined #maemo11:38
*** Pali has quit IRC11:44
*** joga has quit IRC11:45
*** joga has joined #maemo11:45
*** florian has joined #maemo11:47
*** Pali has joined #maemo11:48
Sicelobtw, which is 'power-saving' state of cpu.. C0 or C4?11:54
*** darkschneider has joined #maemo12:03
*** FIQ|n900 has joined #maemo12:07
FIQ|n900hi12:08
FIQ|n900so the stalling happened again12:08
FIQ|n900this time I was able to follow the progress exactly12:08
FIQ|n900and the issue seems to be on this command:12:08
FIQ|n900initctl emit MOUNTS_OK12:08
FIQ|n900in rcS-late12:09
FIQ|n900This command was running for 7 minutes straight without anything else happening12:09
FIQ|n900this is provided by upstart, and I don't know how initctl works internally or why it might stall for several minutes12:12
*** SAiF has quit IRC12:19
*** Martix has joined #maemo12:21
FIQ|n900heh... googling "initctl stalling" brought up an ubuntu forum post, and http://ubuntuforums.org/announce.html ouch!12:23
*** Elektra is now known as ashley12:28
*** Mike11 has joined #maemo12:33
*** doc|home has quit IRC12:35
*** ArGGu^^ has quit IRC12:46
*** ArGGu^^ has joined #maemo12:52
*** NIN101 has joined #maemo12:54
*** Mike11 has quit IRC13:03
*** FIQ|n900 has quit IRC13:03
*** sixwheeledbeast has quit IRC13:03
*** Psi has joined #maemo13:04
*** darkschneider has quit IRC13:06
*** amin007110 has quit IRC13:08
*** amin007110 has joined #maemo13:15
*** Martix has quit IRC13:29
*** amin_007110 has joined #maemo13:29
*** lizardo has joined #maemo13:30
*** amin007110 has quit IRC13:32
*** valeriusL has joined #maemo13:33
*** valeriusL has quit IRC13:40
DrCodehi al13:46
DrCodeall13:46
DrCodeif I use maemo format for microsf , what filetype it uses?13:47
*** WielkiTost has joined #maemo13:48
SiceloDrCode: FAT14:03
*** Avasz has quit IRC14:06
*** valeriusL has joined #maemo14:10
*** japa-fi has quit IRC14:10
*** FIQ|n900 has joined #maemo14:17
*** CutMeOwnThroat has joined #maemo14:17
*** FIQ|n900 has quit IRC14:21
*** dockane_ has quit IRC14:30
DrCodewow, I see14:34
DrCodethank you14:34
*** Kabouik has joined #maemo14:39
*** uen| has joined #maemo14:42
*** unclouded has quit IRC14:43
*** Hurrian has quit IRC14:43
*** Avasz has joined #maemo14:44
*** Avasz has joined #maemo14:44
*** Hurrian has joined #maemo14:46
*** uen has quit IRC14:46
*** uen| is now known as uen14:46
*** Kabouik has quit IRC14:49
*** SpeedEvil has quit IRC14:54
*** darkschneider has joined #maemo14:54
*** valeriusL has quit IRC14:57
*** sixwheeledbeast has joined #maemo14:59
*** lxp has quit IRC14:59
brolin_empeyWow, I suck at (digital still) photography: out of 24 shots, only 1 is actually worth publishing. :/15:02
brolin_empey24 shots of the same subject in the same place. :/15:06
*** FIQ|n900 has joined #maemo15:07
*** FIQ|n900 has joined #maemo15:07
FIQ|n900DocScrutinizer05: psycho_oreos: thanks for the tip regarding loose battery15:07
FIQ|n900I solved it partially - can't solve it fully as I noticed something annoying15:07
*** e-yes has quit IRC15:07
FIQ|n900one of my batteries has had its' topmost (opposite side of connector) piece of plastic gone15:08
FIQ|n900asked about this in here before, this is no issue with its' usage, no increased risks etc15:08
FIQ|n900however, it apparently has a *significant* effect on how the springs/whatever hold it in place15:09
FIQ|n900I used my stylus (which I don't use otherwise - wouldn't have cared if it broke, which it didn't) to bend up these15:09
*** valeriusL has joined #maemo15:09
FIQ|n900It made the "complete" battery sit in place again, and even to the point it was becoming hard to put in15:10
FIQ|n900The other, on the other hand, while not falling if device is held upside down anymore, is still loose15:10
FIQ|n900And as I want to be able to use both of my batteries, I can't bend it further as that would make the complete one a pain or even impossible to insert15:11
*** SpeedEvil has joined #maemo15:11
FIQ|n900Better than how it was before, but not perfect15:12
FIQ|n900I assume this solution will at least prevent random shutdowns if sudden moves happen15:12
*** tanty has quit IRC15:17
DocScrutinizer05FIQ|n900: how about fixing your broken battery? adding some arbitrary piece of plastic cut to shape shouldn't be too hard to do15:18
FIQ|n900I guess that could work, dunno what would be optimal though15:20
*** tanty has joined #maemo15:35
brolin_empeyhttp://www.flickr.com/photos/brolin_empey/9358788130/15:53
*** Pali has quit IRC15:55
*** triggerhappy has joined #maemo15:58
*** eijk has quit IRC16:03
*** Avasz has quit IRC16:06
*** croppa has quit IRC16:08
*** FIQ|n900 has quit IRC16:13
*** bromide has quit IRC16:13
Sicelo316:17
*** Mike11 has joined #maemo16:18
*** Avasz has joined #maemo16:19
*** MetalGearSolid has joined #maemo16:20
*** MetalGearSolid has joined #maemo16:21
DocScrutinizer05216:26
brolin_empey116:26
DocScrutinizer05BOOM16:27
brolin_empeyDocScrutinizer05: prboom? ;-)16:27
DocScrutinizer05now for my daily 15min frustrating experience: /join #kde, ask some  obvious but probably annoying questions about kmail and GPG16:28
*** bef0rd has joined #maemo16:28
*** Lava_Croft has quit IRC16:37
*** FIQ|n900 has joined #maemo16:40
*** FIQ|n900 has quit IRC16:45
*** MetalGearSolid has quit IRC16:47
*** VDVsx has quit IRC16:48
*** LauRoman has joined #maemo16:57
*** FIQ|n900 has joined #maemo17:09
*** shamus has quit IRC17:12
*** shamus has joined #maemo17:12
*** FIQ|n900 has quit IRC17:12
*** FIQ|n900 has joined #maemo17:13
*** VDVsx has joined #maemo17:16
*** win7mac has quit IRC17:24
*** Win7Mac has joined #maemo17:25
*** lxp has joined #maemo17:26
*** Lava_Croft has joined #maemo17:27
*** FIQ|n900 has quit IRC17:29
*** SAiF has joined #maemo17:30
*** tanty has quit IRC17:37
*** lpapp has joined #maemo17:44
*** lpapp has left #maemo17:44
*** DHR has joined #maemo17:54
*** Pali has joined #maemo18:07
*** M4rtinK has joined #maemo18:15
*** jmlich has quit IRC18:21
*** jmlich has joined #maemo18:21
*** Mike11 has quit IRC18:22
*** Win7Mac is now known as win7mac18:23
*** bef0rd has quit IRC18:27
*** bef0rd has joined #maemo18:27
*** bef0rd_ has joined #maemo18:29
*** bef0rd has quit IRC18:30
*** XATRIX has quit IRC18:35
*** hardfalcon has quit IRC18:40
*** Woody14619 has joined #maemo18:42
*** MetalGearSolid has joined #maemo18:46
*** MetalGearSolid07 has joined #maemo19:00
*** MetalGearSolid has quit IRC19:03
*** MetalGearSolid07 has quit IRC19:06
*** MetalGearSolid07 has joined #maemo19:06
*** doc|home has joined #maemo19:07
*** rcg has quit IRC19:19
*** MetalGearSolid00 has joined #maemo19:19
*** MetalGearSolid07 has quit IRC19:22
*** sardini has joined #maemo19:23
*** triggerhappy has quit IRC19:23
*** Martix has joined #maemo19:23
*** jmlich has quit IRC19:27
DocScrutinizer05hi Woody1461919:29
SAiFDoc, you dont sleep?19:31
Woody14619hi DocScrutinizer05. :)19:31
*** basiaf has quit IRC19:32
*** MetalGearSolid00 has quit IRC19:32
*** basiaf has joined #maemo19:34
*** jmlich has joined #maemo19:37
DocScrutinizer05SAiF: why should I sleep?19:38
DocScrutinizer05SAiF: when you mean the C-states, I usually have at least 20% C4 and >75% lower than C119:40
DocScrutinizer05C0 is needed only for seconds19:43
SAiFyou are funny, idont understand most of what you are saying.19:47
SAiFneever mind :)19:47
*** FIQ has joined #maemo19:51
*** Pali has quit IRC19:56
*** Pali has joined #maemo19:59
ecc2gI need time to be moved to S320:00
*** mavhc has quit IRC20:01
*** frafl has quit IRC20:02
*** mavhc has joined #maemo20:03
*** frafl has joined #maemo20:05
*** StyXman has joined #maemo20:07
*** edheldil has quit IRC20:07
*** AD-N770 has quit IRC20:11
*** sunny_s has quit IRC20:15
*** StyXman has left #maemo20:15
*** jrocha has quit IRC20:18
*** jrocha has joined #maemo20:19
*** eMHa has quit IRC20:19
*** Avasz has quit IRC20:22
*** GI_Jack has joined #maemo20:27
*** sunny_s has joined #maemo20:32
thedead1440SAiF: there is never a time for sleeping in JRTSV (doc20:35
thedead1440s/(doc/(doc's own timezone)/20:35
infobotthedead1440 meant: SAiF: there is never a time for sleeping in JRTSV (doc's own timezone)20:35
*** andre__ has quit IRC20:41
SAiFAny way I am gonna sleep. good night (UGT) .. :)20:45
Apiccu B-)20:45
*** eMHa has joined #maemo20:46
*** SAiF has quit IRC20:46
*** jmlich has quit IRC20:47
*** geaaru has quit IRC20:53
*** Scorcerer has quit IRC20:56
*** goldkatze_ is now known as goldkatze20:57
*** polybos has joined #maemo20:58
*** andre__ has joined #maemo21:07
*** andre__ has joined #maemo21:08
*** andre__ has quit IRC21:11
*** andre__ has joined #maemo21:19
*** polybos has quit IRC21:26
*** piggz has joined #maemo21:31
*** Woody14619 has quit IRC21:39
*** Woody14619 has joined #maemo21:40
*** Woody14619 has joined #maemo21:40
*** thomasjfox has joined #maemo21:42
*** sq-one has joined #maemo21:43
*** amin_007110 is now known as amin00711021:46
*** Pali has quit IRC21:53
*** Pali has joined #maemo21:54
*** M4rtinK has quit IRC21:58
*** louisdk has quit IRC21:59
*** Scorcerer has joined #maemo22:10
*** nox- has joined #maemo22:16
*** Pali has quit IRC22:17
*** Vlad_on_the_road has joined #maemo22:18
*** brutal_ has quit IRC22:21
*** 14WAA3EU3 has quit IRC22:21
*** rcg has joined #maemo22:21
*** FIQ has quit IRC22:27
*** FIQ has joined #maemo22:32
*** Kabouik has joined #maemo22:33
*** bef0rd_ has quit IRC22:37
*** bef0rd has joined #maemo22:38
*** brutal has joined #maemo22:40
*** Mike11 has joined #maemo22:42
*** bef0rd has quit IRC22:43
*** bef0rd has joined #maemo22:54
*** piggz has quit IRC22:56
*** bef0rd has quit IRC22:58
*** Kabouik has quit IRC23:11
*** Earthwings_ has joined #maemo23:17
Earthwings_hi DocScrutinizer05, long time no see :)23:20
Earthwings_DocScrutinizer05: can you look into account/permission stuff? shentey asked for permission to upload packages to extras-devel some weeks ago, but nothing happened seemingly23:22
DocScrutinizer05I answered we proceeded the request but the borked infra might not work as supposed, and we need feedback what doesn't work and needs further hard kicks in the buttocks23:23
DocScrutinizer05yes, I can look in some of the permission stuff, when I know what for to look exactly23:24
*** andre__ has quit IRC23:25
*** Venusaur has quit IRC23:26
*** sq-one has quit IRC23:30
*** louisdk has joined #maemo23:33
*** _rd has joined #maemo23:35
DocScrutinizer05Earthwings_: shentey has extras-account status: accepted23:38
DocScrutinizer05it's a known problem that garage account status doesn't propagate to the other VMs23:38
*** shamus has quit IRC23:41
DocScrutinizer05Earthwings_: sorry I can't check every single detail to make sure what's OK and what needs manual fixing. I need specific reports about stuff that doesn't work, and which account, URL, whatever I shall look at.23:42
*** df_newbie has joined #maemo23:43
df_newbieis there a way to activate the cameras flash light (via console or something), while another app is using & blocking the camera, but does not support activating the flashlight?23:44
df_newbieon the n900~23:45
DocScrutinizer05hmm, hardly23:45
DocScrutinizer05dunno but i'd guess the v4l2 dev/video or whatever interface can't get opened by multiple processes concurrently23:46
*** eijk has joined #maemo23:46
df_newbieyea, but the flashlight shouldnt be part of the v4l device context, should it?23:46
DocScrutinizer05otoh, iirc the flashlight applet actually *needs* camera opened to show up in system menu23:47
df_newbiewas just hoping there was some device node for the flashlight like there is for the keyboard leds23:47
DocScrutinizer05the flashlight *is* part of the v4l2 interface afaik23:47
DocScrutinizer05alas there isn't23:47
df_newbieah.. damn23:47
DocScrutinizer05(a device node for flash leds)23:48
DocScrutinizer05look into flashlight applet, I think it's python23:48
DocScrutinizer05which would mean you basically already got your cmdline way to activate it23:48
df_newbiewell i was playing around with the phonestreamer thing (stream video over wlan to laptop), but its horrid under dark'ish light conditions. sadly, it doesnt know about the flashlight it seems23:49
DocScrutinizer05seems flashlight is the app for you23:50
Earthwings_DocScrutinizer05: ok, thanks for looking into that. I'll forward it to him and ask him to contact you with more details.23:50
DocScrutinizer05Earthwings_: thanks!23:50
*** bef0rd has joined #maemo23:50
*** thomasjfox has quit IRC23:51
DocScrutinizer05[2013-07-24 05:51:32] <DocScrutinizer05> while stuff like new marble version upload to repo block on infra not working and nobody taking care23:51
DocScrutinizer05https://mg.pov.lt/maemo-irclog/%23maemo.2013-07-24.log.html#t2013-07-24T06:51:3323:52
df_newbieDocScrutinizer05: no, because it too requires exclusive access to the camera it seems... but ill check the source and see how they do it; maybe its just a "weak" check or whatever23:53
*** frafl has quit IRC23:53
DrCodehi all23:54
DrCodewhen I run easydebian , I run it has virtualbox or somthing?23:54
*** _rd has quit IRC23:55
*** frafl has joined #maemo23:56
bef0rdas a chroot DrCode23:56
DocScrutinizer05right, flashlight also doesn't work with camera23:56
DocScrutinizer05nicocam knows "t" key for toggling flashlight23:57
*** lizardo has quit IRC23:57
DocScrutinizer05(the cssu-t camera app)23:57
DocScrutinizer05and no, I guess that's not a weak check, it's a system level file-lock that doesn't allow multiple handles to the video device23:58
df_newbiethat app doesnt stream video though, does it?23:59
DocScrutinizer05which app?23:59
df_newbieand yea, the flashlight app is written in c and retrieves the flashlight context from hal or something.. ah well23:59
DocScrutinizer05nicocam?23:59
df_newbieyea, nico23:59
DocScrutinizer05not that I knew of23:59

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