[MPlayer-mirror] Re: [Mcmts Player-mirror] New mirror

Diego Biurrun diego at biurrun.de
Fri Jan 21 13:50:39 CET 2005


ETF Mirror admin writes:
> I have one little problem because rsync is on nonstandard port (I thing that 
> is the problem). Because my upstream provider has restrictive ACL so I cannot 
> access to your server on port 2009. this part I can bypass by using proxy 
> (RSYNC_PROXY) and plain rsync works then but there is the second thing:
> 
> second thing:
> when I start
> rsync rsync://mirroring@mplayerhq.hu:2009/ 
> --password-file=/var/lib/.mplayerpasswd it starts ssh session which should 
> run rsync. and when it asks me for password I reply with XXXXXXXX and it 
> refuses it (btw it ignores password in file so do you have any idea how to 
> automate the auth process). any ideas?

Are you aware of the fact that you have just (unnecessarily of course)
posted a password to a public mailing list?!?

The following works for me:

rsync --recursive --password-file=/path/to/passwdfile rsync://mirroring@mplayerhq.hu:2009/ftp/ /path/to/destination/
rsync --recursive --password-file=/path/to/passwdfile rsync://mirroring@mplayerhq.hu:2009/www/ /path/to/destination/

The passwd file must not be world readable.

> btw why is your rsync config so unstandard (rsync port, ssh). I didn't have 
> trouble at all with 50 other mirrors ...

I don't know, Arpi?

Diego




More information about the MPlayer-mirror mailing list