DocScrutinizer05 | Pali: are you sure the gitorious.org sources are in sync with maemo's dbus-daemon? | 00:01 |
---|---|---|
Pali | DocScrutinizer05: 100% now I checked tarball form r.m.o | 00:02 |
DocScrutinizer05 | IroN900:~# dbus-daemon --version | 00:02 |
DocScrutinizer05 | D-Bus Message Bus Daemon 1.2.14 | 00:02 |
DocScrutinizer05 | Copyright (C) 2002, 2003 Red Hat, Inc., CodeFactory AB, and others | 00:02 |
DocScrutinizer05 | quite irritating that this bug behavior 100% matches the one described in https://lists.freedesktop.org/archives/dbus/2008-March/009526.html | 00:05 |
*** M4rtinK2 has joined #maemo-ssu | 00:09 | |
DocScrutinizer05 | we probably also could compare dbus-daemon's strace on a dbus-send without --print-reply to the strace log listed in ^^^ | 00:18 |
DocScrutinizer05 | maybe the bug is the right one but the fix is flawed ;-) | 00:19 |
Pali | DocScrutinizer05: can you write which command have you exacly called which all params? | 00:22 |
DocScrutinizer05 | dbus-send --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_vibrator_pattern_activate string:PatternChatAndEmail | 00:24 |
DocScrutinizer05 | vs | 00:24 |
DocScrutinizer05 | dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_vibrator_pattern_activate string:PatternChatAndEmail | 00:24 |
Pali | this is method call I believe, yes? | 00:24 |
DocScrutinizer05 | the latter works, the first one doesn't - silently | 00:24 |
DocScrutinizer05 | yes# | 00:24 |
Pali | can you try to add param --type=method_call ? | 00:25 |
DocScrutinizer05 | sure | 00:25 |
DocScrutinizer05 | works just like --print-reply | 00:27 |
DocScrutinizer05 | only it logs some gibberish, but works | 00:27 |
DocScrutinizer05 | well, actually both do | 00:29 |
Pali | So read manpage again! There is written: --type=TYPE Specify "method_call" or "signal" (defaults to "signal"). | 00:30 |
*** NishanthMenon has quit IRC | 00:30 | |
Pali | if you are doing method calls, you need to specify --type=method_call | 00:30 |
DocScrutinizer05 | oh, ok. | 00:31 |
Pali | probably --print-reply automatically changes types from signal to method as signal does not have any return value | 00:31 |
DocScrutinizer05 | I just picked up on a user request | 00:31 |
DocScrutinizer05 | indeed, signals are without feedback by definition | 00:32 |
*** jonwil has joined #maemo-ssu | 00:32 | |
DocScrutinizer05 | http://wiki.maemo.org/Phone_control#Start_Vibrating_Incoming_Call :-S | 00:33 |
DocScrutinizer05 | so we found a non-bug. LOL | 00:34 |
Pali | so you just emitted signat to dbus and every application ignored it :-) | 00:36 |
DocScrutinizer05 | yes | 00:37 |
DocScrutinizer05 | what i learned today: do my own approach to implement what user reports as 'not working', also don't trust wiki blindly | 00:38 |
DocScrutinizer05 | how about od -A x -tx1 /usr/lib/mce/modules/libfilter-brightness-als.so|grep '0086a0 05 00 00 00 05 00 00 00 00 00 00 00' && sed -i -E 's/\x05\x00\x00\x00\x05\x00\x00\x00\x00\x00\x00\x00/\x05\x00\x00\x00\x05\x00\x00\x00\x05\x00\x00\x00/' /usr/lib/mce/modules/libfilter-brightness-als.so&&od -A x -tx1 /usr/lib/mce/modules/libfilter-brightness-als.so|grep '0086a0' | 00:39 |
DocScrutinizer05 | http://wiki.maemo.org/User:Joerg_rw/tools#nasty_hack_to_fix_indicator_light_in_bright_environment | 00:41 |
*** M4rtinK2 has quit IRC | 00:49 | |
Pali | mce is fixed in cssu | 00:55 |
DocScrutinizer05 | then why is it still broken on my system? http://paste.opensuse.org/19234874 | 01:00 |
DocScrutinizer05 | maybe system migration via BM to a new device messed up update status of some system components? | 01:01 |
DocScrutinizer05 | or doesn't BM do backup of / fs at all? | 01:02 |
DocScrutinizer05 | that would explain it | 01:02 |
DocScrutinizer05 | but BM says it does a rootFS backup, so how comes my MCE got "downgraded"? | 01:08 |
DocScrutinizer05 | strange | 01:16 |
Pali | ask freemangordon | 01:18 |
Pali | anyway, bye! | 01:18 |
*** mickname has quit IRC | 01:21 | |
* DocScrutinizer05 probably should finally do a clean new install, after 5 years | 01:26 | |
DocScrutinizer05 | Pali: thanks for looking into it | 01:27 |
DocScrutinizer05 | n8 | 01:27 |
jonwil | Question: Is someone going to merge the pull request for libpng? | 01:27 |
luf_ | jonwil: I'm waiting if freemangordon have some comment | 01:50 |
luf_ | jonwil: otherwise I'll merge it. I'm using it in my main device, | 01:51 |
jonwil | ok | 01:54 |
jonwil | Time to see how one would update NSS on Maemo | 02:24 |
*** DrCode has quit IRC | 02:35 | |
*** DrCode has joined #maemo-ssu | 03:01 | |
luf_ | jonwil: Doesn't sound like NSS problem. It's weird that it worked in previous version. | 03:01 |
jonwil | My guess (and the reason I am suspecting NSS) is that its possible there are new/updated root CA certificates in the new set that the ancient NSS on Maemo doesn't like | 03:02 |
jonwil | i.e. new features added to cetificates (new crypto etc) | 03:02 |
luf_ | jonwil: But the certificate is signed with the same CA which was trusted in previous version | 03:12 |
jonwil | Yeah but its possible that the same CA now has a new root certificate. Same public key but something else has been updated. | 03:12 |
luf_ | jonwil: I know there is still some possibility you're right. | 03:12 |
jonwil | Since its got the same public key its still correct | 03:13 |
jonwil | in any case updating NSS is a good idea | 03:13 |
luf_ | And still the older version recognize it correctly? | 03:13 |
jonwil | yes because the older version has the same public key also | 03:14 |
jonwil | as long as the root CA doesn't change their public key any certificates they signed remain valid | 03:14 |
jonwil | oh and even www.microsoft.com has certificate errors with the new root CA set | 03:15 |
luf_ | Does it work with openssl s_client? | 03:16 |
luf_ | I don't know similar cmd line tool to check using NSS :( | 03:18 |
jonwil | dont know about openssl but wget (which I believe ultimately uses openssl underneath) gives errors even for domains that work correctly in microb | 03:22 |
jonwil | yeah wget uses openssl | 03:22 |
jonwil | Updating NSS is necessary if we want TLS1.2 etc anyway | 03:23 |
jonwil | our NSS matches mozilla-central revision d9f4a1b15192 | 03:24 |
luf_ | jonwil: openssl s_client can show you the error in more verbose form. | 03:27 |
jonwil | It tells me "unable to get local issuer certificate" (which reads like openssl cant read the ca store) | 03:28 |
jonwil | even on google | 03:29 |
jonwil | so using openssl to see whats wrong with microb is not going to help | 03:29 |
*** Pali has quit IRC | 03:30 | |
luf_ | jonwil: sounds like a problem which should be fixed | 03:30 |
jonwil | yeah probably but that's not my concern here, my concern is making microb work | 03:30 |
jonwil | and updating NSS seems like a good thing regardless | 03:31 |
jonwil | so lets do that | 03:31 |
*** LauRoman|Phone has joined #maemo-ssu | 03:35 | |
*** LauRoman has quit IRC | 03:37 | |
jonwil | Pushing my workaround for the google issue (the one Google knows about but hasn't indicated that it will fix that is causing errors when you search for stuff due to Google returning & instead of & in some cases) to CSSU microb-engine so I dont have to keep other local stuff in my microb-engine tree when fiddling with NSS | 03:41 |
luf_ | BTW I created new pull-request for libxml2 again with several CVEs and few bug fixes from wheezy. | 03:43 |
luf_ | I'll merge it if no negative comment for some time. | 03:43 |
luf_ | I'm testing it in my dev and also primary N900. | 03:44 |
jonwil | great | 03:44 |
*** luf_ has quit IRC | 03:53 | |
*** sparetire has quit IRC | 05:13 | |
*** DocScrutinizer05 has quit IRC | 06:19 | |
*** DocScrutinizer05 has joined #maemo-ssu | 06:19 | |
freemangordon | jonwil: openssl s_client needs certificate path provided, something like -CApath | 07:18 |
*** Sicelo009N has quit IRC | 07:58 | |
*** Sicelo009N has joined #maemo-ssu | 08:30 | |
jonwil | so yeah its definatly microb-engine or nss that's at fault, not the set of certificates (openssl s_client works with the right certificate path) | 08:46 |
*** LauRoman has joined #maemo-ssu | 09:46 | |
*** Sicelo009N has quit IRC | 10:21 | |
*** mickname has joined #maemo-ssu | 10:50 | |
*** Sicelo009N has joined #maemo-ssu | 10:51 | |
* jonwil wishes people who understand how nss and mozilla/gecko security code works weren't so hard to find :( | 11:00 | |
bencoh | most of them just dont want to here about it anymore ;p | 11:03 |
bencoh | hear* even | 11:03 |
bencoh | and ... I dunno about maemo, but mozilla on desktop OSes has its own store | 11:04 |
bencoh | afaict | 11:04 |
kerio | bencoh: well | 11:14 |
kerio | on linux the mozilla store is the one that gets converted into the system store | 11:15 |
jonwil | Mozilla has the root CA store inside the nssckbi library | 11:30 |
jonwil | so on all platforms the Mozilla store is just for Mozilla | 11:34 |
jonwil | Some Linux distros (Debian for example) do what Maemo does and parse the Mozilla certdata.txt file and store it in their root store though | 11:35 |
jonwil | well technically there are other apps that also use NSS that would be using the same root CA store | 11:35 |
bencoh | kerio: but it is still a separate store in the ened | 11:37 |
bencoh | end* | 11:37 |
*** hashcore has joined #maemo-ssu | 11:51 | |
*** sparetire has joined #maemo-ssu | 11:59 | |
*** hashcore has quit IRC | 12:05 | |
*** hashcore has joined #maemo-ssu | 12:19 | |
*** hashcore has quit IRC | 12:24 | |
*** Sicelo009N has quit IRC | 12:36 | |
*** Sicelo009N has joined #maemo-ssu | 12:38 | |
*** Sicelo009N has joined #maemo-ssu | 12:40 | |
*** hashcore has joined #maemo-ssu | 13:03 | |
*** hashcore has quit IRC | 13:11 | |
*** Sicelo009N has quit IRC | 13:50 | |
*** Sicelo009N has joined #maemo-ssu | 13:55 | |
*** RedW has quit IRC | 14:29 | |
*** RedM has joined #maemo-ssu | 14:29 | |
*** hashcore has joined #maemo-ssu | 14:47 | |
*** jonwil has quit IRC | 15:15 | |
*** Sicelo009N has quit IRC | 15:17 | |
*** Sicelo009N has joined #maemo-ssu | 15:22 | |
*** ruskie has quit IRC | 15:30 | |
*** ruskie has joined #maemo-ssu | 15:56 | |
*** ruskie has joined #maemo-ssu | 16:00 | |
*** LauRoman|Phone has quit IRC | 16:04 | |
*** LauRoman has quit IRC | 16:06 | |
*** NishanthMenon has joined #maemo-ssu | 16:06 | |
*** ruskie has joined #maemo-ssu | 16:23 | |
*** Milhouse has quit IRC | 16:43 | |
*** Milhouse has joined #maemo-ssu | 16:58 | |
*** Sicelo009N has quit IRC | 17:07 | |
*** hashcore has quit IRC | 17:19 | |
*** Sicelo009N has joined #maemo-ssu | 17:20 | |
*** Sicelo009N has quit IRC | 18:25 | |
*** LauRoman has joined #maemo-ssu | 18:25 | |
*** Sicelo009N has joined #maemo-ssu | 18:59 | |
*** Sicelo009N has quit IRC | 19:21 | |
*** Sicelo009N has joined #maemo-ssu | 19:25 | |
*** futpib has joined #maemo-ssu | 19:32 | |
*** Pali has joined #maemo-ssu | 19:39 | |
*** arcean has joined #maemo-ssu | 21:28 | |
*** M4rtinK2 has joined #maemo-ssu | 21:58 | |
*** peterleinchen has joined #maemo-ssu | 22:06 | |
*** jonwil has joined #maemo-ssu | 23:30 | |
*** luf_ has joined #maemo-ssu | 23:32 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!