← Back to team overview

ubuntu-phone team mailing list archive

Re: Mako with image 274 having reboot issues?

 

I was able to reproduce it pretty quickly with a simple loop, something like:
for i in `seq 1 1000`; do
    echo "LOOP $i"
    adb reboot
    adb wait-for-device
    sleep 10
done

The first few work, but pretty quickly I get stuck at the google logo.
I held down the power button to power off my mako, and turned it back
on. The first time it seemed to still get stuck but I killed the
script (which was still doing adb wait-for-device) and hard-reset the
phone again and it booted back up.

Meanwhile, this is killing devices off in the lab pretty quickly. As
of a few minutes ago, I have one working mako device left to run smoke
tests when the next image comes in.  If it dies on the next image,
we'll have to wait for someone in IS to reset all the devices. So
expect delays on 275 results.

Thanks,
Paul Larson


On Wed, Apr 2, 2014 at 8:59 PM, Michael Terry
<michael.terry@xxxxxxxxxxxxx> wrote:
> I've had issues rebooting (gets stuck on google logo screen) as well as the
> device's wifi no longer working (nmcli device wifi list is empty).  But in
> all cases, this has been an image that I've modified with PPA packages and
> such.  So not a pure test.
>
> -mt
>
>
> On Wed, Apr 2, 2014 at 7:51 PM, Oliver Grawert <ogra@xxxxxxxxxx> wrote:
>>
>> hi,
>> Am Mittwoch, den 02.04.2014, 21:31 +0100 schrieb Para Siva:
>>
>> > Would be helpful for someone to run a test to reboot mako a number of
>> > times with 274 outside the ci-lab to isolate the issue.
>>
>> I have approximately rebooted one of my makos 80 times or so throughout
>> the day while generating bootcharts on 274.
>> No issues here ...
>>
>> ciao
>>         oli
>>
>> --
>> Mailing list: https://launchpad.net/~ubuntu-phone
>> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> -mt
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>


References