Hey Guys,
I just looked into Panda10 health check failures over the past 24hours. The good news is my bad code isn't to blame. The bad news is that the SD card appears to be having some issues.
Yep. Noticed it as well. Got mired in TC2 issues and having an office full of board members. Plan to update in the morning.
Dave
Sent from my Aldis Lamp
On 24 Oct 2012, at 16:17, Andy Doan andy.doan@linaro.org wrote:
Hey Guys,
I just looked into Panda10 health check failures over the past 24hours. The good news is my bad code isn't to blame. The bad news is that the SD card appears to be having some issues.
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
Updated and back online.
Dave
On 24 Oct 2012, at 16:17, Andy Doan andy.doan@linaro.org wrote:
Hey Guys,
I just looked into Panda10 health check failures over the past 24hours. The good news is my bad code isn't to blame. The bad news is that the SD card appears to be having some issues.
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
http://validation.linaro.org/lava-server/scheduler/job/36716/log_file
Well, it would be if we didn't have an oops in the dispatcher.
When deploying Android, we do:
mount /dev/disk/by-label/testboot /mnt/lava/boot
Without actually doing a "mkdir -p /mnt/lava/boot". Previously we had done a "mkdir -p /mnt/boot" when deploying the Ubuntu image. Is this a case of half a change being merged?
Thanks
Dave
On 25 Oct 2012, at 10:54, Dave Pigott dave.pigott@linaro.org wrote:
Updated and back online.
Dave
On 24 Oct 2012, at 16:17, Andy Doan andy.doan@linaro.org wrote:
Hey Guys,
I just looked into Panda10 health check failures over the past 24hours. The good news is my bad code isn't to blame. The bad news is that the SD card appears to be having some issues.
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
Well, as you'd expect, the problem is in master.py. For ubuntu we mkdir /mnt/boot and for android we don't do a mkdir at all but reference /mnt/lava/boot. We should at least be consistent in our directory usage?
I've filed a bug: https://bugs.launchpad.net/lava-dispatcher/+bug/1071266
I'm working on fixing it.
Thanks
Dave
On 25 Oct 2012, at 11:04, Dave Pigott dave.pigott@linaro.org wrote:
mount /dev/disk/
linaro-validation@lists.linaro.org