[10:12] hello! [10:12] I have a development board running Ubuntu 16.04 [10:14] I have a connection through the debug UART and ssh through a WiFi interface [10:14] so, the dhcp works like it should [10:15] but even when I write echo "nameserver 8.8.8.8" > /etc/resolv.conf I can't run apt update [10:18] there's no ping command and no nslookup [10:22] when I run 'nmcli device show wlan0 | grep IP4.DNS' I can see that the dns is 192.168.0.1 which is my router [10:22] (same dns as this computer uses) [10:29] ubuntu uses resolvconf ... have a look at amn resolvconf [10:29] *man [10:30] /etc/resolv.conf is usually just a symlink to the generated resolv.conf [10:40] thanks ogra_ I will have a look [10:53] it looks like this for me 'resolv.conf -> /var/run/NetworkManager/resolv.conf' [10:54] the resolvconf directory only contains update-libc.d which only contains some avahi related file [11:00] when I run apt update it tries to connect to 192.168.0.14 which do not exist in my network [11:00] '0% [Connecting to 168.168.0.14 (168.168.0.14)]' [11:09] it's a beta version of Ubuntu 16.04 for Firefly Rk3288 I'm running (from the eMMc on a Firefly Rk3288 Plus) [17:50] hey all, im running a pcduino3b. can i upgrade the kernel and ubuntu nand, while running ubuntu from nand? [17:50] i know i can do it with a microsd card...