libera/#maemo-leste/ Sunday, 2023-04-16

freemangordonWizzup: I think the issue comes from non-dsme reboot00:01
freemangordonh-h is either not removing most probably00:02
freemangordons/either//00:02
freemangordonugh00:02
freemangordonh-h is not removing its timestamp file most probably00:02
buZzits not there00:03
freemangordon:(00:03
freemangordonplease pastebin last ~100 lines from dsme log00:03
buZzalright00:03
buZzhttps://space.nurdspace.nl/~buzz/maemo/last100lines.log00:05
freemangordon"Process '/usr/bin/hildon-home' with pid 4145 exited with return value 1 and restarted with pid 4146" etc00:06
Wizzupmaybe some widget doesn't like starting early on00:06
freemangordonmhm00:06
freemangordonbut I wonder which one00:06
freemangordonbuZz: could you pastebin last 200 lines?00:07
buZzmaybe calendar backend takes a long time to start with 397489475983749 entries in it?00:07
buZzbit less, but its not few00:07
freemangordonthat should not crash the widget, no?00:07
buZzchange filename to 200 for 200 lines version00:08
buZzi'll do a 1000 ahead of your request aswell :P00:08
freemangordonno00:09
buZzok00:09
freemangordonApr 15 23:39:05 localhost DSME: process '/usr/bin/hildon-home' started with pid 266600:10
freemangordonApr 15 23:42:06 localhost DSME: Process '/usr/bin/hildon-home' with pid 2666 exited with return value 000:10
freemangordonwhat the?00:10
buZzmight be me messing with gdb? /me checks timestamps00:11
freemangordonno00:11
Wizzupgood luck, /me zz00:14
freemangordonyeah, I need some rest too00:14
buZztake your time guys :)00:15
freemangordonbuZz: when I have time I will provide you a special version of cal widget to track what's going on00:15
Wizzupfreemangordon: I will see if I can start working on news post00:15
Wizzup(tomorrow)00:15
freemangordoncool00:15
buZzcool cool :)00:15
Wizzupwe still have some regressions, but urgent ones00:15
Wizzup(maep crash and syncevolution syncing not working are the ones on my mind)00:16
Wizzupmaep crash is probably simple00:16
freemangordonbuZz: in the meanwhile, please confirm that with calendar widget not added, other widgets survive reboot00:16
freemangordonbuZz: one more thing (I doubt it will help, but still)00:17
freemangordoncould you pastebin last 200-300 lines of /var/log/maemo/hildon-home.log00:17
buZzholy, that file is >500MB00:18
freemangordonhmmm00:18
Wizzupprobably usb stuff00:19
Wizzupwe still have the constant switching when on power and full00:19
buZzit seems every ... 3 seconds a loooot of debug_netreg() lines00:19
Wizzupoh00:19
Wizzupyeah that00:19
Wizzupgood point, I should remote that00:19
Wizzupremove*00:19
Wizzupwell if you ever wanted to know the cellids you visited :P00:20
buZzheheh00:20
buZzmore fun would be finding cellids that are unlisted ;)00:21
buZzlast 300 lines is -just- netreg stuff :)00:22
buZzoh!00:22
buZzApr 15 23:57:02 localhost hildon-home[2629]: CALENDAR:getInstanceTimes: CComponent::getInstanceTimes(time_t,time_t): DEPRECTAED#01200:22
buZzDEPRECTAED :D00:22
buZzbtw last 300 lines of hildon-home.log ; https://space.nurdspace.nl/~buzz/maemo/last300lines.log00:23
freemangordonhmm that's too noisy00:24
freemangordonI need th elog around Apr 15 23:42:0600:24
buZzbut there -is- a calendar error in it00:24
freemangordonwhere?00:25
buZzApr 15 23:57:02 localhost hildon-home[2629]: CALENDAR:getInstanceTimes: CComponent::getInstanceTimes(time_t,time_t): DEPRECTAED#01200:25
freemangordonthats a warning00:25
freemangordonI guess00:25
buZzoh ok00:25
freemangordonbut yeah, maybe this is the issue00:25
buZzthe timestamp is right before i rebooted00:26
buZzjust after i re-added the widget00:26
freemangordonyeah, but we need after the reboot with missing wodget00:26
freemangordon*widget00:26
buZzright, hmhm00:27
buZzthats the lines below it from 00:02 on00:27
freemangordonanyway, lets continue next time00:29
buZzalright :)00:30
arno11Wizzup: i need your help to test something with pulse.c11:39
arno11using my pactl tweak pulseaudio is just using the correct 16ms latency request from pulse.c11:43
arno11i see it from pactl11:43
arno11but the real answer from pa is arround 29ms11:43
arno11it can't do better i think11:43
arno11that's probably why there is a huge cpu usage11:44
arno11i think we should try to set pa_usec_to_bytes to 30ms (30 * 1000)11:45
arno11this way i think we will have a real 30ms latency and less cpu power cons11:46
arno11just a theory from what i see from pactl output11:47
arno11so i think we should try to set pa_usec to 30ms from the stock pulse.c11:48
Wizzuparno11: hi12:13
Wizzuparno11: maybe you can modify the source (change 16 * 1000) to (32*1000), or maybe go for 50-100ms first to see if it works at all12:13
Wizzupsince normally it was 600ms12:13
arno11hi12:14
Wizzupmaybe try 100 * 1000 first for both sink and source12:15
arno11indeed maybe 50-100 first12:15
Wizzupand if it's still 5s then there's something else wrong12:15
Wizzup(maybe what I am doing)12:16
arno11makes sense for me12:16
arno11so 100 or maybe 64 ?12:17
WizzupI think either is probably fine12:17
Wizzupmaybe higher is safer as a first step12:18
Wizzup(so 100)12:18
arno11ok12:18
PaliHello! I played with 0xFFFF again and implemented generating of mmc part layout for fiasco image.... Now it is possible to unpack all parts of Nokia MMC fiasco image and pack it back, and resulting fiasco image is byte exactly same as the original one.12:19
PaliAll changes are in git now https://github.com/pali/0xFFFF12:19
Wizzupcool!12:20
Paliunpack via: 0xFFFF -M RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin -u12:20
Palipack back: 0xFFFF -m RX-51_2009SE_10.2010.13-2.VANILLA:mmc:mmc_RX-51_2009SE_10.2010.13-2.VANILLA_part1_mydocs@mydocs#mmc_RX-51_2009SE_10.2010.13-2.VANILLA_part2%mmc_RX-51_2009SE_10.2010.13-2.VANILLA_layout.txt -g RX-51_2009SE_10.2010.13-2.VANILLA_PR_EMMC_MR0_ARM.bin.new12:20
arno11Wizzup: could you pls make the change on gh if you have time ?12:22
Wizzuparno11: ok, sure12:22
arno11:) thx man12:23
Wizzuppushed12:23
Wizzup(to latency-test branch)12:23
arno11ok :)12:23
Wizzuphuh, a local build of maep doesn't crash12:33
Wizzupwell, with -O0 -ggdb at least12:33
Wizzuparg12:33
Wizzupah:12:35
Wizzuposm-gps-map-osd-classic.c:817:41: warning: iteration 8 invokes undefined behavior [-Waggressive-loop-optimizations]12:35
Wizzupc12:48
Wizzupoops12:48
Wizzupsicelo: can you check for your extras pkgs and see which ones aren't marked yet: https://github.com/maemo-leste/bugtracker/issues/644#issuecomment-134415147113:06
arno11Wizzup: now your changes from yesterday work ;)13:35
arno11with 100ms settings13:36
arno11but surprisingly pa configured 30ms request13:37
arno11and 43ms result13:37
arno11sound is good13:37
arno11comparable to my previous tweak13:38
arno11and no real diff in latency perception13:39
arno11the weird result are probably due tsched and number of fragments13:41
arno11i can change that in daemon.conf iirc13:43
Wizzuparno11: great!!13:45
Wizzuparno11: can you elaborate on the tsched and fragment numbers?13:45
Wizzupthe pa doc said to leave that unset so that PA can figure it out13:45
arno11yes indeed but per default (like 4000hz freq) pulseaudio use 4 fragments and tsched is active iirc13:49
arno11let me check13:49
WizzupI think -1 in the case of the source code it just lets PA figure it out13:49
WizzupI don't know what it means in context of daemon conf13:49
arno11daemon.conf is on top of all other stuff apparently13:50
arno11same s**t than frequencies lol13:51
Wizzuphm, does that void the code I wrote, I don't think so, right?13:51
arno11i'm wrong that's not in daemon.conf so no risk to void the code13:54
Wizzupok, great13:54
arno11yes13:55
Wizzuphow is the cpu usage?13:55
arno11still high13:55
arno11and not understanding why13:55
arno113 or 4 pa process at the same time13:55
arno11looking similar13:56
Wizzupprobably related to rate conversion honestly13:57
Wizzupanyway, we can deal with that a bit later I think13:58
arno11yes13:58
Wizzupdo you want to reply on the ml to let pavel and others know that this fixes the latency issue mostly?13:59
arno11ok no probs13:59
arno11now i think the 2 next things to fix are: the portrait/landscape issue with sphone and the tricky way to start nokia modem with no sphone/ofono crash14:05
arno11for nokia modem i think i should find a solution14:06
Wizzupsphone can be worked around with a one liner, but I don't think uvos wants it because he thinks we should fix rotation in n900 driver14:07
Wizzupwhich is fair enough14:07
arno11indeed14:07
Wizzupsphone needs to pick up on modems being added14:11
Wizzupthough14:11
Wizzupand we should ensure ofono on n900 can deal with modems being added ok14:11
Wizzupmeanwhile I fixed all compile warnings/errors in cloudgps at least14:12
arno11cool !!!14:15
Wizzupfor the sphone modem added  bug, I think that is one for uvos14:17
arno11ok14:17
Wizzupis there still also a bug loading the module?14:18
Wizzupon boot say14:18
arno11no idea14:20
arno11i'll try on next reboot14:20
l_bratchGood afternoon, exciting news for N900 voice calls on the mailing list and above! :-)  P.S. Is there a working mailing list archive anywhere?  The one at https://mailinglists.dyne.org/pipermail/maemo-leste/ gives a 404.  Thanks!14:23
WizzupI tried to contact the dyne folks about it and they didn't reply14:23
Wizzuplet me try again14:23
l_bratchthanks very much14:24
arno11google "maemo leste dyne.org" first link ;)14:24
Wizzupthe archives 404 for me14:24
Wizzupwhat link do you have arno11 ?14:24
Wizzuphttps://lists.dyne.org/lurker/list/maemo-leste.da.html this?14:25
arno11lists.dyne.org/lurker/list/maemo-leste.en.html14:25
Wizzupyeah, weird14:26
Wizzupit's just one of them that 404s14:26
arno11otherwise 404 error too14:26
l_bratchAh, I didn't know about that one, yes that works thank you.  The scary new world of a non-pipermail archive!14:28
Wizzupdyne offered to host the mailing list for us and we just kind of went with it14:28
Wizzup:)14:28
arno11ttyl guys (sunday home repairs)14:31
Wizzuparno11: in case you read the logs, I already replied to the ml just to let pavel kno14:38
Wizzupw14:38
sicelowhat exactly is the modem problem you guys are experiencing with n900? doesn't probe properly or what?15:42
Wizzupwell it does now on mine15:46
WizzupI think there are some ofono problems15:47
Wizzupsicelo: I think with /etc/modules-load.d/nokia-modem.conf we're ok15:48
Wizzupwhich is alrady solved15:48
siceloWizzup looks like my packages are marked already15:50
sicelowhat's the ofono issue15:50
Wizzupsicelo: ok, so is maeotp done, or not?15:51
Wizzupsicelo: good question. I think sometimes ofono needs to be restart if modem is offline/online'd or something like that, I don't recall15:51
sicelohah, I forgot maeotp. let me check again15:51
Wizzupfreemangordon: btw, it looks like telepathy-gabble makes a /debian/ dir (in root?)15:52
sicelosounds like a new problem. I've never had issues with ofono before15:54
Wizzupmaybe15:59
Wizzupudev rules are making my life miserable again :(16:00
Wizzupok, works now16:05
Wizzuparno11: you have chmod 777 in your email, I am wondering if we can figure out what user/group is needed for /dev/cmt_speech16:07
WizzupI was thinking of this:16:07
WizzupKERNEL=="cmt_speech", MODE:="0660", OWNER:="root", GROUP:="pulse"16:07
Wizzupbut perhaps this is not correct16:07
Wizzupat least we can modify this rule16:07
Wizzuparno11: I wonder if we can make /etc/dbus-1/system.d/pulseaudio-ofono.conf and not touch /etc/dbus-1/system.d/pulseaudio-system.conf16:19
WizzupI think we can16:19
Wizzupfreemangordon: rc-status | grep pulse16:26
Wizzup pulseaudio                                                        [  started  ]16:26
Wizzup pulseaudio-enable-autospawn                                       [  started  ]16:26
Wizzupwe really don't pulseaudio-enable-autospawn to run16:26
Wizzupthis writes autospawn=yes to /run/pulseaudio-enable-autospawn16:26
Wizzupof course debian just starts it by default16:26
Wizzupdo we displace it, or somehow disable it?16:27
WizzupI think we can add it to blacklist_start in policy-rc.d16:27
freemangordonno idea what is this16:38
freemangordonre telepathy-gabble - when does it create that dir? on install?16:39
WizzupI don't know, I just saw it on my n90016:39
Wizzupmaybe it's just a problem on my n90016:39
freemangordondpkg -S /debian?16:39
Wizzupjust dpkg -S said it was owned by tp gabble16:39
Wizzupyeah16:39
freemangordonright, same here16:40
* freemangordon cheks16:40
freemangordonchecks even16:40
freemangordonWizzup: not on d4 though16:41
Wizzupheh16:41
freemangordonugh16:42
freemangordon0.18.4-leste4+2m7 does not have that issue16:42
freemangordon0.18.4-leste3+m7 has it16:42
Wizzupoh, so maybe i had not updated yet16:43
freemangordonCandidate: 0.18.4-leste3+m716:43
freemangordonno idea what's going on16:43
freemangordonhttps://maedevu.maemo.org/leste/pool/main/t/telepathy-gabble/16:45
freemangordonthat's again some repo mess16:45
Wizzupsorry, I don't understand what you are saying16:49
WizzupI doubt that our jenkins makes things install into /debian16:49
freemangordonchimaera version should be .18.4-leste4+2m7, no?16:49
freemangordonbut, it is not available for installation16:49
Wizzuphttps://maedevu.maemo.org/pkgweb/search?q=telepathy-gabble16:49
WizzupVersion: 0.18.4-leste3+m716:49
freemangordonor, maybe it comes from -experimental, dunno16:49
Wizzupbeowulf is newer one16:50
Wizzupdid you build for the correct codename?16:50
Wizzupbtw, PA installs /etc/pulse/client.conf.d/01-enable-autospawn.conf as symlink to /run/pulseaudio-enable-autospawn and /etc/init.d/pulseaudio-enable-autospawn16:50
Wizzupand /etc/init.d/pulseaudio-enable-autospawn runs on boot16:50
Wizzupwe really don't want this16:50
Wizzupnot sure what the cleanest way to deal with it is16:51
freemangordonWizzup: anyway, I don;t see how we can build tp-gabble now, because of the broken dependencuis16:51
freemangordon*dependencies16:51
Wizzupcan you remind me?16:51
Wizzupis that the dh python crap?16:52
freemangordonyes16:52
* Wizzup faceplams16:52
WizzupI tried to forget about the debian stupidity there16:52
Wizzupshall we just build our own dh-python and ignore them?16:52
freemangordonwait16:52
freemangordonI don't understand why tp-gabble has python-is-python2 dependency16:53
freemangordonif I install dh-python, I can happily build it16:53
freemangordonand yes, it installs stuff in /debian16:54
bencohmaybe they required python2 at some point?16:54
Wizzuppoint is that debian broke python-is-python2 and dh-python16:54
freemangordonyeah16:54
Wizzupeven though it worked fine from backports16:54
freemangordonE: dh_python2 dh_python2:408: no package to act on (python-foo or one with ${python:Depends} in Depends)16:54
freemangordoncan;t we port whatever has to be ported?16:54
Wizzupno16:55
Wizzupunless you want to move to gtk316:55
Wizzupbbiab16:55
freemangordonno, wait, I n=mean - for that particular package16:56
freemangordon*I mean16:56
Wizzupyou can, but the system as a whole will remain broken16:56
freemangordonok, what does this package need python for? tests?16:58
freemangordonso, do you tell me that we can;t have pythin3 and python2 installed in parallel?16:59
freemangordonIIUC we should just port tests from python2 to python3, shouldn't be that hard17:01
freemangordonWizzup: btw, it is commit 61014ecc8c9d7f191f8fa50ad13d43b90e9688bf that causes to to place stuff in /debian17:03
Wizzupfreemangordon: no17:05
Wizzupwhat I am saying is17:05
Wizzupwe cannot build any python 2 package anymore17:05
Wizzupperiod17:05
Wizzupthey just broke that17:05
Wizzupand there is no gtk2 for python317:05
Wizzupso yeah17:05
freemangordonok, but for that particular package, we don't need gtk at all17:06
freemangordonalso, it needs python for its tests only17:06
freemangordonthus, I don;t see why we cannot port it to python317:06
Wizzupsure you can do that, and iirc it was already done17:07
freemangordonumm, where?17:07
Wizzupsome other tp pkg17:07
freemangordonin upstream?17:07
Wizzupbut I won't do it, because I want python2 + dh-python to just work17:07
freemangordonah17:08
freemangordonok, lets ship our dh-python then17:08
freemangordonWizzup: ok, but what shall we do now we have a broken tp-gabble? it does not use python because of the removed tests and yet it requires dh_python17:12
Wizzupfreemangordon: shall I just ship a fixed dh-python17:14
Wizzupand then we can build it?17:14
freemangordonpackage does not need it now17:15
freemangordonE: dh_python2 dh_python2:408: no package to act on (python-foo or one with ${python:Depends} in Depends)17:15
freemangordonI (force) installed dh-python17:16
freemangordonbut it does nothing because of the disabled tests17:16
freemangordonso I don;t understand why you want dh-python in our repos for that particular case17:16
WizzupI don't know what the error that you shared means17:17
Wizzupbut I think this is the same that I am talking about17:17
Wizzupwhere they just broke dh python 217:17
freemangordonno17:17
freemangordonthere is no error17:17
freemangordonsec17:17
Wizzupso iirc, 5.20221122 is the last version that worked17:18
Wizzupwhat one do you have installed?17:18
freemangordonhttps://pastebin.com/Gv1QmGDY17:18
freemangordon4.20201102+nmu117:19
WizzupI need to dive in the logs to see if that one worked17:19
Wizzupsorry, I have to go for a bit17:19
freemangordonit has a conflict with python-is-python217:19
freemangordon5.20230130~bpo11+1 is broken17:20
freemangordonWizzup: https://github.com/sailfishos/telepathy-gabble/commit/fa0d038e06927866b343b3fe682c03a788b8f128#diff-4cde4b12a6a52f0cee28613b7afed57c5e9cb36c87a573fa243ed9aa4f154eed17:35
Wizzupgood17:51
WizzupI will do dh-python2 tonight17:56
arno11Wizzup: (for cmt_speech) i don't know but i can try with chown and see if it works18:17
arno11(for dbus ofono stuff) i already tried iirc but no success18:18
arno11but maybe i made a mistake18:18
arno11i'll try again in a bit18:18
arno11ok changing cmt_speech to 0660 root pulse is working18:28
arno11and better than 777...18:29
arno11let's try modifying dbus conf stuff...probably another story18:29
Wizzupcool, ty18:48
Wizzupfreemangordon: will do 5.2022112218:48
arno11Wizzup: success ! with a trivial way...pulseaudio-system.conf back to original file lol19:02
arno11i made a reboot to be sure and it's ok19:03
arno11we don't need to change anything19:09
arno11back in a bit. testing latency stuff19:13
Wizzupok, check19:20
Wizzupmakes sense since I don't think it's pa that talks to ofono19:20
Wizzupbut cmt_speech19:20
arno11Wizzup: yes makes sense19:59
arno11so to resume19:59
arno11cmt_speech 0660 root pulse works20:00
arno11no change needed to dbus blabla20:00
arno11i tried other tweaks for latency and 30-40 is still the max20:01
arno11loading modem on boot is still not working for me20:01
arno11and i know why20:01
arno11that's because off the 2 additional modules on boot for calls20:02
arno11omap_ssi and cmt_speech20:03
arno11according to texas inst. docs that's tricky to load them all on boot20:04
arno11iirc20:04
arno11maybe we need to load them directly from the kernel config ?20:10
sicelowhat TI docs are these?20:10
arno11let me have a look on another device20:11
arno11arrgh can't find it20:17
arno11it was on ti.com i think20:19
arno11but everything is pdf20:20
arno11so difficult to search from google20:20
arno11and not easy from ti.com20:20
arno11back in a bit20:21
sicelono problem. i was just curious20:23
Wizzuparno11: did you use modules-load.d ?20:43
Wizzup# cat /etc/modules-load.d/nokia-modem.conf20:44
Wizzup# This is not autoloaded on the N900 somehow on Linux 6.120:44
Wizzupnokia-modem20:44
arno11oh20:57
arno11nice thx20:57
arno11need to reboot to try20:57
arno11sicelo: sorry now i remember it i not ti.com but simply in cmtspeech docs20:57
siceloi'll do my own tests too in next few days. afaict, it's been autoloading for me ... even on 6.3-rc1 (nokia-modem)21:04
sicelorc6, i mean21:04
arno11nokia-modem loaded on boot but not working21:05
arno11just shows pin stuff21:06
arno11sure it is because of the other modules21:06
arno11sicelo: should be interesting to see if nokia modem works if you load cmt_speech and omap_ssi on boot on your device21:10
arno11to be sure i'll block the 2 modules to test21:14
Wizzuparno11, hm... I see21:25
WizzupI recall way back we had some init script that loaded the module a bit later, IIRC21:25
arno11Wizzup: ah an init script a bit later makes lot of sense to me according of what's happening on my device21:33
arno11because removing other modules doesn't work21:33
arno11modem is loaded correctly but is not working21:33
arno11i need to check if i forgot a change i made...21:34
arno11anyway if modem is loaded after boot everything is fine21:35
arno11Wizzup: which var log could be helpful to check what's happening with modem on boot ?21:40
arno11oh i found the error21:50
arno11it is not working on my device because startup-pin is looking for the wrong device...21:51
arno11n900_2 instead of n900_421:51
arno11that's probably because of stuff i tested with ofono scripts...21:52
arno11according to syslog21:52
arno11weird thing is startup-pin is looking on the wrong device only if modem is loaded on boot22:14
arno11anyway that's a waste of time, everything should be ok on other n900's22:19
freemangordonWizzup: I still fail to see how it will install instead of version in debian repos22:30
freemangordonalso, besides tp-gabble, what other packages depend on that?22:31
siceloarno11: that makes sense ... as i said, n900 + ofono been a rock solid combination for a long time. i was really surprised you were experiencing issues lately.22:38
freemangordonOTOH, this https://pastebin.com/FgV8Nn1c is the patch to fix installation in /debian22:38
freemangordonarno11: wait, we have device name hardcoded somewhere?22:39
arno11sicelo: apologies22:39
arno11freemangordon: i don't know but possible22:39
freemangordon"(22,51,36) arno11: n900_2 instead of n900_4"22:39
freemangordondid I miss some context?22:40
arno11i think n900_* is only the name of the modem22:40
freemangordon"(23,14,44) arno11: weird thing is startup-pin is looking on the wrong device only if modem is loaded on boot"22:40
arno11when i say device i mean the modem22:40
freemangordonhow do you know that?22:40
freemangordonsure22:40
freemangordonthis is modem provided by ofono, no?22:40
arno11yes22:41
arno11i know that according to syslog22:41
freemangordonso, how do you know startup-pin-query is doing something wrong?22:41
freemangordonI am not saying it is not, just want to know what makes you think that22:42
arno11i tried to boot with modem loaded and one unloaded on boot22:42
arno11*once22:42
freemangordonok22:42
freemangordonok22:42
arno11and then checked in syslog to compare22:42
freemangordonbut, startup-pin gets modem names from ofono22:42
arno11i suppose22:42
arno11that's why that's weird22:43
arno11why a difference22:43
freemangordonok, maybe it is time to boot my devel n900 and try to understand what's going on22:43
freemangordonnot now though :)22:43
freemangordonbut will put that in the queue22:44
freemangordonI want to teach dsme to act properly on reboot/poweroff issued in console22:44
freemangordonfirst22:44
arno11yes lol no probs22:44
Wizzup22:30 < freemangordon> Wizzup: I still fail to see how it will install instead of version in debian repos22:50
Wizzupfreemangordon: hm?22:50
Wizzupfreemangordon: +backports_jobs="mesa python-hildon python-osso python-alarm python-hildondesktop python-location python-conic python-mafw telepathy-gabble"22:51
Wizzupfreemangordon: at least those, probably more22:51
freemangordondh-python is the only package we use from backports?22:53
Wizzupfreemangordon: yes, well, for mesa others22:55
Wizzupfreemangordon: but keep in mind, what debian currently did, in stable AND in backports, we cannot use22:56
Wizzupso I plan to just remove these python packages from backports and use our dh-python which is newer than debian stable version22:56
freemangordonso, you will increase the epoch?22:56
Wizzupno, just not use backports :)22:56
freemangordon"(23,53,03) freemangordon: dh-python is the only package we use from backports?"22:56
freemangordon:)22:56
Wizzupwell point is22:57
Wizzupwe used to have backports_jobs="mesa"22:57
freemangordonah22:57
Wizzupand now I have to add all of those while they had a working one in backports22:57
freemangordonok22:57
Wizzupand now they broke it again in backports22:57
freemangordonok, got it22:57
freemangordonand mesa does not require python2 I guess22:57
freemangordonok, makes sense22:58
Wizzupright, just newer libdrm and such22:58
freemangordonok, but this still does not fix tp-gabble tests requiring missing packages22:58
freemangordonbut I guess we can live with that for a while22:58
WizzupI wonder what happens if you rebuild tp-habble with the right dh-python installed22:59
freemangordonwe lack python-openssl etc packages22:59
freemangordonthey are not in the repos anymore22:59
freemangordonso nothing will change23:00
freemangordonwe have to port to python3, thus the link to SF repos23:00
Wizzupagreed23:00
freemangordonok, I am going afk, will fix tp-gabble packaging tomorrow23:00
freemangordonand will try to use SF patch after I finish with dsme23:01
freemangordonnight!23:01
arno11gn23:01
Wizzuphttps://phoenix.maemo.org/job/dh-python-binaries/default/2/consoleText23:03
Wizzupoh it didn't pass yet23:03
Wizzuparno11: I am not sure what's up with the modem working differently depending on when it is loaded23:03
Wizzupwe can look at that another day I think23:03
arno11Wizzup: no worries just a weird thing on my device23:05
Wizzupsure it's just yours?23:05
arno11everything should be ok with modem on other n900's23:05
Wizzuphow did you conclude that?23:05
arno11syslog23:05
arno11my modem name is n900_4 instead of n900_223:07
siceloyou could burn a new image (after backing up current one first if you need to refer to it again)23:07
siceloi don't even know why it's n900_2 ... sometimes i feel like asking udev to rename it to n900_0 (or 1)23:09
arno11sicelo: any tip to rename my modem ?23:10
Wizzuparno11: this should not affect anything23:14
Wizzupthis is ofono naming23:14
Wizzupnot udev23:14
Wizzupand maemo should not care23:14
arno11ok23:14
siceloah yes. you could remove everything under /var/lib/ofono or some such23:17
Wizzupnah23:18
Wizzupjust restart ofono23:18
Wizzupbut it should not be a problem23:18
arno11ok. have to go. night guys23:26

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!