|
|
hi, it seems when we issue an openvpn service stop it first down the interface and only after that try to delete the routes which are in the server.conf. it should have to be done in the reverse order ie. first delete the route rules and only after then down the interface since otherwise the interface down already remove the routes and we got an error message in the log file as: yours -------------------------------- Wed Jul 12 12:51:56 2006 event_wait : Interrupted system call (code=4) SIOCDELRT: Operation not permitted Wed Jul 12 12:51:56 2006 ERROR: Linux route delete command failed: shell command exited with error status: 7 SIOCDELRT: Operation not permitted Wed Jul 12 12:51:56 2006 ERROR: Linux route delete command failed: shell command exited with error status: 7 SIOCDELRT: Operation not permitted Wed Jul 12 12:51:56 2006 ERROR: Linux route delete command failed: shell command exited with error status: 7 Wed Jul 12 12:51:56 2006 SIGTERM[hard,] received, process exiting -------------------------------- -- Levente "Si vis pacem para bellum!" ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00059.html on line 198 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00059.html on line 198 |