IRC log for #maemo-ssu on 20120612

00:02.11merlin1991come on, no 24/7 irc idlers in here anymore?
00:26.19tadzikinsomnia standing by
00:27.09*** join/#maemo-ssu gri (~gri@muhkuh.net)
00:27.30merlin1991tadzik: exactly ;)
00:28.21tadzik:)
00:28.35tadzikit's 2:28 here now
00:28.46merlin1991same, where are you from?
00:28.56tadzikWarsaw, Poland
00:29.08tadzikand you?
00:29.13merlin1991Vienna, Austria
00:29.18tadzikha, quite close
00:29.39tadzikso while we're up, do you know if this word prediction thingy in maemo is open-sourced?
00:29.46tadzikso it guesses words when you type them
00:30.00merlin1991yeah, I suppose it's part of the hildon framework
00:30.11merlin1991since it seems to only work on the hildonized inputs
00:30.26merlin1991maybe inside libhildon?
00:30.41tadzikI thought about writing something that would try to predict the whole phrases, if not sentences, by analying the message database sent so far
00:31.04tadzikit could be quite cool if it worked out
00:31.43tadzikso it would autocomplete "How about" to "How about[ a beer]" for example
00:31.59merlin1991the db has to be somewhere in ~ becuase it remembers stuff after flashing rootfs
00:32.19merlin1991(the one for the prediction I mean)
00:32.30tadzikand there's some package for editing the dictionary, so there is probably some sane interface to it
00:32.42tadzikso that may be possible, cool
00:34.37tadzikmerlin1991: is there a git repo of libhildon somewhere?
00:34.53merlin1991its in the cssu repo for example
00:35.08merlin1991http://gitorious.org/community-ssu/hildon
00:35.16tadzikthanks
00:35.28merlin1991though it might be in some completely different part of the hildon-framework
00:35.32merlin1991I'm only guessing here :)
00:35.58tadzikack will tell :)
00:38.58*** join/#maemo-ssu user- (~user@79.97.157.66)
00:42.41tadzikhaha this is awesome
00:42.57tadzikbut it breaks when I try to make a screenshot
00:43.08tadzikdamnit, hildon
00:43.47merlin1991what did you  do?
00:43.58merlin1991also you can do a screenshot via ssh in order not to break stuff
00:44.23tadzikI'll show you the effect and then tell you what did I do :P
00:47.08tadzikmerlin1991: http://i.imgur.com/nwmlw.jpg
00:47.17tadzikthat's Polish for "are we going for a beer"
00:47.39merlin1991how did you do it that fast? :D
00:47.44tadzikand the best part: that's achieved only using the AutoComplete editor
00:47.57tadzikwhich apparently uses gconf, as far as my python knowledge allows me to understand the code
00:48.18tadzikso the whole thing should be doable by merely editing the dictionary in gconf and putting full phrases there, not just words
00:48.40merlin1991are you sure it's all within gconf?
00:48.44tadzikand the autocompletor seems to be doing longest-token matching itself
00:48.49tadzikno, I'm not :)
00:48.51merlin1991that sounds slightly insane for a dictionary
00:48.55tadzikindeed
00:49.10tadzikoh, there it is
00:49.15tadzikdictionaryFile = QDir.homePath() + '/.osso/dictionaries/.personal.dictionary'
00:50.09tadzikso now I need to access message database somehow, and then turn my 10-line-long Perl prototype into something sensemaking
00:51.09merlin1991I bet it's sqlite
00:51.28tadzikargh
00:51.34tadzikhow come 'file' is not installed by default
00:51.40merlin1991:D
00:52.32tadzikit seems not to be in the repo either
00:52.49merlin1991maybe in the tools repo
00:52.55merlin1991never tried to run file on the n900 :D
00:53.19tadzikI've stumbled upon it a few times before. Usually preceeded by "I wonder what that file's for"
00:55.36tadziknah, sqlite doesn't grok it
00:56.22tadzikseems to be some custom format which autocompleteeditor is unpacking manually
00:57.54merlin1991oh shit
00:57.58merlin1991time to understand some code :D
01:00.03tadzikare you a python expert by any chance? :)
01:00.17merlin1991I understand it to extends :D
01:00.25merlin1991s/extends/some extend/
01:00.48tadzikwell, semantically it's similar to Perl, so it shouldn't be _too_ hard ;)
01:16.11tadzikmerlin1991: could you show me 'hexdump -C <your dict> | head?'
01:17.51merlin1991http://paste.debian.net/174028
01:18.08tadzikthank you
01:18.10merlin1991odd mix :D
01:18.48tadzikthe beginning is not quite similar to mine though
01:19.00tadzikhttp://wklej.org/id/771703/
01:19.17tadzikdang, I thought I could just blindly skip the first n bytes. Seems not :)
01:19.29merlin1991I suppose the first butyes are a binary header
01:19.48merlin1991probably casted directly to some struct in the code :)
01:20.07tadzikright
01:20.19tadzikokay, all hope is lost, I have to actually read this python code :)
01:21.39RST38hamused to find that "paste" has got its own word in Polish
01:21.56tadzik:)
01:22.04tadzikit's a verb form, this one
01:23.11tadzikis tempted to write his program in Perl 6 just to make it more insane
01:23.21merlin1991:)
01:54.26tadzikoh crap
01:54.33tadzikisn't ARM middle-endian of some sort?
01:55.43merlin1991phew
01:55.48merlin1991DocScrutinizer05: would know :D
01:56.03tadzikthis python module uses some crazy hacks to read the bytes from that file
02:51.09*** join/#maemo-ssu KrayonWork (~krayon@pdpc/supporter/28for7/krayon)
02:53.56*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
03:04.00tadzikmerlin1991: ok, any idea where sms/im messages are kept?
03:10.54tadzikok, found it, nvm
05:27.34DocScrutinizer05???
05:28.11DocScrutinizer05sorry, I actually never heard of 'middle-endian'
05:49.38DocScrutinizer05armel is arm_endian-little aiui
05:50.38DocScrutinizer05there might be also armvb or sth like that
05:56.18freemangordonmerlin1991: yeah, I found that too, but didn't get why the hell HAM and atp prefer virtual package over the real one
05:56.21freemangordon*apt
06:11.29*** join/#maemo-ssu wmarone_ (~wmarone@c-67-174-151-253.hsd1.ca.comcast.net)
06:20.50*** join/#maemo-ssu amiconn (amiconn@rockbox/developer/amiconn)
07:09.22*** join/#maemo-ssu freemangordon_ (~freemango@213.226.63.192)
07:12.20*** part/#maemo-ssu freemangordon_ (~freemango@213.226.63.192)
07:12.36*** join/#maemo-ssu freemangordon_ (~freemango@213.226.63.192)
07:18.31*** join/#maemo-ssu ivgalvez (~ivgalvez@89.140.113.138.static.user.ono.com)
07:31.41*** join/#maemo-ssu ekze-nyan (~nyan@80.70.228.116)
07:32.34*** join/#maemo-ssu rzs19 (~richi@ip-176-198-106-50.unitymediagroup.de)
08:09.16*** join/#maemo-ssu Guest55877 (~dafox@ip51cc571d.speed.planet.nl)
08:11.38*** join/#maemo-ssu arcean (~arcean@aadd136.neoplus.adsl.tpnet.pl)
08:28.48*** join/#maemo-ssu M4rtinK (~M4rtinK@mail.melf.eu)
08:31.37*** join/#maemo-ssu wmarone_ (~wmarone@c-67-174-151-253.hsd1.ca.comcast.net)
08:53.03*** join/#maemo-ssu ivgalvez_ (~ivgalvez@89.140.113.138.static.user.ono.com)
10:02.45*** join/#maemo-ssu ivgalvez (~ivgalvez@89.140.113.138.static.user.ono.com)
10:13.18*** join/#maemo-ssu dafox (~dafox@ip51cc571d.speed.planet.nl)
10:29.36*** join/#maemo-ssu lizardo (lizardo@nat/indt/x-cfvspcjyvjiudgcs)
11:18.23merlin1991freemangordon: the way of apt and ham are never clearly understandable ;)
11:22.57merlin1991sorry tadzik I went to bed yesterday (today) :D
11:23.33freemangordon_yeah. sigh
11:24.56freemangordonmerlin1991: now i made -pr to depend on kernel only, no kernel feaure dependency, but stupid apt pulls kernel-bootimg too
11:25.38merlin1991you sure you only depend on the flasher?
11:25.51freemangordon_yep
11:26.18freemangordon_you can check in the .deb
11:27.11merlin1991I checked on the Packages file ;)
11:27.26merlin1991but yeah it's odd there is no dependency on bootimg
11:27.48merlin1991ah I know
11:27.56merlin1991freemangordon: all the other packages depend on the errata
11:28.08freemangordonyep
11:28.14merlin1991and apt probably goes "I'm gonna get this awesum dependency"
11:28.16freemangordonbut flashr provides it
11:28.31freemangordoni need a help on that
11:28.32merlin1991just make the bootimg not provide it
11:28.38freemangordonbut it provides it
11:28.47merlin1991but apt is a bitch?
11:28.54freemangordonyeah
11:29.33freemangordonremoving kernel feature from bootimg will break u-boot
11:29.36merlin1991checks if there is some way to prioritise provides packages
11:29.59freemangordonmaybe I should add kernel-flasher to all other packages
11:30.28merlin1991uh no
11:30.35merlin1991you know, that would break uboot ;)
11:31.40freemangordonI mean in the form kernel-flasher( >= ver ) | kernel-feature
11:32.29merlin1991well afaik I did that to the mp
11:32.39merlin1991and that pulled the bootimg ;)
12:02.44*** join/#maemo-ssu MrPingu (~chatzilla@86.92.226.97)
12:03.44freemangordonmerlin1991: I know, guess why -pr is version -thumb6 :D
12:03.58*** join/#maemo-ssu ivgalvez_ (~ivgalvez@89.140.113.138.static.user.ono.com)
12:12.06freemangordonmerlin1991: my idea was -pr to depend ONLY on kernel-flasher, while all other packages to depend on kernel-flasher( >= ver ) | kernel-feature, hoping apt will do the right thing
12:14.58chem|stfreemangordon: ehrm following the SIGILL issue your tmo thread title is missleading?! or have you solved issues?
12:15.28freemangordonchem|st: which issues?
12:15.53chem|stthought you had issues with programs aborting and getting ill?!
12:15.55freemangordonthere was a problem with metapackage leading to required kernel not being flashed
12:16.04freemangordonno
12:16.12chem|stso it is actualy stable?
12:16.18freemangordonso far
12:16.19chem|stjust want to make sure
12:16.21chem|stok
12:16.46chem|sthad some [Announce] threads being -devel WIP lately
12:17.43freemangordonat least there is no report so far for any crashes (if the correct kernel is in place) while those guys with incorrect kernel are even unable to boot. Maybe as that question on the thread, I am interested in feedback too
12:17.54freemangordon*ask
12:18.31freemangordonbut would prefer to not ask it by myself, I think some may "lie" to me, to not disappoint me :)
12:18.56freemangordons/but would/I would/
12:18.58*** join/#maemo-ssu DocScrutinizer06 (~HaleBopp@openmoko/engineers/joerg)
12:19.09*** join/#maemo-ssu DocScrutinizer (~halley@openmoko/engineers/joerg)
12:19.57freemangordonchem|st: ^^^
12:44.51chem|stfreemangordon: pls elaborate, which question you want me to ask?
12:48.23freemangordon_if everything is stable so far for those which have everything installed in place (i.e. correct kernel, etc)
13:00.03chem|stpeople will complain 'if not' as fast as noone can imagine, ever... as usual^^
13:09.08Raimufreemangordon_: Everything's stable for me, but I never tried the mp, I just installed everything on the go.
13:14.23freemangordon_Raimu, mp is just a metapackage, it is there so people could use HAM to install the stuff, so there is no difference for you. but you should have maemo update in HAM, ain't?
13:14.38Raimufreemangordon_: I do.
13:15.00RaimuWere there problems with the mp? Some people didn't get the kernel but did get the thumbed libs?
13:15.00freemangordon_you could safely install it
13:15.18freemangordon_you already have the kernel
13:15.23RaimuYup.
13:21.09merlin1991Raimu: yeah libs came in without kernel
13:23.01RaimuOuch.
13:23.35RaimuWell, at least it's a pretty stark way of seeing how big a difference that fix is. :D
13:25.37freemangordonyeah :D
13:26.40freemangordonRaimu: but you'd better install -pr thing, as otherwise you won't have new stuff I am going to put in the repo automatically
13:26.55RaimuHokay.
13:37.38freemangordonmerlin1991: any idea how to evercome that dependency hell?
13:37.42freemangordon*overcome
13:44.20merlin1991not really
13:44.36merlin1991it's thanks to bootimg / flasher impossible for apt to decide properly
13:46.43freemangordonyeah :(. We need some .deb guru :)
13:52.19freemangordonmerlin1991: is it possible that alphabetical order to have some importance?
13:52.29merlin1991nfc
13:52.40freemangordoni.e. flasher is after bootimg
14:00.33*** join/#maemo-ssu M4rtinK (~M4rtinK@85.162.228.13)
14:05.48freemangordonmerlin1991, I am going to change provides: for kernel-cssu-bootimage, I see no other way
14:08.06freemangordonthat way you either will have to have KP(some future version) or CSSU kernel flashed, having bootimg won't be enough, but I just can't see any other way
14:08.28freemangordonwhat do you think?
14:09.47freemangordonmerlin1991: BTW what about Replaces: kenel-omap1?
14:09.58freemangordonso we can free some rootfs space?
14:10.48freemangordonafter all you just can't boot with omap1 kernel once you have thumb binaries installed
14:15.22merlin1991makes sense
14:19.43*** join/#maemo-ssu M4rtinK (~M4rtinK@ip-85-160-38-141.eurotel.cz)
14:20.28*** join/#maemo-ssu kent_autistic (~user@112.201.222.115)
14:22.13kent_autisticwhat handles the context menu? the press and hold pop up
14:22.50kent_autisticis it hildon-home?
14:22.59MrPinguInstalling CSSU-T, thumb is following :)
14:27.04MrPinguHow to set frequencies and dsp frequencies when kernel-power settings aren't compatible with kernel-cssu?
14:28.01*** join/#maemo-ssu M4rtinK2 (~M4rtinK@85.162.228.13)
14:28.01freemangordonMrPingu: it is not that tey are not compatible, it is apt that wont install them, as they depend on kernel-power
14:28.39merlin1991btw you guys can apply cssu-thumb directly, I made it in a way that it installs -testing away
14:28.43merlin1991is so evil
14:28.50freemangordonyou can download KPS .deb from repos adn do dpkg -i --force-all path_to_kps_deb.deb
14:29.08freemangordonmerlin1991: you should have ther repo installed first
14:29.10MrPinguOh that way round :)
14:29.26merlin1991freemangordon: the .install file installs both repos
14:29.37merlin1991and then the mp kicks in and pulls in everything
14:29.45freemangordonaah, you bastard :P
14:29.53freemangordonwhy didn't you tell me
14:30.03merlin1991afaik I did
14:30.07merlin1991back when I set it up :D
14:30.08MrPinguYou say now? I just installed testing, now I need to install thumb
14:30.14freemangordonhmm, could be
14:30.25merlin1991MrPingu: it's only faster the other way
14:30.32merlin1991there's no other difference :)
14:30.33MrPinguI know
14:30.43MrPingubut do you think time infinite?
14:31.04merlin1991time is, on the other hand *your* time probably isn't ;)
14:31.06freemangordonmerlin1991: well, did you try to install it that way?
14:31.39MrPinguTrue...
14:33.42merlin1991freemangordon: nope I don't run thumb on any of my n900s (yet)
14:36.19MrPinguhates HAM
14:36.21freemangordonok. so until it is confirmed to work that way, I won't change the installation instructions, dependency problems are enough at this stage
14:37.28ivgalvez_freemangordon: replacing omap1 is the best way to go
14:37.39ivgalvez_as in the future you could have also newer KP
14:37.41freemangordonyeah, agree
14:37.44ivgalvez_supporting Thumb2
14:38.06freemangordonI could have? No, there will be, for sure.
14:38.08freemangordon:)
14:38.15ivgalvez_great
14:40.09freemangordonBut I prefer to see for a while if there will be some problems reported (besides usual - no free space, dependency, etc) before puttting more effort into that
14:40.31ivgalvez_of course
14:41.20freemangordonas if at the end it turns out that I am wrong and thumb2 is unstable no matter what workarouns i do, that will be an wasted effort.
14:42.06ivgalvez_that might depend on the level of unstability
14:42.55ivgalvez_I mean, crashes happens. For example Sygic is the most unstable app for the N900
14:43.03ivgalvez_and it's closed source :D
14:43.19freemangordonnaah, I won't put any effort in instabilities caused by thumb2
14:44.07ivgalvez_have you tried any opengl game=
14:44.24freemangordonno
14:44.35ivgalvez_mmm that's a good test
14:44.51freemangordonbut the whole hildon stack uses cairo, which is based on opengl-es
14:45.07freemangordonand there is lots of hildon stuff in thumb repo
14:45.09freemangordon;)
14:45.22ivgalvez_I need to find more free time
14:45.41freemangordoni.e. hildon-desktop, hildon-home, hildon-status-menu, gtk
14:59.46tadzikmerlin1991: no problem :)
15:01.20Raimuhates ham
15:01.32RaimuWe are taking care of a miniature pig for some friends. Jeeze, that creature.
15:30.53MrPinguLinux Nokia-N900 2.6.28.10-cssu1 :D
15:40.45*** join/#maemo-ssu ivgalvez (~ivgalvez@89.140.113.138.static.user.ono.com)
16:07.30*** join/#maemo-ssu ivgalvez (~ivgalvez@89.140.113.138.static.user.ono.com)
16:09.47*** join/#maemo-ssu NIN101 (~NIN@p5DD284B8.dip0.t-ipconnect.de)
16:29.12Raimufreemangordon: Do you intend to compile more things with thumb in the near future, BTW?
16:30.58RaimuThe big thing is that Qt is that way now, so it's a law of diminishing returns, but anyway.
16:46.21freemangordonRaimu: yes, microb should be the next to go
16:49.28peetahfreemangordon: is there (or do you plan to add ) a wiki entry to describe what are the required steps in order to compile something with thumb within a scratchbox environment ?
16:50.33freemangordonpeetah: hmm, didn't think of it, I am not much in documentation, but yes, you're right, there should be some howto :)
16:51.27freemangordonbut in short one only needs to setup a new target using gcc 4.6.2 compiler.
16:53.13peetahok thanks
17:03.18*** join/#maemo-ssu arcean (~Arcean@aadd136.neoplus.adsl.tpnet.pl)
17:21.03*** join/#maemo-ssu Atarii (~Atarii@77.107.156.213)
17:21.03*** join/#maemo-ssu Atarii (~Atarii@unaffiliated/atarii)
18:13.09merlin1991freemangordon: you should adjust the kernel-cssu
18:13.23merlin1991the "nokia kernel" desktop file is not exactly good ;)
18:13.45merlin1991also I'd remove the popup and move it into the mp since the window manager is already down at that point
18:14.32merlin1991and finally I just tried to install it with the install file directly on a fresh n900 and it worked like a charm
18:36.18*** join/#maemo-ssu luf (~luf@ip-89-103-223-40.net.upcbroadband.cz)
18:37.07lufHi
18:37.37lufmerlin1991: ping
18:42.49merlin1991luf: pong
18:45.10lufmerlin1991: Did you read the conversation question from yesterday about curl?
18:45.47merlin1991read yes, remember not so much, can you fill me in again?
18:46.54lufMay I preserve dependency or add krb/ldap (not in ssu/cssu - only in extras)
18:47.40lufPreserve in cssu + add more in extras is the winning option.
18:48.09merlin1991so you want to keep a dependency krb/ldap?
18:49.02lufThere are no krb/ldap dependency in original curl-7.18.
18:49.15lufSo no krb/ldap dependency in cssu curl.
18:49.46lufI'll compile also version with dependency and put it into extras.
18:50.16merlin1991and the point of that would be what exactly?
18:51.18lufMy question yesterday was if keep dependency without krb/ldap in cssu or what are posibilities/policy.
18:52.04lufI'm using krb so the best is to put curl with krb+ldap into cssu for me :)
18:52.09merlin1991well it's quite easy, we evaluate what gain we have by adding krb/ldap and depending on that we add it in cssu or not
18:52.32merlin1991having yet another package in extras would nullify the sense of the cssu libcurl package
18:53.02*** join/#maemo-ssu trbs (~trbs@208-53-223.ftth.xms.internl.net)
18:53.04merlin1991(if I understood correctly that you want to build another libcurl for extras)
18:54.05merlin1991so what additional features does libcurl get if you compile it with krb/ldap
18:54.27lufYes. Because we see very low value in adding krb/ldap to cssu.
18:54.52lufSupport for LDAP protocol and also krb/gssapi authentication methods to http/s + proxy.
18:55.18merlin1991and how would you ship it in extras?
18:55.40lufIt's already in extras ;)
18:55.50merlin1991I mean technically the assumption of extras is that users of extras have normal pr1.3
18:55.58merlin1991*1.3.1*
18:56.10merlin1991thus they can't install your build because it's blocked by the nokia mp
18:56.52merlin1991and only because stuff is there doesn't mean it belongs there ;)
18:57.48lufI don't understand what should block my build ... It's newer version of curl and krb and ldap are only in extras.
18:58.20merlin1991yes but by default you have a packge from nokia on your maemo system
18:58.29merlin1991mp-fremanlte-*something*-pr
18:58.42merlin1991and it has dependencies on system libs of exact versions
18:58.53merlin1991so libcurl is fixed to some version
18:59.19lufStrange. The dependency are usually >= version.
18:59.25merlin1991not in maemo
18:59.29merlin1991here we have =
18:59.48lufYou want to say that I can upgrade my curl in extras just because I have cssu?
18:59.53merlin1991yes
19:00.27merlin1991luf: see http://maemo.org/packages/package_instance/view/fremantle_root_pr1-2_armel/mp-fremantle-generic-pr/20.2010.36-2/
19:00.32lufInteresting. But cssu is one of the first thing I install on my n900 :)
19:01.43lufI see no curl dependency there.
19:02.01merlin1991yeah I jsut noticed that myself
19:02.35merlin1991apt-cache tells me otherwise though
19:03.19merlin1991for the nokia ssu packages the interface on maemo.org isn't exactly accurate :/
19:03.59luf:)
19:04.00merlin1991but if you check `apt-cache rdepends libcurl3` you'll see mp-fremantle-generic-pr (or another if you have some other variant)
19:04.20merlin1991so bascically having libcurl3 in extras is a big fuckup
19:04.44merlin1991because you potentially can build applications for extras that don't even run on a newly flashed device
19:06.10lufBut if somebody need krb/ldap support in curl? And you see not enough reason to put it into cssu?
19:06.22merlin1991that's the next thing
19:06.39lufI'm glad I see dependency hell in debian too :)
19:06.42merlin1991currently you can't build applications that depend on cssu features in extras (or rather should not)
19:07.12merlin1991hopefully we get the obs soon and then can build apps against a "cssu-enabled" repo aswell
19:07.30lufWhat is obs?
19:08.16lufAnd who will judge if I may add krb/ldap support into cssu?
19:08.54merlin1991luf: obs is another builder which greatly reduces the administation overhead for more repos :)
19:09.05merlin1991ultimately MohammadAG
19:09.10merlin1991but I'd say just do it :D
19:10.01lufJust to do what? Add several packages for krb/ldap (not mainteined) into cssu?
19:10.10merlin1991well only if you do maintain them
19:10.13merlin1991add them to cssu
19:10.16merlin1991otherwise nope
19:10.17luf:D
19:11.33lufI think it's better to have first update of curl in cssu asap.
19:11.56MohammadAGluf, http://bit.ly/tK1rHx
19:11.58MohammadAGno, it's not a meatspin
19:12.33*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
19:12.35lufSo I clone the repos + fetch debian git + add maemo build patch + upload git format-patch to the web (link in history).
19:13.02lufIs it enough or I have to clone the repos somewhere in gitorious and create merge request?
19:13.28MohammadAGyou can go upstream
19:14.15lufI'm not sure if I can maintain also krb and ldap libraries.
19:14.34lufI think I can start with libcurl with same dependency.
19:14.53lufMaybe I add the krb/ldap dependency later.
19:15.15MohammadAGkrb and ldap?
19:15.20MohammadAGyou just maintain updating them
19:15.45lufI have no idea if someone (except me) will appreciate it.
19:16.43lufMohammadAG: I know but it's "just". And I think curl update should go into cssu asap due to IPv6 at least.
19:17.42MohammadAGIPv6 will cause a huge "ABI" break in time :D
19:18.07lufmerlin1991: can you say me if upload git format-patch to the web is enough for now and curl update in cssu?
19:18.41lufMohammadAG: The biggest problem is that IPv6 is already compiled in curl-7.18 even maemo didn't support it.
19:18.59*** join/#maemo-ssu dafox (~dafox@ip51cc571d.speed.planet.nl)
19:19.05*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
19:20.00lufand also the support in curl-7.18 seems to be broken as nobody tested it.
19:20.20DocScrutinizer05moo
19:25.27lufI don't see the URL in history so here it is
19:25.36lufhttp://www.fileconvoy.com/dfl.php?id=g45e07906abb335871208433d000c9d9fbea96e
19:25.51lufValid only for 2 days now.
19:31.11lufmerlin1991: ^^^
20:13.04*** part/#maemo-ssu luf (~luf@ip-89-103-223-40.net.upcbroadband.cz)
20:13.56*** join/#maemo-ssu luf (~luf@ip-89-103-223-40.net.upcbroadband.cz)
20:15.18*** join/#maemo-ssu nox- (noident@freebsd/developer/nox)
20:41.58*** join/#maemo-ssu freemangordon (freemangor@130-204-50-168.2074221835.ddns.cablebg.net)
21:38.52*** join/#maemo-ssu M4rtinK2 (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
21:58.03*** join/#maemo-ssu okias (~okias@2001:1ab0:7e1e:e005:dead::feed)
21:58.36okiasHello. please HELP. after instalation CSSU I runned apt-get dist-upgrade, but I didn't noticed, that it offered me remove almost 400M
21:59.10okiasso some it removed some package, but not all. System is still working, how can I restore system packages?
21:59.12tadzikhaha, been there, done that
21:59.39tadzikokias: I reinstalled CSSU, thought that would be the easiest solution
21:59.54okiasremove that install package and install again?
22:00.28okiascommunity-ssu-enabler
22:01.31*** join/#maemo-ssu dafox (~dafox@ip51cc571d.speed.planet.nl)
22:02.27okiastadzik: what is name of that package? ssu-enabler is not right package
22:03.04tadzikokias: nah, I restored maemo with bootmenu and all this
22:03.25okiastadzik: okey, I haven't backuped :-)
22:03.33tadzikI've also came for help to this channel, and talking to I-don't-remember-who we figured that it's the most sensemaking way
22:03.39tadzikokias: well, I'm glad that you're still smiling :)
22:03.55okiastadzik: system and apt-get still running ;-)
22:04.00tadzik:)
22:04.16okiastadzik: I feel there is some mega-meta-package, which restore all needed apps
22:04.23tadzikI hoped for the same
22:04.29tadzikbut didn't find one :)
22:04.29okiasand? :-D
22:04.44okiasand is there on IRC someone from dev/experts who could know?
22:04.46tadzikI tried reinstalling CSSU, but it didn't work
22:04.57tadzikI don't know. It's not me, by any means :)
22:06.56okias!help
22:13.19okiasI tried reinstall something too...
22:15.04okiasDocScrutinizer: ping
22:16.10merlin1991okias: which firmware did you have
22:16.12merlin1991generic?
22:16.18merlin1991or the uk / indian variant?
22:16.42merlin1991the mega metapackage would be mp-fremantle-variant-pr
22:16.45okiasmerlin1991: no idea, should be generic (I have czech republic version of n900)
22:16.57merlin1991osso-productinfo
22:18.00merlin1991though anyway
22:18.01okiasregion: britain
22:18.07merlin1991apt-get install mp-fremantle-generic-pr
22:18.15merlin1991to get the stock stystem back
22:18.18merlin1991will downgrade A LOT
22:18.34merlin1991and then install cssu again (aka apt-get install mp-fremantle-community-pr)
22:18.45merlin1991also never ever run upgrade / dist-upgrade after installing cssu
22:19.36okiasmerlin1991: thanks! :-D about apt-get I read already in some irc log history :-D
22:19.52merlin1991yeah, the problem is that nokia removed the "esential" bits from apt
22:20.05okiasmerlin1991: it said to me: broken packages
22:20.38merlin1991well there always is a more informative error when you get that ;)
22:20.48okiasmerlin1991: lot of them ;-)
22:20.53merlin1991pastebin?
22:21.19okiasn900 terminal :-(
22:21.50okiasdamn, no aptitude
22:22.03merlin1991err just get pastebintit
22:22.10merlin1991and then pipe to it? :D
22:23.20okiasmerlin1991: nothing in repository named that
22:24.06merlin1991http://maemo.org/packages/view/pastebinit/
22:24.11merlin1991only in -devel
22:24.53okiasmerlin1991: i should have devel
22:26.28okiasmerlin1991: found it!
22:30.04okiasmerlin1991: pastebin api changed
22:30.13okiasmerlin1991: so no use..
22:30.14merlin1991vi the file in /bin
22:30.23merlin1991and adjust the url to paste.debian.net for example
22:30.27merlin1991it's a script
22:30.28okiasok
22:31.48okiasexactly, where?
22:32.38okiasok found it in /usr/bin
22:33.05merlin1991there's the which command ;)
22:33.43okiaspaste.debian.net/174193
22:35.58merlin1991dpkg -r mp-fremantle-community-pr first
22:36.56okiasmerlin1991: I already removed it (with apt-get remove ... )
22:37.16merlin1991paste the output of dpkg -l mp-*
22:38.18okiaspaste.debian.net/174194
22:39.37merlin1991what happens if you do apt-get install maemo-applet-tvout=0.8+0m5
22:40.55okiasmerlin1991: it offer remove, then downgrade
22:41.12merlin1991hm maybe you can force the mp
22:41.59merlin1991apt-get -f install mp-fremanlte-generic-pr
22:42.02merlin1991and if that fail
22:42.10merlin1991install all of the ones in the list by hand :/
22:42.57okiasmerlin1991: it failed.....
22:43.10merlin1991off to one by one you go :/
22:43.26okiasisn't there any way how to restore deleted packages?
22:43.39merlin1991apt-get install package=version
22:43.44merlin1991that's the way todo it ;)
22:43.49merlin1991apt does not keep logs on the n900
22:43.53okiasmerlin1991: some log, what was removed?
22:43.54DocScrutinizer05okias: pong
22:43.56merlin1991so you have no way to till which ones are missing
22:44.21okiasmerlin1991:  that isn't nice
22:44.36merlin1991so you just have  to fix the depdns issues for hte mp and then install the mp to get the rest of the missing packages
22:44.46okiasDocScrutinizer: thanks, right now solving half removed system after apt-get dist-upgrade (lastest cssu)
22:45.13okiasmerlin1991: I'll install ssh server, tired of writing on n900 keyboard
22:45.18DocScrutinizer05dist-upgrade is mega-deprecated
22:45.22merlin1991okias:  :D
22:45.40merlin1991DocScrutinizer05: yeah, thanks to nokia removing the essential flag from system packages
22:45.40okiasDocScrutinizer: yeah, I read that message from irc logs ;-)
22:45.54merlin1991(and the essential handling in apt)
22:57.20okiasmerlin1991: trying comment cssu repo
23:41.23*** join/#maemo-ssu Woody14619 (~Woody@Maemo/Community/council/Woody14619)
23:59.06okiasbtw. should osso-wlan remove wlan driver?
23:59.26okiasI'm little bit afraid, if I do this, it die somewhere in removing process

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.