Comment 1 for bug 1192099

Revision history for this message
Colin Ian King (colin-king) wrote :

I re-tested against utah tip this morning:

sudo PYTHONPATH=./utah ./utah/examples/run_utah_phablet.py --skip-install
= setting up network...
error: device not found
Network file is /etc/NetworkManager/system-connections/GLMLINUX
Provisioning network file to device
error: device not found

Running it with strace show's where it blocks:

[pid 12054] getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
[pid 12054] socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
[pid 12054] connect(3, {sa_family=AF_INET, sin_port=htons(5037), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
[pid 12054] write(3, "000c", 4) = 4
[pid 12054] write(3, "host:version", 12) = 12
[pid 12054] read(3, "OKAY", 4) = 4
[pid 12054] read(3, "0004", 4) = 4
[pid 12054] read(3, "001f", 4) = 4
[pid 12054] close(3) = 0
[pid 12054] socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
[pid 12054] connect(3, {sa_family=AF_INET, sin_port=htons(5037), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
[pid 12054] write(3, "0011", 4) = 4
[pid 12054] write(3, "host:wait-for-any", 17) = 17
[pid 12054] read(3, "OKAY", 4) = 4
[pid 12054] read(3,