A more recent thread brought to my attention the fact that the fingerprint issue is likely a feature. I had reviewed the release notes before upgrade, but did not really pay attention to that point. I may have assumed it is related to encryption (which I don’t use) due to the formulation.
Security code (if in use) must be typed when the phone is booting up.
I would say fingerprint is not accepted for the first unlock after boot up. Anyway, so much for the fingerprint sidetrack.
The main problem of this thread is, sadly, still reproducible.
I’ve since verified settings for the AP are present in ~/.local/share/system/privileged/connman/wifi_${wlan0_mac}_${hex_ssid}_managed_psk/settings
with Favorite=true
, AutoConnect=true
, Hidden=true
(I suppose this indicates the AP does not broadcast SSID, which may be relevant).
Also, I’ve tried looking at the output of # journalctl -a | grep -F connman
(included below), which was requested in related threads.
Nov 15 15:59:07 Sailfish dbus-daemon[677]: [system] Activating via systemd: service name='net.connman.vpn' unit='connman-vpn.service' requested by ':1.31' (uid=100000 pid=1609 comm="/usr/bin/lipstick -plugin evdevtouch:/dev/touchscr")
Nov 15 15:59:07 Sailfish dbus-daemon[677]: dbus-daemon[677]: [system] Activating via systemd: service name='net.connman.vpn' unit='connman-vpn.service' requested by ':1.31' (uid=100000 pid=1609 comm="/usr/bin/lipstick -plugin evdevtouch:/dev/touchscr")
Nov 15 15:59:07 Sailfish systemd[1]: [/usr/lib/systemd/system/connman-vpn.service:18] Unknown lvalue 'PrivateUsers' in section 'Service'
Nov 15 15:59:07 Sailfish systemd[1]: [/usr/lib/systemd/system/connman-vpn.service:19] Unknown lvalue 'ProtectControlGroups' in section 'Service'
Nov 15 15:59:09 Sailfish connmand[1756]: Connection Manager version 1.32+git136.2
Nov 15 15:59:10 Sailfish dbus-daemon[677]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.34' (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: dbus-daemon[677]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.34' (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.35' (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: dbus-daemon[677]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.35' (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.34" (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s") interface="org.neard.Manager" member="RegisterHandoverAgent" error name="(unset)" requested_reply="0" destination="org.neard" (uid=1027 pid=763 comm="/usr/sbin/nfcd -o syslog")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: dbus-daemon[677]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.34" (uid=0 pid=1756 comm="/usr/sbin/connmand -n -W nl80211 --nobacktrace --s") interface="org.neard.Manager" member="RegisterHandoverAgent" error name="(unset)" requested_reply="0" destination="org.neard" (uid=1027 pid=763 comm="/usr/sbin/nfcd -o syslog")
Nov 15 15:59:10 Sailfish dbus-daemon[677]: [system] Successfully activated service 'net.connman.vpn'
Nov 15 15:59:10 Sailfish dbus-daemon[677]: dbus-daemon[677]: [system] Successfully activated service 'net.connman.vpn'
Nov 15 15:59:10 Sailfish connman-vpnd[1790]: Connection Manager VPN daemon version 1.32+git136.2
Nov 15 15:59:10 Sailfish connmand[1756]: Method "ListAdapters" with signature "" on interface "org.bluez.Manager" doesn't exist
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - Unable to fetch Connman services: "The name net.connman was not provided by any .service files"
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - "The name net.connman was not provided by any .service files"
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - "The name net.connman was not provided by any .service files"
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - "The name net.connman was not provided by any .service files"
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - "Method \"GetProperties\" with signature \"\" on interface \"net.connman.Technology\" doesn't exist\n"
Nov 15 15:59:13 Sailfish lipstick[1609]: [W] unknown:0 - "Method \"GetProperties\" with signature \"\" on interface \"net.connman.Technology\" doesn't exist\n"
Nov 15 15:59:13 Sailfish connmand[1756]: tech 0x2e66a8 statechange notify fail
Nov 15 15:59:13 Sailfish connmand[1756]: user changed to 100000
Nov 15 15:59:14 Sailfish connmand[1756]: [gsupplicant] WARNING! Unexpected interface capability key GroupMgmt
“Rejected send message” from dbus-daemon
and “Unable to fetch Connman services” from lipstick
seem suspicious, but without a success scenario to compare against I’m not sure those are relevant.
I would appreciate any hints for further troubleshooting, ideas on how to fix this.