IRC log of #harmattan for Thursday, 2012-12-27

*** ortylp has joined #harmattan00:05
*** arcean_ has joined #harmattan00:08
*** arcean has quit IRC00:08
*** arcean_ is now known as arcean00:08
*** NIN101 has quit IRC00:17
*** elldekaa has joined #harmattan00:19
*** Aranel has quit IRC00:22
*** Venemo has quit IRC00:36
*** ortylp has quit IRC00:39
*** Aranel has joined #harmattan00:39
*** Aranel has quit IRC00:42
*** Aranel has joined #harmattan00:42
*** Aranel has quit IRC00:42
*** Aranel has joined #harmattan00:42
juicemeHiya Hurrian, ya there?00:48
juicemestill struggling wit the ubifs root fs00:48
juicemePatched 2.6.32.54 with commandline override, and now it is possible to actually make it mount root to wherever I want it to.00:49
juicemehowever, as a result it just won't boot at all when I try to force it to go to /dev/mtd400:50
juicemeI created a rootfs there by "/usr/sbin/ubiattach /dev/ubi_ctrl -m 4 ; mount -t ubifs ubi0:var /root/tp_mount" and copied whole content of my initramfs there.00:52
juicemeI tried these as kernel command line;00:52
juiceme"init=/init ubi.mtd=4 root=ubi0:var rootfstype=ubifs rw console=ttyS0,115200n8 omap3_die_id"00:53
juiceme"init=/init ubi.mtd=4 root=/dev/mtd4 rootfstype=ubifs rw console=ttyS0,115200n8 omap3_die_id"00:53
juicemebut neither of them work...00:53
Hurrianjuiceme, here00:54
Hurrianhmm00:54
Hurriando you have the init script at /init, and is its dependencies satisfied?00:55
juicemeWhen I boot the kernel I am using with command line override off, so that it boots the "normal" way as mmblck2 root device I can access the UBI devices correctly so I damn well konw my kernel options are correct...00:55
juicemeyes, as far as I have checked it00:55
Hurrianhmm00:55
juicemethe init script is faurly simple00:55
HurrianUBIFS=y?00:55
juicemeit just displays a text on the screen and kicks off telnetd00:56
juicemeyeah00:56
Hurrianhmm, lemme check something.00:57
juicemeI have been trying to model this with the few ubifs root documents found off google, mostly they are about wlanbox configuration etc..00:57
juicemeconfig looks like this;00:58
juiceme[sbox-HARMATTAN_ARMEL: /usr/src/kernel-2.6.32] > grep _UBI .config00:59
juicemeCONFIG_MTD_UBI=y00:59
juicemeCONFIG_MTD_UBI_WL_THRESHOLD=409600:59
juicemeCONFIG_MTD_UBI_BEB_RESERVE=100:59
juicemeCONFIG_MTD_UBI_GLUEBI=y00:59
juicemeCONFIG_MTD_UBI_DEBUG=y00:59
juicemeCONFIG_UBIFS_FS=y00:59
juiceme# CONFIG_UBIFS_FS_XATTR is not set00:59
juiceme# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set00:59
juicemeCONFIG_UBIFS_FS_LZO=y00:59
juicemeCONFIG_UBIFS_FS_ZLIB=y00:59
juicemeCONFIG_UBIFS_FS_DEBUG=y00:59
Hurrianyou may need to specify some crap passed by NOLO too00:59
Hurrianhttp://cateee.net/lkddb/web-lkddb/MTD_CMDLINE_PARTS.html00:59
juicemeaaa.00:59
juicemedid not think abou that00:59
juicemeit figures...00:59
Hurrianexcept for the ones involving serial numbers.00:59
juicemeso I need to combine my cmdline with the NOLO-given line + the UBI stuff...01:00
HurrianI'd try specifying mtdparts= first though01:00
juicemehokay.01:00
juicemewill try that01:00
*** khertan has quit IRC01:02
juicemewhat's the "mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config),16384k@3840k(kernel),2048k@20224k(log),469248k@22272k(var),32768k@491520k(moslo)" for anyway?01:02
*** VDVsx has quit IRC01:02
juicememight it be kernel does not recognize memory correctly without it?01:03
Hurrianthat's practically the NAND's partition table.01:04
HurrianDON'T make a mistake copying it to the kconfig, as you will mess up the data on the flash doing so.01:04
juicemeas it says "469248k@22272k(var)"01:04
juicemeok.01:04
juicemewell it'l be ro anyway at boot, right?01:05
Hurrianon the bright side, it can be used to repartition the flash, should we not need that moslo partition.01:05
Hurrianjuiceme, that depends on the cmdline ;)01:05
juicemeokay01:05
Hurrian469248k@22272k(var) = size@offset (from 0), name01:06
juicemeallright, now it's compiling01:08
juicemeawfully long cmdline :)01:09
*** thunder32 has joined #harmattan01:09
juicemenow flashing... keep fingers crossed :)01:10
*** thunder32 has quit IRC01:12
juicemenah... just managed to get it to reboot loop :(01:12
*** kamel has joined #harmattan01:13
*** kamel has quit IRC01:15
*** mody has joined #harmattan01:15
*** mody has quit IRC01:15
*** pinheiro has joined #harmattan01:19
*** kamel has joined #harmattan01:20
*** kamel has quit IRC01:21
*** pinheiro_ has quit IRC01:21
HurrianOh, do you have a watchdog kicker?01:21
juicemeit's being handled with initscript01:22
Hurrianah01:23
juicemeif it ever got so far...01:23
*** natunen has quit IRC01:24
juicemeHURRAA01:25
Hurrian?01:25
juicemeGot the beast to boot up01:25
juiceme!!01:25
Hurrianooh.01:25
HurrianHow?01:25
juiceme:)01:25
juicemewell last time I inserted the whole shebang kilometer long init line01:25
juicemenow I trimmed it up just to UBI+mtdparts01:26
Hurrianincluding the device serials?01:26
Hurrianah.01:26
juicemenah, left those off now01:26
*** ced117 has quit IRC01:26
Hurrianjuiceme: and it should, unless every user would have to build their own kernel ;)01:26
juicemeI am online with it01:26
juicemebeautibul, thanks a LOT!01:26
juicemeyes01:26
HurrianAnd so begins the work on the biggest initrd anyone has ever seen.01:27
juicemethat stuff is to be added from the cmdline.txt at later stage01:27
juiceme:)01:27
Hurrianwith some work, cmdline from nolo can be saved into a procfs entry, and called by the kexec script as $DEVICE_IMEI, etc.01:29
Hurrianbut this'll work.01:29
juicemeI just wonder why it choked on the longer cmdline...01:29
juicemeyes.01:30
HurrianOh, and reportedly, the Patched Open Mode Harmattan kernels can boot via kexec.01:30
HurrianTry it with the NITDroid kernel.01:30
juicemeLike, currently I patched the kernel to just NOT strncpy() the given line to cmdline01:30
juicemeI can easily create a new proc entry for "original_cmdline" or whatever01:31
juicemeas long as this "my-moslo-kernel" is used just as a bootstrap kernel to load up further images via kexec() I can put whatever thingies I feel like to it...01:32
juicemehave to thest the kexec() of openmode kernel next.01:33
juicemeHere is the proof ; http://www.swagman.org/juice/dmesg_from_ubiboot_device.txt01:38
juicemeWell, at least now I could not kexec() to nitdroid kernel. Have to see what's hazy about it...01:52
*** mschlens1 is now known as mschlens_01:58
*** rcg has quit IRC02:07
Hurrianjuice me, did you pass Harmattan's real cmdline to it?02:26
Hurrians/juice me/juiceme/02:27
infobotHurrian meant: juiceme, did you pass Harmattan's real cmdline to it?02:27
juicemehi, yes02:31
juicemebut I think I may have had my modules a bit askew02:32
juicemenoticed that aftwewards when I flashed the previous nitdroidkernel and it hung up too02:32
juicemehad to do "/sbin/depmod -a"02:33
juicemeso mow I am not sure if that was the problem02:33
juicemeor if it was with the kexec()02:33
juicemeanyway cleaned up the kernel options a bit and am recompiling it again...02:34
juicemeI think there is still something hazy about the kexec() call, it does not work on all kernels even as the options are compiled in.02:35
juicemesee, when I ran it before with vanilla 2.6.32 I did not get the next stage to boot up correctly even when I had the commandline surely correct.02:36
juicemebut with the kernel included in the MOSLO boot, which is from http://repo.pub.meego.com/home:/marquiz:/n950/CE_Adaptation_N950-armv7hl/armv7hl/ it works correctly.02:38
juicemeThe problem is, I do not have the source for the latter kernel, so I cannot recompile it to boot from the UBI drive.02:38
Hurrianjuiceme, the MOSLO boot kernel is whatever Nemo uses nowadays02:42
Hurrianjuiceme, try building the regular Harmattan kernel with kexec() support02:44
*** _xnt14 has quit IRC02:44
*** MohammadAG has quit IRC02:45
*** Brownout has quit IRC02:45
*** Brownout has joined #harmattan02:45
juicemeThat is what I did, the normal harmattan kernel (with aegis neutering)02:48
*** gabriel9 has joined #harmattan02:50
*** topi` has quit IRC02:50
*** topi` has joined #harmattan02:51
HurrianSo both the first kernel and the second kernel are kexec() enabled, right?02:52
Hurrianhmm, this is odd.02:52
*** pinheiro has quit IRC02:58
juicemeaa, no03:00
juicemeThe SECOND stage was not kexec-enabled03:01
juicemedoes it matter?03:01
*** arcean has quit IRC03:03
juicemeif it does matter, then I am in a bit of a problem here... As I would like to boot nitdroid kernel as one of the 2nd stage selections and e-yes did not give me the source for that :(03:03
juiceme...03:03
juicemewell well, it's 3:02 am here... maybe I should go take a nap..03:04
Hurrianyeah, something to do with relocations03:05
*** san has joined #harmattan03:05
Hurrianjuiceme: try to boot Harmattan first, then you can diff e-yes' changes to the PR1.2 kernel afterwards03:06
*** M4rtinK has quit IRC03:28
*** vladest has quit IRC03:59
*** vladest has joined #harmattan04:02
*** tom_ has joined #harmattan04:03
*** pa has quit IRC04:06
*** tom_ has quit IRC04:07
*** rashm2k1 has quit IRC04:25
*** mschlens1 has joined #harmattan04:28
*** mschlens_ has quit IRC04:31
*** gabriel9 has quit IRC05:10
*** nid0 has quit IRC05:19
*** nid0 has joined #harmattan05:20
*** thedead1440 has joined #harmattan05:21
*** larrfed has joined #harmattan05:43
*** louisdk has joined #harmattan05:51
*** elldekaa has quit IRC05:53
*** furikku has joined #harmattan05:57
*** DocScrutinizer05 has quit IRC06:04
*** DocScrutinizer06 has joined #harmattan06:04
*** elldekaa has joined #harmattan06:09
*** tom_ has joined #harmattan06:34
*** tom_ has quit IRC06:52
*** thedead1440 has quit IRC06:54
*** bef0rd has joined #harmattan07:10
*** loide has quit IRC07:12
*** danielcbit has quit IRC07:13
*** xarcass has joined #harmattan07:16
*** thedead1440 has joined #harmattan07:23
*** bef0rd has quit IRC07:31
*** Martix has quit IRC07:42
*** e-yes has joined #harmattan08:07
*** e-yes has quit IRC08:12
*** elldekaa has quit IRC08:30
*** xarcass_ has joined #harmattan08:33
*** xarcass has quit IRC08:35
*** xarcass_ is now known as xarcass08:35
*** hardaker has quit IRC08:43
*** zhxt has joined #harmattan08:51
*** natunen has joined #harmattan08:56
*** orfix has quit IRC08:57
*** orfix has joined #harmattan08:58
*** zhxt has quit IRC09:04
*** lamikr has joined #harmattan09:17
*** Ovn has joined #harmattan09:18
*** pa has joined #harmattan09:23
*** Ovn has quit IRC09:24
*** thedead1440 has quit IRC09:37
*** Ovn has joined #harmattan10:02
*** gabriel9|work has joined #harmattan10:02
*** Ovn has quit IRC10:05
*** jreznik has joined #harmattan10:06
*** vladest has quit IRC10:14
*** SfietKonstantin has joined #harmattan10:46
*** thedead1440 has joined #harmattan10:48
*** louisdk has quit IRC10:52
*** rcg has joined #harmattan11:04
*** e-yes has joined #harmattan11:27
*** vladest has joined #harmattan11:49
*** SfietKonstantin has quit IRC11:50
*** _vladest has joined #harmattan11:50
*** HtheB has joined #harmattan12:12
*** romaxa_home has quit IRC12:15
*** rcg has quit IRC12:18
*** rcg has joined #harmattan12:18
*** NIN101 has joined #harmattan12:20
*** jaywink has joined #harmattan12:20
*** M4rtinK has joined #harmattan12:27
*** rcg has quit IRC12:34
*** rcg has joined #harmattan12:34
*** ced117 has joined #harmattan12:45
*** xarcass has quit IRC12:48
*** zhxt has joined #harmattan13:09
*** rashm2k has joined #harmattan13:14
*** ortylp has joined #harmattan13:15
*** Ovn has joined #harmattan13:28
*** leinir_ has joined #harmattan13:30
*** leinir has quit IRC13:30
*** leinir_ is now known as leinir13:31
*** Timo has joined #harmattan13:32
*** Ovn has quit IRC13:41
*** pinheiro has joined #harmattan13:43
*** furikku_ has joined #harmattan14:01
*** furikku has quit IRC14:03
*** rcg has quit IRC14:05
*** arcean has joined #harmattan14:05
ladogathedead1440: Seems like cutetube won't display archived movies if i set download directory to ~/ MyDocs/Movies14:06
ladogait downloads them there all right tho and the stock video player finds them14:07
ladogaso it doesn't look like a tracker issue14:08
ladoga~/MyDocs/Movies14:09
ladogais marxian here under some other nick?14:13
*** rcg has joined #harmattan14:20
*** rcg has quit IRC14:22
*** faenil has joined #harmattan14:23
thedead1440ladoga: cutetube creates its own directory14:27
thedead1440so its ~/MyDocs/Movies/cuteTube14:27
thedead1440you need to put your videos into that folder14:27
*** rcg has joined #harmattan14:27
thedead1440its not a tracker issue certainly14:27
thedead1440i just changed my user-dirs.dirs to set default videos dir to ~/MyDocs/Movies/cuteTube so that all videos are downloaded/saved there14:28
thedead1440instead of having to do a manual transfer14:28
*** Timo has quit IRC14:33
*** SfietKonstantin has joined #harmattan14:38
*** rcg has quit IRC14:41
*** pinheiro_ has joined #harmattan14:45
*** pinheiro has quit IRC14:46
*** leinir has quit IRC14:46
*** leinir has joined #harmattan14:47
*** leinir has joined #harmattan14:47
*** rashm2k1 has joined #harmattan14:49
*** rashm2k has quit IRC14:50
*** jaywink has quit IRC14:54
*** rashm2k1 has quit IRC15:04
*** rashm2k1 has joined #harmattan15:04
*** Linda has joined #harmattan15:08
*** Linda has quit IRC15:08
rashm2k1does anyone have ANY idea how to setup scratchbox for blackberry?15:10
*** ortylp has quit IRC15:16
*** _vladest has quit IRC15:22
*** vladest has quit IRC15:22
*** SfietKonstantin has quit IRC15:41
*** stroughtonsmith has joined #harmattan15:41
*** rcg has joined #harmattan15:47
*** snowpong has joined #harmattan15:48
*** bluefox_ has joined #harmattan16:03
*** Lava_C has joined #harmattan16:03
*** bluefox has quit IRC16:04
*** Lava_Croft has quit IRC16:04
*** rcg has quit IRC16:10
*** DocScrutinizer06 is now known as DocScrutinizer0516:15
*** loide has joined #harmattan16:16
*** danielcbit has joined #harmattan16:17
*** jreznik has quit IRC16:18
*** arcean_ has joined #harmattan16:21
*** arcean has quit IRC16:22
*** rcg has joined #harmattan16:22
*** Hurrian has quit IRC16:23
*** Lava_C is now known as Lava_Croft16:35
*** Hurrian has joined #harmattan16:36
*** Toni has joined #harmattan16:37
*** Toni has quit IRC16:38
*** elldekaa has joined #harmattan16:41
*** _vladest has joined #harmattan16:45
*** vladest has joined #harmattan16:46
*** Venemo has joined #harmattan16:49
*** arcean_ is now known as arcean16:56
*** Martix has joined #harmattan16:59
*** thedead1440 has quit IRC16:59
*** thedead1440 has joined #harmattan17:03
*** ZogG_laptop has joined #harmattan17:03
*** ZogG_laptop has quit IRC17:03
*** ZogG_laptop has joined #harmattan17:03
ladogathedead1440: yes, i  just wanted to avoid having a new directory17:05
thedead1440ladoga: unfortunately that's the only work-around currently17:05
thedead1440but a minor inconvenience for its benefits :D17:05
thedead1440alternatively keep it at cutetube's default ~/MyDocs/cuteTube17:06
thedead1440then you can use that instead of ~/MyDocs/Movies17:06
ladogaso i set cutetube downloaddir to ~/MyDocs/Movies instead17:08
thedead1440then it would result in ~/MyDocs/Movies/cuteTube17:08
thedead1440and thats where all your videos/movies would need to be put in17:08
ladogaso it doesnt create it's own subdiretory17:08
*** zhxt has quit IRC17:08
thedead1440nope it always results in its own sub-directory17:08
thedead1440maybe marxian should be asked to include an option not to have it as such17:08
ladogaonly problem is that cutetube cant show the movies it downloads there:)17:08
thedead1440are you sure its not in ~/MyDocs/Movies/cuteTube instead?17:09
ladogayou can change the directory to what you want17:09
thedead1440yup but it always has a sub-directory for itself within your chosen directory17:10
thedead1440quit the app and re-open it to see the change17:10
ladogajust edit .config/cuteTube/cuteTube.conf17:10
ladoganope try it17:11
thedead1440ah yes never saw that :S17:11
thedead1440so those videos it downloaded can't be played via the archive feature?17:11
ladogaso im sort of asking if cutetube could add scanning video files to its download dir, even if its not something/cuteTube17:12
ladogayes17:13
thedead1440ah ok17:13
ladogai can play them with the stock player though17:13
ladogaso its not a big issue17:13
thedead1440maybe its hard-coded somewhere in the code not to  play them if the videos are not in ~somewhere/cuteTube17:13
thedead1440did you try putting it in a cutetube subdir?17:14
thedead1440also i think the scanning feature should be doable17:14
ladogayes the "feature; i use is probably unsupported17:15
thedead1440http://talk.maemo.org/showpost.php?p=1306930&postcount=1091   this post by marxian says cutetube uses QtGallery instead of keeping its own record for files so i assume its plugging into tracker hence should be able to use all dirs with videos17:15
ladogaas you cant do it in cutetube itself. just accidentally found it by changing the downloaddit in config file17:15
ladogadir*17:16
ladogamaybe its a bug then17:16
thedead1440could be17:17
*** rcg has quit IRC17:17
*** rcg has joined #harmattan17:20
thedead1440ladoga: maybe you can report it to marxian?17:21
ladogasure17:24
*** hardaker has joined #harmattan17:25
ladogaif cutetube gets subtitle support it would become more important17:25
ladogaotherwise youd have to move all movies to cuteTube directory which makes no sense17:26
thedead1440true; subtitles would make it a handy all-in-one17:27
*** leinir has quit IRC17:33
*** leinir has joined #harmattan17:33
*** gabriel9|work has quit IRC17:38
*** gabriel9|work has joined #harmattan17:40
*** leinir_ has joined #harmattan17:46
*** leinir_ has joined #harmattan17:46
*** leinir has quit IRC17:46
*** leinir_ is now known as leinir17:46
*** leinir has quit IRC17:54
*** leinir_ has joined #harmattan17:55
*** leinir_ has joined #harmattan17:55
*** leinir_ is now known as leinir17:55
*** Milhouse has quit IRC18:02
*** Milhouse has joined #harmattan18:02
*** leinir has quit IRC18:05
*** HtheB has quit IRC18:06
*** SfietKonstantin has joined #harmattan18:08
*** gabriel9|work has quit IRC18:09
*** leinir has joined #harmattan18:10
*** thedead1440 has quit IRC18:11
*** Milhouse has quit IRC18:14
*** Milhouse has joined #harmattan18:15
*** rcg has quit IRC18:17
*** thedead1440 has joined #harmattan18:21
*** thedead1440 has quit IRC18:27
*** thedead1440 has joined #harmattan18:27
*** jaywink has joined #harmattan18:32
*** jaywink has quit IRC18:41
*** Pali has joined #harmattan18:50
*** ortylp has joined #harmattan18:50
*** ladoga is now known as changes18:55
*** changes is now known as ladoga18:55
ladogahehe18:55
*** thedead1440_ has joined #harmattan19:04
*** thedead1440_ has quit IRC19:07
*** aakash_ has joined #harmattan19:11
*** JOJO_ has joined #harmattan19:14
*** XenGi is now known as XenGi_19:16
*** Pali has quit IRC19:18
*** lamikr has quit IRC19:19
*** Sfiet_Konstantin has joined #harmattan19:20
*** XeonpZycho has joined #harmattan19:21
*** XeonpZycho has quit IRC19:21
*** XenGi_ is now known as XenGi19:24
*** JOJO_ has quit IRC19:24
*** SfietKonstantin has quit IRC19:24
*** hardaker has quit IRC19:26
*** Pali has joined #harmattan19:29
*** Pali has quit IRC19:38
*** XenGi is now known as XenGi_19:43
*** oozbooz has quit IRC19:52
*** oozbooz has joined #harmattan20:01
*** faenil has quit IRC20:01
*** snowpong has quit IRC20:08
*** thedead1440_ has joined #harmattan20:42
*** thedead1440 has quit IRC20:43
*** jaywink has joined #harmattan20:48
*** hardaker has joined #harmattan20:49
*** Pali has joined #harmattan20:55
*** rcg has joined #harmattan21:00
*** thedead1440_ has quit IRC21:07
*** ortylp has quit IRC21:08
*** hhw has joined #harmattan21:15
*** thedead1440 has joined #harmattan21:15
*** pinheiro has joined #harmattan21:16
*** pinheiro_ has quit IRC21:18
*** hhw has left #harmattan21:21
*** ZogG_lap1op has joined #harmattan21:23
*** ZogG_laptop has quit IRC21:25
*** tom___ has joined #harmattan21:27
*** furikku_ has quit IRC21:28
*** Pali has quit IRC21:45
*** tom___ has quit IRC21:45
*** rubdos has joined #harmattan22:00
*** NIN101 has quit IRC22:02
*** NIN102 has joined #harmattan22:02
*** NIN102 is now known as NIN10122:04
*** stroughtonsmith has quit IRC22:22
*** hardaker has quit IRC22:22
*** rubdos has quit IRC22:48
*** arcean has quit IRC22:49
*** xeni has joined #harmattan22:50
*** rubdos has joined #harmattan22:54
*** SfietKonstantin has joined #harmattan22:56
*** rubdos has quit IRC22:58
*** Sfiet_Konstantin has quit IRC23:00
*** jreznik has joined #harmattan23:05
*** hardaker has joined #harmattan23:09
*** ajalkane has joined #harmattan23:22
*** arcean has joined #harmattan23:31
*** SfietKonstantin has quit IRC23:33
*** stroughtonsmith has joined #harmattan23:35
*** hardaker has quit IRC23:36

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!