View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#6
Originally Posted by peterleinchen View Post
Does really the setting revert to 'manually used'?
Yes. It worked perfectly for 3.5 years, but after using Settings / Reset / Restore settings, it is now broken.

Here is an excerpt from /var/log/syslog where I think things are going wrong:
Code:
Dec 24 09:45:25 (2015) udhcpc[22681]: udhcpc (v0.9.9-pre) started
Dec 24 09:45:25 (2015) udhcpc[22681]: Sending discover...
Dec 24 09:45:29 (2015) udhcpc[22681]: Sending discover...
Dec 24 09:45:29 (2015) udhcpc[22681]: Sending select for 192.168.88.10...
Dec 24 09:45:29 (2015) udhcpc[22681]: Lease of 192.168.88.10 obtained, lease time 259200
Dec 24 09:45:29 (2015) dnsmasq[652]: reading /var/run/resolv.conf.wlan0
Dec 24 09:45:29 (2015) dnsmasq[652]: using nameserver 192.168.88.1#53
Dec 24 09:45:29 (2015) dnsmasq[652]: read /etc/hosts - 2 addresses
Dec 24 09:45:29 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_IP_UP: interface is 'wlan0'
Dec 24 09:45:29 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_IP_UP: interface is 'wlan0'
Dec 24 09:45:36 (2015) icd2 0.213.4+0m8[1225]: connecting iap 0x9f6b0 in state ICD_IAP_STATE_SCRIPT_POST_UP: interface is 'wlan0'
Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - mc-disconnect started
Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - am_prepared_cb called
Dec 24 09:45:36 (2015) mc-await-disconnect[22711]: GLIB DEBUG default - No online accounts require ip routing, exiting
Dec 24 09:45:36 (2015) udhcpc[22681]: Unicasting a release of 192.168.88.10 to 192.168.88.1
Dec 24 09:45:36 (2015) udhcpc[22681]: zeroconf: address selected is 169.254.249.11
Dec 24 09:45:36 (2015) udhcpc[22681]: Sending release...
Dec 24 09:45:36 (2015) udhcpc[22681]: Entering released state
Dec 24 09:45:36 (2015) wlancond[1036]: Scan issued
Dec 24 09:45:36 (2015) udhcpc[22681]: Received SIGTERM
I think the three lines containing mc-await-disconnect are relevant.