Opened 14 years ago
Closed 7 years ago
#28957 closed defect (fixed)
Stunnel @4.35 PPC fails with libwrap on OS X Leopard
Reported by: | mmartz@… | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | STunnel |
Description
Stunnel hangs on OS X Leopard PPC when built using defaults. I copied my functioning stunnel.conf file from my i386 x86_64 system, but when I launched stunnel, only one process would start. In contrast on my intel mac, I always get a session leader process and a group of 5 additional processes. I was able to correct this by setting the stunnel configuration flag foreground = true, but I still was unable to communicate through the tunnel. The debug log last reported: "Waiting for libwrap process" [debug level set to 7]. I was finally able to get Stunnel working on my Leopard PPC system by uninstalling and then rebuilding with the -libwrap setting.
Change History (7)
comment:1 follow-up: 2 Changed 14 years ago by hanche
comment:2 Changed 14 years ago by mmartz@…
Replying to hanche@…:
I see the same problem on Snow Leopard.
I have vesion 4.33 installed on my Snow Leopard machine and it works with the same config file with libwrap. Perhaps something changed that broke the the libwrap functionality in newer versions of stunnel.
comment:3 Changed 13 years ago by dave@…
Snow Leopard 10.6.7, stunnel 4.35 on i386-apple-darwin10.7.0 with OpenSSL 1.0.0d 8 Feb 2011
Libwrap enabled by default which seems to cause problems, no communications:
2011.06.29 10:02:09 LOG7[84929:4297842688]: Acquired libwrap process #0 2011.06.29 10:02:09 LOG3[84929:4297842688]: Unexpected socket close (read_blocking)
When i turn off libwrap in the stunnel.conf, all works ok.
libwrap=no
I have no hosts.deny/allow set.
comment:4 Changed 10 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to mschamschula@… |
---|
comment:5 Changed 10 years ago by Schamschula (Marius Schamschula)
I currently have no way of reproducing this problem (I have no 10.6.x system with MacPorts). Has anyone seen this issue on a current version of stunnel (5.09 at this time)?
comment:6 Changed 8 years ago by jmroot (Joshua Root)
Owner: | changed from mschamschula@… to mps@… |
---|
comment:7 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I see the same problem on Snow Leopard.