Your message dated Sun, 2 Mar 2008 14:18:11 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#459134: Does not use authentication when URL is
prepended with rsync://
has caused the Debian Bug report #459134,
regarding Does not use authentication when URL is prepended with rsync://
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
459134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459134
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rsync
Version: 2.6.9-2etch1
Severity: normal
rsync behaves differently when using an URL prepended with rsync:// when the
server requests authentication:
rsync without rsync:// in the URL presents an authentication prompt:
[EMAIL PROTECTED]:~> rsync ftp.acc.umu.se::private/ubuntu
MOTD: Welcome to the rsync archive at Academic Computer Club, Ume\#345
University.
Password:
However, when using and rsync://-style URL, it seems to just skip
authentication and go on unauthenticated:
0 [EMAIL PROTECTED]:~> rsync rsync://ftp.acc.umu.se::private/ubuntu
MOTD: Welcome to the rsync archive at Academic Computer Club, Ume\#345
University.
@ERROR: max connections (64) reached -- try again later
(The rsync server in these examples is a bit swamped, and its pool of
unauthenticated connections is full.)
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Versions of packages rsync depends on:
ii libacl1 2.2.41-1 Access control list shared library
ii libc6 2.7-4 GNU C Library: Shared libraries
ii libpopt0 1.10-3 lib for parsing cmdline parameters
ii lsb-base 3.1-23.2etch1 Linux Standard Base 3.1 init scrip
rsync recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Fri 04 Jan 2008, Paul Slootman wrote:
> >
> > @ERROR: max connections (64) reached -- try again later
>
> All I see is that the second time the max connections limit was reached,
> hence you were refused access before authentication comes into play.
>
> > (The rsync server in these examples is a bit swamped, and its pool of
> > unauthenticated connections is full.)
>
> AFAIK there's no way of specifying separate max connections for
> authenticated and non-authenticated connections.
>
> Please show an example where using rsync:// does NOT show "max
> connections (64) reached" and lets you transfer without authenticating.
I assume from the lack of response that it was not reproducible,
hence now closing this report.
Paul Slootman
--- End Message ---