http://qa.mandrakesoft.com/show_bug.cgi?id=4836
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-30-08 09:05 -------
Fixed in stunnel-4.04-4mdk.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
stunnel-4.04-3mdk
# service stunnel start
Starting stunnel: [ OK ]
But:
# ps ax | grep stunnel
17306 pts/2 R 0:00 grep stunnel
# strace -f /usr/sbin/stunnel <myconfig>
.....
unlink("/var/run/run/stunnel.pid") = -1 ENOENT (No such file or directory)
open("/var/run/run/stunnel.pid", O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644) = 7
......
After # mkdir /var/run/run all works fine.