Displaying 1 result from an estimated 1 matches for "pecet".
Did you mean:
  peces
  
2004 Mar 05
0
Unexpected error
...2.5.7 working as a deamon with --ssl option ( default ) :
rsync -v --progress --ssl --port=873 --daemon
my rsyncd.conf :
uid = nobody 
gid = nobody
max connections = 0
syslog facility = local5
pid file = SYS:/rsync/rsyncd.pid 
log file = SYS:/rsync/rsyncd.log
motd file = SYS:/rsync/rsyncd.motd
[PECET]
   path=SYS:/rsync/PECET
   comment=
   read only=no
   use chroot=no
   strict modes = no
   transfer logging=yes
   timeout=3600
   use lfs=no
   hosts allow=192.168.0.98
   hosts deny=*
On the other side i have win98 with rsync 2.6.0. 
I try to connect them over SSL using STUNNEL 4.0.5 and Ope...