IRC log for #maemo-ssu on 20140107

00:02.25*** join/#maemo-ssu josch (~josch@unaffiliated/josch)
00:06.55*** join/#maemo-ssu freemangordon_ (~freemango@46.249.74.23)
02:08.41*** join/#maemo-ssu amizraa (~amizraa@gateway/tor-sasl/amizraa)
03:02.40*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
04:09.59*** join/#maemo-ssu liteIRC__ (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
05:19.42merlin1991hm  I can't grock why this "if (!section)" is faster than this "if (section == NULL)"
05:29.52*** join/#maemo-ssu RedW (~redw@89.73.179.171)
05:32.43*** join/#maemo-ssu anYc_ (anyc@home.hadiko.uni-karlsruhe.de)
05:33.17*** join/#maemo-ssu Raimu-X (rmaunula@tuomi.oulu.fi)
05:34.23*** join/#maemo-ssu Sc0rpius_ (~naikel@ec2-54-196-227-78.compute-1.amazonaws.com)
05:34.54*** join/#maemo-ssu thedead1440_ (~thedead14@unaffiliated/thedead1440)
05:36.25*** join/#maemo-ssu thedead1440_ (~thedead14@unaffiliated/thedead1440)
05:42.18*** join/#maemo-ssu RedW (~redw@89-73-179-171.dynamic.chello.pl)
05:44.26*** join/#maemo-ssu tg (~x@unaffiliated/tg)
05:48.04*** join/#maemo-ssu dafox (~dafox@ip51cc571d.speed.planet.nl)
05:52.34*** join/#maemo-ssu Raimu (rmaunula@tuomi.oulu.fi)
05:57.46*** join/#maemo-ssu tg (~x@91.143.83.125)
05:57.47*** join/#maemo-ssu ravelo (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
05:57.47*** join/#maemo-ssu freemangordon_ (~freemango@46.249.74.23)
06:18.30*** join/#maemo-ssu okias (~okias@berger.cust.centro-net.cz)
06:20.37*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
07:17.58freemangordon_merlin1991: not necessarily, depends on the compiler
07:18.43freemangordon_but (x == NULL) needs comparison
07:19.10freemangordon_while !x could use CPU flags
07:31.00*** join/#maemo-ssu liteIRC_ (~ravelo@091-141-005-122.dyn.orange.at)
07:42.00*** join/#maemo-ssu Mark__T (86630288@foresight/developer/mark)
07:54.02*** join/#maemo-ssu ravelo (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
07:55.48*** join/#maemo-ssu freemangordon (~freemango@46.249.74.23)
08:11.51*** join/#maemo-ssu kolp (~quassel@212.255.116.211)
08:40.15*** join/#maemo-ssu dos1 (~dos@unaffiliated/dos1)
09:00.47*** join/#maemo-ssu liteIRC_ (~ravelo@178.115.0.91.wireless.dyn.drei.com)
09:02.15*** join/#maemo-ssu liteIRC_ (~ravelo@178.115.0.91.wireless.dyn.drei.com)
09:34.17*** join/#maemo-ssu ravelo (~ravelo@178-165-132-079.dyn.orange.at)
09:43.44*** join/#maemo-ssu liteIRC_ (~ravelo@178-165-132-079.dyn.orange.at)
09:52.12*** join/#maemo-ssu ravelo (~ravelo@178-165-132-079.dyn.orange.at)
10:16.12*** join/#maemo-ssu LauRoman (~LauRoman@5-14-88-64.residential.rdsnet.ro)
10:28.16*** join/#maemo-ssu luf (~luf@80.188.29.62)
10:29.15*** join/#maemo-ssu dos1 (~dos@unaffiliated/dos1)
10:32.16freemangordonhmm, you know what? I was able to speed apt-worker time to 7 seconds, with extras-devel enabled
10:32.17*** join/#maemo-ssu Guest44294 (~x@unaffiliated/tg)
10:35.48RaimuHow?
10:36.18freemangordonRaimu: wait some 30 minutes to push the changes on gitorious
10:36.31Raimu:)
11:00.35Mark__TCan anyone using thumb2 test if they get "Aborted" when using Abiword (and doing File->Open)
11:04.54*** join/#maemo-ssu ravelo (~ravelo@178-165-132-079.dyn.orange.at)
11:07.47freemangordonRaimu: https://gitorious.org/community-ssu/hildon-application-manager/commit/35c6a3a8ce524ab91a6b87fb48db94c0501fdcd2
11:07.58freemangordonDocScrutinizer05: merlin1991:^^^
11:10.04freemangordonI guess I can shave off about 1-2 more seconds, but want that one tested first
11:24.39Mark__Tunfortunatly abiword doesn't come with debugsymbols, so that is all I get: http://pastebin.ca/2531290
11:28.21*** join/#maemo-ssu ravelo (~ravelo@178-165-132-079.dyn.orange.at)
11:58.38DocScrutinizer05freemangordon: I can't build stuff here
12:00.08*** join/#maemo-ssu ravelo (~ravelo@178-165-132-079.dyn.orange.at)
12:07.49DocScrutinizer05freemangordon: I just thought that the sb x86-emu (xephyr) emulates a (more or less) complete fremantle. So could you please check which else of the x86 binaries we can't build for armel yet?
12:08.33DocScrutinizer05it seems we would need all of them RE'ed to make fremantle run on other platforms - assuming x86 is a vastly different platform than ARM
12:21.00*** join/#maemo-ssu liteIRC_ (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
12:30.05*** join/#maemo-ssu FlameReaper (~assassin@124.13.24.131)
12:38.27freemangordonDocScrutinizer05: I'd rather have some priority of those binaries, blindly doing RE is not smart IMO
12:39.11DocScrutinizer05err, sorry? what priority, which binaries?
12:39.24freemangordon14:06 <DocScrutinizer05> freemangordon: I just thought that the sb x86-emu (xephyr) emulates a (more or less) complete fremantle. So could you please check which else of the x86 binaries we can't build for armel yet?
12:39.43freemangordonthere are lots of AFAIK
12:40.00DocScrutinizer05yep, probably
12:40.33DocScrutinizer05so what you're asking for? a priority list?
12:40.38freemangordonMark__T: install libc libgmodule and libgnomevfs debug symbols
12:41.07freemangordonDocScrutinizer05: rather a list with a "must have the source code" binaries
12:41.58DocScrutinizer05sorry, I can't do such list, I'm not in sw development, I don't even have a working scratchbox installation here
12:42.24freemangordonMark__T: most probably you'll need newer gdb to successfully debug thumb binaries, fortunately I pushed such gdb in extras-devel some time ago
12:42.59freemangordonDocScrutinizer05: a list of armel binaries will do the job as well, I can check if those have x86 counterpads
12:43.11freemangordonconterparts even
12:43.20freemangordonshit :(
12:43.25freemangordonanyway
12:43.26DocScrutinizer05first approach I'd check which binaries on sb-x86 target get installed from nokia repo resp come with sb and are not available as sourcecode, then grep all of them for any references to /dev or /sys
12:43.59freemangordonDocScrutinizer05: not eveything in nika-binaries repo gets installed in SB
12:44.34DocScrutinizer05yes, that's why I said "*get installed* from nokia repo"
12:44.56Mark__Tfreemangordon: will try
12:45.23Mark__Tfreemangordon: can take a while flaky wlan here
12:45.36freemangordonso the better approach is to make a list of "must have" bins, then check if there is x86 binary. REed eveything just for the sake of it is not good IMO
12:45.45freemangordonmy parents have only one son ;)
12:45.45freemangordonMark__T: np
12:46.11DocScrutinizer05I think the above approach is exactly to get such list of must-have binaries
12:46.41freemangordonDocScrutinizer05: don;t we have that list prepared by jonwil?
12:47.04DocScrutinizer05sorry, I don't know
12:47.17freemangordonDocScrutinizer05: anyway, gtg, bbl
12:47.17*** join/#maemo-ssu liteIRC_ (~ravelo@77.119.2.159)
12:57.43peetahdoes  "ohmd[1048]: GLIB ERROR ** default - module videoep failed to load but listed in require aborting" ring a bell to anyone ? that's what causing the reboot loop of my n900 when the system-services package above version 0.3.8-68+0cssu0 is installed
12:57.57peetahI currently run the CSSU T9.1 but with the 0.3.8-68+0cssu0 version of system-services instead of the 0.3.8-68+0cssu7 included in CSSU T9.1
12:58.09peetahas soon as I upgrade this package to any superior version, the boot loop is back
12:58.22*** join/#maemo-ssu liteIRC_ (~ravelo@77.119.2.159)
13:04.21*** join/#maemo-ssu hbib (~wurmel@pD9E0F9BB.dip0.t-ipconnect.de)
13:13.55*** join/#maemo-ssu okias (~okias@berger.cust.centro-net.cz)
13:14.53sixwheeledbeastpeetah: I have seen this issue reported before re system-services. check /etc/fstab and blkid IIRC it's related to easy-debian and partitions I'd have to check through my PM's and e-mails
13:17.34peetahsixwheeledbeast: it's been a long time since I removed easy-debian: my fstab and blkid are now quite basic
13:18.02peetahsixwheeledbeast: but if you find any clue in your PM's and e-mails, I'll take it thanks
13:23.20sixwheeledbeastpeetah: fw190 on TMO had the same issue, I will look when I get a minute. can you pastebin the above?
13:24.06peetahsixwheeledbeast: I read your reply on the flopswap thread, and it was about the device swap partition having a UUID
13:26.20peetahsixwheeledbeast: http://pastealacon.com/33747
13:27.53peetahbut this is what is set when using 0.3.8-68+0cssu0: give me a moment to upgrade, boot with backupmenu et get the files generated by 0.3.8-68+0cssu7 version
13:29.48sixwheeledbeastI'll have to get back to work, I'll check later and see if I found a reason only fw190 was effected. Do you use FlopSwap BTW?
13:30.48peetahI used to, but as I told you somewhere is the flopswap thread (user pierrem) , since 1 or 2 version it does not use the sd swaps after reboot
13:31.12peetahs/is/in/
13:36.23peetahsixwheeledbeast: here they are  with 0.3.8-68+0cssu7: http://pastealacon.com/33748
13:37.09*** join/#maemo-ssu liteIRC_ (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
14:14.13*** join/#maemo-ssu liteIRC_ (~ravelo@178-165-133-214.dyn.orange.at)
14:16.27*** join/#maemo-ssu FlameReaper (~assassin@124.13.24.131)
14:17.13*** join/#maemo-ssu FReaper (~assassin@124.13.24.131)
14:19.59*** join/#maemo-ssu lizardo (lizardo@nat/indt/x-dkivljdhfgohuilm)
14:50.34*** join/#maemo-ssu FlameReaper (~assassin@183.171.161.231)
14:58.29*** join/#maemo-ssu FReaper (~assassin@124.13.24.131)
15:12.25merlin1991freemangordon: any ideas how to test the ham code?
15:12.53freemangordonmerlin1991: hmm? git clone xxx;dpkg-buildpackage
15:12.55freemangordon:P
15:13.11merlin1991yeah but that isn't really a distinct test case
15:13.26freemangordonmerlin1991: I did it by comparing the available applications/updates between 2 devices
15:13.31merlin1991let's write some unit tests for apt-worker lulz
15:13.44freemangordonone with those patches and one without
15:13.51freemangordonmerlin1991: there are some tests
15:14.08merlin1991yeah but imagine attempting to get 100% coverage
15:15.01freemangordonmerlin1991: I'd rather push in cssu-devel and wait for feedback
15:16.28freemangordonmerlin1991: BTW I'll try to reduce that time a bit more when I am back home and will push to cssu-devel (no matter if I fail)
15:16.58merlin1991semi fast ham, that's going to be fun thing on tmo when it comes out xD
15:17.06freemangordonI guess reduction from 111s to 6s is a big win :D
15:17.15freemangordonyeah :D
15:17.33freemangordonmerlin1991: BTW if you have some spare time, please fix the changelog
15:17.42merlin1991what's wrong with it?
15:17.50freemangordonnothing
15:18.05freemangordonit is just missing the new version
15:18.17freemangordon(the one that will be pushed to -devel)
15:18.25freemangordonthe same for fmtx middleware
15:18.39merlin1991ah ham debian/changelog I was mentally here: https://wiki.maemo.org/Community_SSU/Changelog
15:19.07freemangordonmerlin1991: I am too lazy to add new entries in those 2 changelogs (ham and fmtx-middleware)
15:19.10freemangordon:D
15:27.03*** join/#maemo-ssu NishanthMenon (~nmenon@nat/ti/x-hnwfsvilssjnrypu)
15:27.35*** join/#maemo-ssu FlameReaper (~assassin@183.171.161.231)
16:06.10*** join/#maemo-ssu FReaper (~assassin@124.13.24.131)
16:06.22sixwheeledbeastpeetah: I looked through my PM's and I didn't get to the bottom of the system-services boot loop fw190 is using an earlier version still. I don't know what user "pierrem" said but if there is any problems with FlopSwap I'd like know and try to fix them.
16:09.53peetahsixwheeledbeast: concerning flopswap here is our conversation http://talk.maemo.org/showthread.php?t=87985&page=16
16:10.18peetahsixwheeledbeast: I am "pierrem"
16:12.03sixwheeledbeastAh...post 151
16:14.25peetahsixwheeledbeast: yes, sorry I did not precise it was the tmo flopswap thread
16:17.39*** join/#maemo-ssu liteIRC_ (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
16:18.55sixwheeledbeastpeetah: Hmm well yes reading back through, FlopSwap =>0.1.0 will not work correctly a boot for you without fixing your system-services issue.
16:20.59peetahsixwheeledbeast: I'm afraid so, and now that I narrowed it down to this videoep module used by ohmd, I hope that someone will be able to help me futher
16:28.05sixwheeledbeastpeetah: ohmd is stock AFAIK and not touched by CSSU. That sounds like possible corruption, have you tried the latest fsck DO NOT use the stock maemo one.
16:28.33sixwheeledbeastor maybe someone can help from the CSSU team if you have a syslog.
16:28.52peetahI reinstalled ohm and ohm-plugins-misc packages but did not fsck
16:29.26sixwheeledbeasthttp://wiki.maemo.org/Documentation/devtools/maemo5/syslog
16:30.48peetahsixwheeledbeast: yes, the syslog is here: http://pastealacon.com/33750
16:36.02peetahsixwheeledbeast: tmo user rdorsh had the same issue, but pali on tmo and, I think I also read irc log involving DocScrutinizer05 , both told him that there were a file system corruption and the guy just flashed its device
16:36.15sixwheeledbeastyep, this is the thread I found
16:36.20sixwheeledbeastjust now
16:36.56sixwheeledbeasthttp://talk.maemo.org/showpost.php?p=1352219&postcount=43
16:37.33peetahbut I would rather not: the simple fact that it works with a previous version of system-services tells me that I must have done something wrong somewhere while experimenting sometimes ago, thus it should be reversible
16:38.30sixwheeledbeastdo you have a backup <T8.x
16:38.34peetahand since it does not seem to raise any important issue except for flopswap, I'll continue digging
16:39.02sixwheeledbeastI would say it's the same corruption issue
16:39.49peetahWhen the prolem arose first, meaning when the new upstart system was introduced, I used previous backup, but each upgrade provoked the same effect
16:40.32peetahanyway I will fsck the partition to be sure
16:41.27peetahand to answer your question, no I don't have pre T8.x backups anymore
16:51.59sixwheeledbeastpeetah: IIRC the issue was T8.0 enabled fsck on boot which stock fsck was buggy. This caused NFS stale and other issues for some. All this is now fixed AFAIK. I can't see how upstart is to blame looking at the error in syslog.
17:07.12*** join/#maemo-ssu NIN101 (~NIN@n900.quitesimple.org)
17:14.25*** join/#maemo-ssu FReaper (~assassin@124.13.24.131)
17:19.20*** join/#maemo-ssu FlameReaper (~assassin@183.171.166.145)
17:28.08*** join/#maemo-ssu ot0to (ototo@ec2-54-225-101-41.compute-1.amazonaws.com)
17:34.40*** join/#maemo-ssu ototo (ototo@linaro/ototo)
17:41.08*** join/#maemo-ssu sono (~sono@tucana.uberspace.de)
17:48.41*** join/#maemo-ssu ravelo (~ravelo@85-127-50-194.dynamic.xdsl-line.inode.at)
17:53.33*** join/#maemo-ssu dos1 (~dos@213-238-107-137.adsl.inetia.pl)
17:53.37*** join/#maemo-ssu dos1 (~dos@unaffiliated/dos1)
17:53.40*** join/#maemo-ssu ototo (ototo@ec2-54-225-101-41.compute-1.amazonaws.com)
17:53.48*** join/#maemo-ssu ototo (ototo@linaro/ototo)
17:57.12*** join/#maemo-ssu discopig (~pig@unaffiliated/discopig)
18:05.56*** join/#maemo-ssu dos11 (~dos@unaffiliated/dos1)
18:12.09*** join/#maemo-ssu discopig (~pig@unaffiliated/discopig)
18:21.33*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
18:47.18*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
18:48.02*** join/#maemo-ssu amiconn (amiconn@rockbox/developer/amiconn)
18:57.40*** join/#maemo-ssu LinuxCode (~LinuxCode@fedora/LinuxCode)
19:03.22*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
19:07.02*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
19:38.11*** join/#maemo-ssu FReaper (~assassin@124.13.24.131)
20:08.33*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
20:15.59*** join/#maemo-ssu nox- (noident@freebsd/developer/nox)
20:20.38DocScrutinizer05sixwheeledbeast: the issue was more like T8.0 did NOT run fsck during boot
20:21.00DocScrutinizer05iirc
20:21.10sixwheeledbeastNot AFAIK
20:21.34DocScrutinizer05since pali assumed fsck shouldn't get run unattended and would happen pretty rarely
20:22.59DocScrutinizer05a lot of people had broken fs then, since unclean shutdown is not as rare as assumed
20:23.25sixwheeledbeastSee changelog - T8.0 - added fsck option in mount-opts. T8.1 - do not run fsck, fixed booting with SD card inserted
20:24.05DocScrutinizer05hmm, then that's been 8.1, was even worse than 8.0, I guess
20:24.53sixwheeledbeastthen T9 has fixed fsck for ext partitions and reenabled fsck on boot
20:25.34sixwheeledbeasthttp://wiki.maemo.org/Community_SSU/Changelog#Tmaemo8
20:25.40DocScrutinizer05sounds about correct, except we are on 8.3 right now, not 9
20:25.42sixwheeledbeastT9.1 I believe
20:25.46DocScrutinizer05at least according to topic
20:26.07DocScrutinizer05ohmy
20:26.08sixwheeledbeasttook 4 month to update stable on /topic
20:26.29sixwheeledbeastafter mentioned it ;)
20:26.44sixwheeledbeasts/after/after I
20:26.58peetahsixwheeledbeast: by the way, my partitions are ok, so I'm back with "ohmd failing to load videoep"
20:27.40peetahexcept if the issue comes from the ubifs root partition: this one I don't know how to verify it
20:27.56DocScrutinizer05[2014-01-07 21:27:45] [Notice] -ChanServ- Flags +Aiortv were set on sixwheeledbeast in #maemo-ssu.
20:28.09sixwheeledbeast:) lol
20:30.47DocScrutinizer05/msg chanserv help
20:30.54*** join/#maemo-ssu hbib1 (~wurmel@pD9E0E6D4.dip0.t-ipconnect.de)
20:30.54DocScrutinizer05/msg chanserv help flags
20:31.59DocScrutinizer05/msg chanserv help op
20:32.02*** topic/#maemo-ssu by ChanServ -> Maemo Community Seamless Software Update "CSSU" channel, http://wiki.maemo.org/Community_SSU | Known bugs: http://j.mp/communityssu-bugs | Channel logs: http://mg.pov.lt/maemo-ssu-irclog/ | Sources: http://gitorious.org/community-ssu/ | Latest version: Testing(2014-01-01): 21.2011.38-1Tmaemo9.1; Stable(2013-06-18): 21.2011.38-1Smaemo6.1
20:32.23sixwheeledbeastnever done that before :D
20:32.25DocScrutinizer05np
20:32.57DocScrutinizer05/msg chanserv op #maemo-ssu
20:33.10DocScrutinizer05/topic <new-topic>
20:33.19DocScrutinizer05/msg chanserv deop #maemo-ssu
20:34.00DocScrutinizer05unless you have a client that has a convenient textedit box option to edit topic
20:34.20DocScrutinizer05dunno purple
20:34.52sixwheeledbeast:nod: I will have to research OP on channels now :D oh pidgin has text box thing :)
20:35.06DocScrutinizer05http://freenode.net/using_the_network.shtml
20:36.26DocScrutinizer05http://toxin.jottit.com/freenode_chanserv_commands#cs03
20:39.10DocScrutinizer05research Op on channels?
20:39.24DocScrutinizer05/msg chanserv op #maemo-ssu
20:39.26*** mode/#maemo-ssu [+o DocScrutinizer05] by ChanServ
20:39.35DocScrutinizer05/msg chanserv deop #maemo-ssu
20:39.39*** mode/#maemo-ssu [-o DocScrutinizer05] by ChanServ
20:39.50DocScrutinizer05/msg chanserv deop #maemo-ssu sixwheeledbeast
20:39.53*** mode/#maemo-ssu [-o sixwheeledbeast] by ChanServ
20:40.10DocScrutinizer05/msg chanserv op #maemo-ssu sixwheeledbeast
20:40.35*** mode/#maemo-ssu [+o sixwheeledbeast] by ChanServ
20:40.54*** mode/#maemo-ssu [-o sixwheeledbeast] by ChanServ
20:51.55*** join/#maemo-ssu sixwheeledbeast (~paul@host-92-28-64-222.as13285.net)
20:52.32sixwheeledbeastWell that was good .... pidgin crashed
20:57.38*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
21:14.36*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
21:20.45*** join/#maemo-ssu _rd (~rd@p5088FA93.dip0.t-ipconnect.de)
21:30.36*** join/#maemo-ssu FlameReaper (~assassin@124.13.24.131)
21:44.45*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
22:09.30*** join/#maemo-ssu M4rtinK (~M4rtinK@ip-89-177-125-59.net.upcbroadband.cz)
22:53.02*** join/#maemo-ssu amizraa (~amizraa@gateway/tor-sasl/amizraa)
22:57.59*** join/#maemo-ssu M4rtinK (~M4rtinK@ip-89-177-125-59.net.upcbroadband.cz)
23:28.59freemangordonhttp://talk.maemo.org/showpost.php?p=1404666&postcount=289

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