*** louisdk has quit IRC | 00:01 | |
*** louisdk has joined #maemo | 00:09 | |
*** lxp has quit IRC | 00:18 | |
*** Kilroo has joined #maemo | 00:27 | |
*** Vajb has quit IRC | 00:33 | |
*** Venemo has quit IRC | 00:38 | |
*** Venusaur has joined #maemo | 00:56 | |
*** xes has quit IRC | 01:08 | |
DocScrutinizer05 | Sicelo: kernel stuff to start with | 01:16 |
---|---|---|
DocScrutinizer05 | nokia_av.ko or somesuch | 01:16 |
*** L29Ah has left #maemo | 01:19 | |
DocScrutinizer05 | watch -d -n1 'for f in /sys/devices/platform/nokia-av/type /sys/devices/platform/nokia-av/detect /sys/devices/platform/nokia-av/autodetect /sys/devices/platform/nokia-av/eci* /sys/devices/platform/soc-audio/eci_mode /sys/devices/platform/nokia-av/madc; do echo "$f: `cat $f`"; done' | 01:19 |
*** handaxe has joined #maemo | 01:19 | |
*** handaxe has quit IRC | 01:20 | |
*** L29Ah has joined #maemo | 01:21 | |
*** L29Ah has left #maemo | 01:22 | |
*** L29Ah has joined #maemo | 01:22 | |
*** Pali has quit IRC | 01:25 | |
DocScrutinizer05 | anyway dbus system bus is your best friend here, I guess (whoever is sender 1.9) http://paste.opensuse.org/36168680 | 01:37 |
DocScrutinizer05 | I'd almost bet 1.9 is HAL | 01:38 |
*** Axel_H has quit IRC | 01:38 | |
*** louisdk has quit IRC | 01:39 | |
DocScrutinizer05 | 1.19 prolly PED | 01:39 |
DocScrutinizer05 | a slightly more comprehensive log of a plug event: http://paste.opensuse.org/95991905 | 01:42 |
*** vakkov_ is now known as vakkov | 01:44 | |
*** xorly has quit IRC | 01:49 | |
*** MohammadAG has quit IRC | 02:07 | |
*** florian has quit IRC | 02:08 | |
*** bruce_lee has quit IRC | 02:10 | |
*** azkay has joined #maemo | 02:11 | |
*** MohammadAG has joined #maemo | 02:14 | |
*** vakkov has quit IRC | 02:14 | |
*** azkay has quit IRC | 02:19 | |
*** M4rtinK has quit IRC | 02:20 | |
*** vakkov has joined #maemo | 02:20 | |
*** azkay has joined #maemo | 02:23 | |
*** L29Ah has left #maemo | 02:32 | |
*** L29Ah has joined #maemo | 02:32 | |
*** L29Ah has left #maemo | 02:32 | |
*** L29Ah has joined #maemo | 02:33 | |
*** L29Ah has left #maemo | 02:33 | |
*** L29Ah has joined #maemo | 02:34 | |
*** L29Ah has left #maemo | 02:34 | |
*** L29Ah has joined #maemo | 02:37 | |
*** L29Ah has left #maemo | 02:37 | |
*** L29Ah has joined #maemo | 02:37 | |
*** L29Ah has left #maemo | 02:38 | |
*** L29Ah has joined #maemo | 02:40 | |
*** L29Ah has left #maemo | 02:40 | |
*** L29Ah has joined #maemo | 02:41 | |
*** Axel_H has joined #maemo | 02:41 | |
*** L29Ah has left #maemo | 02:42 | |
*** L29Ah has joined #maemo | 02:42 | |
*** L29Ah has left #maemo | 02:43 | |
*** L29Ah has joined #maemo | 02:44 | |
*** L29Ah has left #maemo | 02:44 | |
*** L29Ah has joined #maemo | 02:45 | |
*** ashneo76 has joined #maemo | 02:48 | |
*** MohammadAG has quit IRC | 02:58 | |
*** MohammadAG has joined #maemo | 03:04 | |
*** azkay has quit IRC | 03:13 | |
*** azkay has joined #maemo | 03:15 | |
*** azkay has quit IRC | 03:31 | |
*** L29Ah has left #maemo | 03:52 | |
*** L29Ah has joined #maemo | 03:52 | |
Oksana | Is there a way to ask sysklogd to log slightly less? Like, I am worrying about RootFS space, so either log at home, or log less? | And is there something better for debian packaging than debhelper? Like, I want to pack not-binary package, smilies theme, to create an alternative to user/default of rtcom-messaging-ui and chat_smiley_* of osso-icons-default | 03:53 |
Oksana | Seriously, the default-Nokia's-smilies should have been in their own package, it's atrocious how many pictures are pushed into osso-icons-default, and the configs referring to these pictures are in entirely different package(s) | 03:54 |
*** RedW has quit IRC | 03:58 | |
*** RedW has joined #maemo | 03:58 | |
*** Defiant has quit IRC | 04:17 | |
*** Defiant has joined #maemo | 04:26 | |
DocScrutinizer05 | Oksana: rsyslog config allows arbitrary log destinations for arbitrary (sub)sets of logline types | 04:30 |
DocScrutinizer05 | Oksana: see /etc/syslog.conf the line >>*.*;auth,authpriv.none -/var/log/syslog<< | 04:31 |
*** eMHa has joined #maemo | 04:31 | |
DocScrutinizer05 | *.* means "log all to..." - you could reduce the amount that gets logged by excluding stuff you don't want to get logged | 04:32 |
DocScrutinizer05 | or you change the file spec (-/var/log/syslog) to e.g. -/home/user/syslog | 04:34 |
Oksana | Yes, have seen it. Could probably tell it to use different location. Does it need to be restarted to know the changes in config? And, I would mostly want to know how-why it shutdowns and reboots. And why the filesystem is called BCM2048B0 Initialization Configuration, instead of Nokia N900 | 04:34 |
*** eMHa__ has quit IRC | 04:34 | |
DocScrutinizer05 | err prolly kill sighup rsyslogd or somesuch, but reboot is simpler I guess | 04:35 |
*** L29Ah has left #maemo | 04:37 | |
*** vakkov has quit IRC | 04:41 | |
*** vakkov has joined #maemo | 04:42 | |
DocScrutinizer05 | man syslog.conf is an insult | 04:48 |
DocScrutinizer05 | typos and blabla | 04:48 |
DocScrutinizer05 | anyway nota bene: >> You may prefix each entry with the minus ‘‘-’’ sign to omit syncing the file after every logging. Note that you might lose information if the system crashes right behind a write attempt. Nevertheless this might give you back some performance, especially if you run programs that use logging in a very verbose manner.<< | 04:50 |
DocScrutinizer05 | you probably might want to define a generic logging rule with "-" and a special logging rule for e.g. .err etc, or just for kernel crashes etc, without "-" for the same destination file | 04:52 |
*** Vajb has joined #maemo | 04:55 | |
DocScrutinizer05 | but honestly, what a manpage is that, stating stuff like >> Don’t think a mail would be sent, that might be too late.<< | 04:55 |
DocScrutinizer05 | (( "-" syncing)) *.=crit;kern.none /var/log/syslog | 04:57 |
DocScrutinizer05 | *.* -/var/log/syslog | 04:58 |
DocScrutinizer05 | oops | 04:59 |
DocScrutinizer05 | (( "-" syncing)) *.crit /var/log/syslog | 05:00 |
*** vakkov has quit IRC | 05:10 | |
DocScrutinizer05 | also see this abomination that systemd gives you nowadays: http://paste.opensuse.org/87343490 | 05:17 |
*** vakkov has joined #maemo | 05:17 | |
*** xes has joined #maemo | 05:43 | |
*** vakkov has quit IRC | 06:21 | |
*** vakkov has joined #maemo | 06:26 | |
*** fishbulb has joined #maemo | 06:36 | |
fishbulb | hi, is there a pre packged script for n900 bluetooth pan | 06:36 |
*** vakkov has quit IRC | 06:36 | |
fishbulb | my buttons are wearing out and i can't type all that crap into a script right now | 06:37 |
*** vakkov has joined #maemo | 06:37 | |
fishbulb | i really need internet on my nexus 7 | 06:37 |
fishbulb | at a nospital and ave to look up shit for forms | 06:38 |
*** povbot has joined #maemo | 06:42 | |
*** vakkov has quit IRC | 06:46 | |
*** vakkov has joined #maemo | 06:47 | |
*** DocScrutinizer05 has quit IRC | 07:00 | |
*** DocScrutinizer05 has joined #maemo | 07:00 | |
*** DocScrutinizer05 has quit IRC | 07:00 | |
*** DocScrutinizer05 has joined #maemo | 07:02 | |
*** DocScrutinizer05 has quit IRC | 07:13 | |
*** DocScrutinizer05 has joined #maemo | 07:14 | |
*** fishbulb has quit IRC | 07:57 | |
*** sunshavi has quit IRC | 08:07 | |
*** MohammadAG has quit IRC | 08:52 | |
*** MohammadAG has joined #maemo | 08:59 | |
*** Venusaur has quit IRC | 09:12 | |
*** eijk has joined #maemo | 09:15 | |
*** jskarvad has joined #maemo | 09:24 | |
*** jskarvad has quit IRC | 09:24 | |
*** jskarvad has joined #maemo | 09:24 | |
*** eijk has quit IRC | 09:25 | |
*** Venusaur has joined #maemo | 09:28 | |
*** florian has joined #maemo | 09:38 | |
*** azkay has joined #maemo | 09:40 | |
*** eijk has joined #maemo | 09:40 | |
*** pcfe has quit IRC | 09:46 | |
*** pcfe has joined #maemo | 09:46 | |
*** pcfe has quit IRC | 09:46 | |
*** pcfe has joined #maemo | 09:46 | |
*** eijk_ has joined #maemo | 09:56 | |
*** stejae has joined #maemo | 09:57 | |
*** stejae has quit IRC | 09:57 | |
*** stejae has joined #maemo | 09:57 | |
*** eijk has quit IRC | 10:01 | |
*** eijk has joined #maemo | 10:06 | |
*** eijk_ has quit IRC | 10:09 | |
*** eijk has quit IRC | 10:12 | |
*** eijk has joined #maemo | 10:13 | |
*** stejae has quit IRC | 10:14 | |
*** eijk_ has joined #maemo | 10:16 | |
*** eijk has quit IRC | 10:20 | |
*** pcfe has quit IRC | 10:22 | |
*** geaaru has joined #maemo | 10:33 | |
*** pcfe has joined #maemo | 10:37 | |
*** pcfe has quit IRC | 10:37 | |
*** pcfe has joined #maemo | 10:37 | |
*** Oksana has quit IRC | 10:39 | |
*** jskarvad has quit IRC | 10:53 | |
*** xorly has joined #maemo | 11:09 | |
*** jskarvad has joined #maemo | 11:17 | |
*** bruce_lee has joined #maemo | 11:19 | |
*** bruce_lee has joined #maemo | 11:19 | |
*** ecloud is now known as ecloud_ | 11:21 | |
*** ecloud_ is now known as ecloujd | 11:21 | |
*** ecloujd is now known as ecloud | 11:21 | |
*** azkay has quit IRC | 12:05 | |
*** bredebid has joined #maemo | 12:05 | |
*** azkay has joined #maemo | 12:21 | |
*** clopez has quit IRC | 12:30 | |
*** clopez has joined #maemo | 12:33 | |
*** L29Ah has joined #maemo | 12:34 | |
*** N-Mi has quit IRC | 12:34 | |
*** tanty_off is now known as tanty | 12:34 | |
*** eijk_ has quit IRC | 12:36 | |
*** eijk_ has joined #maemo | 12:37 | |
*** bredebid has quit IRC | 12:44 | |
*** bredebid has joined #maemo | 12:45 | |
*** vakkov has quit IRC | 12:56 | |
*** vakkov has joined #maemo | 13:08 | |
ceene | well, so today is the day that i've fallen prey of the evilness of whatsapp, as my main number has been unbanned and I've registered again with my new android phone | 13:17 |
KotCzarny | did it work? | 13:20 |
ceene | yes | 13:20 |
ceene | i hope i don't get banned for using their software | 13:20 |
ceene | maybe i'm now on a blacklist | 13:20 |
kerio | rip | 13:34 |
*** eijk_ has quit IRC | 13:50 | |
*** eijk_ has joined #maemo | 13:52 | |
*** SmilyOrg is now known as Smily | 13:57 | |
*** vakkov has quit IRC | 14:04 | |
*** vakkov has joined #maemo | 14:05 | |
*** louisdk has joined #maemo | 14:11 | |
*** eijk_ has quit IRC | 14:32 | |
Vajb | shame on u ceene. I just stopped using it with instructions to reach me from jabber. | 14:33 |
*** vakkov has quit IRC | 14:36 | |
*** eijk_ has joined #maemo | 14:50 | |
*** vakkov has joined #maemo | 14:51 | |
*** bruce_lee has quit IRC | 14:51 | |
*** bruce_lee has joined #maemo | 14:52 | |
*** tanty is now known as tanty_off | 14:55 | |
*** tanty_off is now known as tanty | 15:01 | |
*** fishbulb has joined #maemo | 15:02 | |
fishbulb | hey does yappari work again yet? | 15:02 |
*** L29Ah has left #maemo | 15:04 | |
Vajb | fishbulb: no | 15:08 |
fishbulb | is it ever likely to? | 15:09 |
*** L29Ah has joined #maemo | 15:13 | |
Vajb | i would not hold my breath for it, but who knows... | 15:15 |
Vajb | and besides last i checked yappari works for me. I can send messages just fine, just can't receive them... | 15:21 |
*** L29Ah has left #maemo | 15:29 | |
*** vakkov has quit IRC | 15:37 | |
ceene | fishbulb: no, it won't | 15:44 |
ceene | i've stopped trying | 15:45 |
fishbulb | that's a shame :/ | 15:45 |
ceene | yep | 15:46 |
ceene | but i was getting banned after registering | 15:46 |
ceene | without any clear cause | 15:46 |
ceene | so i just couldn't even test anything at all | 15:46 |
*** LauRoman has quit IRC | 15:50 | |
*** vakkov has joined #maemo | 15:51 | |
*** sunshavi has joined #maemo | 15:52 | |
*** sunshavi has joined #maemo | 15:53 | |
bruce_lee | \(^_^)/ @all | 16:25 |
bruce_lee | this might be a work-around: https://github.com/tgalal/yowsup | 16:25 |
bruce_lee | I haven't tried it myself yet | 16:25 |
bruce_lee | fishbulb: ^^^ a commandLine-whatsApp | 16:26 |
fishbulb | what? | 16:31 |
bruce_lee | fishbulb: I haven't tried it myself yet | 16:32 |
bruce_lee | as far as I know, it works on nokia n900 | 16:32 |
fishbulb | wouldn't it need to be cross compiled | 16:32 |
bruce_lee | I think I read so in this channel | 16:32 |
fishbulb | I don't like command line | 16:32 |
fishbulb | that's a lot of uncertainty | 16:32 |
fishbulb | I'll wait until someone uses it for sure | 16:32 |
azkay | yowsup just looks like a library in python, the cli is just a sample type thing it seems. | 16:50 |
Vajb | for what i have read i recall that ceene was using yowsup to compare what's wrong with his version and yowsup got him banned as well | 16:53 |
kerio | rip | 16:53 |
bencoh | yeah yowsup is having the very same issue afaiu | 16:54 |
Vajb | also was it u bencoh, who said that yowsup wont work on n900 because of some lib etc? | 16:59 |
bencoh | I dont think so, but I do remember something like that regarding a libpurple plugin | 17:02 |
bruce_lee | my python is not really existent, from the readme on github: Requires python2.6+, or python3.0 + | 17:03 |
bruce_lee | I guess that possible on n900 | 17:03 |
bruce_lee | the rest can be done using "pip install ..." | 17:03 |
bruce_lee | on my n900 the following command: python --version | 17:08 |
bruce_lee | shows me that I have installed: Python 2.5.4 | 17:08 |
*** L29Ah has joined #maemo | 17:11 | |
*** florian has quit IRC | 17:12 | |
*** LauRoman has joined #maemo | 17:55 | |
*** L29Ah has left #maemo | 18:01 | |
*** L29Ah has joined #maemo | 18:01 | |
*** freemangordon_ has joined #maemo | 18:05 | |
*** jskarvad has quit IRC | 18:06 | |
*** freemangordon_ has quit IRC | 18:10 | |
Sicelo | bruce_lee: that's what ceene was trying to rebase on | 18:14 |
Sicelo | bruce_lee: look at their issues .. things aren't good at all there | 18:14 |
Sicelo | thankfully, everyone in my family has finally agree to get on telegram just for me :) | 18:14 |
Sicelo | *immediate family | 18:15 |
DocScrutinizer05 | \o/ | 18:30 |
DocScrutinizer05 | tell them now they're way more safe against TLA interceptions | 18:30 |
* DocScrutinizer05 ponders to encode encrypted (SIP/)ZRTP into a video live stream by steganography | 18:33 | |
*** krnlyng has quit IRC | 18:37 | |
*** jskarvad has joined #maemo | 18:38 | |
*** jskarvad has quit IRC | 18:38 | |
*** jskarvad has joined #maemo | 18:38 | |
*** bredebid has quit IRC | 18:46 | |
azkay | bruce_lee: you can get python3+ on n900 without too much trouble | 18:47 |
*** krnlyng has joined #maemo | 18:49 | |
DocScrutinizer05 | yep, they can coexist afaik | 18:53 |
DocScrutinizer05 | however python2.5 is sort of mandatory and you shouldn't deinstall or replace it | 18:54 |
DocScrutinizer05 | ohmy | 18:55 |
DocScrutinizer05 | ~systemd hungry | 18:55 |
infobot | [systemd hungry] http://www.gifbits.com/2015/03/watching-systemd-evolve.html | 18:55 |
DocScrutinizer05 | and they stopped watching maybe a year ago | 18:55 |
azkay | What Doc said. I kept 2.5 when I put 3.4 or whatever was in the repos | 18:56 |
*** bredebid has joined #maemo | 19:00 | |
*** jskarvad has quit IRC | 19:41 | |
*** tanty is now known as tanty_off | 19:43 | |
*** eijk_ has quit IRC | 19:54 | |
*** XDS2010 has quit IRC | 19:59 | |
*** geaaru has quit IRC | 20:02 | |
*** XDS2010 has joined #maemo | 20:02 | |
*** robink_ has quit IRC | 20:06 | |
*** lxp has joined #maemo | 20:14 | |
*** Pali has joined #maemo | 20:26 | |
*** Natch has quit IRC | 20:47 | |
*** Natch has joined #maemo | 20:51 | |
*** jskarvad has joined #maemo | 20:58 | |
*** jskarvad has quit IRC | 20:58 | |
*** jskarvad has joined #maemo | 20:58 | |
*** lxp1 has joined #maemo | 21:06 | |
*** lxp has quit IRC | 21:07 | |
*** bredebid has quit IRC | 21:11 | |
*** LauRoman has quit IRC | 21:27 | |
*** LauRoman has joined #maemo | 21:28 | |
*** L29Ah has left #maemo | 21:29 | |
*** louisdk has quit IRC | 21:31 | |
*** sq-one has joined #maemo | 21:40 | |
*** M4rtinK has joined #maemo | 21:42 | |
DocScrutinizer05 | https://bits-please.blogspot.com/2016/06/trustzone-kernel-privilege-escalation.html | 21:45 |
DocScrutinizer05 | freemangordon: ^^^ | 21:45 |
*** LauRoman has quit IRC | 21:47 | |
*** LauRoman has joined #maemo | 21:48 | |
*** LauRoman has quit IRC | 21:49 | |
*** LauRoman has joined #maemo | 21:53 | |
*** florian has joined #maemo | 21:53 | |
*** florian has joined #maemo | 21:53 | |
*** eijk_ has joined #maemo | 22:01 | |
Wizzup | ~flash | 22:06 |
infobot | i guess maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware, or - on linux PC - download&extract http://maemo.cloud-7.de/maemo5/patches_n_tools/maemo-my-private-workdir.tgz, cd into it, do sudo ./flash-it-all.sh; or see ~flashing-cmdline, or see ~lazyflashing | 22:06 |
Wizzup | ~images | 22:06 |
DocScrutinizer05 | Wizzup: ? | 22:12 |
KotCzarny | ~listval nokia | 22:19 |
KotCzarny | ~listvalues nokia | 22:19 |
infobot | Factoid search of 'nokia' by value (22 of 49): #harmattan update ;; #maemo cherry ;; #maemo emmc ;; #maemo emmc2 ;; #maemo sr ;; #maemo supl ;; combined ;; council ;; ddp ;; epoc ;; flasher ;; flatbatrecover ;; gsm unlock ;; jamey ;; lcuk ;; maemo-sdk ;; mallum ;; microb ;; n8linux ;; n950 ;; n950flash ;; n950order. | 22:19 |
KotCzarny | ~combined | 22:19 |
infobot | i heard combined is the rootfs fiasco image of maemo. For N900 latest (PR1.3.1) see http://nds2.fds-fire.nokia.com/fdp/interface/FiRe/2011/9/--FID--A0A22MVWFVFAM/--LID--FiRe1317015685654/RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin, or http://galif.eu/nokia/ | 22:19 |
KotCzarny | wizzup ^ | 22:20 |
freemangordon | DocScrutinizer05: well, maybe we should check our PPA for such a flows. though, I guess TI are better than QC :) | 22:20 |
freemangordon | *flaws | 22:20 |
Wizzup | thanks | 22:20 |
Wizzup | I need to flash two n900s | 22:20 |
KotCzarny | wizzup, but just use that flashing script | 22:21 |
KotCzarny | it downloads firmware too | 22:21 |
Wizzup | KotCzarny: I am on ARM | 22:22 |
Wizzup | I need to use 0xffff | 22:22 |
KotCzarny | uhhum | 22:22 |
*** L29Ah has joined #maemo | 22:28 | |
*** fk_lx has quit IRC | 22:28 | |
Wizzup | I'll ask someone with an intel laptop ;-) | 22:29 |
*** fk_lx has joined #maemo | 22:29 | |
*** disco_stu has quit IRC | 22:39 | |
*** disco_stu has joined #maemo | 22:39 | |
*** Cor-Ai has quit IRC | 22:41 | |
*** Cor-Ai has joined #maemo | 22:46 | |
DocScrutinizer05 | ~tell Wizzup about lazyflashing | 22:51 |
DocScrutinizer05 | Wizzup: check and edit the script to change falsher to 0xffff and adapt the cmd syntax where needed | 22:53 |
DocScrutinizer05 | forget about "images" anyway | 22:53 |
DocScrutinizer05 | the script takes care about that part | 22:53 |
Wizzup | yeah | 22:56 |
*** sunshavi has quit IRC | 23:03 | |
Wizzup | DocScrutinizer05: fwiw the flags between 0xffff and flasher are different | 23:11 |
*** lobito has joined #maemo | 23:11 | |
*** jonwil has joined #maemo | 23:14 | |
jonwil | hi | 23:15 |
Sicelo | hi jonwil | 23:18 |
* jonwil wonders if there has been any interesting happenings in the Maemo community lately... | 23:18 | |
freemangordon | jonwil: hi! | 23:19 |
bencoh | heyya :) | 23:19 |
DocScrutinizer05 | Wizzup: that's why I said >>check and edit the script to [...] adapt the cmd syntax where needed<< | 23:26 |
jonwil | sounds like nothing interesting has been happening... | 23:26 |
Wizzup | :) | 23:26 |
KotCzarny | well, i made oscp more awesome | 23:26 |
KotCzarny | if that counts | 23:26 |
Wizzup | jonwil: well, I've been working on some blogs posts, it seems more mainlining work is being done | 23:27 |
Wizzup | I don't know what exactly it is you're looking for | 23:27 |
jonwil | mainlining work is good : | 23:27 |
jonwil | ) | 23:27 |
jonwil | :) | 23:27 |
DocScrutinizer05 | yeah, your definition of "interesting" might be different | 23:27 |
DocScrutinizer05 | ~lazyflashing | 23:28 |
infobot | from memory, lazyflashing is http://wiki.maemo.org/Updating_the_tablet_firmware#The_Lazy_Approach | 23:28 |
jonwil | but it seems like work on the rest of the software stack has basically stopped for the most part (no commits to CSSU recently) | 23:28 |
*** sunshavi has joined #maemo | 23:35 | |
*** jskarvad has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!