Rexima Posted January 14, 2017 Posted January 14, 2017 Hello guys, im new here and i hope to get some help I bought recently an cubietruck and i installed armbian on it. No i set up openvpn with my client config and tried to start it, without success. Thats the error message: Sat Jan 14 11:36:07 2017 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) Sat Jan 14 11:36:07 2017 Exiting due to fatal error What should i do?
zador.blood.stained Posted January 14, 2017 Posted January 14, 2017 Did you try to load the "tun" kernel module?
Rexima Posted January 14, 2017 Author Posted January 14, 2017 Okay thanks and sorry for this stupid question, but how can i load the "tun" kernel module?
zador.blood.stained Posted January 14, 2017 Posted January 14, 2017 sudo modprobe tun If this fixes the error for you, you should add tun to /etc/modules (on a new line) 1
Rexima Posted January 14, 2017 Author Posted January 14, 2017 Mh i tried your first command, this is the result: modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.7.3-sunxi/modules.dep.bin'
zador.blood.stained Posted January 14, 2017 Posted January 14, 2017 modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.7.3-sunxi/modules.dep.bin' This may be caused by filesystem corruption or failed system upgrade. Please try downloading a new image and flashing it again.
Recommended Posts