*** louisdk has quit IRC | 00:03 | |
*** xy2_ has quit IRC | 00:22 | |
*** slice has quit IRC | 00:22 | |
*** ravelo_ is now known as ravelo | 00:34 | |
*** ravelo has quit IRC | 00:34 | |
*** ravelo has joined #maemo | 00:34 | |
*** shentey_ has quit IRC | 00:55 | |
*** M4rtinK has quit IRC | 01:17 | |
*** atk has quit IRC | 02:00 | |
*** atk has joined #maemo | 02:00 | |
*** norayr has joined #maemo | 02:17 | |
*** Pali has quit IRC | 02:24 | |
*** florian has quit IRC | 02:34 | |
*** sunshavi has quit IRC | 04:09 | |
*** heroux has quit IRC | 06:01 | |
*** lxp has joined #maemo | 06:01 | |
*** lxp1 has quit IRC | 06:04 | |
*** heroux has joined #maemo | 06:16 | |
*** heroux has quit IRC | 06:20 | |
*** pagurus has quit IRC | 07:07 | |
*** DocScrutinizer05 has quit IRC | 07:09 | |
*** DocScrutinizer05 has joined #maemo | 07:09 | |
*** pagurus has joined #maemo | 07:14 | |
*** esaym153 has quit IRC | 07:39 | |
*** arcean has joined #maemo | 08:03 | |
*** norayr has quit IRC | 08:28 | |
*** L29Ah has quit IRC | 08:54 | |
*** dafox has joined #maemo | 08:58 | |
*** dafox has quit IRC | 09:28 | |
*** jskarvad has joined #maemo | 09:36 | |
*** jskarvad has quit IRC | 09:36 | |
*** jskarvad has joined #maemo | 09:36 | |
KotCzarny | wth. o.O | 09:49 |
---|---|---|
KotCzarny | i've started oscp on terminal, switched virtual console, it steals usb keyboard somehow anyway | 09:50 |
KotCzarny | but it might be something quirky with the keyboard itself as it's not working properly no matter if oscp is running or not | 09:50 |
Vajb_ | well, one can never know what those closed blobs do. | 09:53 |
KotCzarny | funny thing is it never acted that way, it's only when i connected this new kb | 09:54 |
*** dmth|intevation has joined #maemo | 09:54 | |
KotCzarny | kb itself registers twice | 09:56 |
KotCzarny | o.O | 09:56 |
*** esaym153 has joined #maemo | 10:14 | |
*** florian has joined #maemo | 10:19 | |
*** florian has quit IRC | 10:19 | |
*** florian_kc has joined #maemo | 10:20 | |
*** florian_kc is now known as florian | 10:20 | |
KotCzarny | ahahah, so it finally happened | 10:23 |
KotCzarny | Sorry, it seems that you are using an IP address or a proxy that is listed in the forum anti spam blacklist. | 10:23 |
KotCzarny | solution in my case was just reconnecting the modem ;) | 10:28 |
KotCzarny | bam! antispam subversed! ;0 | 10:29 |
*** vectis3 has quit IRC | 10:33 | |
*** geaaru has joined #maemo | 10:58 | |
*** KotCzarny has quit IRC | 11:08 | |
*** KotCzarny has joined #maemo | 11:16 | |
DocScrutinizer05 | tracker? DIE! | 11:40 |
DocScrutinizer05 | ~tracker | 11:41 |
infobot | ""Tracker currently has a function called tracker_memory_setrlimits() which sets the limitation of RLIMIT_AS and RLIMIT_DATA clamping it between 50% of total memory and MAXLONG (2GB on 32-bit) as an upper limit."" Between 50% and MAXLONG of memory? WHAT THE F*CKING HELL SUCKER?! https://wiki.gnome.org/Projects/Tracker/Documentation/Configuration | 11:41 |
DocScrutinizer05 | also tracker concept is a fail in my book | 11:44 |
DocScrutinizer05 | gnome mindset idiocy | 11:44 |
DocScrutinizer05 | why the hell would we need a database that acts like a virtual filesystem? we got a *real* filesystem for that | 11:46 |
*** N-Mi has quit IRC | 11:47 | |
DocScrutinizer05 | OOH NO SYMLINKS on VFAT? aaaw! then use a *decent* filesystem instead? And do sorting of files by semantic properties on a file system level when storing the files, NOT on open-for-read via an abomination called tracker that makes your system explode | 11:48 |
DocScrutinizer05 | tracjker is basically same bullshit like akonadi and I can't help but suspect they soon get merged and then assimilated by systemd | 11:52 |
*** vectis3 has joined #maemo | 11:54 | |
*** M4rtinK has joined #maemo | 11:58 | |
DocScrutinizer05 | I *think* it should be feasible to follow the approach of: 1) spot which (core) apps actually use tracker 2) for those few that do and are not FOSS _and_ are really needed it might be very simple to write a tracker API shim that e.g. for Gallery simply delivers a `ls -l $photodir` as result of the tracker query that the Gallery does. Same for mediaplayer (though we already can rule MP out sinve we have a FOSS re-implementation and it | 12:01 |
DocScrutinizer05 | doesn't really *need* tracker anyway since there are already filesystem UIs for the stock MP): return `ls -l $MUSIC` instead of that tracker database crap as result to the MP tracker query | 12:01 |
*** N-Mi has joined #maemo | 12:03 | |
*** N-Mi has joined #maemo | 12:03 | |
*** ecloud has quit IRC | 12:04 | |
*** sunshavi has joined #maemo | 12:06 | |
KotCzarny | or just f*ck the media library and have some quick folders defined | 12:09 |
KotCzarny | because really, gallery usually only needs camera folder | 12:10 |
KotCzarny | and maybe user defined folder too | 12:10 |
KotCzarny | and thumbnails could be generated on browse (assuming new files would be found) | 12:10 |
*** ecloud has joined #maemo | 12:14 | |
DocScrutinizer05 | aka >>simply delivers a `ls -l $photodir` as result<< | 13:18 |
DocScrutinizer05 | so yep | 13:18 |
DocScrutinizer05 | prolly rather `ls -lR ...` | 13:18 |
DocScrutinizer05 | I always called it a major BUG in gallery that you can't separate your private from your business photos (or whatever categories make sense to you, think pr0n or holiday or sekrit-project or...) | 13:21 |
DocScrutinizer05 | with a shim you could simply pop up a requester asking user which category (or categories) they want to browse | 13:22 |
DocScrutinizer05 | I think with mount(8) namespaces and dbus trickery this shouldn't be too hard to implement without patches to any system infra or any apps | 13:24 |
DocScrutinizer05 | mount namespaces to enable a unique session dbus interface | 13:25 |
DocScrutinizer05 | rather unique dedicated session dbus, to be more precise | 13:25 |
DocScrutinizer05 | dbus aiui can do a lot of fancy stuff, but what it totally fails at is implementing a filter intercepting dbus signals/msgs to/from a particular app to arbitrary other dbus clients. You need two segregated bus instances for that, so mount namespaces for the dbus socket or whatever it is | 13:27 |
DocScrutinizer05 | the tracker API is dbus | 13:28 |
DocScrutinizer05 | so... | 13:28 |
DocScrutinizer05 | *maybe* a LD_PRELOAD my-own-dbus.so Gallery could work too, instead of running a separate dbus instance in its own namespace | 13:30 |
DocScrutinizer05 | note that this is only needed to fix the above mentioned BUG by allowing an executable interfacing between Gallery and generic dbus to open up a requester and modify dbus messages accordingly. Unrelated to replacing tracker dbus client by a massively simplified dummy that simply does a `ls` instead of that database foo tracker does | 13:33 |
DocScrutinizer05 | theoretically such requester could also live in the tracker-dummy itself, allowing users to modify the response (actually the dir(s) used) the tracker-dummy returns to a particular request like "gimme all the photos you know of" | 13:36 |
DocScrutinizer05 | I wouldn't even be too averse against the tracker-dummy using some optimizations like e.g. crating ,directory files, like a lot of other apps do to speed up stuff | 13:38 |
DocScrutinizer05 | s/crating/creating/ | 13:39 |
infobot | DocScrutinizer05 meant: I wouldn't even be too averse against the tracker-dummy using some optimizations like e.g. creating ,directory files, like a lot of other apps do to speed up stuff | 13:39 |
*** jonwil has quit IRC | 13:52 | |
*** mp107 has joined #maemo | 13:56 | |
*** M4rtinK has quit IRC | 13:59 | |
KotCzarny | tracker's cache shoulddnt live inside target dirs | 14:20 |
KotCzarny | i would hate such trash autogeneratod | 14:20 |
jon_y | thumbs.db everywhere | 14:22 |
bencoh | :/ | 14:29 |
*** juiceme has quit IRC | 14:39 | |
*** juiceme has joined #maemo | 14:39 | |
*** juiceme is now known as Guest40016 | 14:39 | |
*** Gadgetoid has quit IRC | 14:40 | |
*** Gadgetoid has joined #maemo | 14:42 | |
*** dmth|intevation1 has joined #maemo | 14:48 | |
*** dmth|intevation has quit IRC | 14:48 | |
*** florian_kc has joined #maemo | 15:26 | |
*** florian has quit IRC | 15:27 | |
*** florian has joined #maemo | 15:27 | |
*** mp107 has quit IRC | 15:29 | |
*** M4rtinK has joined #maemo | 15:30 | |
DocScrutinizer05 | I for sure prefer a 'cache' that's simple to validate by comparing the .directory mtime to the dir's mtime, and any such 'cache' getting moved in and out and around with the directory it belongs to. Also it's just a cache and the app using it can easily do without it so user can have a config option to allow or forbid those .directory files. Not a huge issue. Original tracker OTOH... don't get me started, rather check for yourself what | 15:33 |
DocScrutinizer05 | gets autogenerated and when by it | 15:33 |
*** M4rtinK has quit IRC | 15:39 | |
LjL | i understood some of them words Doc used | 16:14 |
DocScrutinizer05 | LjL: can I help? | 16:22 |
LjL | no it's fine, i was just bemusing on the fact i could barely understand what you said :) | 16:23 |
DocScrutinizer05 | well, so maybe I can actually help | 16:23 |
DocScrutinizer05 | tracker is a PoS, almost everybody agrees. The idea is to maybe completely drop it and replace it by a slim re-implementation that doesn't use a 1BG size mysqlite database but actually simply sends a directory listing to the app that inquires tracker info | 16:25 |
LjL | all i know is every "tracker"-style thing i've ever used on any OS has always just seemed to get in the way of stuff that needed processing time and fill up my disk! | 16:25 |
DocScrutinizer05 | yes :-) | 16:25 |
bencoh | DocScrutinizer05: the thing is a directory listing without cache would be a pain as well | 16:26 |
LjL | for a short while it seemed we would all quickly be moving to database-inspired, "tagged" or whatever, filesystems | 16:26 |
LjL | i think that whole part of hypothetical computing history has been erased from the books out of shame... | 16:26 |
KotCzarny | n900 is from 2009 | 16:26 |
DocScrutinizer05 | and for example Gallery app on maemo actually doesn't need to know about every photo in random places on your system. Much better it only shows content of one or two dedicated directories, and for that it doesn't need the original tracker bloat | 16:26 |
KotCzarny | developed from 2007-2008 | 16:26 |
KotCzarny | so 10 year old tech | 16:27 |
DocScrutinizer05 | bencoh: why? | 16:27 |
KotCzarny | ;0 | 16:27 |
bencoh | DocScrutinizer05: well, depends on how recursive you want to be and how many files you have there | 16:27 |
DocScrutinizer05 | yeah, for ... sorry phonecall | 16:27 |
KotCzarny | it should only cache thing that got browsed, dont overdo, cache is good, preemptive cache is overengineering on limited resources device | 16:28 |
DocScrutinizer05 | yeah, for music it might get tricky, though ... it won't take longer than a ls -lR - for pictures it's a nobrainer I guess, except maybe for the thumbnails | 16:41 |
DocScrutinizer05 | I think thumbnails should get stored in the directory where the pictures are, not in a database anywhere | 16:42 |
DocScrutinizer05 | if only for sanity of usecase "uSD" | 16:43 |
DocScrutinizer05 | see (random example) http://maemo.cloud-7.de/Gallery-N900-exploded/ which got generated by a konqueror plugin and stores thumbnails locally, so every app (not only those using tracker) can profit and the thumbnails are automatically included when the dir with the pictures gets moved/renamed or storage removed completely | 16:46 |
DocScrutinizer05 | http://maemo.cloud-7.de/Gallery-N900-exploded/thumbs/ | 16:47 |
DocScrutinizer05 | IroN900:~# time ls -lR /home/user/MyDocs/allofmp3/ |wc -l | 16:51 |
DocScrutinizer05 | 1087 | 16:51 |
DocScrutinizer05 | real 0m0.922s | 16:51 |
DocScrutinizer05 | user 0m0.148s | 16:51 |
DocScrutinizer05 | sys 0m0.391s | 16:51 |
DocScrutinizer05 | I honestly don't think tracker is faster | 16:52 |
enyc | hrrrrrrrrrrrm | 16:57 |
enyc | Wondering: will Stretch libc6 (and everything else!!!) likely be persuadable to work on 2.6.28 kernel as was the case with jessie chroot ''backporting'' ?? | 16:58 |
*** L29Ah has joined #maemo | 17:06 | |
bencoh | I guess so | 17:08 |
enyc | bencoh: whyso? | 17:11 |
* freemangordon doubts | 17:12 | |
freemangordon | DocScrutinizer05: IMO having thumbnails auto-generated int the same directory as pictures is a very bad idea - it uses space not meant for it, it changes directory layout, etc | 17:13 |
freemangordon | also, how would that work for remote FSs? | 17:13 |
peetah | hello, happily coming back to n900 after 3 years, and I try to keep up to date with what could have changed | 17:15 |
freemangordon | not that I like tracker that much, but having stuff stored in a DB placed where it should be is way better than doing ls every time. | 17:15 |
freemangordon | peetah: WB | 17:15 |
peetah | freemangordon: thanks :) | 17:16 |
peetah | as a starter, is there any XMPP client supporting OMEMO ? | 17:16 |
bencoh | enyc: because I might be wrong, but I don't think other hard kernel dependencies were added to glibc | 17:18 |
*** ecc3g has quit IRC | 17:19 | |
*** ecc3g has joined #maemo | 17:23 | |
freemangordon | Wizzup: hi! any progress with devuan-maemo packages? | 17:32 |
Wizzup | yes and no. I've been waiting on the amprolla changes required to autobuild the packages, but nextime is not particularly reachable, so parazyd has said he'll make the changes required for us to be able to do autobuilds | 17:35 |
Wizzup | I also spoke to parazyd about perhaps just running our own amprolla for now, and what that would entail, so we can at least build packages SOMEWHERE | 17:35 |
Wizzup | that's where the discussion stranded saturday or sunday I believe | 17:36 |
parazyd | yep | 17:36 |
parazyd | i'm releasing a new distro tomorrow so i'm caught up with that | 17:36 |
parazyd | afterwards i'll start hacking on amprolla | 17:36 |
freemangordon | ok, great | 17:37 |
parazyd | Wizzup: fwiw, a separate amprolla instance will have to be running for maemo anyway | 17:37 |
parazyd | and as far as i see it's not quite heavy software | 17:37 |
DocScrutinizer05 | freemangordon: where else do you store thumbnails for remote filesystems? locally, forever? Not at all? | 17:38 |
parazyd | for the beginning i'll just try to do the bare minimum so we get it as fast as we can | 17:38 |
parazyd | (get it up and running) | 17:38 |
freemangordon | parazyd: do we have the needed HW? | 17:38 |
*** xy2_ has joined #maemo | 17:39 | |
parazyd | i believe so | 17:39 |
DocScrutinizer05 | also WHAT about >>having stuff stored in a DB placed where it should be is way better than doing ls every time<< | 17:39 |
freemangordon | parazyd: ok | 17:39 |
DocScrutinizer05 | this doesn't even make any sense | 17:39 |
freemangordon | DocScrutinizer05: yes, it makes, imagine DB in /var which is on NAND compared to uSD flash | 17:40 |
DocScrutinizer05 | you're aware that tracker as well needs to "do ls every time" since it can't know if local db is up to date? | 17:40 |
freemangordon | afaik it doesn't work like that | 17:40 |
freemangordon | it "monitors" the needed dirs | 17:40 |
freemangordon | and receives signal on change | 17:41 |
DocScrutinizer05 | it basically does, on top of an abomination made from scan-at-boot and inotify | 17:41 |
freemangordon | yes, but this is one time only | 17:41 |
DocScrutinizer05 | err aha | 17:41 |
freemangordon | also, about remote dirs - no, there is no need to store the data forever | 17:42 |
freemangordon | the point is - you can;t simply write some garbage (thumbnails) on a remote FS | 17:42 |
DocScrutinizer05 | honestly when you want data stored, store them where they belong: on storage aka filesystem, not in a database that holds info for files a million miles away | 17:43 |
freemangordon | this feels so wrong that I can't even explain why :) | 17:43 |
DocScrutinizer05 | no, tracker feels so wrong that no words can describe it | 17:43 |
freemangordon | DocScrutinizer05: also, imagine every OS writes its own thumbnails - soon there will be no place for pictures ;) | 17:44 |
DocScrutinizer05 | every OS??? | 17:44 |
DocScrutinizer05 | dafaq how many OS you want to run on your N900? | 17:44 |
*** florian_kc has quit IRC | 17:45 | |
freemangordon | DocScrutinizer05: what about uSD used to store music, videos and picures? | 17:45 |
*** florian has quit IRC | 17:45 | |
freemangordon | it might as well be put in an android phone, connected to my PC running Ubuntu,c connected to Windoze PC, etc | 17:45 |
DocScrutinizer05 | also please never mind remote fs and other bizarre niche usecases, we are talking about N900 system and MyDocs and /media/* here | 17:46 |
freemangordon | I am using uSD to store gigabytes of music | 17:46 |
freemangordon | also, camera is set to save on uSD | 17:46 |
freemangordon | this is not a niche usecase | 17:46 |
DocScrutinizer05 | yes, exactly - what about uSD. Do you think it's a smart thing to scan a 256GB of content for all media files each time you unplug USB from N900? | 17:47 |
freemangordon | no | 17:47 |
DocScrutinizer05 | but that is exactly what tracker does | 17:47 |
freemangordon | cool, and what is the solution? how you are sure nothing has changed and thumbnails are still valid after USB is disconnected? | 17:48 |
*** dmth|intevation1 has quit IRC | 17:49 | |
DocScrutinizer05 | the solution is to build index (or call it cache or db or whatever) on read, not on insert or other triggers, and to store the data on uSD so it removes and inserts to the device together with the files this cache is built from | 17:49 |
DocScrutinizer05 | alternatively don't use cache at all | 17:49 |
freemangordon | ok, but how would that prevent re-scanning the whole FS after USB disconnect? you have no idea if the cache is still consistent | 17:50 |
DocScrutinizer05 | a .directory file in /myDocs/Music/ would automatically get invalidated even on a foreign devie when somebody writes a new file to that dir | 17:50 |
DocScrutinizer05 | just compare mtimes | 17:51 |
freemangordon | and what would happen if I remove uSD and put it in another device/PC/laptop/whatever? | 17:51 |
DocScrutinizer05 | see above, I answered it in my last post | 17:51 |
DocScrutinizer05 | mtime of /. != mtime of /.directory -> .directory invalid | 17:52 |
freemangordon | DocScrutinizer05: you mean to compare directory last modification time with the one stored in the cache? sounds sane, but those are implementation details | 17:53 |
freemangordon | if tracker doesn;t do it like that.... | 17:53 |
DocScrutinizer05 | no, this is a filesystem core property | 17:53 |
freemangordon | ah, I see | 17:53 |
DocScrutinizer05 | you don't store mtime of .directory inside .directory | 17:53 |
freemangordon | but that implies you have write access | 17:54 |
freemangordon | yes, yes, got it | 17:54 |
DocScrutinizer05 | sory, afk, be back in a few hours | 17:54 |
freemangordon | ok | 17:54 |
*** arcean has quit IRC | 18:05 | |
*** louisdk has joined #maemo | 18:11 | |
*** dafox has joined #maemo | 18:48 | |
*** flo_lap has joined #maemo | 18:53 | |
*** strohalm has joined #maemo | 19:07 | |
*** strohalm has joined #maemo | 19:07 | |
*** strohalm has quit IRC | 19:20 | |
*** Pali has joined #maemo | 19:31 | |
Sicelo | thanks freemangordon - RE: tracker. i can't say i like it much either, but it can't be as bad as it can be made out to be. in any case, N900 was also meant for 'regular' users too, and tracker solves real problems (maybe not elegantly, but it gets the job done) | 19:32 |
*** dafox has quit IRC | 19:33 | |
*** LauRoman has quit IRC | 20:02 | |
*** LauRoman has joined #maemo | 20:02 | |
*** M4rtinK has joined #maemo | 20:05 | |
*** Kabouik has joined #maemo | 20:22 | |
KotCzarny | what the actual fuck? | 20:39 |
KotCzarny | dummy file in EACH subdir? | 20:39 |
KotCzarny | i like the android idea of '.nomedia' file though, which helps making it's tracker to keep away from my ebooks tree for example | 20:40 |
*** TheKit has joined #maemo | 20:40 | |
*** geaaru has quit IRC | 20:42 | |
KotCzarny | so it only takes one file to make whole tree safe from thrashing the device | 20:42 |
Sicelo | tracker.cfg works more or less the same? | 20:43 |
KotCzarny | nope | 20:43 |
KotCzarny | since you configure per-device | 20:43 |
KotCzarny | and .nomedia on my 32GB ebooks card can be safely moved between devices | 20:44 |
*** NeKit has quit IRC | 20:44 | |
Sicelo | >>racker solves real problems (maybe not elegantly, but it gets the job done) | 20:45 |
KotCzarny | i've solved my problems with tracker by disabling it | 20:45 |
Sicelo | so .nomedia is more elegant :) | 20:45 |
Sicelo | i bet it's still running on your device | 20:46 |
KotCzarny | sicelo: but it's only for android, though i assume it could be retrofitted to tracker too | 20:46 |
KotCzarny | sicelo: probably, but it's denied scanning anything | 20:46 |
Maxdamantus | My trackerd is apparently just a shell script that does `exec true` | 21:01 |
DocScrutinizer05 | sad arguments | 21:21 |
APic | *shrug* | 21:21 |
DocScrutinizer05 | >>imagine DB in /var which is on NAND compared to uSD flash<< no, the tracker db is on /home which is eMMC. Do you know why /home is 2GB? this is the assumed max size of tracker db when using a 32GB uSD, so the gossip | 21:27 |
DocScrutinizer05 | so did I read sth like >>if we store all thumbnails there, soon there wouldn't be space left for pictures anymore<< or was that just a delusion? Guess what? when you run out of space on your storage for music/photos you are out of space and that's it. When you run out of space on /home though, you are in *serious* trouble | 21:29 |
DocScrutinizer05 | swapping your uSD for a fresh one can empty space (also for thumbnails) in your camera target dir. However swapping uSD will NOT free up space in /home automatically | 21:32 |
DocScrutinizer05 | au contraire when you got stuff on that new uSD already, odds are it will request even more space on top in /home/user | 21:33 |
DocScrutinizer05 | and NB we started at "have a dedicated user-defined directory for music (maybe 2 or 3 of them), and camera storage dir is hardcoded anyway. Now what's the big headache when we allow our tracker replacement to write a few hidden files to there? heck those dirs are *owned* by the apps using the tracker-replacement | 21:39 |
*** L29Ah has quit IRC | 21:40 | |
DocScrutinizer05 | the directory structure is pretty much defined, at least for camera. For music I don't see anything or anybody but users themselfes using and making use of any directory structure in music dirs. Tracker is woefully agnostic of *any* directory structure incl all 'metainfo' from pathname. This is actually a BUG that makes handling impossible when you got similar files in multiple locations | 21:42 |
DocScrutinizer05 | and again, I'm primarily concerned about fixed storage and uSD that basically never gets removed. For a casual uSD of a friend's camera you insert, you could forbid creating 'cache' or thumbnails on the uSD and rather cache thumbnails in a shadow dir that gets nuked as soon as uSD gets umounted | 21:45 |
DocScrutinizer05 | loosely related: last time I checked, Gallery / mediaplayer told me for over 3 hours "Please wait! indexing..." after I changed content of eMMC and uSD and then immediately after boot tried to open those apps | 21:48 |
*** dafox has joined #maemo | 21:48 | |
DocScrutinizer05 | I'd rather have a dirlist without any thumbnails to select what I want to liste to or watch, instead of such crap | 21:49 |
DocScrutinizer05 | thumbnails would get build in background whenever Fallery accessing a subdir/file | 21:50 |
DocScrutinizer05 | Gallery even | 21:50 |
*** LjL has quit IRC | 21:50 | |
*** LjL has joined #maemo | 21:53 | |
Sicelo | tracker and hildon-thumbnailerd are different entities, aren't they | 21:59 |
DocScrutinizer05 | yes | 22:06 |
DocScrutinizer05 | as unrelated to each other as are systemd and journald | 22:07 |
*** sunshavi has quit IRC | 22:11 | |
DocScrutinizer05 | IroN900:~# grep 'Feb *7.*tracker' /var/log/syslog|wc -l | 22:13 |
DocScrutinizer05 | 48065 | 22:13 |
DocScrutinizer05 | http://paste.opensuse.org/29995858 an absolutely normal reboot | 22:15 |
DocScrutinizer05 | so it's running for >1h just for verifying that nothing needs re-indexing | 22:20 |
*** sunshavi has joined #maemo | 22:29 | |
*** flo_lap is now known as florian | 22:31 | |
*** Cor-Ai has quit IRC | 22:37 | |
*** L29Ah has joined #maemo | 22:41 | |
*** Cor-Ai has joined #maemo | 22:42 | |
*** strohalm has joined #maemo | 22:53 | |
*** strohalm has joined #maemo | 22:53 | |
*** strohalm has quit IRC | 22:56 | |
*** strohalm has joined #maemo | 22:58 | |
*** strohalm has joined #maemo | 22:58 | |
*** strohalm has quit IRC | 23:04 | |
*** jskarvad has quit IRC | 23:28 | |
*** jonwil has joined #maemo | 23:30 | |
jonwil | hi | 23:31 |
Pali | hi! | 23:39 |
*** louisdk has quit IRC | 23:39 | |
*** florian has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!