IRC log for #maemo-ssu on 20130608

00:01.14DrathirPali: update throught dpkg -i ? throught nokia app manager i cant update u-boot package
00:01.58PaliDrathir: why you cannot update u-boot package?
00:02.02Palierror message?
00:02.39Drathirthe same error: !!!U-boot with kernel 2.6.28-omap1 breaks the 3rd party package policy
00:03.15Paliand next?
00:03.23Paliwhich package it break?
00:04.20Drathirand in details only write cant update u-boot any reason described
00:05.06Drathircan check other way with more info?
00:06.01PaliDrathir: open log in app manager
00:10.37DrathirPali: hmmm strange only have in log solmething that ? connected to 4cecc392-1391-4ed9-8d21-5e788892624e
00:14.44Drathirthats not good i think?
00:15.19PaliI do not know
00:18.52DrathirPali: it make any difference that packages u-boot in past was installed from your site to support alarm version.
00:19.42PaliDrathir: no, I pushed similar version (from site) to extras-devel
00:20.12PaliDrathir: try to update via xterm apt-get
00:20.29Palirun as root: apt-get install u-boot-flasher
00:20.48Drathirok going to try that
00:20.54Paliit will show detailed message
00:32.42Drathirpackage 2 hve conflict with linux kernel for power user power51r1. package 1 have conflict with  linux kernel for power user (boot image for multiboot) // 1.Linux Kernel for power user 2.linux kernel for power user (boot image for u-boot) 3. u-boot with kernel 2.6.28-omap1.
00:33.10Drathirbut from console i have http://pastebin.com/FsbKa56Z
00:33.34Drathirto much for plain on the channnel
00:43.20Drathirits good or not? execute command again? btw the conflicts upper was from nokia app menager...
00:45.12Palioutput from u-boot is OK
00:46.27PaliDrathir: what will happen if you try to update also kernel-power?: apt-get install kernel-power kernel-power-modules kernel-power-flasher kernel-power-bootimg
00:46.54PaliDrathir: now make sure you will *not* flash kernel-power to nand, because this erase uboot
00:49.02Drathirok goin try do that
00:50.40Palimerlin1991, freemangordon: possible solution for upstart problem is here: https://gitorious.org/~pali/community-ssu/pali-upstart
00:50.45Paliit is NOT tested!
00:53.59PaliDrathir: any problem?
01:01.51DrathirPali: i have monit to replace u-boot with power kernel in nand but i cancel that http://pastebin.com/bf7xsmT8
01:02.35Paliok, cancel that flash
01:03.41Paliit looks OK
01:04.34Palimerlin1991: it looks like you deleted my commit from mp-fremantle-community-pr repository, I merged them back
01:04.58Palisee sha commit id from Thursday January 24 2013 and Saturday June 08 2013: https://gitorious.org/community-ssu/mp-fremantle-community-pr
01:05.01Drathirlooks like nokia update app permit mistake u-boot instalation
01:06.04Paliok, going off, bye
01:06.05Drathirbtw any updates of fsck and mkfs planned in future?
01:06.23Paliit is planned
01:06.36DrathirPali: thanks a lot for help calm dreams...
01:06.57Drathiroh thats great
01:49.16*** join/#maemo-ssu jon_y (~enforcer@2002:af91:e842::af91:e842)
01:57.28*** join/#maemo-ssu LaoLang_cool (~LaoLang_c@120.85.133.213)
02:35.50*** join/#maemo-ssu freemangordon_ (~freemango@130-204-50-168.2074221835.ddns.cablebg.net)
02:53.00*** join/#maemo-ssu amiconn_ (amiconn@rockbox/developer/amiconn)
03:57.50*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
05:57.35*** join/#maemo-ssu Vlad_on_the_road (~Vlad_on_t@ip-66.net-82-216-1.versailles2.rev.numericable.fr)
06:11.58*** join/#maemo-ssu LaoLang_cool (~LaoLang_c@120.85.133.213)
08:25.20*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
09:33.21*** join/#maemo-ssu Pali (~pali@Maemo/community/contributor/Pali)
09:42.20*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
10:01.33*** join/#maemo-ssu jon_y_ (~enforcer@2002:af91:e842::af91:e842)
10:04.13Palimerlin1991: ping
10:09.41*** join/#maemo-ssu Pali (~pali@Maemo/community/contributor/Pali)
10:10.31*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
10:12.29*** join/#maemo-ssu arcean (~arcean@aacw62.neoplus.adsl.tpnet.pl)
10:13.48freemangordon_Pali: hi
10:14.35freemangordonPali: could you push your upstart fix to mester?
10:14.39freemangordon*master
10:14.49freemangordonI'll test it on my second device
10:26.15*** join/#maemo-ssu piscodig (~discopig@2001:5c0:1400:a::c37)
10:26.15*** join/#maemo-ssu piscodig (~discopig@unaffiliated/discopig)
10:30.19freemangordonmerlin1991: "libcurl4-openssl-dev: Depends: libidn11-dev but it is not installable"
10:34.23freemangordonPali: merged locally, will push if it works
10:37.00Palifreemangordon: ok, let me know if my changes fixed it
10:38.49freemangordonPali:
10:38.50freemangordongrep: /sys/dev/block/8:8/device/../slot_name: No such file or directory
10:38.50freemangordongrep: /sys/dev/block/0:0/device/../slot_name: No such file or directory
10:39.02Palishit
10:39.10freemangordonyou're not getting major/minor correctly, will fix it
10:39.29Palimajor=$((0x$minor))
10:39.32Palithis is bad ^^^
10:39.42Palishould be minor=$((0x$minor))
10:41.48Palifreemangordon: do clean clone of git://gitorious.org/~pali/community-ssu/pali-upstart.git
10:41.56Palinow I fixed it
10:42.06freemangordonPali: there are more problems
10:42.19Paliwhat?
10:42.43freemangordonoh wait, my bad
10:42.51freemangordondidn't echo $emmc :)
10:43.51freemangordonPali: do we still default to mmcblk0?
10:43.56freemangordon(just asking)
10:43.57Paliyes
10:43.58freemangordonok
10:44.09Palifor emmc in mmcblk1 mmcblk0; do ...
10:44.15Palilast is mmcblk0
10:44.44freemangordonPali: why clean clone, I added your repo as remote, going to just git pull --rebase pali master ;)
10:45.01PaliI rebased commits in my repo
10:45.21freemangordonoh
10:45.21Paliso you need to force pull
10:48.59freemangordongit reset --hard origin/master; git pull --rebase pali master did the job
10:49.08Paliok
10:50.56Drathircan i ask if you using any gui for git or all by hand from command line?
10:52.05freemangordonPali:
10:52.07freemangordonConfiguration file `/etc/default/mount-opts'
10:52.09freemangordon==> Modified (by you or by a script) since installation.
10:52.11freemangordon==> Package distributor has shipped an updated version.
10:52.13freemangordonWhat would you like to do about it ?  Your options are:
10:52.15freemangordonY or I  : install the package maintainer's version
10:52.17freemangordonN or O  : keep your currently-installed version
10:52.19freemangordonD     : show the differences between the versions
10:52.21freemangordonZ     : background this process to examine the situation
10:52.23freemangordonThe default action is to keep your current version.
10:52.31Palidid you edited that file?
10:52.35freemangordonPali: no
10:52.53Paliah, press Y
10:53.11freemangordonPali: well, I will, the point is - will HAM press it :)
10:53.34PaliHAM propably updating config files
10:53.46freemangordonPali: probably? hmm :(
10:54.17freemangordonDrathir: I use git-gui for pushing only
10:54.25freemangordonDrathir: everything else is by hand
10:54.30freemangordonin cli
10:54.47freemangordonPali: black screen
10:55.21freemangordonPali: will power-cycle just in case
10:55.22Pali:-(
10:55.43freemangordonoh, wait
10:56.19freemangordonbooting the wrong kernel
10:57.19Drathirfreemangordon: thanks for explain good to know
10:57.55freemangordonPali: well, it boots with the cover opened :)
10:58.13Paliback cover?
10:58.17freemangordonyep
10:58.22Palithen SD card is disconected
10:58.23freemangordon(no usd)
10:58.26freemangordoni know
10:59.00freemangordonok, boots wit it closed too
10:59.07freemangordonthat's on KCSSU though
10:59.35freemangordonPali: going to have something to eat, will flash stock and test after that
10:59.46Paliok
11:00.11freemangordonmerlin1991: or you cant test on your device ^^^
11:00.13freemangordon*can
11:01.33freemangordonPali: hmm, could you try to find someone on #maemo to test
11:02.21freemangordonPali: http://merlin1991.at/~freemangordon/upstart/
11:15.10freemangordonPali: going to post on TMO asking for some tester
11:21.07freemangordonmerlin1991: where are you?!?
11:30.15tadzikis it safe to update to new cssu now?
11:30.23tadzikif it isn't, I can maybe provide a testcase
11:30.26freemangordontadzik: new cssu?
11:30.46tadzikwasn't there one, that caused bootloops for folks?
11:30.53freemangordontadzik: oh, that one
11:31.17freemangordonyou can't install it, merlin1991 removed -pr from the repo to prevent more devices bootlooping
11:31.25tadzikokay, good
11:47.06freemangordontadzik: I guess you can apt-get upgrade
11:47.33tadzikfreemangordon: well, I thought I may open the pandora's box and help you with tracking down the bug
11:47.38freemangordonand the install (hopefully) fixed .debs from   http://merlin1991.at/~freemangordon/upstart/
11:47.51*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
11:47.59freemangordontadzik: we need someone to confir the issue is fixed with stock kernel
11:48.09freemangordontadzik: but I guess you're on -thumb
11:48.13tadzikI don't think my thumb... exactly
11:49.05freemangordonso you'd better wait, I hope as soon as merlin1991 appears, we'll have a new -pr
11:51.16tadzikokayo
11:56.40Drathirtadzik: can i ask what is a pandora's box?
11:57.08freemangordonhttp://en.wikipedia.org/wiki/Pandora%27s_box
11:57.31Drathirfreemangordon: thanks /me goin to read
11:59.09Drathirlol oh... i think that name  have a hidden second mean :p
11:59.40Drathirmeaning* but not sure
12:44.27*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
13:18.31*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
13:59.49*** join/#maemo-ssu futpib (~futpib@89.106.197.56)
14:03.21*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
14:05.42*** part/#maemo-ssu Skry (~skry@adsl-77-109-215-222.kymp.net)
14:32.17*** join/#maemo-ssu NIN101 (~NIN@p5DD28E6C.dip0.t-ipconnect.de)
15:36.49merlin1991freemangordon: so what's the status now?
16:09.42*** join/#maemo-ssu Martix (~martix@static-84-242-103-180.net.upcbroadband.cz)
16:47.24*** join/#maemo-ssu DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
17:17.58freemangordonmerlin1991: need someone to confirm it is fixed with stock kernel
17:26.29*** join/#maemo-ssu Vlad_on_the_road (~Vlad_on_t@ip-66.net-82-216-1.versailles2.rev.numericable.fr)
17:27.19freemangordonmerlin1991: feel free to test the debs in my $HOME/upstart
17:29.20DrathirPali: help help^^
17:30.38Drathirafter reboot device wifi indicator is red no wifi networks showing, where to search issue?
17:30.58Drathirhow to check verifiy if drivers are loaded?
17:32.47freemangordonDrathir: do powerdown/powerup
17:33.18Drathirfreemangordon: ok i try
17:34.09Drathirmy lsmod : http://pastebin.com/jWLvc43X
17:35.38freemangordonhmm, no wifi mods if I see it correctly
17:35.45freemangordonwoke up just a few minutes ago :)
17:36.20Drathirfreemangordon: mornin
17:38.15*** join/#maemo-ssu _rd (~rd@p57B4AA2D.dip0.t-ipconnect.de)
17:42.50Drathirafter reboot still red indicator of wifi.
17:43.15freemangordonDrathir: what indicator is that?
17:43.24freemangordondo you have autodisconnect by chance?
17:44.05Drathirnear clock on homescreen
17:44.47freemangordonDrathir: could you provide a screenshot? as my device shows nothing where not connected
17:45.04Drathirnormal looks similar to *))))
17:45.14Drathirok wait a sec i do screenshot
17:45.51freemangordonI know how it looks like when connected, the point is that I see no icon when disconnected
17:46.37freemangordonDrathir: since when it started to behave like that?
17:48.27*** join/#maemo-ssu DocScrutinizer51 (~lagrange@openmoko/engineers/joerg)
17:55.07PaliDrathir: load driver wl12xx: modprobe wl12xx
17:59.45DrathirPali: module wl1251_spi not found.
18:00.22Drathirfreemangordon: yes after update and reboot to load new kernel
18:00.32PaliDrathir: module wl12xx
18:00.36Palinot wl1251
18:01.17Drathirfreemangordon: file uploading take a little because throught gsm uploading.
18:01.44DrathirPali: yes i write wl12xx and this error message shown
18:04.19PaliDrathir: then you enabled packet injection drivers
18:05.30DrathirPali: how to enable it?
18:07.30PaliDrathir: can you post files which are in /etc/modprobe.d/ ?
18:07.41Drathiryes ofc
18:07.56Palialso check if you have module wl12xx.ko in /lib/modules/<kernel_version>/
18:10.37Drathirhttp://pastebin.com/DVcTq1XB /etc/modprobe.d/
18:10.39freemangordonmerlin1991: ping
18:10.45merlin1991freemangordon: pong
18:10.50merlin1991atm installing the packages ;9
18:10.54freemangordonoh, ok
18:11.03freemangordonmerlin1991: make sure to purge the old config
18:11.08merlin1991did
18:11.11freemangordonok
18:11.18freemangordonjust reminding :)
18:13.09Drathirconfirm file wl12xx.ko is in power52
18:13.42merlin1991dpkg -L kernel-power-modules | grep wl12xx.ko
18:16.19merlin1991freemangordon: boots
18:16.36Drathirmerlin1991: http://pastebin.com/44aj1iRn
18:16.57merlin1991so it should be there :)
18:17.09merlin1991though in retrospect I should have read that from your confirm line :)
18:17.14merlin1991I read it as a question though
18:18.24PaliDrathir: download this script to device http://atrey.karlin.mff.cuni.cz/~pali/packet-injection.sh
18:19.05PaliDrathir: and run: ./packet-injection.sh disable && ./packet-injection.sh unload
18:21.25freemangordonmerlin1991: going to push to gitorious
18:21.57merlin1991I might have a proper scratchbox here, gotta check, if not I can release it on sunday evening
18:23.41DrathirPali: http://pastebin.com/Lv6EEDzc
18:25.13PaliDrathir: this is bad "libwl1251: libwl1251_nl_init failed"
18:25.24Paliwhich version of kernel you using?
18:25.29Palirun: uname -a
18:25.41freemangordonmerlin1991: pushed
18:26.10Drathir2.6.28.10-power52
18:26.44PaliDrathir: now please provide dmesg output
18:26.51freemangordonPali: https://gitorious.org/community-ssu/upstart/commit/5b763eea9ce683e05c6d79528f1d3282a54b13dc
18:26.56freemangordonwhat is the idea?
18:27.26Paliwhen maemo rootfs (with /opt) is stored on eMMC or SD card
18:27.33merlin1991Pali: what u-boot in devel is yours again?
18:27.45freemangordonPali: ok, thanks
18:28.04Palimerlin1991: u-boot in extras-devel?
18:28.17merlin1991yes
18:28.34Palihttp://maemo.org/packages/view/u-boot-flasher/
18:28.51merlin1991thanks
18:28.54Palihttp://maemo.org/packages/view/u-boot-tools/
18:29.13Palihttp://maemo.org/packages/view/u-boot-bootimg/
18:29.14merlin1991it's confusing with 3 different u-boot packages in devel where 2 are called uboot-* and yours is u-boot-*
18:29.33Paliother uboot version should be removed from extras
18:30.03DrathirPali: http://pastebin.com/BVHAmXFR
18:30.43PaliDrathir: hm... try to reboot device
18:31.23Palimaybe it really it is needed to reboot after calling enable/disable command from above script
18:31.27Drathirbtw charger sometimes not connecting because entrance of port is lazy and show charger connecting/disconnecting can be a spam inside dmesg
18:31.42Drathirok rebooting
18:33.57Palimerlin1991: when you going to update CSSU-T can you add also last version of ke-recv from git (it is in cssu-devel)
18:34.18Palike-recv will use mount-opts from upstart config file
18:34.49Palifreemangordon, merlin1991: if you do not have, can you update and test ke-recv from cssu-devel?
18:35.13freemangordonPali: since when ke-recv is in -devel?
18:35.51PaliMay 09
18:36.37freemangordonke-recv (3.19-16) unstable; urgency=low
18:36.46*** join/#maemo-ssu dhbiker (~dhbiker@193.2.218.150)
18:36.53freemangordonthis is what I have on my "production" device
18:37.00Palialso package osso-af-utils (since January 12 2013)
18:37.09freemangordonPali: no
18:37.23freemangordonlets include it in the next update
18:37.33Palithat are changes which should go together with dsme version which is now in CSSU-T
18:37.40freemangordonoh
18:37.48freemangordonwell, ok then
18:37.51Palithen downgrade dsme
18:37.56freemangordonwhy it is not included?
18:38.09Palimerlin1991?
18:38.37Palimore packages was updated to use /var/lib/dsme/saved_state instead calling getbootstate
18:38.52freemangordonPali: wait, if it depends on osso-af-utils>x why it is able to install?
18:39.01Paliit does not depends
18:39.09Palibut same change which is in dsme is also in osso-af-utils
18:39.13freemangordonbut it should if it needs it
18:39.27freemangordonhowever
18:40.49Palilasy version of ke-recv in devel & git is 3.19-16
18:42.12Drathirfreemangordon: http://db.tt/YCb1MLOX
18:42.38freemangordonDrathir: never seen that :)
18:42.49freemangordonloocs scary :D
18:42.52freemangordon*looks
18:44.14Drathirfreemangordon: yea i was scared but second i think new icons set and when network is off have red indicator
18:45.31Drathirfreemangordon: but after moment icon set inside kernel cant ba a true
18:47.24Drathirbtw i must think about something to do with usb port to be thiner again, but really scare...
18:49.44DrathirPali: no changes
18:53.11PaliDrathir: please provide again /etc/modprobe.d and dmesg
18:53.29Paliplus: ls -l -a /lib/modules/<kernel_version>
18:55.09Drathirhttp://pastebin.com/jsPzcREP
18:56.22Drathirhttp://pastebin.com/Xjz4BZcG
19:00.01Drathirhttp://pastebin.com/vxVLL9Pj
19:00.57Drathir<kernel_versin> i changed to power52
19:02.54Drathirhttp://pastebin.com/qqk2vNWz
19:04.02Drathirhttp://pastebin.com/gqk2vNWz correct
19:07.38Drathiror maybe i must make update again? is possible something not correctly installed yesterday? or not connected with problem?
19:14.20PaliDrathir: in /etc/modprobe.d is still packet-injection.conf
19:14.34Palican you re-run that script with disable arg (as root)?
19:16.11Paliwhat is command of gqk2vNWz?
19:19.30PaliDrathir: there is bug in that script
19:19.39PaliNow I found where is problem, going to fix it
19:19.50Paliwait for new version of script
19:22.59PaliDrathir: now fixed, please download new version of http://atrey.karlin.mff.cuni.cz/~pali/packet-injection.sh and run disable again
19:26.09DrathirPali: ok i try to run only disable command
19:26.46Paliand post output of disable command
19:27.03Drathirsay packet injection alredy disabled
19:27.21Drathirare alredy*
19:28.02Drathiris the same commans byt on kernel power51
19:28.06Drathircommand*
19:28.54freemangordonmerlin1991: so? are you gonna fix it or we'll wait until tomorrow? In both cases, please do some PR on TMO :)
19:29.01PaliDrathir: please run: ls -l -a /etc/modprobe.d/packet-injection.conf
19:29.07Palils -l -a /etc/event.d/packet-injection
19:29.17Drathircat ls -l -a /lib/modules/2.6.28.10-power51/
19:29.27Drathirok checking
19:30.00Drathirredownkoload the script
19:34.35Drathirhttp://pastebin.com/s3pzGMbm
19:35.36Drathirpackets modules are alredy disabled
19:37.03Drathirls -l -a /etc/event.d/packet-injection
19:37.12Drathirthis file noe egsist
19:37.17Palithis looks OK :-) "wl1251-cal: Got CAL NVS"
19:37.18Drathirnot*
19:37.28Palialso MAC address found
19:37.44Palinow your wifi should work
19:38.07Drathirthis also not egsist ls -l -a /etc/modprobe.d/packet-injection.conf
19:38.27Palirigth, all should be deleted if packet injection is disabled
19:38.39Drathircorrect wifi search networks work again
19:38.53Paliok, so problem solved?
19:39.06Drathirguys thanks a lot for a help
19:39.27PaliDrathir: and I thank you for finding bug in my script :-)
19:39.31Drathiryes i try reboot to check if red indicator removed
19:39.55Drathirbecause now have 2 ^^
19:40.06Drathirred and white ;p
19:44.02Palitwo icons?
19:44.15Palimaybe you installed 3rd application?
19:44.18*** join/#maemo-ssu eddyb (~eddy@unaffiliated/eddyb)
19:47.07Drathirproppably not refreshed yet after reboot should go to normal i get screenshot uploading now
19:54.56eddybPali, freemangordon: back :D
19:55.06eddybdo I need anything more than http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/bootmenu/1.12/ ?
19:55.28eddybapt-get and aptitude don't seem to work, I'm thinking I could dpkg -i that deb package
19:55.58Palieddyb: bootmenu DEB is enought, but make sure you do *not* have installed multiboot
19:56.01eddybmaybe from a script so I can save the output for feedback. too bad maemo doesn't have a sane sudo >:(
19:56.19eddybPali: nope, didn't install any boot-related package since I flashed
19:56.35Paliok
19:56.35eddybI think multiboot broke my previous root
20:01.56*** join/#maemo-ssu n900-dk_ (~kgu@freebox.dk)
20:02.20*** join/#maemo-ssu _eddyb_ (~eddy@unaffiliated/eddyb)
20:05.29*** join/#maemo-ssu tom_ (~tom@66.172.11.27)
20:05.50*** join/#maemo-ssu aap__ (~drew@cpe-174-101-232-161.cinci.res.rr.com)
20:06.09*** join/#maemo-ssu Drathir_ (~kamiljk8@s51.linuxpl.com)
20:09.00*** join/#maemo-ssu merlin1991 (~merlin@Maemo/community/cssu/merlin1991)
20:09.38*** join/#maemo-ssu macmaN (~chezburge@138.167.190.90.dyn.estpak.ee)
20:13.07*** join/#maemo-ssu nox- (noident@freebsd/developer/nox)
20:15.01*** join/#maemo-ssu Vlad_on_the_road (~Vlad_on_t@ip-66.net-82-216-1.versailles2.rev.numericable.fr)
20:18.08eddybctrl+shift+x only works if it's the first thing I do... it's almost as if the window manager (or whatever's left of it) does z-indexing backwards
20:18.35Drathir2 icons ^^ http://db.tt/Ry6swClT
20:19.13Drathir*not_true* hit n900 with dual wlan inside
20:21.59eddybhuh?
20:25.54eddybPali: would this work? cd /home/user/MyDocs; dpkg -i bootmenu_1.12_armel.deb 2>&1 > dpkg_log
20:26.26PaliDrathir: this looks like some 3rd app...
20:26.51Palieddyb: no
20:26.59eddybdammit
20:26.59Palibad order of &> operators
20:27.04eddybhuh?
20:27.06Pali1> dpkg_log 2>&1
20:27.51Pali^ this is correct ^
20:28.03eddyboh my, I must've done this wrong so many times
20:28.46eddybbut I've seen it done this way more times than I've done it
20:29.03*** join/#maemo-ssu Milhouse (~Milhouse@46-65-63-129.zone16.bethere.co.uk)
20:29.17eddyblovely
20:29.22DrathirPali: after reboot all go to normal status one icon
20:29.50Paliok
20:31.30*** join/#maemo-ssu ChanServ (ChanServ@services.)
20:31.30*** mode/#maemo-ssu [+o ChanServ] by kornbluth.freenode.net
20:31.33Drathirthanks again guys for help looks like problem sloved
20:31.37*** join/#maemo-ssu X-Fade (~xfade@d5152FFD8.static.telenet.be)
20:32.43Drathirlooks all works goin to apply cssu update
20:33.17PaliDrathir: updating CSSU-T not working yet
20:33.36Paliit is disabled until reboot loop will be fixed and pushed to repos
20:34.10Palifreemangordon, merlin1991: is my patch for upstart fixing that reboot loop?
20:34.12Drathirok  good to know
20:38.28eddybgaah if only the damn thing didn't make sounds
20:39.11eddybPali: 4 lines, the last one is Setting up bootmenu (1.12) ..., I think it's done :D. do I reboot now?
20:39.38Paliok, reboot and open keyboard
20:39.47eddyb(not in that order)
20:40.17Paliwhen device will boot with open keyboard it show bootmenu
20:41.08Paliand big warning! when you are in bootmenu you *cannot* change battery!
20:41.33eddybthe same thing as multiboot?
20:41.34Paliso before doing some big usb transfers (like cloning eMMC) charge battery to FULL in maemo
20:41.38Drathiris anything boot stuff to good to have to instal eg. to fix loop/boot problems?
20:42.20PaliDrathir: u-boot, bootmenu and recovery console
20:42.33PaliDrathir: and also backupmenu
20:42.40eddybPali: which thing do I choose?
20:42.52Palieddyb: what you need to do?
20:43.51eddybaccess the raw /home partition
20:44.10eddybI want to dd it then attempt to fix it
20:45.08DrathirPali: u-boot here backupmenu here, but must read about boot menu and recorvery console if this a packages too.
20:45.28Palieddyb: then start usb mass storage mode
20:45.34eddybit's not called that
20:45.36eddybUSB hard drive?
20:46.04eddyboh, press Ctrl for USB mass storage mode
20:46.06eddybthat?
20:46.14Palieddyb: yes
20:46.30Paliand make sure you have full battery
20:46.48Pali(or enough for data transfer)
20:46.52eddybI left it charging before I did anything today
20:46.57Paliok
20:47.03eddybRX-51...?
20:47.09Palibecause in this mode, battery is not charging
20:47.24Palieddyb: should be
20:47.28eddybwould need battery management drivers to charge?
20:47.31Paliit export full eMMC and SD card
20:47.43eddybok, I won't mount it. time to learn dd params :P
20:48.17Palieddyb: dd if=/from.. of=/to.. bs=4M
20:48.30Pali4M is good for our eMMC
20:48.38eddybthanks :D
20:48.53DrathirPali: about battery i dont know yet, next good to know... in backup menu is enabled emergency charging mode?
20:49.29Palicould be, do not know, I used backupmenu 2 years ago...
20:49.55Palieverything needed I have in my bootmenu (usb networking & usb mass storage)
20:50.31eddybdammit I'm not sure which device it is
20:50.46DrathirPali: backupmenu dont conflict with bootmenu?
20:50.59Palino, backupmenu using bootmenu :-)
20:51.07Palibackupmenu is boot entry for bootmenu
20:53.04eddyb<PROTECTED>
20:53.08eddybhad to use hwinfo for that
20:54.33eddyblooks like 8-16MB/s
20:54.53Drathirbtw 1. maemo 5 community ssu package and 2. community ssu enabler still avaible on package update list...
20:54.55eddybPali: how big is it?
20:55.25Palieddyb: /home partition? By default 2GB
20:55.35eddyb1GB done already
20:55.48eddyba full battery is more than enough to dd it
20:56.05PaliDrathir: packages are in package list, but DEB package from URL removed
20:56.16eddybbut the small speed means I'll have to test recovery methods on the copy
20:57.09DrathirPali: oh from thats side, maybe/looks like i have too bootmenu installed hrhr
20:57.21eddyb2147483648 de octeți (2,1 GB) copiați, 176,791 s, 12,1 MB/s
20:59.25Drathirlike n900 speed
21:00.37eddybsorry for the localized unix
21:03.04eddyb-r--r--r-- 1 root root  2,0G iun  9 00:01 home_part.orig
21:03.47eddybthat should stop me from wrecking the original
21:05.52eddybo_O
21:06.03eddybPali: there's a lot of stuff in lost+found
21:06.31Palieddyb: this is what fsck found
21:07.05eddybit's like random directories
21:07.06Paliif you want paths for something maemo special, ask...
21:07.24eddybtoo bad they're listed by inode, kinda hard to figure where everything belongs
21:09.11eddybPali: can I get the original from somewhere?
21:09.25eddybI'm tempted to write a script that matches partial trees from lost+found
21:09.50eddyboh dammit there's a lot of android stuff mixed in
21:09.53Palieddyb: not, because fsck was not able to get where was inode...
21:10.08eddybI mean original partition, vanilla
21:11.57DrathirPali: how about package "recorvery mode", also good to be installed ?
21:12.15eddybPali: at least I have a programming challenge :P
21:12.46Drathireddyb: android stuff?
21:12.54eddybfrom NITdroid
21:13.00eddybin /home
21:13.03PaliDrathir: it is bootmenu entry for classic linux console recovery mode
21:13.11merlin1991Pali: I've tested what freemangordon built and uploaded to the server, that worked which patch are you talking about?
21:13.12Palibut for this is needed kernel-power
21:13.44merlin1991and please again for me the problem/situation with osso-af-utils
21:13.45Palimerlin1991: yes, freemangordon builded upstart with my patches
21:13.56eddybam I right in thinking the fact that lost+found contains a lot of stuff, there's nothing left to fix, but look in lost+found?
21:13.57merlin1991it works on my device with sd inserted
21:14.14Drathireddyb: oh i see , can i ask about experience of using NIDroid?
21:14.25Palimerlin1991: more packages was updated to use /var/... instead calling getbootstate. one of these packages was dsme
21:14.36DrathirNITdroid*
21:14.39merlin1991but /var/... is generated?
21:14.49Paliand I think it is not good idea to update only one package which using that from /var/...
21:14.53eddybDrathir: I can't install chrome because it's gingerbread
21:15.01Paliyet that file in /var/.... is generated in /sbin/preinit
21:15.34eddybOMG
21:15.34Palis/yet/yes/
21:15.41eddybPali: I found /user/home
21:15.45eddyberr /home/user
21:15.53Palieddyb :-)
21:16.01merlin1991Pali: well when we talked about what goes into this cssu release nobody said anything of osso-af-utils and ke-recv :/
21:16.09merlin1991I've built this release based on that information
21:16.12eddybPali: although it's missing some things
21:17.15Palimerlin1991: I do not remember but problem with this CSSU-T update was that it was late and it contains a lot of patches and I forget what was included here...
21:17.34merlin1991true
21:17.54merlin1991the time between this and the last update, and the time it took me to get it together was quite a bit :/
21:17.59Paliand so maybe I forgot to tell you about ke-recv or osso-af-utils...
21:18.40Paliat least, now I have that script which print version of all packages in git, devel, testing and stable repos
21:18.54Paliso we can look what is missing in devel or testing
21:19.00Paliand not to forget something to push
21:19.53eddybPali: where's var/cache/apt/archives/*.deb placed?
21:19.55Pali~#maemo cssu-state is http://atrey.karlin.mff.cuni.cz/~pali/cssu-state.sh
21:19.55infobotPali: okay
21:20.24Palieddyb: in MyDocs/.apt... or in /opt somewhere...
21:20.39eddybderp
21:20.48eddybI think this is /opt
21:20.50eddybbut I'm not sure
21:21.52eddyb#90113
21:22.00Paliin MyDocs I have (or had) some .apt* dirs
21:22.08eddybit's not that
21:22.17merlin1991there are some cache dirs from apt-worker there afaik
21:22.39merlin1991ie. .apt-archive-cache
21:24.11eddybPali: I guess I'll grab a fresh partition, and try to combine those files with the few in lost+found
21:24.24merlin1991freemangordon: PR is out there, more or less
21:25.40merlin1991freemangordon: not like I'm the pr man, you have way more interaction with the community than me ;)
21:32.32*** join/#maemo-ssu unclouded (~neil@2001:4428:200:80fc:7c2a:5fd9:b023:9409)
21:34.58eddyblol
21:35.12eddybPali: there's something left in /home
21:35.58eddybalthough I'm not sure if it's some kind of skelly or left from before
21:37.57eddyb./user/.modest/cache/mail/imap/edy.burt__imap.gmail.com_993/
21:38.00eddybhah, that's still there
21:40.38eddybPali: I would just remove lost+found from the real partition, put vanilla stuff in, and see how it boots then
21:40.42eddybis that a good plan?
21:41.19Palino, your fs is really corrupted and I suggest you to do full reflash
21:41.27eddybhmm
21:41.31*** join/#maemo-ssu Martix (~martix@static-84-242-103-180.net.upcbroadband.cz)
21:42.18Paliin case you have working rootfs, full reflash is: flash vanilla and then flash combined image
21:42.30Palithis will erase and reformat everything in device
21:42.40Palialso MyDocs!
21:43.35eddybwhat if I take the clean partition, loopback mount it, copy the few things I didn't lose from /home, fsck on my laptop, then dd that back in the device?
21:43.51eddybI'd rather not touch MyDocs :S
21:43.52DocScrutinizer05and keep a backup of any files in /home/user/* and /home/user/MyDocs/*
21:44.52DocScrutinizer05fsck yields poor results usually
21:44.53eddybI already have the entire /home partition. maybe I should write a script to backup everything in MyDocs but the biggest things (evopedia english wikipedia and kde4)
21:45.04Palieddyb: backup also MyDocs
21:45.17Paliand rather do full reflash, fsck not working ideally and correctly
21:45.28eddybI mean fsck on a simple file
21:45.30DocScrutinizer05you can access MyDocs via mass storage mode
21:45.59PaliDocScrutinizer05: he using my bootmenu which export full eMMC via mass storage (also /home) for backup
21:46.00eddyband I said that just to make sure it was perfectly clean when I put it back in
21:46.08DocScrutinizer05hah
21:46.11DocScrutinizer05even better
21:46.26eddybwouldn't bootmenu let me write a different /home partition?
21:46.37eddyblike a clean one+some of my files that I didn't lose?
21:47.01eddybI'd rather have that than nuke the entire phone.
21:47.07Drathirmy MyDocs after crash and readonly mode works but can crash in anytime :p better do full and dont loose your data...
21:47.29eddybwhat does MyDocs have to do with anything?
21:47.35eddybit's not like it's dirty now
21:48.10eddybI wouldn't mind replacing /home then doing a root reflash, but without MyDocs
21:49.14eddybwhat's in /home/opt that would be modified by cssu-thumb and/or any updates?
21:49.46eddybI've seen 5 different places where binaries and libraries can go in maemo, it's crazy :(
21:52.35merlin1991eddyb: when you flash rootfs an huge bunch of stuff goes to /opt
21:52.36Drathirarchlinux last update merge all /sbin /usr/sbin /bin to /usr/bin there only big was moved to bigger space...
21:52.43merlin1991basically on a flashed never booted device /opt is empty
21:52.57merlin1991then on first boot it moves stuff over
21:53.13eddybmerlin1991: so if I change /home then flash, it will ensure it's bootable?
21:53.24eddybwait, what's in /home before flashing?
21:54.02eddybwhat you say might make this easier, if I create a clean partition for /home then reflash
21:54.29Drathirmaybe now if nokia allow it should be possible to rearrange space for all directories in new modern way...
21:54.34eddybI do have to change /home before reflashing, because I need bootmenu for direct eMMC access. lovely system architecture
21:55.02merlin1991Drathir: the main problem is / is on a different physical space than /home
21:55.38merlin1991and since we need /usr for boot we can't seperate there
21:55.47merlin1991hence opt was born
21:56.20Drathirmerlin1991: but theoreticaly is possible to resize all default partitions if permissin was granted officially?
21:57.33eddybofficially?
21:57.39eddybyou could probably do it yourself
21:58.05eddybmerlin1991: but why is there a / and a /home partition?
21:58.51merlin1991eddyb / is on one physical flash device and /home and MyDocs are on the other device
21:58.56eddyboh, nvm
22:02.35eddybwhat's that for? speed?
22:03.24eddyband why couldn't more stuff be permanently mounted in /whatever on another partition?
22:03.28merlin1991who knows, ask nokia :D
22:03.57merlin1991well I guess their idea was to keep the essential system on the / device and only move user programs to /opt
22:04.31merlin1991you know the emergency call guidline, it just has to work in the worst conditions, even without /opt
22:04.42eddybis that sarcastic?
22:05.11eddybemergency call wouldn't work on my N900 with /home half-fucked
22:05.21merlin1991and it actually does, I had a device where the flash for /opt broke, it still booted and I could make calls, only without /opt (that flash also has swap on it) everything else was basically useless
22:05.46merlin1991but it does boot into maemo and you can use the caller without /home and /opt and no swap
22:06.00eddybcan you read the text?
22:06.12merlin1991hm?
22:06.18eddybtext on screen. is it readable?
22:06.22merlin1991themes are on /usr/share which is part of /
22:06.28merlin1991so yes
22:06.41merlin1991it looks okay, only when you start touching stuff shit goes south
22:06.52eddybthat sounds like it works better than mine
22:07.12merlin1991like open microb --> insufficient memory program "internet" has ben aborted was the most fun bit
22:07.38eddybI just remembered this, why does maemo shut down if I kill browser(d)?
22:08.08merlin1991because browsered is goverend by dsme since it's boost started
22:08.29merlin1991and if you kill stuff that is under dsmes area it thinks the device is malfunctioning and reboots
22:08.30*** join/#maemo-ssu futpib (~futpib@89.106.197.56)
22:08.42merlin1991makes not that much sense for the browser though
22:08.50eddybidea: instead of having everything in /home, move it to /user_partition or something like that and then mount /home, /opt, parts of /usr and whatever else you want. also, for crying out loud, decide on a sane directory layout, right now it's splattered
22:08.59eddybmerlin1991: oh dear that's smart
22:09.23*** join/#maemo-ssu XDS2010_ (uid1218@gateway/web/irccloud.com/x-pyfdppdnututbbec)
22:09.43merlin1991eddyb: well the bindmount of /home/opt to /opt has one advantage though
22:09.53merlin1991you don't run into problems where there is space in /home but none in /opt
22:10.15eddybit's not bad in theory, but it looks like a bad hack
22:10.30eddyb(the way it's implemented, that is)
22:10.49eddybI'm curious, what's in the original /home partition?
22:10.54Drathirfor me most missing thing is ultra lightweight browser like opera/ucweb java versions...
22:11.40kerioopera mobile is kinda like that
22:11.42merlin1991eddyb: afaik the pr 1.1.1 was just a resize of the MyDocs parition to make space for opt
22:12.45Drathirkerio: yea but is still too big and slow
22:12.47eddybbut is there anything in /home?
22:12.55eddybif I do the full reflash
22:14.40eddybI feel like I should just reformat to a clean partition via YaST and copy some of the config files in
22:14.49eddybthen do a simple root reflash
22:15.30Drathiri have compare and remember when i go from symbian to n900 yes opera mobile have more abilities but i missing for fast reading and search things on web... and compresion of content was also much more because data was rendered by server side...
22:18.14eddybhmm, is it possible the microb cache overflowed and I had no space left in /home?
22:19.16eddyband then a random reboot made the old fsck get to work and screw up
22:41.31Drathireddyb: microb if good remember have limit in config
22:42.14eddyboh, yeah, nvm
22:42.47Drathirthat is started opera memory usage http://pastebin.com/aUhXHV1X
23:20.44*** join/#maemo-ssu OpenSpace (~ja@79-101-235-33.dynamic.isp.telekom.rs)
23:47.20freemangordonis reading through the backscroll
23:47.57freemangordon00:25 <merlin1991> freemangordon: not like I'm the pr man, you have way more interaction with the community than me ;)
23:48.30freemangordonmerlin1991: well, you are supposed to be, being a member of the HFC, MCC and CSSU ,maintainer ;)
23:49.06freemangordonmerlin1991: people like to hear from "the officials" you know
23:49.39freemangordonand /me is sick of playing CSSU PR guy :(
23:52.55merlin1991how come?
23:54.36freemangordonmerlin1991: come on, everytime when there is someting screwed in CSSU it is me to play the PR, check the thread on TMO

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