Posts by Skrenes

    OK, works now. Had to do something from this thread for the shutdown hang issue:

    Copy /etc/connman/main.conf to /storage/.config/connman_main.conf
    and add the network interface to NetworkInterfaceBlacklist option

    Code
    NetworkInterfaceBlacklist = eth0,vmnet,vboxnet,virbr,ifb,docker,veth,ve-,vb-

    Create an autostart script to add default gateway and connman resolv.conf

    nano /storage/.config/autostart.sh

    Code
    /sbin/route add -net 0.0.0.0 gw 192.168.90.1
    echo -e "search mydomain.org\nnameserver 192.168.90.1" > /run/connman/resolv.conf

    chmod +x /storage/.config/autostart.sh


    I did exactly this but mine still crashes on reboot/shutdown. My logs are here (created the same was as instructed). Any ideas?