Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-21 Thread Carlos Carvalho
alex.vladule...@csteam.ro (alex.vladule...@csteam.ro) wrote on 14 August 2009 15:32: >Ok it's now Solved ! > >In spite of trying all day long to figure it out what's wrong in my sintax >i could find, ...using a pencile and a pice of paper, combining all >commands parameters invoked so far an

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Wayne Davison
On Fri, Aug 14, 2009 at 01:03:35PM +0300, alex.vladule...@csteam.ro wrote: > ls -l /home/webmaster/domains/csteam.ro > lrwxrwxrwx 1 root root 31 2009-07-28 21:47 > /home/webmaster/domains/csteam.ro -> /home/csteam/domains/csteam.ro/ Right. That can't work unless you set "use chroot = false" since

Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Ok it's now Solved ! In spite of trying all day long to figure it out what's wrong in my sintax i could find, ...using a pencile and a pice of paper, combining all commands parameters invoked so far and, came to the conclusion that -L does not stand with -l , think that i couldn't find in any do

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
So it look like this : ls -l /home/webmaster/domains/csteam.ro lrwxrwxrwx 1 root root 31 2009-07-28 21:47 /home/webmaster/domains/csteam.ro -> /home/csteam/domains/csteam.ro/ and panel:/home# ls -l /home/webmaster/domains/csteam.ro/ total 20 drwx-- 2 csteam csteam 4096 2009-08-14 00:10 l

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
On Fri 14 Aug 2009, alex.vladule...@csteam.ro wrote: > r...@ph:~# rsync -vrulLpHEtzhi4og --copy-unsafe-links --del > rsync://r...@10.99.1.1:/home/ /home > receiving incremental file list > symlink has no referent: "/webmaster/domains/csteam.ro" (in home) So what does that symlink look like on the

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Dig this : @ master : cat /etc/scripts/rsync/rsyncd.conf #global use chroot = true uid = root gid = root max connections = 0 timeout = 600 read only = no [home] path = /home/ [all] path = / date Fri Aug 14 12:26:12 EEST 2009 /etc/init.d/rsync restart Restarting rsync daemon: rsync. @ slave

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
On Fri 14 Aug 2009, alex.vladule...@csteam.ro wrote: > > Ok, so far the googlein' got > me this : http://lists.samba.org/archive/rsync/2009-July/023532.html but it > does't helps me, because the issue was that he didn't use in the config > "use chroot = yes", which is not my case as you can see,