Hello,
We are trying to run tests on our 13.02 candidate builds at our end using lava and while booting the target image we are seeing the following problem
[ 6.237167] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem [ 6.257658] fs_mgr: Cannot mount filesystem on /dev/block/mmcblk0p3 at /cache [ 6.279098] init: fs_mgr_mount_all returned an error
Has anyone seeing this problem at your end.
If we run 13.01 image based tests we do not have any issues. Was wondering if any changes were done w.r.t initrd partitions as for booting up on the target i believe lava swaps around partitions as part of the setup sequence (not fully understood at our end though).
Attaching the full log also. Any clue?
Thanks Basil Eljuse...
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
On Thu, Feb 14, 2013 at 11:26:44AM +0000, Basil Eljuse wrote:
Hello,
We are trying to run tests on our 13.02 candidate builds at our end using lava and while booting the target image we are seeing the following problem
[ 6.237167] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem [ 6.257658] fs_mgr: Cannot mount filesystem on /dev/block/mmcblk0p3 at /cache [ 6.279098] init: fs_mgr_mount_all returned an error
The script is actually trying to remove the /cache mount point, so I did it manually in the fstab. Is that needed? I cannot see which partitions was supposed to be used for that.
Regards, Liviu
Has anyone seeing this problem at your end.
If we run 13.01 image based tests we do not have any issues. Was wondering if any changes were done w.r.t initrd partitions as for booting up on the target i believe lava swaps around partitions as part of the setup sequence (not fully understood at our end though).
Attaching the full log also. Any clue?
Thanks Basil Eljuse...
Looping in Olivier for some additional info.
-----Original Message----- From: Liviu Dudau [mailto:Liviu.Dudau@arm.com] Sent: 14 February 2013 13:57 To: Basil Eljuse Cc: Linaro Validation; Dean Arnold Subject: Re: Is this failure on lava familiar?
On Thu, Feb 14, 2013 at 11:26:44AM +0000, Basil Eljuse wrote:
Hello,
We are trying to run tests on our 13.02 candidate builds at our end using lava and while booting the target image we are seeing the following problem
[ 6.237167] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem [ 6.257658] fs_mgr: Cannot mount filesystem on /dev/block/mmcblk0p3 at /cache [ 6.279098] init: fs_mgr_mount_all returned an error
The script is actually trying to remove the /cache mount point, so I did it manually in the fstab. Is that needed? I cannot see which partitions was supposed to be used for that.
Regards, Liviu
Has anyone seeing this problem at your end.
If we run 13.01 image based tests we do not have any issues. Was wondering if any changes were done w.r.t initrd partitions as for booting up on the target i believe lava swaps around partitions as part of the setup sequence (not fully understood at our end though).
Attaching the full log also. Any clue?
Thanks Basil Eljuse...
-- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯_(ツ)_/¯
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Sorry! Forgot to put Olivier's email id
-----Original Message----- From: Basil Eljuse Sent: 14 February 2013 16:13 To: Liviu Dudau Cc: Linaro Validation; Dean Arnold Subject: RE: Is this failure on lava familiar?
Looping in Olivier for some additional info.
-----Original Message----- From: Liviu Dudau [mailto:Liviu.Dudau@arm.com] Sent: 14 February 2013 13:57 To: Basil Eljuse Cc: Linaro Validation; Dean Arnold Subject: Re: Is this failure on lava familiar?
On Thu, Feb 14, 2013 at 11:26:44AM +0000, Basil Eljuse wrote:
Hello,
We are trying to run tests on our 13.02 candidate builds at our end using lava and while booting the target image we are seeing the following problem
[ 6.237167] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem [ 6.257658] fs_mgr: Cannot mount filesystem on /dev/block/mmcblk0p3 at /cache [ 6.279098] init: fs_mgr_mount_all returned an error
The script is actually trying to remove the /cache mount point, so I did it manually in the fstab. Is that needed? I cannot see which partitions was supposed to be used for that.
Regards, Liviu
Has anyone seeing this problem at your end.
If we run 13.01 image based tests we do not have any issues. Was wondering if any changes were done w.r.t initrd partitions as for booting up on the target i believe lava swaps around partitions as part of the setup sequence (not fully understood at our end though).
Attaching the full log also. Any clue?
Thanks Basil Eljuse...
-- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯_(ツ)_/¯
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi Guys, In lava, you are changing all the partition used init.rc and other *.rc to match lava partition scheme. But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never complete the start of the GUI.
Cheers, Olivier ________________________________________ From: Basil Eljuse Sent: 14 February 2013 16:17 To: Basil Eljuse; Liviu Dudau Cc: Linaro Validation; Dean Arnold; Olivier Cozette Subject: RE: Is this failure on lava familiar?
Sorry! Forgot to put Olivier's email id
-----Original Message----- From: Basil Eljuse Sent: 14 February 2013 16:13 To: Liviu Dudau Cc: Linaro Validation; Dean Arnold Subject: RE: Is this failure on lava familiar?
Looping in Olivier for some additional info.
-----Original Message----- From: Liviu Dudau [mailto:Liviu.Dudau@arm.com] Sent: 14 February 2013 13:57 To: Basil Eljuse Cc: Linaro Validation; Dean Arnold Subject: Re: Is this failure on lava familiar?
On Thu, Feb 14, 2013 at 11:26:44AM +0000, Basil Eljuse wrote:
Hello,
We are trying to run tests on our 13.02 candidate builds at our end using lava and while booting the target image we are seeing the following problem
[ 6.237167] EXT4-fs (mmcblk0p3): VFS: Can't find ext4 filesystem [ 6.257658] fs_mgr: Cannot mount filesystem on /dev/block/mmcblk0p3 at /cache [ 6.279098] init: fs_mgr_mount_all returned an error
The script is actually trying to remove the /cache mount point, so I did it manually in the fstab. Is that needed? I cannot see which partitions was supposed to be used for that.
Regards, Liviu
Has anyone seeing this problem at your end.
If we run 13.01 image based tests we do not have any issues. Was wondering if any changes were done w.r.t initrd partitions as for booting up on the target i believe lava swaps around partitions as part of the setup sequence (not fully understood at our end though).
Attaching the full log also. Any clue?
Thanks Basil Eljuse...
-- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯_(ツ)_/¯
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Olivier Cozette Olivier.Cozette@arm.com writes:
Hi Guys, In lava, you are changing all the partition used init.rc and other *.rc to match lava partition scheme. But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never complete the start of the GUI.
I think this means that we need to update the "possible_partitions_files" config value in one or more device type files. But as you haven't told us very much at all about what you are testing (at least not in emails that made it to the list), I'm having to guess a bit :)
Cheers, mwh
Hello all,
On Thu, Feb 14, 2013 at 04:18:15PM +0000, Olivier Cozette wrote:
Hi Guys, In lava, you are changing all the partition used init.rc and other *.rc to match lava partition scheme. But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never complete the start of the GUI.
I just double checked and /system/etc/vold.fstab *is* updated during the image deployment.
It seems we got this thread from the middle, without the original log file that was mentioned.
Could you guys please clarify the context in which you are having this problem? i.e. the contents of the job file, what device specifically you are testing, what test suite you are running, etc.
Hi Antonio / Michael,
We were testing the 13.02 release candidate on TC2 hardware with our local LAVA instance.
The initial jobs log dump is attached.
Hope this clarifies it bit more.
Do note that in our setup we do not have any issues in testin 13.01 LEB.
The issue was observed after we prepared 13.02 release candidate. We found that in this version the partitions file got renamed. We tried to circumvent it by renaming the partitions file.
But subsequently we hit the problem w.r.t sdcard partitions being mapped wrongly which Olivier highlighted.
Thanks Basil Eljuse...
-----Original Message----- From: Antonio Terceiro [mailto:antonio.terceiro@linaro.org] Sent: 14 February 2013 19:25 To: Olivier Cozette Cc: Basil Eljuse; Liviu Dudau; Linaro Validation; Dean Arnold Subject: Re: [Linaro-validation] Is this failure on lava familiar?
Hello all,
On Thu, Feb 14, 2013 at 04:18:15PM +0000, Olivier Cozette wrote:
Hi Guys, In lava, you are changing all the partition used init.rc and other *.rc to match lava partition scheme. But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never complete the start of the GUI.
I just double checked and /system/etc/vold.fstab *is* updated during the image deployment.
It seems we got this thread from the middle, without the original log file that was mentioned.
Could you guys please clarify the context in which you are having this problem? i.e. the contents of the job file, what device specifically you are testing, what test suite you are running, etc.
-- Antonio Terceiro Software Engineer - Linaro http://www.linaro.org
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
I am afraid that even with the suggested change from Olivier i see the same issue. Log file of the latest run is attached.
Any suggestions most welcome.
Thanks Basil Eljuse...
-----Original Message----- From: Basil Eljuse Sent: 14 February 2013 21:47 To: 'Antonio Terceiro'; Olivier Cozette Cc: Liviu Dudau; Linaro Validation; Dean Arnold Subject: RE: [Linaro-validation] Is this failure on lava familiar?
Hi Antonio / Michael,
We were testing the 13.02 release candidate on TC2 hardware with our local LAVA instance.
The initial jobs log dump is attached.
Hope this clarifies it bit more.
Do note that in our setup we do not have any issues in testin 13.01 LEB.
The issue was observed after we prepared 13.02 release candidate. We found that in this version the partitions file got renamed. We tried to circumvent it by renaming the partitions file.
But subsequently we hit the problem w.r.t sdcard partitions being mapped wrongly which Olivier highlighted.
Thanks Basil Eljuse...
-----Original Message----- From: Antonio Terceiro [mailto:antonio.terceiro@linaro.org] Sent: 14 February 2013 19:25 To: Olivier Cozette Cc: Basil Eljuse; Liviu Dudau; Linaro Validation; Dean Arnold Subject: Re: [Linaro-validation] Is this failure on lava familiar?
Hello all,
On Thu, Feb 14, 2013 at 04:18:15PM +0000, Olivier Cozette wrote:
Hi Guys, In lava, you are changing all the partition used init.rc and other *.rc to match lava partition scheme. But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never complete the start of the GUI.
I just double checked and /system/etc/vold.fstab *is* updated during the image deployment.
It seems we got this thread from the middle, without the original log file that was mentioned.
Could you guys please clarify the context in which you are having this problem? i.e. the contents of the job file, what device specifically you are testing, what test suite you are running, etc.
-- Antonio Terceiro Software Engineer - Linaro http://www.linaro.org
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi All
It looks as though our new 13.02 RC based on http://snapshots.linaro.org/android/~linaro-android/vexpress-linaro-mp/lastS... seems to be booting fine in the ARM LAVA system.
Here is our job output: http://pdsw-lava.cambridge.arm.com/scheduler/job/191 (log attached for Linaro guys)
As I haven't done an upgrade of our LAVA system and therefore couldn't have picked up any infrastructure fixes, I am putting this down to magic or a problem with yesterdays builds :)
Have a good weekend.
Cheers Dean
-----Original Message----- From: Basil Eljuse Sent: 14 February 2013 22:38 To: Basil Eljuse; Antonio Terceiro; Olivier Cozette Cc: Liviu Dudau; Linaro Validation; Dean Arnold Subject: RE: [Linaro-validation] Is this failure on lava familiar?
I am afraid that even with the suggested change from Olivier i see the same issue. Log file of the latest run is attached.
Any suggestions most welcome.
Thanks Basil Eljuse...
-----Original Message----- From: Basil Eljuse Sent: 14 February 2013 21:47 To: 'Antonio Terceiro'; Olivier Cozette Cc: Liviu Dudau; Linaro Validation; Dean Arnold Subject: RE: [Linaro-validation] Is this failure on lava familiar?
Hi Antonio / Michael,
We were testing the 13.02 release candidate on TC2 hardware with our local LAVA instance.
The initial jobs log dump is attached.
Hope this clarifies it bit more.
Do note that in our setup we do not have any issues in testin 13.01 LEB.
The issue was observed after we prepared 13.02 release candidate. We found that in this version the partitions file got renamed. We tried to circumvent it by renaming the partitions file.
But subsequently we hit the problem w.r.t sdcard partitions being mapped wrongly which Olivier highlighted.
Thanks Basil Eljuse...
-----Original Message----- From: Antonio Terceiro [mailto:antonio.terceiro@linaro.org] Sent: 14 February 2013 19:25 To: Olivier Cozette Cc: Basil Eljuse; Liviu Dudau; Linaro Validation; Dean Arnold Subject: Re: [Linaro-validation] Is this failure on lava familiar?
Hello all,
On Thu, Feb 14, 2013 at 04:18:15PM +0000, Olivier Cozette wrote:
Hi Guys, In lava, you are changing all the partition used init.rc and other
*.rc to match lava partition scheme.
But you missed /system/etc/vold.fstab.
To meet lava partition scheme, you have to replace : "dev_mount sdcard /mnt/sdcard 6 /block/mmcblk0/device" by "dev_mount sdcard /mnt/sdcard 7 /block/mmcblk0/device" because sdcard is now on partition 7.
Without this change, android will give you the shell but will never
complete the start of the GUI.
I just double checked and /system/etc/vold.fstab *is* updated during the image deployment.
It seems we got this thread from the middle, without the original log file that was mentioned.
Could you guys please clarify the context in which you are having this problem? i.e. the contents of the job file, what device specifically you are testing, what test suite you are running, etc.
-- Antonio Terceiro Software Engineer - Linaro http://www.linaro.org
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
linaro-validation@lists.linaro.org