View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#20
Below is an excerpt from /var/log/syslog with icd2 started with verbose logging:
Code:
/sbin/initctl stop xsession/icd2
/usr/sbin/icd2 -l 0
This is just after the wifi connection was connected automatically:
Code:
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: connecting iap 0x71488 in state ICD_IAP_STATE_IP_UP: interface is 'wlan0'
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: No other ip_up functions found
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: no service module for iap 0x71488 since service type or service id is empty: '(null)'/'(null)'
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: No service provider module to call
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: no service module for iap 0x71488 since service type or service id is empty: '(null)'/'(null)'
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Proxytype: NONE
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Checking connection to http://connectivity-test.ext.nokia.com
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: HTTP response code from http://connectivity-test.ext.nokia.com: 200
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: policy nw disconnect restricted mode set to 1, restricted in roaming set to 1
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: icd refcount restricted mode set to 1, restricted in roaming set to 1
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: icd refcount reference counting restored to on
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: refcount checking orpahed requests after 2 secs
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: policy merge restricted mode set to 1, restricted in roaming set to 1
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: always online restricted mode set to 1, restricted in roaming set to 1
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Changing connection to manual
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Setting browser login on
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Sending browser request to http://connectivity-test.ext.nokia.com
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: IAP for f84f726d-b8cd-4d05-b77c-d808ea6cb701 and local FALSE found
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Found PID 1284 in request
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Browser request done
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: Starting to poll
Dec 26 10:36:48 (2015) icd2 0.213.4+0m8[6342]: connecting iap 0x71488 in state ICD_IAP_STATE_SCRIPT_POST_UP: interface is 'wlan0'
Just after this, icd2 brought the wifi connection down and brought the mobile connection up.

This is with connectivity-test.ext.nokia.com pointing at my local web server.
Maybe I just need to return the correct HTTP response code?
 

The Following User Says Thank You to ginggs For This Useful Post: