connman / cmst

1 post / 0 new
#1 Tue, 2017-04-18 17:12
pwFoo
  • pwFoo's picture
  • Offline
  • Last seen: 7 months 1 week ago
  • Joined: 2015-08-27

I built a cmst package for testing, but it looks like connman doesn't work?

/ # connmand -n -d -c /etc/connman/main.conf 
connmand[36]: Connection Manager version 1.31
connmand[36]: src/dbus.c:__connman_dbus_init() 
connmand[36]: src/main.c:parse_config() parsing main.conf
connmand[36]: src/inotify.c:__connman_inotify_init() 
connmand[36]: src/technology.c:__connman_technology_init() 
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[36]: src/notifier.c:__connman_notifier_init() 
connmand[36]: src/agent.c:__connman_agent_init() 
connmand[36]: src/service.c:__connman_service_init() 
connmand[36]: src/agent.c:connman_agent_driver_register() Registering driver 0x55ee6a557260 name service
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/wifi_ac7289854ed1_46423031_managed_psk/settings
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/wifi_ac7289854ed1_5749464932494e4554_managed_psk/settings
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/ethernet_180373803ce8_cable/settings
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/wifi_6a10cc9ec4eb_46423031_managed_psk/settings
connmand[36]: src/peer_service.c:__connman_peer_service_init() 
connmand[36]: src/peer.c:__connman_peer_init() 
connmand[36]: src/provider.c:__connman_provider_init() 
connmand[36]: src/notifier.c:connman_notifier_register() notifier 0x55ee6a5572a0 name provider
connmand[36]: src/network.c:__connman_network_init() 
connmand[36]: src/config.c:__connman_config_init() 
connmand[36]: src/inotify.c:create_watch() Add directory watch for /var/lib/connman
connmand[36]: src/config.c:read_configs() 
connmand[36]: src/device.c:__connman_device_init() 
connmand[36]: src/device.c:__connman_device_isfiltered() ignoring device docker0 (blacklist)
connmand[36]: src/device.c:__connman_device_isfiltered() ignoring device br-b9f575cea307 (blacklist)
connmand[36]: src/device.c:__connman_device_isfiltered() ignoring device br-f0a028872437 (blacklist)
connmand[36]: src/device.c:__connman_device_isfiltered() ignoring device br-4b02ed42a9ae (blacklist)
connmand[36]: src/ippool.c:__connman_ippool_init() 
connmand[36]: src/iptables.c:__connman_iptables_init() 
connmand[36]: src/firewall.c:__connman_firewall_init() 
connmand[36]: src/iptables.c:iptables_init() filter
connmand[36]: src/iptables.c:__connman_iptables_commit() filter
connmand[36]: src/iptables.c:iptables_init() mangle
connmand[36]: src/iptables.c:__connman_iptables_commit() mangle
connmand[36]: src/iptables.c:iptables_init() nat
connmand[36]: src/iptables.c:__connman_iptables_commit() nat
connmand[36]: src/nat.c:__connman_nat_init() 
connmand[36]: src/notifier.c:connman_notifier_register() notifier 0x55ee6a557800 name nat
connmand[36]: src/tethering.c:__connman_tethering_init() 
connmand[36]: src/counter.c:__connman_counter_init() 
connmand[36]: src/manager.c:__connman_manager_init() 
connmand[36]: src/notifier.c:connman_notifier_register() notifier 0x55ee6a557200 name manager
connmand[36]: src/stats.c:__connman_stats_init() 
connmand[36]: src/clock.c:__connman_clock_init() 
connmand[36]: src/timezone.c:__connman_timezone_init() 
connmand[36]: src/timezone.c:__connman_timezone_lookup() sysconfig zone (null)
connmand[36]: src/timezone.c:__connman_timezone_lookup() localtime zone (null)
connmand[36]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[36]: src/ipconfig.c:__connman_ipconfig_init() 
connmand[36]: src/rtnl.c:__connman_rtnl_init() 
connmand[36]: src/task.c:__connman_task_init() 
connmand[36]: src/proxy.c:__connman_proxy_init() 
connmand[36]: src/detect.c:__connman_detect_init() 
connmand[36]: src/rtnl.c:connman_rtnl_register() rtnl 0x55ee6a557300 name detect
connmand[36]: src/session.c:__connman_session_init() 
connmand[36]: src/notifier.c:connman_notifier_register() notifier 0x55ee6a5574c0 name session
connmand[36]: src/firewall.c:firewall_enable_rule() mangle INPUT -j CONNMARK --restore-mark
connmand[36]: src/firewall.c:insert_managed_rule() table mangle add managed chain for INPUT
connmand[36]: src/iptables.c:__connman_iptables_new_chain() -t mangle -N connman-INPUT
connmand[36]: src/iptables.c:iptables_init() mangle
connmand[36]: src/iptables.c:iptables_add_chain() table mangle chain connman-INPUT
connmand[36]: src/iptables.c:__connman_iptables_insert() -t mangle -I INPUT -j connman-INPUT
connmand[36]: src/iptables.c:iptables_insert_rule() table mangle chain INPUT
connmand[36]: src/iptables.c:__connman_iptables_append() -t mangle -A connman-INPUT -j CONNMARK --restore-mark
connmand[36]: Aborting (signal 11) [connmand]

Anyone get connman (edge, testing) to start?