[00:14:22] *** darinski__ has quit IRC [00:25:33] *** D|sT has quit IRC [00:31:17] *** D|sT has joined #chromium-os [00:54:12] *** lipsinV2 has joined #chromium-os [01:13:53] *** behdad has joined #chromium-os [01:34:07] *** rginda_home has quit IRC [01:46:22] *** Jake`pm has joined #chromium-os [01:56:45] *** yoshiki has quit IRC [01:59:17] *** behdad has quit IRC [02:14:54] *** behdad has joined #chromium-os [02:24:21] *** akrpic77 has joined #chromium-os [02:35:09] *** cooled has quit IRC [02:40:25] *** magn3ts has joined #chromium-os [02:49:25] *** akrpic77 has quit IRC [02:59:28] *** cooled has joined #chromium-os [03:01:55] *** behdad has quit IRC [03:03:59] *** behdad has joined #chromium-os [03:28:30] *** behdad has quit IRC [04:52:55] *** behdad has joined #chromium-os [04:56:55] *** behdad has quit IRC [05:29:50] *** corburn has joined #chromium-os [05:34:00] *** corburn has quit IRC [05:51:49] *** hashimoto has joined #chromium-os [06:19:17] *** D|sT has quit IRC [06:24:39] *** D|sT has joined #chromium-os [06:28:59] *** TW1920 has joined #chromium-os [06:30:35] *** TW1920 has quit IRC [06:31:19] *** TW1920 has joined #chromium-os [06:34:34] *** TW1920_ has joined #chromium-os [06:36:59] *** TW1920 has quit IRC [06:37:26] *** D|sT has quit IRC [06:48:43] *** kennyluck has quit IRC [06:57:35] *** TW1920_ has quit IRC [06:57:50] *** TW1920 has joined #chromium-os [06:57:53] *** sadrul has quit IRC [07:01:13] *** sadrul has joined #chromium-os [07:01:13] *** ChanServ sets mode: +v sadrul [07:07:00] *** saggu has joined #chromium-os [07:07:05] <saggu> hi... want to configure the rootfs.. can anyone please tell me the way and where can i locate the source code for rootfs..? [07:25:11] *** patcito has quit IRC [07:50:31] *** greyhat has joined #chromium-os [07:56:55] *** cooled_ has joined #chromium-os [07:59:29] *** cooled has quit IRC [08:16:54] *** saggu has quit IRC [08:17:38] *** saggu has joined #chromium-os [08:17:41] <saggu> hi... want to configure the rootfs.. can anyone please tell me the way and where can i locate the source code for rootfs..? [08:30:35] *** varunjain has quit IRC [08:34:23] *** gut4 has joined #chromium-os [08:54:18] *** gut4 has quit IRC [09:09:26] *** gut4 has joined #chromium-os [09:49:06] *** gut4 has quit IRC [10:13:42] *** gut4 has joined #chromium-os [10:48:27] *** ScriptRipper has quit IRC [11:11:38] *** sakoman has joined #chromium-os [11:12:17] *** sakoman__ has quit IRC [11:24:35] *** ScriptRipper has joined #chromium-os [11:24:41] *** ScriptRipper has joined #chromium-os [11:35:35] *** saggu has quit IRC [11:37:21] *** saggu has joined #chromium-os [11:37:26] <saggu> hi... want to configure the rootfs.. can anyone please tell me the way and where can i locate the source code for rootfs..? [11:38:54] *** wbednarski has joined #chromium-os [11:40:35] <darinski> saggu: the rootfs partition is created by build_image. it emerges binary packages built by build_packages [11:55:50] <saggu> darinski : i want to build only rootfs for arm platform.. i am able to build kernel and u-boot images separetaly (thier source code is in src/third_party/kernel & /u-boot) [11:57:46] <saggu> moreover i followed the usual method like i gave build_package command then build_image which gave me single binary image chromium_image.bin, to which i futher unpacked and obtained 12 parts.. [11:58:58] <darinski> saggu: part 3 is rootfs [11:59:38] <saggu> then as mentioned in specs i used part_3 as rootfs and used it along with the kernel and u-boot images (obtained independently earlier) to run with qemu-system-ar [11:59:47] <saggu> qemu-system-arm* [12:00:45] <saggu> i am stuck with the screen that kernel is booted up but not able to load rootfs [12:00:57] <saggu> can u suggest me what should i do ? [12:02:12] <darinski> i don't know enough about this part... look for log messages on why you can't load rootfs... maybe you need to disable rootfs verification (look for the build_image option). but this is really shooting in the dark.. [12:03:14] <saggu> hmm... the logs were telling that there could be sync problem between rootfs and kernel... [12:04:06] <saggu> i had disabled the rootfs verification [12:06:10] <darinski> saggu: not sure what to suggest. make sure you follow all steps in build_image after you've built your own image. for example, it runs cros_make_image_bootable at some point. [12:06:11] <saggu> i am not i am doing it right it or not ... but i am following the technique used to boot up any standard linux os ...which need u-boot.bin kernel image and a rootfs image with qemu emulator [12:07:37] <saggu> cros_make_image_bootable works fine only when its build for x86 platform. [12:08:08] <saggu> but here i am builing for arm platform and it gives error while building bootable image [12:09:50] <darinski> saggu: chances are nobody's made this flow work yet. you'd need to debug :-) or ask questions when people who're more familiar with the boot setup are awake and online -- i.e., US daytime. [12:10:46] <ojn> saggu, what are your bootargs to the kernel? and how are you attaching the rootfs, on what device? [12:12:55] <saggu> ojn : i am giving qemu command like " qemu-system-arm -M versatilepb -m 512 -kernel uImage.bin -rootfs part_3 and some more parameters" [12:13:19] <ojn> what is your kernel commandline? [12:13:53] <saggu> its there in the qemu command i.e -kernel uImage.bin [12:14:18] <ojn> no. what are your bootargs to the kernel? not what kernel you are asking qemu to load [12:14:25] <saggu> kernel is boot up prorly but when roofs not .. its says that kernel is not in sync with rootfs [12:14:41] <ojn> so what are the bootargs printed in the kernel output during boot then? [12:15:21] <ojn> search for "Command line" in the kernel output [12:15:23] <saggu> the kernel image is for versatlepb board on arm achitecture.. [12:15:36] <saggu> let me checke what more prints are there [12:25:08] <saggu> ojn : after kernel is boot up properly ,, the prints are Root-NFS : no server address [12:25:29] <saggu> then VFS : Unable to mount rot fs via NFS [12:25:32] <ojn> saggu, you are making it hard to help you. please answer my question. [12:44:33] *** gut4 has quit IRC [12:46:05] *** nexusz99 has joined #chromium-os [12:53:49] *** greyhat has quit IRC [12:54:30] *** Sergiu has joined #chromium-os [12:54:31] *** Sergiu has joined #chromium-os [12:56:05] *** gut4 has joined #chromium-os [13:19:36] <saggu> ojn : i jus noticed i didn' pass any arguments to kernel while booting up... but still kernel should assume some default args which is actually is not happening and the kernel is crashing and giving some flush print message which i mentioned above.. [13:20:27] <saggu> i think i need to first get the prob resolve with kernel ..and get the u-boot to load kernel properly then should got for rootfs.. [13:21:14] *** SoulRaven has joined #chromium-os [13:21:29] <saggu> i will get back here once i resolve the kernel issue [13:21:46] *** SoulRaven has joined #chromium-os [13:22:05] *** SoulRaven has joined #chromium-os [13:23:51] *** greyhat has joined #chromium-os [13:24:45] *** SoulRaven has joined #chromium-os [14:15:40] *** vmil86 has joined #chromium-os [14:21:37] *** seumas has joined #chromium-os [14:21:37] *** ChanServ sets mode: +v seumas [14:32:45] *** Hexxeh has joined #chromium-os [14:38:48] *** saggu has quit IRC [15:02:57] *** gut4 has quit IRC [15:04:24] *** nexusz99 has quit IRC [15:05:05] *** nexusz99 has joined #chromium-os [15:17:07] *** gut4 has joined #chromium-os [15:32:20] *** rharrison_chrome has joined #chromium-os [15:32:20] *** ChanServ sets mode: +v rharrison_chrome [15:56:59] *** akrpic77 has joined #chromium-os [15:57:25] <akrpic77> hello [15:57:49] <akrpic77> where can i change kernel boot parameters? [15:58:06] <akrpic77> for image i am building [15:59:03] *** rbyers has joined #chromium-os [15:59:03] *** ChanServ sets mode: +v rbyers [16:00:33] *** lipsinV2 has quit IRC [16:01:49] *** SoulRaven has quit IRC [16:04:53] *** rbyers has quit IRC [16:06:15] <ojn> akrpic77, look at build_kernel_image.sh in the scripts directory [16:07:52] *** petermayo has joined #chromium-os [16:07:52] *** ChanServ sets mode: +v petermayo [16:10:32] *** lipsinV2 has joined #chromium-os [16:11:15] *** rbyers has joined #chromium-os [16:11:15] *** ChanServ sets mode: +v rbyers [16:11:29] *** flackr has joined #chromium-os [16:13:14] <rochberg> I am going to open the tree for now [16:14:22] <crosbot> tree became 'Tree is open despite tegra2_seaboard-tangent-binary -- looks like http://crosbug.com/21624' [16:15:33] <petermayo> rochberg: Good mronig, tree open is correct, I'm on the bug. Oh - and aparently my volunteer to help sheriffing was accepted silently ;-) [16:17:34] <rochberg> Thanks for looking at it [16:17:42] <akrpic77> ojn: tnx. [16:44:25] *** cros_ has joined #chromium-os [16:44:43] *** mmocny_ has joined #chromium-os [16:52:28] *** vpalatin has quit IRC [16:53:39] <cros_> Any folks working with ARM platforms around? [16:54:21] *** vpalatin has joined #chromium-os [16:54:21] *** ChanServ sets mode: +v vpalatin [17:02:09] *** akrpic77 has quit IRC [17:08:34] *** mmocny_ has quit IRC [17:10:29] *** nexusz99 has joined #chromium-os [17:11:44] *** wfrichar has joined #chromium-os [17:11:45] *** ChanServ sets mode: +v wfrichar [17:11:48] <ojn> cros_: yes [17:16:53] <cros_> ojn: Any idea where in the code a BKPT instruction is executed? I am seeing a prefetch debug abort but can't track it down in the source. [17:26:30] *** akrpic77 has joined #chromium-os [17:32:10] *** akrpic77 has quit IRC [17:40:50] *** greyhat has quit IRC [17:45:11] *** Ruetobas has quit IRC [17:49:36] *** grundler has joined #chromium-os [17:49:36] *** ChanServ sets mode: +v grundler [17:50:18] *** Ruetobas has joined #chromium-os [17:53:25] *** akrpic77 has joined #chromium-os [17:55:11] *** nexusz99 has quit IRC [17:55:35] *** varunjain has joined #chromium-os [17:55:35] *** ChanServ sets mode: +v varunjain [18:05:25] *** lipsinV2 has quit IRC [18:07:47] *** jrbarnette has joined #chromium-os [18:14:40] *** espeed has quit IRC [18:27:08] *** jrbarnette_ has joined #chromium-os [18:27:08] *** ChanServ sets mode: +v jrbarnette_ [18:30:23] *** jrbarnette has quit IRC [18:30:23] *** jrbarnette_ is now known as jrbarnette [18:41:01] *** jochen__ has quit IRC [18:41:18] *** jochen__ has joined #chromium-os [18:41:18] *** ChanServ sets mode: +v jochen__ [18:43:24] *** rush2end has quit IRC [18:43:49] *** rush2end_ has joined #chromium-os [18:43:53] *** rush2end_ is now known as rush2end [18:55:50] *** dianders_ has joined #chromium-os [18:58:10] *** jrbarnette_ has joined #chromium-os [18:59:26] <dianders_> Hi, on the bus and coming up to speed for sheriff duty... [19:01:31] *** jrbarnette has quit IRC [19:02:44] *** jrbarnette_ has quit IRC [19:06:19] *** saintlou has joined #chromium-os [19:06:19] *** ChanServ sets mode: +v saintlou [19:06:21] *** jimhebert has joined #chromium-os [19:06:21] *** ChanServ sets mode: +v jimhebert [19:07:46] <ellyjones> hi [19:08:15] <dianders_> Hi elly! [19:08:55] <dianders_> ....hmmm, need to figure out of anyone care about the "Linux ChromeOS" build. http://build.chromium.org/p/chromium.chromiumos/waterfall?builder=Linux%20ChromeOS [19:09:13] <dianders_> ...which appears different than these three: http://build.chromium.org/p/chromium.chromiumos/waterfall?builder=ChromiumOS+(x86)&builder=ChromiumOS+(arm)&builder=ChromiumOS+(tegra2)&titles=on [19:16:42] <dianders_> back in 10; walking to desk. [19:21:36] *** dianders_ has quit IRC [19:24:47] *** sakoman has quit IRC [19:24:56] <dianders> ...ok, back at desk [19:25:21] <petermayo> dianders: people do care ... [19:25:50] *** Keybuk has quit IRC [19:25:56] <dianders> petermayo: OK, I'll look at it. Thanks. Need to figure out why that one isn't linked (directly) from any Chromium OS stuff... [19:26:01] <dianders> ...whereas the other 3 are... [19:26:58] <petermayo> dianders: they are actually closer to chrome ... so more often than not the chrome team will cause, find and fix trouble there. [19:27:20] *** sbyer has joined #chromium-os [19:27:20] *** ChanServ sets mode: +v sbyer [19:27:23] <dianders> petermayo: Ah, good to know. :) OK, I will look at error and check with Chrome sheriffs... [19:28:04] <petermayo> dianders: Sounds great. [19:28:22] *** powderluv has joined #chromium-os [19:28:22] *** ChanServ sets mode: +v powderluv [19:31:43] *** ChocoboLee has joined #chromium-os [19:31:43] *** ChanServ sets mode: +v ChocoboLee [19:31:57] *** jrbarnette has joined #chromium-os [19:31:57] *** ChanServ sets mode: +v jrbarnette [19:32:17] *** wbednarski has quit IRC [19:32:28] *** gut4 has quit IRC [19:33:09] <jrbarnette> west coast sheriff on duty [19:33:34] *** dkz has joined #chromium-os [19:45:35] <crosbot> tree became 'Tree is open' [19:47:18] *** wbednarski has joined #chromium-os [19:48:06] *** wbednarski has quit IRC [19:51:57] *** patcito has joined #chromium-os [19:52:29] *** Sergiu has quit IRC [19:54:59] <crosbot> tree became 'Tree is open (test probably just flaky)' [19:57:26] <crosbot> tree became 'Tree is open' [19:57:48] <dianders> ...I believe that "flaky" message was intended for Chromium browser tree status [19:59:19] <dianders> It looks like there was a stumpy canary failure that happened that nobody paid attention to? ...the build started at 4:30am and failed in "security_ProfilePermissions.login" [20:02:34] <dianders> ...also, has anyone looked at BVT failures? [20:03:03] <jrbarnette> the stumpy failure is a previously observed symptom [20:03:20] <jrbarnette> basically, chrome crash w/o a core file :-( [20:03:58] <jrbarnette> there's a bug filed for the specific test case failure, too [20:04:38] <dianders> jrbarnette: Interesting though that this one doesn't talk about sig 11 like the other chrome crash w/out core file [20:04:52] <dianders> ...or did I miss it? [20:05:41] <jrbarnette> Crashes detected during testing: [20:05:42] <jrbarnette> supplied_chrome sig 11 [20:05:42] <jrbarnette> suite_Smoke/login_CryptohomeIncognitoUnmounted [20:06:01] <jrbarnette> oh, wait, that's not exactly the failure i saw before... [20:06:18] *** saintlou has quit IRC [20:06:41] <dianders> On stumpy 492? [20:07:10] <jrbarnette> now i see it; it's different [20:07:28] <jrbarnette> not the failure i first recalled, either [20:07:53] <dianders> jrbarnette: Could be related to <http://code.google.com/p/chromium-os/issues/detail?id=21935>. Looking at that... [20:08:34] *** saintlou has joined #chromium-os [20:08:34] *** ChanServ sets mode: +v saintlou [20:08:54] *** gut4 has joined #chromium-os [20:09:32] <dianders> jrbarnette: Yes, I think that's the same bug. Going to see if I can find build artifacts and look a little deeper... [20:13:01] *** achuith has quit IRC [20:13:07] *** achuith has joined #chromium-os [20:13:07] *** ChanServ sets mode: +v achuith [20:13:20] *** cros_ has quit IRC [20:13:34] *** achuith has quit IRC [20:15:03] *** achuith has joined #chromium-os [20:15:03] *** ChanServ sets mode: +v achuith [20:15:52] *** achuith has quit IRC [20:16:26] *** rbyers_ has joined #chromium-os [20:16:26] *** ChanServ sets mode: +v rbyers_ [20:17:28] *** achuith has joined #chromium-os [20:17:28] *** ChanServ sets mode: +v achuith [20:22:20] *** sakoman has joined #chromium-os [20:24:48] *** xiyuan has quit IRC [20:30:10] *** mmocny_ has joined #chromium-os [20:31:36] *** mmocny_ has left #chromium-os [20:32:01] *** xiyuan has joined #chromium-os [20:32:01] *** ChanServ sets mode: +v xiyuan [20:36:26] *** achuith has quit IRC [20:38:12] *** stevenjb has joined #chromium-os [20:38:21] *** ChanServ sets mode: +v stevenjb [20:39:03] *** achuith has joined #chromium-os [20:39:03] *** ChanServ sets mode: +v achuith [20:40:53] *** rbyers_ has quit IRC [21:04:26] *** patcito has quit IRC [21:05:49] *** cros_ has joined #chromium-os [21:06:24] *** patcito has joined #chromium-os [21:06:36] <cros_> Anyone know the source of a prefetch abort due to a breakpoint instruction on ARM? I'm trying to track this down in the source. [21:09:02] <dianders> I'm heading for lunch. jrbarnette still at desk... [21:09:39] *** rbyers_ has joined #chromium-os [21:11:37] *** cooled_ has quit IRC [21:13:35] *** petermayo has quit IRC [21:13:47] *** Inumedia has joined #chromium-os [21:14:06] *** petermayo has joined #chromium-os [21:14:06] *** ChanServ sets mode: +v petermayo [21:35:25] <dianders> back from lunch [21:36:41] *** cooled has joined #chromium-os [21:42:59] *** rbyers_ has quit IRC [21:50:01] *** cros_ has quit IRC [21:54:22] <crosbot> tree became '?' [21:54:37] <crosbot> tree became 'Tree is open' [22:01:06] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "chromiumos sdk" from ff5829c5b61a95798dcae91be741fb3f848a46b8: Peter Mayo <petermayo at chromium dot org>)' [22:01:36] <dianders> I think the chromiumos sdk might be fixed. 1 sec and I'll tell bug # [22:02:07] <dianders> Supposed to be fixed as stated by <http://crosbug.com/10260> [22:02:12] <dianders> ...going to reopen. [22:02:55] <crosbot> tree became 'Tree is open (http://crosbug.com/21973 says SDK bug should be fixed in next build)' [22:03:14] <jrbarnette> i think that's the wrong bug # [22:05:19] <dianders> Oh, oops, you're right! [22:05:21] <jrbarnette> ah, now i understand, fix is explained in http://gerrit.chromium.org/gerrit/#change,10260 [22:05:34] <jrbarnette> not bug #, CL #... [22:05:41] <dianders> LOL, yes. I messed up. The tree status was right, though... [22:05:51] <dianders> Sorry about that! [22:06:11] <jrbarnette> yes, i followed the bug, which led to a CL with a number i recognized :-) [22:08:21] <daveparker> Has anyone had a problem with jsoncpp.git being missing when trying to build chromeos-chrome from GERRIT_SOURCE? [22:10:35] *** petermayo has quit IRC [22:10:59] *** dkz has quit IRC [22:12:10] *** petermayo has joined #chromium-os [22:12:18] *** rcui has joined #chromium-os [22:12:18] *** ChanServ sets mode: +v rcui [22:13:20] <rcui> daveparker: yes it's missing from hte manifest right now. I'm working on a fix for this. To work around this temporarily, please checkout the project to the correct path manually [22:13:46] *** darinski__ has joined #chromium-os [22:13:52] <rcui> brb, lunch [22:14:10] <daveparker> rcui: Ok, great...just checking that it wasn't just me doing something silly. [22:15:55] *** Inumedia has quit IRC [22:16:34] *** Inumedia has joined #chromium-os [22:18:43] *** gut4 has quit IRC [22:19:14] *** cros_ has joined #chromium-os [22:22:39] *** dkz has joined #chromium-os [22:32:42] <jrbarnette> this sheriff is out to lunch [22:33:40] *** wbednarski has joined #chromium-os [22:34:18] *** cooled has quit IRC [22:42:05] *** yoshiki has joined #chromium-os [22:48:35] *** kinaba has joined #chromium-os [22:48:35] *** ChanServ sets mode: +v kinaba [22:54:24] <jrbarnette> this sheriff is back on duty [23:00:53] *** rharrison_chrome has quit IRC [23:02:37] *** cooled has joined #chromium-os [23:04:57] *** cros_ has quit IRC [23:08:16] *** rbyers_ has joined #chromium-os [23:08:40] *** yoshiki has quit IRC [23:21:17] <dianders> ...sigh, stumpy canary fails again. With a different error this time, it looks like. [23:24:25] <daveparker> Continuing my adventures in building chrome browser...now I'm getting: ERROR: Commit 6ac8f50a79e41f82831073091a1d012d40397d04 not found in /home/dparker/trunk/chromium/src/third_party/adobe/flash/binaries/chromeos. [23:24:39] <daveparker> does anyone know where this sha1 is coming from? A deps file somewhere? [23:25:36] *** GodoPPL has quit IRC [23:25:44] <kliegs> daveparker: probably the DEPS.git repo I think. but I'm mostly guessing [23:27:18] <dianders> dparker, kliegs: yup [23:27:29] <dianders> chromium/src-internal $ git grep 6ac8f50a79e41f82831073091a1d012d40397d04 [23:28:01] <dianders> ...or, at least there is a reference to it there [23:29:29] *** darinski_ has joined #chromium-os [23:33:07] *** darinski__ has quit IRC [23:33:42] <rcui> daveparker: that's another double-checkout manifest issue from last week - please remove the src/third_party/adobe/flash/binaries/chromeos entry from your manifest.xml for now, and instead manually checkout the correct project to the location specified in the chromium/src-internal/.DEPS.git file [23:34:50] *** kinaba has quit IRC [23:37:34] <daveparker> rcui: Ah, thanks! [23:37:50] <dianders> ...still waiting on artifacts for stumpy canary failure (almost done), but considering reopening http://crosbug.com/18823 for it. Want to look at the autotest debug logs first... [23:41:07] <daveparker> P.S. Hidden files: grumble grumble. [23:41:14] *** saintlou has quit IRC [23:42:40] *** Ruetobas has quit IRC [23:44:39] *** saintlou has joined #chromium-os [23:44:39] *** ChanServ sets mode: +v saintlou [23:50:31] *** Ruetobas has joined #chromium-os [23:54:31] *** kinaba has joined #chromium-os [23:54:31] *** ChanServ sets mode: +v kinaba [23:54:50] *** kinaba has quit IRC [23:55:55] *** cooled has quit IRC