Hi, I am getting the nfs boot issue[ connmand gets down the nfs n/w interface ] because of the connman service . ( 1.17 ) as a part of genivi 5.0.2 I want to back port the bugfix from 1.19 to 1.17.
I found few patches: - http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=1b87cd7535a360dae57e3238829c91476853af68 http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=39a68b38aaa3188c3949506083bf469dd87b80f8 http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=fd9f99e5320ef904d7fadabdfb401d07eeb3ef26 Please let me know if am missing something more here? Still I am not able to fix the issue. Nfs boot use eth1 . Debug log: connmand[359]: Connection Manager version 1.17 connmand[359]: src/dbus.c:__connman_dbus_init() connmand[359]: src/inotify.c:__connman_inotify_init() connmand[359]: src/technology.c:__connman_technology_init() connmand[359]: src/storage.c:storage_load() Loading /var/lib/connman/settings connmand[359]: src/storage.c:storage_load() Loading /var/lib/connman/settings connmand[359]: src/notifier.c:__connman_notifier_init() connmand[359]: src/agent.c:__connman_agent_init() connmand[359]: src/service.c:__connman_service_init() connmand[359]: src/agent.c:connman_agent_driver_register() Registering driver 0xa826c name service connmand[359]: src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00044b1debb9_cable/settings connmand[359]: src/storage.c:storage_load() Loading /var/lib/connman/ethernet_00044b1debb8_cable/settings connmand[359]: src/provider.c:__connman_provider_init() connmand[359]: src/notifier.c:connman_notifier_register() notifier 0xa8290 name provider connmand[359]: src/network.c:__connman_network_init() connmand[359]: src/config.c:__connman_config_init() connmand[359]: src/inotify.c:create_watch() Add directory watch for /var/lib/connman connmand[359]: src/config.c:read_configs() connmand[359]: src/config.c:create_config() ident wired connmand[359]: Adding configuration wired connmand[359]: src/config.c:load_config() config 0xb9470 connmand[359]: src/storage.c:storage_load() Loading /var/lib/connman/wired.config connmand[359]: src/config.c:parse_address() address 11.0.0.1/255.255.255 via 11.0.0.1 connmand[359]: Config file /var/lib/connman/wired.config does not contain any configuration that can be provisioned! connmand[359]: src/device.c:__connman_device_init() connmand[359]: src/device.c:cleanup_devices() connmand[359]: src/inet.c:__connman_inet_get_address_netmask() index 3 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() socket create 8 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() ret 0 connmand[359]: src/device.c:cleanup_devices() kiran eth0 which is not already provisioned with 169.254.172.97/255.255.0.0 connmand[359]: src/device.c:cleanup_devices() cleaning up eth0 index 3 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() index 4 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() socket create 8 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() ret 0 connmand[359]: src/device.c:cleanup_devices() kiran eth1 which is not already provisioned with 11.0.0.17/255.255.255.0 connmand[359]: src/device.c:cleanup_devices() cleaning up eth1 index 4 connmand[359]: src/inet.c:__connman_inet_get_address_netmask() index 4 I tried giving the following /var/lib/connman/wired.config [global] Name = Wired Description = Wired network configuration [service_ethernet] Type = ethernet IPv4 = 11.0.0.1/255.255.255/11.0.0.1 MAC = 00:04:4B:1D:EB:B8 Nameservers = 8.8.8.8 Best Regards kiran ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
