码迷,mamicode.com
首页 > 其他好文 > 详细

DHCP request error:Timed out waiting for dhcpcd to start【转】

时间:2018-01-08 18:37:48      阅读:382      评论:0      收藏:0      [点我收藏+]

标签:log   target   service   csdn   netdata   net   androi   tar   sys   

本文转载自:http://blog.csdn.net/zvivi521/article/details/9166899

[init.svc.dhcpcd_eth0]: [stopped]

 

I/ServiceManager( 2040): Waiting for service android.tvs.daemon...
D/NetUtils( 1412): android_net_utils_runDhcpCommon, result:-1
E/EthernetDataTracker( 1412): DHCP request error:Timed out waiting for dhcpcd to start

 

原因是dhcpcd服务进程没有启动,这个地方没改动怎么会出现这问题呢?

 

看init.rc 里面

#Ethernet
#add dhcpcd_eth0 daemon
service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
    class main
    disabled
    oneshot
#add dhcpcd_eth1 daemon
service dhcpcd_eth1 /system/bin/dhcpcd -ABKL
    class main
    disabled
    oneshot

明显2个服务都没有启动啊。怎么回事呢?那之前为啥能够访问呢?

 

用之前的库,确实,[init.svc.dhcpcd_eth0]: [running],看来就是这个问题了。

DHCP request error:Timed out waiting for dhcpcd to start【转】

标签:log   target   service   csdn   netdata   net   androi   tar   sys   

原文地址:https://www.cnblogs.com/zzb-Dream-90Time/p/8243784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!