*** NIN101 has quit IRC | 00:01 | |
*** Pali has quit IRC | 02:12 | |
*** Martix has quit IRC | 02:28 | |
*** Martix has joined #maemo-ssu | 02:31 | |
*** Martix has quit IRC | 02:36 | |
*** BCMM has quit IRC | 02:45 | |
*** dos1 has quit IRC | 03:07 | |
*** M4rtinK has quit IRC | 03:22 | |
*** okias has quit IRC | 04:04 | |
*** okias has joined #maemo-ssu | 04:05 | |
*** M4rtinK has joined #maemo-ssu | 04:09 | |
*** okias has quit IRC | 04:20 | |
*** okias has joined #maemo-ssu | 04:20 | |
*** LauRoman has joined #maemo-ssu | 04:40 | |
*** LauRoman has quit IRC | 05:06 | |
*** M4rtinK has quit IRC | 05:21 | |
*** amiconn has quit IRC | 05:27 | |
*** amiconn_ has joined #maemo-ssu | 05:27 | |
*** amiconn_ is now known as amiconn | 05:27 | |
*** Martix has joined #maemo-ssu | 08:16 | |
*** _rd has joined #maemo-ssu | 08:20 | |
*** _rd has quit IRC | 08:31 | |
*** LaoLang_cool has joined #maemo-ssu | 08:59 | |
*** LaoLang_cool has quit IRC | 09:03 | |
*** _rd has joined #maemo-ssu | 09:43 | |
*** _rd has quit IRC | 09:54 | |
*** Pali has joined #maemo-ssu | 11:08 | |
*** wmarone_ has joined #maemo-ssu | 11:56 | |
*** wmarone has quit IRC | 11:57 | |
*** dos1 has joined #maemo-ssu | 12:17 | |
*** dos1 has quit IRC | 12:24 | |
*** _rd has joined #maemo-ssu | 13:30 | |
*** lizardo has joined #maemo-ssu | 13:32 | |
*** _rd has quit IRC | 13:40 | |
Pali | freemangordon: from /dev/mem access on maemo there is mess on address 0x4020FFB8 | 13:53 |
---|---|---|
Pali | so looks like kernel overwriting copy of PRM_RSTST register | 13:54 |
*** Pali has quit IRC | 15:00 | |
*** LauRoman has joined #maemo-ssu | 15:13 | |
*** RST38h has quit IRC | 15:54 | |
*** RST38h has joined #maemo-ssu | 16:06 | |
*** okias has joined #maemo-ssu | 16:29 | |
*** trx has quit IRC | 16:32 | |
DocScrutinizer05 | could someone help out a noob on the following: http://privatepaste.com/de4977fad2 | 16:35 |
DocScrutinizer05 | I wonder why that's soooo much to update. Shouldn't that be a tad less, maybe only the few packages from my cssu-t version to recent one | 16:36 |
*** NIN101 has joined #maemo-ssu | 16:36 | |
merlin1991 | DocScrutinizer05: that's all cssu stuff | 16:37 |
DocScrutinizer05 | yes | 16:38 |
DocScrutinizer05 | still I'm puzzled starting at first line | 16:39 |
DocScrutinizer05 | upstart [0.3.8-68+0cssu1] (0.3.8-68+0cssu6 community-testing:2.0/fremantle) | 16:39 |
DocScrutinizer05 | how the heck would my system have upstart-0.3.8-68+0cssu1 and latest CSSU-T has 0.3.8-68+0cssu6 ? | 16:40 |
merlin1991 | well you stopped upgrading quite long a go | 16:40 |
DocScrutinizer05 | it's not like I missed the last 6 CSSU updates | 16:40 |
merlin1991 | and we didn't release each cssuX iteration | 16:40 |
*** trx has joined #maemo-ssu | 16:40 | |
*** trx has quit IRC | 16:40 | |
*** trx has joined #maemo-ssu | 16:40 | |
merlin1991 | they were candidates, but got scraped when not ready enough | 16:41 |
merlin1991 | most upstart versions only ever saw -devel | 16:41 |
DocScrutinizer05 | so you say this is all fine for a system that stopped a 6 months orso ago with updates on CSSU-T? | 16:41 |
merlin1991 | if you'd still have the mp I'd at least know when you stopped | 16:42 |
merlin1991 | but I bet you stopped pre Tmaemo8 | 16:42 |
merlin1991 | and that has a huge changelist | 16:42 |
merlin1991 | http://wiki.maemo.org/Community_SSU/Changelog#Tmaemo8 | 16:42 |
DocScrutinizer05 | sure | 16:42 |
DocScrutinizer05 | I think I stopped at T7 | 16:42 |
merlin1991 | yeah then that's pretty much the changes from tmaemo7 to tmaemo8.2 | 16:43 |
DocScrutinizer05 | ok | 16:43 |
DocScrutinizer05 | thanks | 16:43 |
DocScrutinizer05 | Now I just need to check each single one of them if I like it or not | 16:43 |
merlin1991 | bear in mind some changes go hand in hand | 16:44 |
merlin1991 | ie microb won't work without new zlib | 16:44 |
merlin1991 | and libpng | 16:45 |
merlin1991 | and some stuff belongs togehter which isn't obvious, ie system-services is part of upstart | 16:46 |
DocScrutinizer05 | and the package maintainers didn't bother to add proper DEPENDS on those? | 16:47 |
DocScrutinizer05 | BAD | 16:47 |
DocScrutinizer05 | apt-get install `apt-get -s upgrade|grep "community-testing:2.0/fremantle"|grep -f /etc/exclude-those-pkgs|cut -f 1` | 16:48 |
DocScrutinizer05 | err, add a -v there | 16:48 |
DocScrutinizer05 | I mean, when microb needs a certain version of zlib, then it damn sure needs this dependency listed in the .deb, eh? | 16:49 |
DocScrutinizer05 | or are we still following the "take it or leave it2 broken MP approach? | 16:50 |
DocScrutinizer05 | sure, I wouldn't be able to keep zlib out when I decide to install microb. but hey! | 16:52 |
DocScrutinizer05 | I guess I probably could handle that by another pass of dpkg and apt-* to list all dependencies of all the packages pending to install, and see if any of them contains a dependency that I excluden via /etc/exclude-those-pkgs | 16:54 |
DocScrutinizer05 | this step should find zlib listed as dependency in microb and warn me that there's a package microb it can't install since I got zlib on the blacklist | 16:55 |
DocScrutinizer05 | merlin1991: btw sorry that I don't have any mp anymore, but I didn't remove it to annoy you. In fact I didn't remove it at all. All I did was installing procps | 16:57 |
DocScrutinizer05 | and I won't install mp again any time soon, unless it learns to not uninstall procps | 16:58 |
*** BCMM has joined #maemo-ssu | 17:03 | |
DocScrutinizer05 | I honestly fail to understand why CSSU can't nuke mp all together and replace it by a script file consisting of apt-get lines for all the packages in the former mp, and place that script file into a location where it gets executed and then deleted/renamed on next boot, then boot the device | 17:08 |
DocScrutinizer05 | call that !MP | 17:09 |
DocScrutinizer05 | and make next cssu update install the !MP package via MP | 17:10 |
l4m3rx | mp = meta pacakge? | 17:11 |
DocScrutinizer05 | yep | 17:11 |
DocScrutinizer05 | mp-fremantle-community-pr | 17:11 |
DocScrutinizer05 | check out latest mp-fremantle-community-pr, you'll be stunned | 17:13 |
l4m3rx | i'm not sure I understood u right... u want insted of the mp-freemantle-c-pr, to have a package containing one shell script, witch does the apt-get blqblqh for the update.. and this script gets executed at boot | 17:13 |
l4m3rx | afk for a minute, and i'll take a look | 17:13 |
DocScrutinizer05 | yes, exactly. I think this might work | 17:13 |
DocScrutinizer05 | and it wouldn't get uninstalled when I install procps | 17:14 |
DocScrutinizer05 | and I could set up a nifty little fancy that edits or parses the file and obeys my /etc/exclude-those-pkgs file | 17:15 |
DocScrutinizer05 | of course all this are second choice solutions, the preferred solution been described in http://maemo.merlin1991.at/cssu/meetings/2012-05-14.txt | 17:19 |
*** mkaindl has quit IRC | 17:26 | |
DocScrutinizer05 | IroN900:~# apt-cache show mp-fremantle-community-pr|wc -l | 17:28 |
DocScrutinizer05 | 3716 | 17:28 |
DocScrutinizer05 | IroN900:~# apt-cache show mp-fremantle-community-pr|wc -c | 17:28 |
DocScrutinizer05 | 329403 | 17:28 |
merlin1991 | all hail the maemo repos | 17:28 |
merlin1991 | though I'm at 263 lines :) | 17:30 |
*** Pali has joined #maemo-ssu | 17:30 | |
DocScrutinizer05 | relevant for me right now: http://privatepaste.com/9a06022a06 | 17:33 |
DocScrutinizer05 | and AIUI it could get relaced by a script calling apt-get install for each single one of the packages in "Depends:" | 17:34 |
merlin1991 | we'd have to rebuild the system upgrade functionality of ham in that script | 17:37 |
DocScrutinizer05 | hmm | 17:37 |
DocScrutinizer05 | what functionality? | 17:37 |
merlin1991 | prefetch packages, then go into flightmode and other bits | 17:38 |
merlin1991 | and THEN install the packages | 17:38 |
DocScrutinizer05 | well, THAT seems easy enough | 17:38 |
DocScrutinizer05 | actually we only need to place the script to where maemo-auto-optify gets called | 17:39 |
DocScrutinizer05 | maemo-optify-auto-opt.sh actually | 17:40 |
DocScrutinizer05 | at that stage no system relevant stuff should have been started | 17:40 |
DocScrutinizer05 | incl modem | 17:41 |
DocScrutinizer05 | if that still doesn't suffice, we place it into the rcS | 17:42 |
DocScrutinizer05 | ot next to bootmenu | 17:42 |
*** mkaindl has joined #maemo-ssu | 17:45 | |
DocScrutinizer05 | well, prefetch (apt supports -d download-only), place _install_ script to bootmenu, boot | 17:47 |
DocScrutinizer05 | I guess it can get done in 2h | 17:47 |
DocScrutinizer05 | (writing such script, that is, and package it) | 17:48 |
*** Pali has quit IRC | 17:48 | |
DocScrutinizer05 | I probably could write it here as a oneliner, in 20 min | 17:49 |
DocScrutinizer05 | except the `` packages="modest (>= 3.90.7-2), hildon-home (>= 0.3.71-1), hildon-desktop (>= 1:2.2.142-3),... ยดยด | 17:50 |
DocScrutinizer05 | for p in $packages; do apt-get -d $p; done | 17:51 |
DocScrutinizer05 | see? 10% ready | 17:51 |
DocScrutinizer05 | maybe 20% | 17:51 |
DocScrutinizer05 | ;-) | 17:51 |
*** wmarone_ has quit IRC | 18:16 | |
*** wmarone has joined #maemo-ssu | 18:22 | |
*** l4m3rx`home has joined #maemo-ssu | 19:08 | |
l4m3rx`home | DocScrutinizer05, i cannot totaly agree with u.Not that i'm really close with dpkg and apt-get, but I'm pretty sure that the debian package system is capable of doing all stuff right , IF everything (meainimg deps) is correctly added to all packages. | 19:13 |
l4m3rx`home | that said, having script to do the work ,gives you flexability, witch may even be needed on some updates. | 19:13 |
l4m3rx`home | and the scripts should make the maintainers life easyer | 19:15 |
*** freemangordon has joined #maemo-ssu | 19:19 | |
*** freemangordon_ has quit IRC | 19:19 | |
*** dos1 has joined #maemo-ssu | 19:36 | |
l4m3rx`home | anyway, after reading the log from the 2012-05-14 meeting, i think i understand ur point about the script. But avoiding the real issue will not solve it...and the issue here is ham | 19:38 |
l4m3rx`home | and i think merlin1991 was right about ham. anyway this is just my oppinion..... | 19:40 |
*** arcean has joined #maemo-ssu | 20:26 | |
*** oldtopman has joined #maemo-ssu | 20:40 | |
freemangordon | merlin1991: what has happended with the update? | 20:58 |
*** DrCode has quit IRC | 21:21 | |
*** DrCode has joined #maemo-ssu | 21:22 | |
merlin1991 | life has happened | 21:26 |
merlin1991 | I'll get it done tomorrow | 21:26 |
merlin1991 | sorry :( | 21:26 |
*** wmarone_ has joined #maemo-ssu | 21:31 | |
*** wmarone has quit IRC | 21:31 | |
*** BCMM has quit IRC | 21:52 | |
*** peetah has quit IRC | 22:06 | |
*** peetah has joined #maemo-ssu | 22:14 | |
*** LauRoman has quit IRC | 22:19 | |
*** Martix_ has joined #maemo-ssu | 22:37 | |
*** Martix has quit IRC | 22:37 | |
*** M4rtinK has joined #maemo-ssu | 22:40 | |
*** Pali has joined #maemo-ssu | 22:54 | |
*** okias has quit IRC | 23:20 | |
*** okias has joined #maemo-ssu | 23:21 | |
*** M4rtinK has quit IRC | 23:24 | |
*** okias has quit IRC | 23:28 | |
*** okias has joined #maemo-ssu | 23:30 | |
*** M4rtinK has joined #maemo-ssu | 23:33 | |
*** _rd has joined #maemo-ssu | 23:39 | |
*** lizardo is now known as lizardo_away | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!