console-conf on beaglebone takes unbearable long
Bug #1625698 reported by
Oliver Grawert
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Triaged
|
Low
|
Unassigned |
Bug Description
i did a lot of snappy beaglebone installs today ...
it takes about 5-10 minutes after pressing enter in the serial console until console-conf starts at all.
the network setup is relatively quick then.
setting up the user takes between 12 and 30 minutes then, with the tool sitting at
"Contacting Server..."
note that the slowness of python on single core ARM caused us to switch snappy itself from python to go, it is very likely that the CPU is constantly saturated here, i do not see such behaviour on kvm and also not on multi core arm like the pi2 or pi3 (though it is pretty slow there as well)
affects: | subiquity (Ubuntu) → subiquity |
Changed in subiquity: | |
status: | New → Triaged |
importance: | Undecided → Low |
no longer affects: | snappy |
To post a comment you must log in.
5-10 *minutes*? I timed it on my dragonboard and it was about 5 seconds. I know the beaglebone is slow but it shouldn't be 60x slower than a dragonboard. I'd love to know where the time is going, maybe probing is really slow or something? Is it similarly slow if you run sudo /usr/share/ subiquity/ console- conf-tui after the board is set up?
I did notice that the create user step was very slow on the dragonboard (about 2 minutes). That's strange because all that console-conf does is run snap create-user, and running that post setup is quite fast (a few seconds).