Estel_ | AAAAARGH | 00:07 |
---|---|---|
Estel_ | it seems, that command responsible for making device unbootable was | 00:07 |
Estel_ | blkid -g | 00:07 |
Estel_ | WTF I ask, wtf? | 00:07 |
Estel_ | without it, it works (although, defeats the purpose) | 00:07 |
Estel_ | why the hellish hell blkid -g make device unbootable?! | 00:08 |
*** bsdmaniak has quit IRC | 00:09 | |
*** Atarii has joined #maemo | 00:10 | |
*** Atarii has quit IRC | 00:10 | |
*** Atarii has joined #maemo | 00:10 | |
Estel_ | DocScrutinizer, ping | 00:14 |
Estel_ | DocScrutinizer51, ping | 00:14 |
Estel_ | could anyone tell me any possible reason why simple command: | 00:16 |
Estel_ | blkid -g | 00:16 |
Estel_ | put in rcS-late, just before enabling swap, worked for few days flawlessly... | 00:17 |
Estel_ | although now, beyong any doubt, make whole rcS-late go apeshit and device staying before 5 dots forever? | 00:17 |
Estel_ | it's driving me insane | 00:17 |
cehteh | mhm | 00:19 |
cehteh | Estel_: you made this re-swap thingy? | 00:19 |
Estel_ | yea, few days ago | 00:19 |
Estel_ | it's working fine for everyone | 00:19 |
cehteh | nope not for me :) | 00:19 |
Estel_ | but ijh my device, blkid -g part made it unbootable | 00:19 |
Estel_ | hm? | 00:19 |
Estel_ | wewhat doesn't work for You there? | 00:20 |
cehteh | my 2nd swap is a swapfile not a blockdevice | 00:20 |
Estel_ | I see. | 00:20 |
cehteh | anyways i was thinking about rewriting it for me | 00:20 |
Estel_ | well, it wasn't intended to work with swapfiles | 00:20 |
Estel_ | but | 00:20 |
cehteh | you missed the dependency on sysstat too | 00:20 |
Estel_ | if Yuo manage to make it compatible with both, surely send a patch | 00:20 |
cehteh | is there a git somewhere? | 00:21 |
Estel_ | honestly, it's dependency on busybox-power | 00:21 |
Estel_ | as systat is in non-default repo | 00:21 |
cehteh | its in tools | 00:21 |
Estel_ | but, someone already suggested way of collecting those data, that doesn't involve iostat | 00:21 |
Estel_ | unfortunelly, no git yet | 00:21 |
cehteh | but it didnt installed busybox-power for me yesterday either just brole | 00:21 |
cehteh | broke | 00:21 |
Estel_ | it was my first package that amde it into repo | 00:21 |
cehteh | ok | 00:22 |
Estel_ | for sure i'll try to use way that doesn't require busybox-power | 00:22 |
cehteh | busybox power has also a swapon which supports swap priorities? | 00:22 |
Estel_ | afaik yes | 00:22 |
Estel_ | busybox power has everything like it *should* look in busybox | 00:22 |
Estel_ | = upstream version (in practice) + all tools that should come with busybox | 00:22 |
cehteh | you can read the stuff systat gives you plainly from /proc or /sys .. its just some more fiddeleing | 00:22 |
Estel_ | yea | 00:23 |
cehteh | that could make this dependency opsolete | 00:23 |
cehteh | well i like the idea to measure the write traffic .. but wont it be enough to measure it on the primary device and if expired recycle both swaps | 00:23 |
cehteh | and then perhaps have both swaps at the same priority (long time ago i tested that i should test that again) | 00:24 |
*** minde has quit IRC | 00:24 | |
Estel_ | no, for sure not. | 00:24 |
Estel_ | first of all, having swap in eMMC enabled decreases performance | 00:24 |
cehteh | if swaps have the same pri then the kernel distributes the load on them (i have a slow µSD card btw) | 00:24 |
Estel_ | no matter if it's part of swap pair, or 32754355 swap devices qworking paralelly | 00:25 |
Estel_ | yea, in theory | 00:25 |
Estel_ | in practice, flash based RAId 0 isn't good idea ;) | 00:25 |
Estel_ | and, it collides with request from optfs | 00:25 |
cehteh | yes i know my tests 2 years ago wherent good | 00:25 |
cehteh | i hoped that changed meanwhile | 00:25 |
Estel_ | optfs on eMMC also require constant access, and flash media doens't handle colliding request very well | 00:25 |
Estel_ | swap on even slowest microSd is still better performance-wise | 00:26 |
cehteh | a shame that compcache/zram is broken too :/ | 00:26 |
Estel_ | in fact I've no idea why ramzswap doesn't give us benefits | 00:26 |
cehteh | i have a lot data on microsd (formatted as ext4) | 00:26 |
cehteh | so there is quite some load on it .. especially maps for monav .. | 00:26 |
Estel_ | I see. | 00:27 |
Estel_ | Well, best way is to have one medium "static" and put swap there | 00:27 |
ShadowJK | kernel has bug with swapfiles on vfat atleast | 00:28 |
Estel_ | if You have microSd good enough and reliable, You can put optfs there | 00:28 |
Estel_ | but honestly | 00:28 |
Estel_ | i would mvoe monav things to emmc | 00:28 |
Estel_ | remember, that swap on emmc wear it out, and it's non-replaceable medium | 00:28 |
Estel_ | microSd's are cheap and replaceable | 00:28 |
Estel_ | ShadowJK, do you have idea why | 00:28 |
Estel_ | blkid -g | 00:28 |
Estel_ | as aprt of rcS-late | 00:28 |
cehteh | yes .. but its a squashfs bigger than 2GB :) | 00:28 |
Estel_ | = unbootable device? | 00:28 |
ShadowJK | when does emmc get mounted | 00:29 |
ShadowJK | and when does emmc driver get loaded? :) | 00:29 |
* ShadowJK bets it's related | 00:29 | |
cehteh | and on the other hand laptop_mode = 600 ... gives quite some good avoidance for writes | 00:29 |
Estel_ | ShadowJK, but blkid does have anything to do with eMMC? 0_o | 00:29 |
ShadowJK | oh? | 00:29 |
*** b0unc3 has quit IRC | 00:29 | |
Estel_ | cehteh, it's a suicude, professional one | 00:29 |
cehteh | either way .. i customized my device a bit so i cant complain that it is incompatible with some stock packages | 00:29 |
Estel_ | laptopm mode 600? I wouldn't want to be in Your skin, after You hit any serious need for writing swaps | 00:30 |
cehteh | there is no much write load on my emmc too | 00:30 |
Estel_ | + using file as swap is always slower | 00:30 |
ShadowJK | it's not | 00:30 |
cehteh | it isnt since ages | 00:30 |
Estel_ | sounds quite like a bit of masochism performance wise | 00:30 |
Estel_ | ok, sorry | 00:30 |
cehteh | in 2.2 kernels or so it was | 00:30 |
ShadowJK | But if you have a swap partition you can be sure of the alignment | 00:31 |
Estel_ | I always though onj our flash media it is. | 00:31 |
cehteh | well currently i dont use it either | 00:31 |
Estel_ | acknowledged | 00:31 |
cehteh | only using the stock swap partition | 00:31 |
*** b0unc3 has joined #maemo | 00:31 | |
Estel_ | poor is Your eMMC :) | 00:31 |
ShadowJK | Basically it asks where the blocks belonging to that file is, and uses block level access bypassing the filesystem | 00:31 |
cehteh | the write load is not *that* much from swap .. | 00:32 |
cehteh | even if you write a fee hundred MB per day (which is prolly not the case) emmc will last quite long | 00:33 |
*** Kilroo has quit IRC | 00:35 | |
*** hurbu_ has quit IRC | 00:37 | |
*** Kilroo has joined #maemo | 00:37 | |
Estel_ | ShadowJK, little question if You don't mind | 00:38 |
Estel_ | do You happen to know if blkid -g is required for "just after boot" situation? | 00:38 |
ShadowJK | no idea | 00:38 |
Estel_ | one line down I'm doing little grep from blkid info | 00:38 |
Estel_ | it was mean't to clear blkid's data before | 00:39 |
Estel_ | suprisingly, invoking blkid works well | 00:39 |
Estel_ | *only* -g (clearing) makes everything go apeshit | 00:39 |
Estel_ | and only if invoked from rcS-late | 00:39 |
Estel_ | BTW, it seems to work for other people, which is very strange IMO | 00:40 |
Estel_ | I could almost swear it worked for me yesterday, too | 00:40 |
Estel_ | voodoo programing | 00:40 |
*** flo_lap has joined #maemo | 00:42 | |
*** florian has quit IRC | 00:42 | |
*** flo_lap is now known as florian | 00:42 | |
vi___ | -g | 00:43 |
vi___ | Perform a garbage collection pass on the blkid cache to remove devices which no longer exist. | 00:43 |
vi___ | perhaps it is relying on this cache? | 00:43 |
*** NIN101 has joined #maemo | 00:44 | |
vi___ | why do you need to -g anyway/ | 00:44 |
vi___ | ? | 00:44 |
vi___ | also, swapfile==pain in the ass | 00:44 |
vi___ | so you have swapfile on usd? | 00:44 |
vi___ | you have to umount swapfile before you can connect n900 by usb mass storage mode | 00:45 |
vi___ | so you need to put it on a seperate partiton on USB | 00:45 |
vi___ | if that is the case you may as well just use a swap partition... | 00:45 |
vi___ | unless I have missed something | 00:45 |
*** federico3 has quit IRC | 00:48 | |
*** florian has quit IRC | 00:51 | |
*** florian has joined #maemo | 00:55 | |
*** b0unc3 has quit IRC | 00:56 | |
*** b0unc3 has joined #maemo | 00:58 | |
Estel_ | vi___, no, not m,e with swapfiles | 01:05 |
Estel_ | i need garbage collection pass, or I can have data in blkid belonging to long time non-existing swap partitions | 01:05 |
Estel_ | but I'm not sure if it's the case also, when device just booted | 01:05 |
*** DrGrov has joined #maemo | 01:06 | |
*** trbs has joined #maemo | 01:06 | |
*** kama has quit IRC | 01:12 | |
*** BCMM has quit IRC | 01:12 | |
*** buntfalke has quit IRC | 01:13 | |
*** Pali has quit IRC | 01:13 | |
*** NIN101 has quit IRC | 01:14 | |
*** trbs has quit IRC | 01:26 | |
*** florian has quit IRC | 01:35 | |
*** DrGrov has left #maemo | 01:37 | |
*** OkropNick has quit IRC | 01:37 | |
*** Aranel has quit IRC | 01:37 | |
*** FireFly has quit IRC | 01:48 | |
*** FireFly has joined #maemo | 01:48 | |
*** luke-jr|otg has joined #maemo | 01:50 | |
*** Gh0sty has quit IRC | 02:03 | |
*** pronto|s1rver has quit IRC | 02:03 | |
*** [XeN] has quit IRC | 02:03 | |
*** d1b has quit IRC | 02:03 | |
*** ThreeM has quit IRC | 02:03 | |
*** thexception|off has quit IRC | 02:03 | |
*** d1b has joined #maemo | 02:03 | |
*** [XeN] has joined #maemo | 02:03 | |
*** Gh0sty has joined #maemo | 02:04 | |
*** pronto|server has joined #maemo | 02:04 | |
*** thexception|off has joined #maemo | 02:05 | |
*** ThreeM has joined #maemo | 02:05 | |
*** schen has joined #maemo | 02:10 | |
*** Gi0 has quit IRC | 02:14 | |
*** [XeN] has quit IRC | 02:15 | |
*** SmilyOrg has joined #maemo | 02:16 | |
*** Smily has quit IRC | 02:20 | |
*** dos1 has quit IRC | 02:28 | |
*** M4rtinK has quit IRC | 02:35 | |
*** krayon has quit IRC | 02:39 | |
*** rcg1 has quit IRC | 02:41 | |
*** [XeN] has joined #maemo | 02:43 | |
*** sirdancealot2 has quit IRC | 02:57 | |
*** sirdancealot2 has joined #maemo | 02:58 | |
*** int_ua has joined #maemo | 02:59 | |
*** magog has joined #maemo | 02:59 | |
*** magog has joined #maemo | 02:59 | |
int_ua | I've uploaded a new version of the restinpeace package today in the morning, but it's not showing on the device while it's showing as the latest on http://maemo.org/packages/view/restinpeace/ | 03:01 |
int_ua | is it something wrong with my package cache or with the server? | 03:01 |
int_ua | What version do you see on the device? | 03:02 |
*** Dibblah has quit IRC | 03:02 | |
*** PeterWolf has joined #maemo | 03:06 | |
*** vsriniva1 has quit IRC | 03:14 | |
*** ArGGu^^ has joined #maemo | 03:15 | |
*** valeriusN has joined #maemo | 03:25 | |
*** lxp1 has joined #maemo | 03:34 | |
*** lxp has quit IRC | 03:36 | |
*** b0unc3 has quit IRC | 03:38 | |
*** Ian--- has joined #maemo | 03:44 | |
*** b0unc3 has joined #maemo | 03:45 | |
*** Ian-- has quit IRC | 03:45 | |
*** spark666 has joined #maemo | 04:01 | |
*** croppa has joined #maemo | 04:02 | |
*** Ian--- has quit IRC | 04:09 | |
*** Ian-- has joined #maemo | 04:09 | |
*** beford has quit IRC | 04:13 | |
*** int_ua has quit IRC | 04:15 | |
*** uen has quit IRC | 04:17 | |
*** beford has joined #maemo | 04:26 | |
*** LaoLang_cool has joined #maemo | 04:27 | |
*** uen has joined #maemo | 04:31 | |
*** ponyofdeath has quit IRC | 04:34 | |
*** nox- has quit IRC | 04:39 | |
*** Ian--- has joined #maemo | 04:44 | |
*** Ian-- has quit IRC | 04:45 | |
*** npm has quit IRC | 04:47 | |
*** [XeN] has quit IRC | 04:50 | |
*** npm has joined #maemo | 04:51 | |
*** [XeN] has joined #maemo | 04:51 | |
*** otep has quit IRC | 05:02 | |
*** Atarii has quit IRC | 05:03 | |
*** pcfe has joined #maemo | 05:10 | |
*** pcfe_ has quit IRC | 05:14 | |
*** Vib3 has quit IRC | 05:15 | |
*** croppa has quit IRC | 05:16 | |
*** otep has joined #maemo | 05:16 | |
*** Vib3 has joined #maemo | 05:17 | |
*** croppa has joined #maemo | 05:17 | |
*** [XeN] has quit IRC | 05:21 | |
*** LaoLang_cool has quit IRC | 05:29 | |
*** ferdna has joined #maemo | 05:37 | |
*** radic has quit IRC | 05:48 | |
*** radic_ has joined #maemo | 05:48 | |
*** radic_ is now known as radic | 05:49 | |
*** dockane has joined #maemo | 06:00 | |
*** dockane_ has quit IRC | 06:02 | |
*** xev has quit IRC | 06:11 | |
*** mavhc has quit IRC | 06:12 | |
*** mavhc has joined #maemo | 06:17 | |
*** Gh0sty has quit IRC | 06:18 | |
*** Gh0sty has joined #maemo | 06:20 | |
*** robbiethe1st has joined #maemo | 06:29 | |
*** perlite has quit IRC | 06:43 | |
*** buntfalke has joined #maemo | 06:56 | |
*** perlite has joined #maemo | 07:00 | |
*** Sui_Dorimu is now known as Suiseiseki | 07:10 | |
*** hardaker has joined #maemo | 07:12 | |
*** guampa has quit IRC | 07:16 | |
*** Kilroo has quit IRC | 07:35 | |
*** ferdna has quit IRC | 07:38 | |
*** hardaker has quit IRC | 07:38 | |
*** hardaker has joined #maemo | 07:55 | |
*** wmarone_ has joined #maemo | 07:59 | |
*** wmarone has quit IRC | 07:59 | |
*** CodenameStrike-N has joined #maemo | 08:04 | |
*** b0unc3 has quit IRC | 08:12 | |
*** b0unc3 has joined #maemo | 08:14 | |
*** sasquatch has quit IRC | 08:15 | |
*** beford has quit IRC | 08:17 | |
*** sasquatch has joined #maemo | 08:29 | |
*** aloril has quit IRC | 08:37 | |
*** Zahra has joined #maemo | 08:44 | |
*** Vib3 has quit IRC | 08:47 | |
*** Vib3 has joined #maemo | 08:48 | |
*** aloril has joined #maemo | 08:49 | |
*** GonzoTheGreat_ has joined #maemo | 08:52 | |
*** GonzoTheGreat_ has quit IRC | 08:56 | |
*** GonzoTheGreat_ has joined #maemo | 08:57 | |
*** GonzoTheGreat_ has quit IRC | 09:05 | |
*** GonzoTheGreat_ has joined #maemo | 09:05 | |
*** buntfalke has quit IRC | 09:06 | |
*** hardaker has quit IRC | 09:07 | |
*** DrGrov has joined #maemo | 09:15 | |
*** Ian-- has joined #maemo | 10:20 | |
*** Ian--- has quit IRC | 10:20 | |
*** sixwheeledbeast has joined #maemo | 10:25 | |
*** NIN101 has joined #maemo | 10:33 | |
*** robbiethe1st has quit IRC | 10:37 | |
*** Pali has joined #maemo | 10:40 | |
*** piggz has quit IRC | 10:40 | |
*** aparaatti has joined #maemo | 10:43 | |
*** CodenameStrike-N has joined #maemo | 10:43 | |
*** piggz has joined #maemo | 10:53 | |
*** Darkchaos has joined #maemo | 11:05 | |
*** rcg1 has joined #maemo | 11:06 | |
*** M4rtinK has joined #maemo | 11:17 | |
*** piggz has quit IRC | 11:18 | |
*** ferdna has joined #maemo | 11:20 | |
*** sixwheeledbeast has left #maemo | 11:27 | |
*** florian has joined #maemo | 11:29 | |
*** t_s_o has joined #maemo | 11:32 | |
*** netkat has joined #maemo | 11:34 | |
*** ferdna has quit IRC | 11:37 | |
*** MacDrunk has joined #maemo | 11:46 | |
*** OkropNick has joined #maemo | 11:46 | |
*** MacDrunk has left #maemo | 11:49 | |
*** aloril has quit IRC | 11:54 | |
*** thomasvs has quit IRC | 11:56 | |
*** thomasvs has joined #maemo | 11:57 | |
*** thomasvs has joined #maemo | 11:57 | |
*** thomasvs has quit IRC | 12:02 | |
*** thomasvs has joined #maemo | 12:02 | |
*** thomasvs has joined #maemo | 12:02 | |
*** aloril has joined #maemo | 12:07 | |
*** thomasvs has quit IRC | 12:08 | |
*** thomasvs has joined #maemo | 12:08 | |
*** thomasvs has joined #maemo | 12:08 | |
*** valeriusM has quit IRC | 12:12 | |
*** sq-one has joined #maemo | 12:13 | |
*** thomasvs has quit IRC | 12:14 | |
*** thomasvs has joined #maemo | 12:14 | |
*** thomasvs has joined #maemo | 12:14 | |
*** florian has quit IRC | 12:15 | |
*** trbs has joined #maemo | 12:18 | |
*** thomasvs has quit IRC | 12:20 | |
*** thomasvs has joined #maemo | 12:20 | |
*** thomasvs has joined #maemo | 12:20 | |
*** psycho_oreos has joined #maemo | 12:24 | |
*** thomasvs has quit IRC | 12:26 | |
*** thomasvs has joined #maemo | 12:27 | |
*** thomasvs has joined #maemo | 12:27 | |
*** valeriusM has joined #maemo | 12:29 | |
*** jhb has joined #maemo | 12:32 | |
*** thomasvs has quit IRC | 12:33 | |
*** thomasvs has joined #maemo | 12:33 | |
*** thomasvs has joined #maemo | 12:33 | |
*** NIN102 has joined #maemo | 12:34 | |
*** NIN101 has quit IRC | 12:34 | |
*** Zahra has quit IRC | 12:36 | |
*** thomasvs has quit IRC | 12:39 | |
*** thomasvs has joined #maemo | 12:39 | |
*** thomasvs has joined #maemo | 12:39 | |
*** Hurrian has joined #maemo | 12:45 | |
*** thomasvs has quit IRC | 12:45 | |
*** thomasvs has joined #maemo | 12:45 | |
*** thomasvs has joined #maemo | 12:45 | |
*** trbs has quit IRC | 12:47 | |
*** sq-one has quit IRC | 12:51 | |
*** thomasvs has quit IRC | 12:51 | |
*** thomasvs has joined #maemo | 12:52 | |
*** thomasvs has joined #maemo | 12:52 | |
*** minde has joined #maemo | 12:55 | |
*** thomasvs has quit IRC | 12:58 | |
*** thomasvs has joined #maemo | 12:58 | |
*** habmala has joined #maemo | 12:58 | |
*** thomasvs has quit IRC | 12:58 | |
*** thomasvs has joined #maemo | 12:58 | |
*** valeriusN has left #maemo | 13:00 | |
*** valeriusN has joined #maemo | 13:00 | |
*** psycho_oreos has quit IRC | 13:03 | |
*** thomasvs has quit IRC | 13:04 | |
*** thomasvs has joined #maemo | 13:04 | |
*** thomasvs has joined #maemo | 13:04 | |
*** dos1 has joined #maemo | 13:05 | |
*** loganbr has quit IRC | 13:06 | |
*** thomasvs has quit IRC | 13:10 | |
*** thomasvs has joined #maemo | 13:11 | |
*** thomasvs has joined #maemo | 13:11 | |
*** vi__ has joined #maemo | 13:12 | |
*** thomasvs has quit IRC | 13:16 | |
*** vi__ has quit IRC | 13:17 | |
*** thomasvs has joined #maemo | 13:17 | |
*** thomasvs has joined #maemo | 13:17 | |
*** jhb has quit IRC | 13:17 | |
*** thomasvs has quit IRC | 13:23 | |
*** thomasvs has joined #maemo | 13:23 | |
*** thomasvs has quit IRC | 13:23 | |
*** thomasvs has joined #maemo | 13:23 | |
*** thomasvs has quit IRC | 13:29 | |
*** thomasvs has joined #maemo | 13:29 | |
*** thomasvs has joined #maemo | 13:29 | |
*** thomasvs has quit IRC | 13:35 | |
*** thomasvs has joined #maemo | 13:35 | |
*** thomasvs has joined #maemo | 13:35 | |
*** thomasvs has quit IRC | 13:41 | |
*** thomasvs has joined #maemo | 13:42 | |
*** thomasvs has quit IRC | 13:42 | |
*** thomasvs has joined #maemo | 13:42 | |
*** vi__ has joined #maemo | 13:43 | |
*** vi__ has quit IRC | 13:47 | |
*** thomasvs has quit IRC | 13:48 | |
*** thomasvs has joined #maemo | 13:48 | |
*** thomasvs has quit IRC | 13:48 | |
*** thomasvs has joined #maemo | 13:48 | |
*** jhb has joined #maemo | 13:49 | |
*** thomasvs has quit IRC | 13:54 | |
*** thomasvs has joined #maemo | 13:54 | |
*** thomasvs has joined #maemo | 13:54 | |
*** jhb has quit IRC | 13:55 | |
*** dos1 has quit IRC | 13:57 | |
*** thomasvs has quit IRC | 14:00 | |
*** thomasvs has joined #maemo | 14:00 | |
*** thomasvs has joined #maemo | 14:00 | |
*** maybeWTF has joined #maemo | 14:05 | |
*** Hurrian has quit IRC | 14:05 | |
*** thomasvs has quit IRC | 14:06 | |
*** thomasvs has joined #maemo | 14:07 | |
*** thomasvs has joined #maemo | 14:07 | |
*** maybeHere has quit IRC | 14:09 | |
*** thomasvs has quit IRC | 14:13 | |
*** thomasvs has joined #maemo | 14:13 | |
*** thomasvs has joined #maemo | 14:13 | |
*** FIQ|n900 has joined #maemo | 14:14 | |
*** swc|666 has quit IRC | 14:14 | |
*** Atarii has joined #maemo | 14:15 | |
*** Atarii has quit IRC | 14:15 | |
*** Atarii has joined #maemo | 14:15 | |
*** thomasvs has quit IRC | 14:19 | |
*** thomasvs has joined #maemo | 14:19 | |
*** thomasvs has joined #maemo | 14:19 | |
*** Atarii has quit IRC | 14:24 | |
*** thomasvs has quit IRC | 14:25 | |
*** thomasvs has joined #maemo | 14:25 | |
*** thomasvs has quit IRC | 14:25 | |
*** thomasvs has joined #maemo | 14:25 | |
*** b0unc3 has quit IRC | 14:28 | |
*** b0unc3 has joined #maemo | 14:30 | |
*** thomasvs has quit IRC | 14:31 | |
*** thomasvs has joined #maemo | 14:31 | |
*** thomasvs has joined #maemo | 14:31 | |
*** vi___ has quit IRC | 14:34 | |
*** CodenameStrike-N has quit IRC | 14:36 | |
*** t_s_o has quit IRC | 14:42 | |
*** GonzoTheGreat_ has quit IRC | 14:46 | |
*** t_s_o has joined #maemo | 14:49 | |
*** mvp has quit IRC | 14:49 | |
*** DocScrutinizer has quit IRC | 14:51 | |
*** DocScrutinizer has joined #maemo | 14:52 | |
*** Pali has quit IRC | 14:53 | |
*** Gh0sty has quit IRC | 14:53 | |
*** dockane has quit IRC | 14:53 | |
*** SmilyOrg has quit IRC | 14:53 | |
*** idoru has quit IRC | 14:53 | |
*** timeless has quit IRC | 14:53 | |
*** AndrewX192 has quit IRC | 14:53 | |
*** eqs has quit IRC | 14:53 | |
*** StyXman has quit IRC | 14:53 | |
*** hanspeter has quit IRC | 14:53 | |
*** AndrewX192 has joined #maemo | 14:53 | |
*** AndrewX192 has quit IRC | 14:53 | |
*** AndrewX192 has joined #maemo | 14:53 | |
*** Pali has joined #maemo | 14:53 | |
*** timeless has joined #maemo | 14:55 | |
*** Facefox has quit IRC | 14:55 | |
*** dos1 has joined #maemo | 14:56 | |
*** dockane has joined #maemo | 14:59 | |
*** Facefox has joined #maemo | 14:59 | |
*** NGNUton-B has joined #maemo | 15:04 | |
*** GNUton-BNC has quit IRC | 15:07 | |
*** idoru has joined #maemo | 15:16 | |
*** Gh0sty has joined #maemo | 15:16 | |
*** SmilyOrg has joined #maemo | 15:16 | |
*** eqs has joined #maemo | 15:16 | |
*** StyXman has joined #maemo | 15:16 | |
*** hanspeter has joined #maemo | 15:16 | |
*** croppa has quit IRC | 15:16 | |
*** piggz has joined #maemo | 15:23 | |
*** piggz has quit IRC | 15:34 | |
*** piggz has joined #maemo | 15:37 | |
*** GonzoTheGreat_ has joined #maemo | 15:40 | |
*** GonzoTheGreat_ has quit IRC | 15:42 | |
*** e-yes has joined #maemo | 16:15 | |
*** piggz has quit IRC | 16:21 | |
*** rcg1 has quit IRC | 16:22 | |
*** hardaker has joined #maemo | 16:22 | |
*** sid__ has joined #maemo | 16:29 | |
*** hurbu has joined #maemo | 16:38 | |
*** valeriusN has left #maemo | 16:42 | |
*** valeriusN has joined #maemo | 16:43 | |
*** b0unc3 has quit IRC | 16:47 | |
*** Zahra has joined #maemo | 16:57 | |
*** aloril has quit IRC | 16:59 | |
*** FIQ|n900 has quit IRC | 17:12 | |
*** Gadgetoid_ has joined #maemo | 17:15 | |
*** Gadgetoid has quit IRC | 17:16 | |
*** Gadgetoid_ is now known as Gadgetoid | 17:16 | |
*** e-yes has quit IRC | 17:22 | |
*** vblazquez has quit IRC | 17:24 | |
*** spark666 has quit IRC | 17:25 | |
*** vblazquez has joined #maemo | 17:26 | |
*** mvp has joined #maemo | 17:28 | |
*** e-yes has joined #maemo | 17:31 | |
*** Atarii has joined #maemo | 17:31 | |
*** Atarii has quit IRC | 17:31 | |
*** Atarii has joined #maemo | 17:31 | |
*** valeriusM has quit IRC | 17:34 | |
*** b0unc3 has joined #maemo | 17:37 | |
*** maybeWTF has quit IRC | 17:39 | |
*** maybeHere has joined #maemo | 17:41 | |
*** sLumPia has joined #maemo | 17:44 | |
*** valerius has joined #maemo | 17:48 | |
*** spark666 has joined #maemo | 17:51 | |
*** spark666 has joined #maemo | 17:51 | |
*** vi__ has joined #maemo | 17:57 | |
*** sLumPia has quit IRC | 17:58 | |
*** vi__ has quit IRC | 17:59 | |
*** sLumPia has joined #maemo | 18:15 | |
*** ghostcube has joined #maemo | 18:16 | |
*** Ian-- has quit IRC | 18:19 | |
*** sLumPia has quit IRC | 18:20 | |
*** ponyofdeath has joined #maemo | 18:26 | |
*** Ian-- has joined #maemo | 18:27 | |
*** sLumPia has joined #maemo | 18:30 | |
*** schen has quit IRC | 18:31 | |
*** krayon has joined #maemo | 18:37 | |
*** piggz has joined #maemo | 18:39 | |
*** wmarone_ has quit IRC | 18:41 | |
*** wmarone_ has joined #maemo | 18:42 | |
*** raandoom has joined #maemo | 18:45 | |
*** piggz has quit IRC | 18:47 | |
*** dos11 has joined #maemo | 18:48 | |
*** dos11 has joined #maemo | 18:48 | |
*** dos1 has quit IRC | 18:48 | |
*** PeterWolf has quit IRC | 18:48 | |
*** piggz has joined #maemo | 18:48 | |
*** FIQ has quit IRC | 18:52 | |
Estel_ | chem|st, please, make this thread sticky: | 19:07 |
Estel_ | http://talk.maemo.org/showthread.php?t=84533 | 19:07 |
*** wmarone has joined #maemo | 19:08 | |
*** wmarone_ has quit IRC | 19:08 | |
*** e-yes has quit IRC | 19:08 | |
*** loganbr has joined #maemo | 19:09 | |
*** k273 has joined #maemo | 19:10 | |
*** piggz has quit IRC | 19:14 | |
*** rcg1 has joined #maemo | 19:16 | |
*** e-yes has joined #maemo | 19:17 | |
*** guampa has joined #maemo | 19:21 | |
Estel_ | DocScrutinizer, DocScrutinizer51, could you set this up as topic for IRC? | 19:24 |
Estel_ | http://maemo.org/community/council/device_program-12-community_awards/ | 19:24 |
Estel_ | ^^^ Community Awards program has started, see above for details. Community Council encourage all long-time Maemo's contributors to submit. | 19:25 |
*** flo_lap has joined #maemo | 19:33 | |
*** ferdna has joined #maemo | 19:39 | |
*** valerius has quit IRC | 19:39 | |
*** aparaatti has quit IRC | 19:46 | |
*** ferdna has quit IRC | 19:46 | |
Jaffa | Estel_: Thanks for the posts to the council blog, btw. | 19:50 |
Jaffa | Estel_: Nothing yet about the new council? | 19:50 |
*** valerius has joined #maemo | 19:52 | |
Estel_ | we've weekend and national holidays in US, so we've left inaugurating blog entyr from council to next week. | 19:54 |
Estel_ | Especially, I wanted to include something from every new council member, and it would be hard, as Woody is out in (literally) wilderness ;) | 19:54 |
Estel_ | enjoying holidays. | 19:54 |
Estel_ | OTOH, there was no reasonm to wait with start of CA, so practice went ahead of meet&greet | 19:55 |
Estel_ | I'm glad You like it. BTw, if You see something that is wrong form technical point of view - on this blog entry - don't hestitate to write | 19:55 |
*** k273 has joined #maemo | 19:56 | |
*** spark666 has quit IRC | 19:57 | |
*** Vib3 has quit IRC | 20:03 | |
*** Vib3 has joined #maemo | 20:03 | |
*** sLumPia has quit IRC | 20:09 | |
luke-jr | Estel_: do the submissions have to be Maemo-related, or can they be NIT-related? | 20:20 |
*** trbs has joined #maemo | 20:24 | |
*** flo_lap has quit IRC | 20:32 | |
*** flo_lap has joined #maemo | 20:45 | |
*** WielkiTost has joined #maemo | 20:52 | |
*** dos11 has quit IRC | 20:52 | |
*** Kilroo has joined #maemo | 20:54 | |
*** Ian-- has quit IRC | 20:56 | |
*** hardaker has quit IRC | 21:01 | |
*** raandoom has quit IRC | 21:05 | |
*** e-yes has quit IRC | 21:06 | |
*** jhb has joined #maemo | 21:09 | |
*** b0unc3 has quit IRC | 21:13 | |
*** b0unc3 has joined #maemo | 21:14 | |
*** michaaa62 has joined #maemo | 21:16 | |
*** michaaa62 has left #maemo | 21:18 | |
*** e-yes has joined #maemo | 21:19 | |
*** FIQ has joined #maemo | 21:23 | |
*** sq-one has joined #maemo | 21:25 | |
*** muelli has joined #maemo | 21:29 | |
*** dhbiker has joined #maemo | 21:32 | |
*** FredrIQ has joined #maemo | 21:37 | |
*** FIQ has quit IRC | 21:41 | |
*** FredrIQ is now known as FIQ | 21:41 | |
*** sid__ has quit IRC | 21:46 | |
*** sq-one has quit IRC | 21:47 | |
*** jhb has quit IRC | 21:47 | |
*** Zahra has quit IRC | 21:49 | |
*** swc|666 has joined #maemo | 21:52 | |
*** dos1 has joined #maemo | 21:53 | |
*** WielkiTost has quit IRC | 21:55 | |
*** fuz_ has quit IRC | 21:58 | |
*** fuz_ has joined #maemo | 22:05 | |
*** rcg1 has quit IRC | 22:08 | |
*** sid1 has joined #maemo | 22:26 | |
*** sirdancealot2 has quit IRC | 22:42 | |
*** koo4 has joined #maemo | 22:48 | |
*** netkat has quit IRC | 23:01 | |
*** kthomas_vh_ has joined #maemo | 23:02 | |
*** onekenthomas has quit IRC | 23:02 | |
*** ghostcube has quit IRC | 23:06 | |
*** ghostcube has joined #maemo | 23:07 | |
Estel_ | luke-jr, I don't understand? | 23:09 |
Estel_ | are You talking about Community Awards? If so, please read annoucement - it doesn't have to be "anything" related, it's just about contributions to community as a whole | 23:09 |
luke-jr | i c | 23:10 |
Estel_ | as per Coding Competition and other things (Qt 5, Nokia store0, I've no idea, ask people organizing it. | 23:10 |
*** piggz has joined #maemo | 23:13 | |
*** sid1 has quit IRC | 23:13 | |
*** sid1 has joined #maemo | 23:41 | |
*** b0unc3 has quit IRC | 23:42 | |
*** Malin has quit IRC | 23:43 | |
Estel_ | X-Fade ping | 23:44 |
*** malin has joined #maemo | 23:44 | |
*** b0unc3 has joined #maemo | 23:45 | |
Estel_ | merlin1991, You haven't answered me, if You're interested in buying Used N900 in ideal condition with reinforced USB port for 200 euro ;p | 23:45 |
Estel_ | as You seemed to be interested last time | 23:45 |
*** flo_lap has quit IRC | 23:51 | |
*** b0unc3 has quit IRC | 23:53 | |
*** drussell has quit IRC | 23:54 | |
*** b0unc3 has joined #maemo | 23:55 | |
luke-jr | Estel_: I would be, but at 200 USD :P | 23:56 |
Estel_ | for 200 USD I can sell you one with broken screen and broken USV port ;) | 23:57 |
Estel_ | USB* | 23:57 |
Estel_ | freemangordon, ping | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!