09-20-2011
1,
0
Join Date: Sep 2011
Last Activity: 21 September 2011, 1:15 AM EDT
Posts: 1
Thanks Given: 0
Thanked 0 Times in 0 Posts
Help with Getting Stunnel Running
OS: Sun Solaris 10 (5.10)
Stunnel has been installed but when I try to run it, I get a directory permission error. Not sure what it means by 'Not owner' even though that's plain English.
I have changed the chroot to a directory (var/tmp) that I'm sure all users have access to so not sure what's going on? I have also tried to change to a directory that is owned by my user; but same problem.
Any help is appreciated.
-------------------------
drwxrwxrwt 8 root sys 512 Sep 20 19:42 tmp
drwxrwx--T 3 user stunnel 512 Sep 20 16:13 stunnel
-------------------------
chroot = /var/tmp/stunnel/
setuid = nobody
setgid = nogroup
; PID is created inside chroot jail
pid = /stunnel.pid
-------------------------
2011.09.20 19:40:49 LOG5[1231:1]: stunnel 4.21 on i386-pc-solaris2.8 with OpenSSL 0.9.8p 16 Nov 2010
2011.09.20 19:40:49 LOG5[1231:1]: Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6
2011.09.20 19:40:49 LOG6[1231:1]: file ulimit = 256 (can be changed with 'ulimit -n')
2011.09.20 19:40:49 LOG6[1231:1]: poll() used - no FD_SETSIZE limit for file descriptors
2011.09.20 19:40:49 LOG5[1231:1]: 125 clients allowed
2011.09.20 19:40:49 LOG7[1231:1]: FD 4 in non-blocking mode
2011.09.20 19:40:49 LOG7[1231:1]: FD 5 in non-blocking mode
2011.09.20 19:40:49 LOG7[1231:1]: FD 6 in non-blocking mode
2011.09.20 19:40:49 LOG7[1231:1]: SO_REUSEADDR option set on accept socket
2011.09.20 19:40:49 LOG7[1231:1]: SessionInternet bound to 0.0.0.0:9000
2011.09.20 19:40:49 LOG3[1232:1]: chroot: Not owner (1)
Last edited by neapolitan; 09-21-2011 at 02:15 AM..