<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi, <BR>
using the version openswan 2.6.39, when i execute the command "ipsec verify", i have the error "OSError: [Errno 2] No such file or directory".<BR>
<BR>
Is this normal? what is that i'm missing?<BR>
<BR>
Thanks,<BR>
António<BR>
<BR>
<BR>
<BR>
<BR>
-- ipsec verify output:<BR>
<BR>
# ipsec verify<BR>
Checking if IPsec got installed and started correctly:<BR>
<BR>
Version check and ipsec on-path [OK]<BR>
Openswan U2.6.39/K3.0.50 (netkey)<BR>
See `ipsec --copyright' for copyright information.<BR>
Checking for IPsec support in kernel [OK]<BR>
NETKEY: Testing XFRM related proc values<BR>
ICMP default/send_redirects [OK]<BR>
ICMP default/accept_redirects [OK]<BR>
XFRM larval drop [OK]<BR>
Hardware random device check [N/A]<BR>
Two or more interfaces found, checking IP forwarding [OK]<BR>
Checking rp_filter [OK]<BR>
Checking that pluto is running [OK]<BR>
Pluto listening for IKE on udp 500 Traceback (most recent call last):<BR>
File "/usr/lib/ipsec/verify", line 461, in <module><BR>
main()<BR>
File "/usr/lib/ipsec/verify", line 452, in main<BR>
plutocheck()<BR>
File "/usr/lib/ipsec/verify", line 178, in plutocheck<BR>
udp500check()<BR>
File "/usr/lib/ipsec/verify", line 258, in udp500check<BR>
p = subprocess.Popen(["/usr/sbin/ss", "-n", "-l", "-u", "sport = :500"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) <BR>
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__<BR>
errread, errwrite)<BR>
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child<BR>
raise child_exception<BR>
OSError: [Errno 2] No such file or directory<BR>
<BR>
</BODY>
</HTML>