router daemon.err openvpn[2642]: event_wait
I'm using Shibby's All-In-One (AIO) TomatoUSB build 102 (1.28.0000 MIPSR2-102 K26 USB AIO), trying to follow a recipe in Jan Just Keijser's book, OpenVPN 2 Cookbook. My server configuration file, the log from starting it up are shown below.
Is the OpenVPN Server Starting Correctly?
It all looks reasonable to me except this line:
Feb 4 13:35:08 router daemon.err openvpn[2642]: event_wait : Interrupted system call (code=4)
I don't know what it means and I have no idea how to fix it if it's a probem.
Thank you again for your assistance.
- nello
OpenVPN Server Configuration Created by TomatoUSB GUI
root@router:/tmp/home/root# cat /etc/openvpn/server2/config.ovpn
#Automatically generated configuration
daemon
server 192.168.200.0 255.255.255.0
proto udp
port 1194
dev tun22
comp-lzo adaptive
keepalive 15 60
verb 3
push "redirect-gateway def1"
tls-auth static.key 0
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status
#Custom Configuration
push "route 10.198.0.0 255.255.0.0"
user nobody
group nobody
persist-key
persist-tun
Starting OpenVPN from TomatoUSB GUI
root@router:/tmp/home/root# cat /tmp/var/log/messages
Feb 4 13:35:03 router user.info kernel: tun: Universal TUN/TAP device driver, 1.6
Feb 4 13:35:03 router user.info kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Feb 4 13:35:03 router user.info kernel: device tun22 entered promiscuous mode
Feb 4 13:35:03 router daemon.notice openvpn[2633]: OpenVPN 2.2.2 mipsel-linux [SSL] [LZO2] [EPOLL] built on Oct 20 2012
Feb 4 13:35:03 router daemon.warn openvpn[2633]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Diffie-Hellman initialized with 2048 bit key
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Control Channel Authentication: using 'static.key' as a OpenVPN static key file
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Feb 4 13:35:05 router daemon.notice openvpn[2633]: TLS-Auth MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Socket Buffers: R=[112640->131072] S=[112640->131072]
Feb 4 13:35:05 router daemon.notice openvpn[2633]: TUN/TAP device tun22 opened
Feb 4 13:35:05 router daemon.notice openvpn[2633]: TUN/TAP TX queue length set to 100
Feb 4 13:35:05 router daemon.notice openvpn[2633]: /sbin/ifconfig tun22 192.168.200.1 pointopoint 192.168.200.2 mtu 1500
Feb 4 13:35:05 router daemon.notice openvpn[2633]: /sbin/route add -net 192.168.200.0 netmask 255.255.255.0 gw 192.168.200.2
Feb 4 13:35:05 router daemon.notice openvpn[2633]: Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Feb 4 13:35:05 router daemon.notice openvpn[2642]: GID set to nobody
Feb 4 13:35:05 router daemon.notice openvpn[2642]: UID set to nobody
Feb 4 13:35:05 router daemon.notice openvpn[2642]: UDPv4 link local (bound): [undef]:1194
Feb 4 13:35:05 router daemon.notice openvpn[2642]: UDPv4 link remote: [undef]
Feb 4 13:35:05 router daemon.notice openvpn[2642]: MULTI: multi_init called, r=256 v=256
Feb 4 13:35:05 router daemon.notice openvpn[2642]: IFCONFIG POOL: base=192.168.200.4 size=62
Feb 4 13:35:05 router daemon.notice openvpn[2642]: Initialization Sequence Completed
Feb 4 13:35:08 router daemon.err openvpn[2642]: event_wait : Interrupted system call (code=4)
Feb 4 13:35:08 router daemon.notice openvpn[2642]: TITLE,OpenVPN 2.2.2 mipsel-linux [SSL] [LZO2] [EPOLL] built on Oct 20 2012
Feb 4 13:35:08 router daemon.notice openvpn[2642]: TIME,Mon Feb 4 13:35:08 2013,1360006508
Feb 4 13:35:08 router daemon.notice openvpn[2642]: HEADER,CLIENT_LIST,Common Name,Real Address,Virtual Address,Bytes Received,Bytes Sent,Connected Since,Connected Since (time_t)
Feb 4 13:35:08 router daemon.notice openvpn[2642]: HEADER,ROUTING_TABLE,Virtual Address,Common Name,Real Address,Last Ref,Last Ref (time_t)
Feb 4 13:35:08 router daemon.notice openvpn[2642]: GLOBAL_STATS,Max bcast/mcast queue length,0
Feb 4 13:35:08 router daemon.notice openvpn[2642]: END
Router: Asus RT-N16 (Tomato v1.28.0000 MIPSR2-102 K26 USB AIO)
Computers: FreeBSD x86, OSX 10.9, iOS 7