Hello Dave, On Thu, 2008-11-13 at 21:26 -0800, D. Eckert wrote: > (...) > Thu Nov 13 22:13:06 2008 us=582867 I_POP failed > : Invalid argument (errno=22) > Thu Nov 13 22:13:06 2008 us=582877 Exiting > (...)
you can remove the lines for the I_POP ioctl in tun.c and recompile OpenVPN: /* Push arp module to ip_fd */ // if (ioctl (tt->ip_fd, I_POP, NULL) < 0) // msg (M_ERR, "I_POP failed\n"); This workaround doesn't cause problems for me.