Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. [RFC] wifi: make max connection retries configurable
(Matthijs Vader)
2. How to get IPv6 address ? (Masashi Honma)
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Aug 2017 20:31:59 +0000
From: Matthijs Vader <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [RFC] wifi: make max connection retries configurable
Message-ID:
<he1pr07mb1436482f401858ee799bcec7c5...@he1pr07mb1436.eurprd07.prod.outlook.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Daniel, Patrick, et al,
This email is to try and convince you to spend some more time on the discussion
that started back in January [1], and ended with [2].
The background of the patch is this: our devices, running ConnMan, are
unattended. And of course one could argue that customers should always use
Ethernet for making things robust, but they don't. Therefore we also need our
wifi setup to be as rock solid as ever possible.
And by design that is a bit difficult with wifi, as the client can't always
distinguish between wrong password and no signal. Currently ConnMan will give
up after a few retries, on assumption that the password must be wrong and
because it doesn't want to keep retrying. Since -some- APs might block it then.
I've never had my phone, nor my laptop, forget a wifi password. And, at least
before we applied the RFC-d patch, we, and our customers, have seen ConnMan
'forgetting' the password..
So, can we reopen this discussion? Last status was:
M?ns wrote:
> Daniel wrote:
>> So that means we have three options:
>>
>> 1) connman.conf, global knob
>> 2) config file no D-Bus API
>> 3) D-Bus API
>>
>> All of them have their downside. Patrik what is your stand?
>
> To me, 2) has the distinct downside of not being useful.
To me, 1) would be most simple to use, implement, document and understand. And
(of course) the default behavior should not be changed.
Matthijs
[1] https://lists.01.org/pipermail/connman/2017-January/021470.html
[2] https://lists.01.org/pipermail/connman/2017-February/021557.html
------------------------------
Message: 2
Date: Fri, 4 Aug 2017 05:43:33 +0900
From: Masashi Honma <[email protected]>
To: [email protected]
Subject: How to get IPv6 address ?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
I am trying to get IPv6 address with ConnMan.
But no IPv6 (include link local address) could not be obtained.
I could obtain IPv6 link local address and global addres with NetworkManager.
So this is not a issue of my network.
By my debugging, __connman_inet_ipv6_send_rs() calls ndisc_send_unspec() and
the the ndisc_send_unspec calls sendmsg(). Then sendmsg() returns EADDRNOTAVAIL.
Then dst=ff02::2 and src=::. By RFC 4861 "4.1. Router Solicitation Message
Format", source address == :: is allowed... For reference, I have captured
Router Solicitation of NetworkManager. dst is identical to ConnMan. src is
Link local IPv6 Address of the interface. I have captured the packets of ConnMan
also, but no router solicitaion packets was captured.
I will write my configurations.
boot arguments:
$ sudo src/connmand --wifi=nl80211 --nodaemon --debug --device=enp0s25 --config
/home/honma/connman.conf
config file:
[General]
PreferredTechnologies=wifi,ethernet,cellular
SingleConnectedTechnology=false
AlwaysConnectedTechnologies=wifi,ethernet,cellular
Other configs by commands:
$ ./set-proxy <ethernet service> manual servers=URL:portno
$ ./set-ipv4-method <ethernet service> off
$ ./set-ipv6-method <ethernet service> auto
# I am using pacrunner built by source code.
ConnMan version:
---------------------
commit 4a47a848037ab5799473f22b22632e061d12fb69
Author: Daniel Wagner <[email protected]>
Date: Mon Jul 24 14:50:34 2017 +0200
AUTHORS: Mention Guillaume's contribution
---------------------
kernel version:
Ubuntu 16.04 x64 (Linux 4.10.0-28-generic)
kernel config:
I have already enabled all the CONFIG_XXX in ConnMan README.
Is there any help ?
Masashi Honma.
-------------- next part --------------
$ sudo src/connmand --wifi=nl80211 --nodaemon --debug --device=enp0s25 --config
/home/honma/connman.conf
connmand[27595]: Connection Manager version 1.34
connmand[27595]: src/dbus.c:__connman_dbus_init()
connmand[27595]: src/main.c:parse_config() parsing main.conf
connmand[27595]: src/inotify.c:__connman_inotify_init()
connmand[27595]: src/technology.c:__connman_technology_init()
connmand[27595]: src/notifier.c:__connman_notifier_init()
connmand[27595]: src/agent.c:__connman_agent_init()
connmand[27595]: src/service.c:__connman_service_init()
connmand[27595]: src/agent.c:connman_agent_driver_register() Registering driver
0x6f9780 name service
connmand[27595]: src/peer_service.c:__connman_peer_service_init()
connmand[27595]: src/peer.c:__connman_peer_init()
connmand[27595]: src/provider.c:__connman_provider_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f97c0
name provider
connmand[27595]: src/network.c:__connman_network_init()
connmand[27595]: src/config.c:__connman_config_init()
connmand[27595]: src/inotify.c:create_watch() Add directory watch for
/var/lib/connman
connmand[27595]: src/config.c:read_configs()
connmand[27595]: src/device.c:__connman_device_init()
connmand[27595]: src/ippool.c:__connman_ippool_init()
connmand[27595]: src/firewall-iptables.c:__connman_firewall_init()
connmand[27595]: src/iptables.c:__connman_iptables_init()
connmand[27595]: src/nat.c:__connman_nat_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9bc0
name nat
connmand[27595]: src/tethering.c:__connman_tethering_init()
connmand[27595]: src/counter.c:__connman_counter_init()
connmand[27595]: src/manager.c:__connman_manager_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9720
name manager
connmand[27595]: src/stats.c:__connman_stats_init()
connmand[27595]: src/clock.c:__connman_clock_init()
connmand[27595]: src/timezone.c:__connman_timezone_init()
connmand[27595]: src/timezone.c:__connman_timezone_lookup() sysconfig zone
(null)
connmand[27595]: src/timezone.c:__connman_timezone_lookup() localtime zone
(null)/Japan
connmand[27595]: src/ipconfig.c:__connman_ipconfig_init()
connmand[27595]: src/rtnl.c:__connman_rtnl_init()
connmand[27595]: src/task.c:__connman_task_init()
connmand[27595]: src/proxy.c:__connman_proxy_init()
connmand[27595]: src/detect.c:__connman_detect_init()
connmand[27595]: src/rtnl.c:connman_rtnl_register() rtnl 0x6f9820 name detect
connmand[27595]: src/session.c:__connman_session_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9a20
name session
connmand[27595]: src/timeserver.c:__connman_timeserver_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9860
name timeserver
connmand[27595]: src/connection.c:__connman_connection_init()
connmand[27595]: src/rtnl.c:connman_rtnl_register() rtnl 0x6f96e0 name
connection
connmand[27595]: src/plugin.c:__connman_plugin_init()
connmand[27595]: Checking loopback interface settings
connmand[27595]: System hostname is honmaubuntu1604
connmand[27595]: src/utsname.c:connman_utsname_driver_register() driver
0x6f7020 name loopback
connmand[27595]: plugins/session_policy_local.c:session_policy_local_init()
connmand[27595]: src/inotify.c:create_watch() Add directory watch for
/var/lib/connman/session_policy_local
connmand[27595]: src/session.c:connman_session_policy_register() name session
local policy configuration
connmand[27595]: plugins/session_policy_local.c:read_policies()
connmand[27595]: plugins/nmcompat.c:nmcompat_init()
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9120
name nmcompat
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9020
name pacrunner
connmand[27595]: src/proxy.c:connman_proxy_driver_register() driver 0x6f9080
name pacrunnerproxy
connmand[27595]: src/provider.c:connman_provider_driver_register() driver
0x6f8f80 name VPN
connmand[27595]: plugins/vpn.c:vpnd_created() connection 0x219fc10
connmand[27595]: plugins/vpn.c:get_connections()
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f8ec0 name network
connmand[27595]: src/network.c:probe_driver() driver 0x6f8ec0 name network
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f8f00
name dundee
connmand[27595]: src/device.c:probe_driver() driver 0x6f8f00 name dundee
connmand[27595]: plugins/ofono.c:ofono_init()
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f8dc0 name cellular
connmand[27595]: src/network.c:probe_driver() driver 0x6f8dc0 name cellular
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f8e00
name modem
connmand[27595]: src/device.c:probe_driver() driver 0x6f8e00 name modem
connmand[27595]: src/technology.c:connman_technology_driver_register()
Registering cellular driver
connmand[27595]: src/technology.c:connman_technology_driver_register()
Registering bluetooth driver
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f7a40
name bluetooth
connmand[27595]: src/device.c:probe_driver() driver 0x6f7a40 name bluetooth
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f7a00 name bluetooth
connmand[27595]: src/network.c:probe_driver() driver 0x6f7a00 name bluetooth
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f7340 name wifi
connmand[27595]: src/network.c:probe_driver() driver 0x6f7340 name wifi
connmand[27595]: src/technology.c:connman_technology_driver_register()
Registering wifi driver
connmand[27595]: src/technology.c:connman_technology_driver_register()
Registering cdc_ethernet driver
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f71a0 name usb
connmand[27595]: src/network.c:probe_driver() driver 0x6f71a0 name usb
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f71e0
name gadget
connmand[27595]: src/device.c:probe_driver() driver 0x6f71e0 name gadget
connmand[27595]: src/technology.c:connman_technology_driver_register()
Registering ethernet driver
connmand[27595]: src/network.c:connman_network_driver_register() driver
0x6f70a0 name cable
connmand[27595]: src/network.c:probe_driver() driver 0x6f70a0 name cable
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f70e0
name ethernet
connmand[27595]: src/device.c:probe_driver() driver 0x6f70e0 name ethernet
connmand[27595]: src/resolver.c:__connman_resolver_init() dnsproxy 1
connmand[27595]: __connman_inet_get_pnp_nameservers: Cannot read /proc/net/pnp
Failed to open file '/proc/net/pnp': No such file or directory
connmand[27595]: src/dnsproxy.c:__connman_dnsproxy_init()
connmand[27595]: src/dnsproxy.c:__connman_dnsproxy_add_listener() index 1
connmand[27595]: src/inet.c:__connman_inet_get_interface_address() index 1
interface lo
connmand[27595]: src/inet.c:__connman_inet_get_interface_address() index 1
interface lo
connmand[27595]: src/inet.c:__connman_inet_get_interface_address() index 1
interface lo
connmand[27595]: src/inet.c:__connman_inet_get_interface_address() index 1
interface lo
connmand[27595]: src/resolver.c:__connman_resolvfile_append() index 1 server ::1
connmand[27595]: Cannot create /var/run/connman/resolv.conf falling back to
/etc/resolv.conf
connmand[27595]: src/resolver.c:__connman_resolvfile_append() index 1 server
127.0.0.1
connmand[27595]: src/notifier.c:connman_notifier_register() notifier 0x6f9b60
name dnsproxy
connmand[27595]: src/rtnl.c:__connman_rtnl_start()
connmand[27595]: src/rtnl.c:send_getlink()
connmand[27595]: src/rtnl.c:send_request() GETLINK len 17 type 18 flags 0x0301
seq 0
connmand[27595]: src/rtnl.c:send_getaddr()
connmand[27595]: src/rtnl.c:send_getroute()
connmand[27595]: src/dhcp.c:__connman_dhcp_init()
connmand[27595]: src/dhcpv6.c:__connman_dhcpv6_init()
connmand[27595]: src/wpad.c:__connman_wpad_init()
connmand[27595]: src/wispr.c:__connman_wispr_init()
connmand[27595]: src/rfkill.c:__connman_rfkill_init()
connmand[27595]: src/rfkill.c:rfkill_process()
connmand[27595]: src/machine.c:__connman_machine_init()
connmand[27595]: src/rtnl.c:rtnl_message() NEWLINK len 1244 type 16 flags
0x0002 seq 0 pid 27595
connmand[27595]: src/ipconfig.c:__connman_ipconfig_newlink() index 1
connmand[27595]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
connmand[27595]: lo {newlink} index 1 operstate 0 <UNKNOWN>
connmand[27595]: src/detect.c:detect_newlink() type 772 index 1
connmand[27595]: src/rtnl.c:rtnl_message() NEWLINK len 1252 type 16 flags
0x0002 seq 0 pid 27595
connmand[27595]: src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[27595]: enp0s25 {create} index 2 type 1 <ETHER>
connmand[27595]: enp0s25 {RX} 17736 packets 9442218 bytes
connmand[27595]: enp0s25 {TX} 11542 packets 1716629 bytes
connmand[27595]: enp0s25 {update} flags 36866 <DOWN>
connmand[27595]: enp0s25 {newlink} index 2 address 18:03:73:3B:63:41 mtu 1500
connmand[27595]: enp0s25 {newlink} index 2 operstate 2 <DOWN>
connmand[27595]: get_nfs_server_ip: File /proc/net/pnp doesn't exist
connmand[27595]: src/detect.c:detect_newlink() type 1 index 2
connmand[27595]: get_nfs_server_ip: File /proc/net/pnp doesn't exist
connmand[27595]: src/device.c:connman_device_create() node 1803733b6341 type 1
connmand[27595]: src/device.c:connman_device_create() device 0x21b02e0
connmand[27595]: src/device.c:connman_device_set_string() device 0x21b02e0 key
Address value 18:03:73:3B:63:41
connmand[27595]: src/device.c:connman_device_register() device 0x21b02e0 name
Ethernet
connmand[27595]: src/device.c:connman_device_register() driver 0x6f70e0 name
ethernet
connmand[27595]: plugins/ethernet.c:eth_dev_probe() device 0x21b02e0
connmand[27595]: src/rtnl.c:connman_rtnl_add_newlink_watch() id 1
connmand[27595]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36866
change 0
connmand[27595]: src/technology.c:__connman_technology_add_device() device
0x21b02e0 type Wired
connmand[27595]: src/technology.c:technology_get() type 2
connmand[27595]: src/technology.c:technology_find() type 2
connmand[27595]: src/technology.c:technology_get() technology (nil) driver
0x6f7120
connmand[27595]: src/technology.c:technology_load() technology 0x21b0600
connmand[27595]: src/technology.c:technology_get() technology 0x21b0600 Wired
connmand[27595]: src/device.c:__connman_device_enable() device 0x21b02e0
connmand[27595]: plugins/ethernet.c:eth_dev_enable() device 0x21b02e0
connmand[27595]: src/device.c:connman_device_set_powered() device 0x21b02e0
powered 1
connmand[27595]: src/technology.c:technology_find() type 2
connmand[27595]: src/technology.c:__connman_technology_enabled() technology
0x21b0600 type Wired rfkill 0 enabled 0
connmand[27595]: src/technology.c:technology_find() type 2
connmand[27595]: src/technology.c:__connman_technology_enabled() technology
0x21b0600 type Wired rfkill 0 enabled 1
connmand[27595]: Adding interface enp0s25 [ ethernet ]
connmand[27595]: src/technology.c:technology_find() type 2
connmand[27595]: plugins/ethernet.c:eth_tech_add_interface() index 2 name
enp0s25 ident 1803733b6341
connmand[27595]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36866
change 0
connmand[27595]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq
0 pid 27595
connmand[27595]: src/rtnl.c:process_response() seq 0
connmand[27595]: src/rtnl.c:send_request() GETADDR len 17 type 22 flags 0x0301
seq 1
connmand[27595]: src/rtnl.c:rtnl_message() NEWLINK len 1252 type 16 flags
0x0000 seq 0 pid 0
connmand[27595]: src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[27595]: enp0s25 {RX} 17736 packets 9442218 bytes
connmand[27595]: enp0s25 {TX} 11542 packets 1716629 bytes
connmand[27595]: enp0s25 {update} flags 36867 <UP>
connmand[27595]: enp0s25 {newlink} index 2 address 18:03:73:3B:63:41 mtu 1500
connmand[27595]: enp0s25 {newlink} index 2 operstate 2 <DOWN>
connmand[27595]: src/detect.c:detect_newlink() type 1 index 2
connmand[27595]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36867
change 1
connmand[27595]: plugins/ethernet.c:ethernet_newlink() power on
connmand[27595]: src/device.c:connman_device_set_powered() device 0x21b02e0
powered 1
connmand[27595]: src/rtnl.c:rtnl_message() NEWADDR len 76 type 20 flags 0x0002
seq 1 pid 27595
connmand[27595]: src/ipconfig.c:__connman_ipconfig_newaddr() index 1
connmand[27595]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq
1 pid 27595
connmand[27595]: src/rtnl.c:process_response() seq 1
connmand[27595]: src/rtnl.c:send_request() GETROUTE len 17 type 26 flags 0x0301
seq 2
connmand[27595]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002
seq 2 pid 27595
connmand[27595]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002
seq 2 pid 27595
connmand[27595]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002
seq 2 pid 27595
connmand[27595]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002
seq 2 pid 27595
connmand[27595]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq
2 pid 27595
connmand[27595]: src/rtnl.c:process_response() seq 2
connmand[27595]: plugins/pacrunner.c:pacrunner_connect()
connmand[27595]: plugins/vpn.c:get_connections_reply()
connmand[27595]: The name net.connman.vpn was not provided by any .service files
connmand[27595]: plugins/wifi.c:system_ready()
connmand[27595]: src/device.c:connman_device_driver_register() driver 0x6f7300
name wifi
connmand[27595]: src/device.c:probe_driver() driver 0x6f7300 name wifi
connmand[27595]: src/machine.c:machine_property_changed() Property Hostname
connmand[27595]: src/machine.c:machine_property_changed() Property
StaticHostname
connmand[27595]: src/machine.c:machine_property_changed() Property
PrettyHostname
connmand[27595]: src/machine.c:machine_property_changed() Property IconName
connmand[27595]: src/machine.c:machine_property_changed() Property Chassis
connmand[27595]: src/machine.c:machine_property_changed() Machine type set to
connmand[27595]: src/machine.c:machine_property_changed() Property Deployment
connmand[27595]: src/machine.c:machine_property_changed() Property Location
connmand[27595]: src/machine.c:machine_property_changed() Property KernelName
connmand[27595]: src/machine.c:machine_property_changed() Property KernelRelease
connmand[27595]: src/machine.c:machine_property_changed() Property KernelVersion
connmand[27595]: src/machine.c:machine_property_changed() Property
OperatingSystemPrettyName
connmand[27595]: src/machine.c:machine_property_changed() Property
OperatingSystemCPEName
connmand[27595]: src/rtnl.c:rtnl_message() NEWROUTE len 116 type 24 flags
0x0600 seq 0 pid 0
connmand[27595]: src/rtnl.c:rtnl_message() NEWLINK len 1252 type 16 flags
0x0000 seq 0 pid 0
connmand[27595]: src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[27595]: enp0s25 {RX} 17736 packets 9442218 bytes
connmand[27595]: enp0s25 {TX} 11542 packets 1716629 bytes
connmand[27595]: enp0s25 {update} flags 102467 <UP,RUNNING,LOWER_UP>
connmand[27595]: enp0s25 {newlink} index 2 address 18:03:73:3B:63:41 mtu 1500
connmand[27595]: enp0s25 {newlink} index 2 operstate 6 <UP>
connmand[27595]: src/detect.c:detect_newlink() type 1 index 2
connmand[27595]: plugins/ethernet.c:ethernet_newlink() index 2 flags 102467
change 0
connmand[27595]: plugins/ethernet.c:ethernet_newlink() carrier on
connmand[27595]: src/network.c:connman_network_create() network 0x21af5e0
identifier carrier type ethernet
connmand[27595]: src/network.c:connman_network_set_name() network 0x21af5e0
name Wired
connmand[27595]: src/device.c:connman_device_add_network() device 0x21b02e0
network 0x21af5e0
connmand[27595]: src/network.c:connman_network_ref_debug() 0x21af5e0 name Wired
ref 2 by src/device.c:824:connman_device_add_network()
connmand[27595]: src/network.c:network_probe() network 0x21af5e0 name Wired
connmand[27595]: src/network.c:network_probe() driver 0x6f70a0 name cable
connmand[27595]: plugins/ethernet.c:eth_network_probe() network 0x21af5e0
connmand[27595]: src/network.c:network_probe() network 0x21af5e0 name Wired
connmand[27595]: src/network.c:network_probe() driver 0x6f70a0 name cable
connmand[27595]: plugins/ethernet.c:eth_network_probe() network 0x21af5e0
connmand[27595]: src/service.c:__connman_service_create_from_network() network
0x21af5e0
connmand[27595]: src/service.c:connman_service_create() service 0x21aa8f0
connmand[27595]: src/service.c:service_initialize() service 0x21aa8f0
connmand[27595]: src/service.c:service_get() service 0x21aa8f0
connmand[27595]: src/service.c:update_from_network() service 0x21aa8f0 network
0x21af5e0
connmand[27595]: src/network.c:connman_network_ref_debug() 0x21af5e0 name Wired
ref 3 by src/service.c:6947:update_from_network()
connmand[27595]: src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x21a38a0
index 2
connmand[27595]: src/ipconfig.c:create_ipv6config() ipconfig 0x21abf40 index 2
method auto
connmand[27595]: src/service.c:service_register() service 0x21aa8f0
connmand[27595]: src/service.c:service_register() path
/net/connman/service/ethernet_1803733b6341_cable
connmand[27595]: src/config.c:__connman_config_provision_service() service
0x21aa8f0 type 2
connmand[27595]: src/service.c:service_load() service 0x21aa8f0
connmand[27595]: src/ipconfig.c:__connman_ipconfig_load() ipconfig 0x21a38a0
identifier ethernet_1803733b6341_cable
connmand[27595]: src/ipconfig.c:__connman_ipconfig_load() ipconfig 0x21abf40
identifier ethernet_1803733b6341_cable
connmand[27595]: src/connection.c:__connman_connection_update_gateway() default
(nil)
connmand[27595]: src/service.c:service_schedule_added() service 0x21aa8f0
connmand[27595]: src/service.c:__connman_service_connect() service 0x21aa8f0
state idle connect reason none -> auto
connmand[27595]: src/service.c:__connman_service_clear_error() service 0x21aa8f0
connmand[27595]: src/stats.c:__connman_stats_service_register() service
0x21aa8f0
connmand[27595]: src/stats.c:stats_open() file 0x21a9730 name
/var/lib/connman/ethernet_1803733b6341_cable/data
connmand[27595]: src/stats.c:stats_file_setup() file 0x21a9730 fd 18 name
/var/lib/connman/ethernet_1803733b6341_cable/data
connmand[27595]: src/stats.c:stats_file_remap() file 0x21a9730 size 4096 addr
(nil) len 0
connmand[27595]: src/network.c:__connman_network_connect() network 0x21af5e0
connmand[27595]: src/device.c:__connman_device_disconnect() device 0x21b02e0
connmand[27595]: Skipping disconnect of carrier, network is connecting.
connmand[27595]: plugins/ethernet.c:eth_network_connect() network 0x21af5e0
connmand[27595]: src/network.c:connman_network_set_connected() network
0x21af5e0 connected 0/1 connecting 1 associating 0
connmand[27595]: src/network.c:connman_network_set_associating() network
0x21af5e0 associating 0
connmand[27595]: src/network.c:set_connected() service 0x21aa8f0 ipv4 0x21a38a0
ipv6 0x21abf40
connmand[27595]: src/network.c:set_configuration() network 0x21af5e0
connmand[27595]: ipconfig state 3 ipconfig method 1
connmand[27595]: src/network.c:__connman_network_enable_ipconfig() ipv4
ipconfig method 1
connmand[27595]: src/network.c:set_configuration() network 0x21af5e0
connmand[27595]: src/service.c:__connman_service_ipconfig_indicate_state()
service 0x21aa8f0 (ethernet_1803733b6341_cable) old state 1 (idle) new state 3
(configuration) type 2 (IPv6)
connmand[27595]: src/service.c:service_indicate_state() service 0x21aa8f0 old
idle - new idle/configuration => configuration
connmand[27595]: plugins/nmcompat.c:service_state_changed() service 0x21aa8f0
state 3
connmand[27595]: src/session.c:service_state_changed() service 0x21aa8f0 state 3
connmand[27595]: src/notifier.c:notify_idle_state() idle 0
connmand[27595]: src/manager.c:idle_state() idle 0
connmand[27595]: src/stats.c:__connman_stats_service_register() service
0x21aa8f0
connmand[27595]: src/connection.c:__connman_connection_update_gateway() default
(nil)
connmand[27595]: src/network.c:__connman_network_enable_ipconfig() ipv6
ipconfig method 5
connmand[27595]: src/network.c:autoconf_ipv6_set() network 0x21af5e0
connmand[27595]: src/ipconfig.c:__connman_ipconfig_enable() ipconfig 0x21abf40
connmand[27595]: src/ipconfig.c:__connman_ipconfig_ref_debug() 0x21abf40 ref 2
by src/ipconfig.c:1579:__connman_ipconfig_enable()
connmand[27595]: src/ipconfig.c:enable_ipv6()
connmand[27595]: src/service.c:service_up() enp0s25 up
connmand[27595]: src/service.c:service_lower_up() enp0s25 lower up
connmand[27595]: src/service.c:stats_start() service 0x21aa8f0
connmand[27595]: src/ipconfig.c:enable_ipv6()
connmand[27595]: src/inet.c:connman_inet_clear_ipv6_address() index 2 address
(null) prefix_len 0
connmand[27595]: src/network.c:connman_network_ref_debug() 0x21af5e0 name Wired
ref 4 by src/network.c:576:autoconf_ipv6_set()
connmand[27595]: src/inet.c:__connman_inet_ipv6_send_rs() sock 19
connmand[27595]: src/inet.c:ndisc_send_unspec()
connmand[27595]: src/service.c:__connman_service_connect() service 0x21aa8f0
err 0
connmand[27595]: src/service.c:service_send_changed()
connmand[27595]: src/service.c:service_append_added_foreach() new
/net/connman/service/ethernet_1803733b6341_cable
connmand[27595]: src/inet.c:rs_timeout_cb() user data 0x21ac690
connmand[27595]: src/network.c:check_dhcpv6() reply (nil)
connmand[27595]: src/network.c:check_dhcpv6() re-send router solicitation 3
connmand[27595]: src/inet.c:__connman_inet_ipv6_send_rs() sock 20
connmand[27595]: src/inet.c:ndisc_send_unspec()
connmand[27595]: src/inet.c:rs_timeout_cb() user data 0x21ac8a0
connmand[27595]: src/network.c:check_dhcpv6() reply (nil)
connmand[27595]: src/network.c:check_dhcpv6() re-send router solicitation 2
connmand[27595]: src/inet.c:__connman_inet_ipv6_send_rs() sock 19
connmand[27595]: src/inet.c:ndisc_send_unspec()
connmand[27595]: src/inet.c:rs_timeout_cb() user data 0x21b1850
connmand[27595]: src/network.c:check_dhcpv6() reply (nil)
connmand[27595]: src/network.c:check_dhcpv6() re-send router solicitation 1
connmand[27595]: src/inet.c:__connman_inet_ipv6_send_rs() sock 20
connmand[27595]: src/inet.c:ndisc_send_unspec()
connmand[27595]: src/inet.c:rs_timeout_cb() user data 0x21b1930
connmand[27595]: src/network.c:check_dhcpv6() reply (nil)
connmand[27595]: src/network.c:connman_network_unref_debug() 0x21af5e0 name
Wired ref 3 by src/network.c:434:check_dhcpv6()
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman
------------------------------
End of connman Digest, Vol 22, Issue 1
**************************************