This is a discussion on Re: [stunnel-users] Stunnel Won't Start on Linux (even with fixed within the Stunnel Users forums, part of the Networking and Network Related category; More data: If I run stunnel as root, it works, but it will NOT work at all if I run=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
More data:
If I run stunnel as root, it works, but it will NOT work at all if I run=20 it as a regular user. I don't even get any error messages. Is this=20 normal? Thanks! Hal On Tuesday 07 March 2006 15:37, Hal Vaughan wrote: > I'm trying to start stunnel4 on Linux. =C2=A0I've modified > the /etc/stunnel/stunnel.conf file so I can use it with RealVNC. > =C2=A0When I run "stunnel4 /etc/stunnel/stunnel.conf" or > "/etc/init.d/stunnel4 start", neither command gives me errors or any > output, even with -d 7 set. =C2=A0After the shell returns control to me, I > do "ps -ax" and have yet to see any instance of stunnel running. > =C2=A0There is never a file in /var/run/stunnel to indicate a working > daemon if I start it as one. > > I have edited /etc/default/stunnel4 to look like this (changed > ENABLED). I've included it and my /etc/stunnel/stunnel.conf below. > > No matter what I do, there is never any evidence that stunnel is > staring or doing anything. Even error messages would be a big help, > so I'd at least know what was wrong. > > Any help appreciated. I'm sure it's something so obvious I don't see > how I could miss it. > > Thanks for any help. > > Hal > > -----------------/etc/default/stunnel4------------------------ > # /etc/default/stunnel > # Julien LEMOINE <speedblue@debian.org> > # September 2003 > > # Change to one to enable stunnel > ENABLED=3D1 > FILES=3D"/etc/stunnel/*.conf" > OPTIONS=3D"" > > # Change to one to enable ppp restart scripts > PPP_RESTART=3D0 > > ------------/etc/stunnel/stunnel.conf-------------------- > CAfile =3D /etc/stunnel/CAcert.pem > CApath =3D /etc/stunnel/ > cert =3D server.pem > client =3D no > verify =3D 3 > debug =3D 7 > > [vnc] > accept =3D 443 > connect =3D 127.0.0.1:5500 > _______________________________________________ > stunnel-users mailing list > stunnel-users@mirt.net > http://stunnel.mirt.net/mailman/listinfo/stunnel-users _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users |