You are viewing a plain text version of this content. The canonical link for it is here.
Posted to repo-maintainers@maven.apache.org by "Dennis.Chen" <de...@zkoss.org> on 2008/04/30 10:37:28 UTC

problem when repository auto-sync

Hi maintainers.

I have a repository auto synchronization problem. Hope you could help me.
I am new in build a auto-sync repository and got a error-log this morning.
the log :
==

    groupId: org.zkoss
    Error:
    Host key verification failed.
    rsync: connection unexpectedly closed (0 bytes received so far)
    [receiver]
    rsync error: unexplained error (code 255) at io.c(453) [receiver=2.6.9]
    Error synchronizing metadata. Exit code: 255

==
It looks like maven auto-sync processing fail to login to our server
the sync url I posted in maven-upload-requests 
<http://jira.codehaus.org/secure/BrowseProject.jspa?id=10367>(issue url 
: http://jira.codehaus.org/browse/MAVENUPLOAD-2013) is
"org.zkoss","maven@mavensync.zkoss.org 
<ma...@mavensync.zkoss.org>:/home/maven/repository","rsync_ssh","WebMaster","webmaster@zkoss.org 
<ma...@zkoss.org>",,

and I also put a file "authorized_keys" in /home/maven/.ssh/ with key 
that you posted in http://www.ibiblio.org/maven/id_dsa.pub,
below is the dump of the key file.

    maven@fang:~/.ssh$ pwd
    /home/maven/.ssh
    maven@fang:~/.ssh$ more authorized_keys
    ssh-dss
    AAAAB3NzaC1kc3MAAACBAL9WxLqVn4DgS3pl6XrHQ467FLfhX+9ESYUQNsmqOxsubixtVVfiNFDpDI/LlSZSs9YcKr6XU
    MrVy58y3yg8pxR+T+4h3xGlUIhr/YJ60z02X7mSYNa8S2uVVL2Gou8z/GjDJnlY1GGzqXwKI07WdQ8QSAK8AYgAAZfVzn4VbCcjAA
    AAFQCnVrFfasrKOb6s8gteHeYyYPgndwAAAIEAhtVdf/cQ+KuzBQQqEhz9O7rqSh5GqZE177oY+2lPNpR8lKg2TRk87j3sh506gmp
    k82Gm4RvAOBOI6zEwLoOLsR+ucVSzUfhqgGanUworHVUnGQ7mIBqBq91JVVGORfVfK5/omi0ShIdhyZscf3vmeE3GiYtH8J3aUbGX
    xylkpLYAAACAOBk/ghnjuujhVo4sypxn0ATVLJ4ZcyHkl2vC4SE6VQ2XgYQv3P+NLbQtKoiNASifF1V0sOrzXxPzhPwWoh+8SxVqV
    Lui7VC+2MKgd3etBJ3tllXIjgsxL9k8LxfDwsM+3dmICf28YQePRt4XkXADthdhOdkgG7MnpSidVmNBgDc=
    maven@beaver.code
    haus.org
    ssh-rsa
    AAAAB3NzaC1yc2EAAAABJQAAAIEAvaBs0yZQUTJ/cpeFHFmi3RWek+/zqUXm7Na6EBMvm55Cm9h/+/BcpZCEbMEctYQVn
    T/KSPv342cftDyb8u/g9MeQawZqwS+BKBqFPhbAOK8UnXxIO9MkQMHc4dfvc7H5fM/IJEmDProlpDEzjrsM7nL6QB3K7b3IurXAuD
    Inc7s= rsa-key-20080409
    ssh-dss
    AAAAB3NzaC1kc3MAAACAcU5uAY0yXyS5Ztxsj6r9Eq6AWULphjzR+hz5cua8SiuMHUUxI7pYYeFHeiLZIWH3Ej34FvOVU
    KicSOiVCKC/S+FICIK4sytZ7sRL6i5oICiUuIXjHYMoF2Y7sBZq4vsVBL3VTlcFrCLinud44h1y7tUPNGSL+dxNmspWkQwykhcAAA
    AVANE1YS3y9FL38iRk3mvH2Xb7yqBbAAAAgEFUBXhH0E8SghV3LdOjyEy+MhVvRfYM69xZiQTSoHglAt8+T4r8L4SLEXYuVQTPFUY
    sFcGKyiYhn6ub74wRNyrZ3hgiseR8g13AjVzHSb4BW68/CMkPyKy0FV4otsb4V64tgOwcrz8Do8G/yNGCzC21y0mvRtrCYHsmI0qR
    TEOFAAAAgGjOyvPXAey1R8VwB3Q4tz33+BDbUqoLiqdi0YFE8byBu6uYezrX8vbAejoSLzNBS+EARrZbYOr3OC5M7P6zbR/3ZIvev
    w6ux99jKJK29Svi6oG0hhgpASPU6EQjgfnWLoA7zMN/2euv6MQ1+wr2yUOUdZipas449QCh7QClE+g0
    dsa-key-20080430



1st key is public key of maven sync,
2nd and 3rd keys is public key for testing rsync

We can use rsync to the server with the private key-pair of 2nd and 3rd

Is there any thing that I miss that cause "Host key verification failed" ?


Regards


/Dennis





Re: problem when repository auto-sync

Posted by Carlos Sanchez <ca...@apache.org>.
i think it should be fixed now

On Wed, Apr 30, 2008 at 1:37 AM, Dennis.Chen <de...@zkoss.org> wrote:
> Hi maintainers.
>
>  I have a repository auto synchronization problem. Hope you could help me.
>  I am new in build a auto-sync repository and got a error-log this morning.
>  the log :
>  ==
>
>    groupId: org.zkoss
>    Error:
>    Host key verification failed.
>    rsync: connection unexpectedly closed (0 bytes received so far)
>    [receiver]
>    rsync error: unexplained error (code 255) at io.c(453) [receiver=2.6.9]
>    Error synchronizing metadata. Exit code: 255
>
>  ==
>  It looks like maven auto-sync processing fail to login to our server
>  the sync url I posted in maven-upload-requests
> <http://jira.codehaus.org/secure/BrowseProject.jspa?id=10367>(issue url :
> http://jira.codehaus.org/browse/MAVENUPLOAD-2013) is
>  "org.zkoss","maven@mavensync.zkoss.org
> <ma...@mavensync.zkoss.org>:/home/maven/repository","rsync_ssh","WebMaster","webmaster@zkoss.org
> <ma...@zkoss.org>",,
>
>  and I also put a file "authorized_keys" in /home/maven/.ssh/ with key that
> you posted in http://www.ibiblio.org/maven/id_dsa.pub,
>  below is the dump of the key file.
>
>    maven@fang:~/.ssh$ pwd
>    /home/maven/.ssh
>    maven@fang:~/.ssh$ more authorized_keys
>    ssh-dss
>
> AAAAB3NzaC1kc3MAAACBAL9WxLqVn4DgS3pl6XrHQ467FLfhX+9ESYUQNsmqOxsubixtVVfiNFDpDI/LlSZSs9YcKr6XU
>
> MrVy58y3yg8pxR+T+4h3xGlUIhr/YJ60z02X7mSYNa8S2uVVL2Gou8z/GjDJnlY1GGzqXwKI07WdQ8QSAK8AYgAAZfVzn4VbCcjAA
>
> AAFQCnVrFfasrKOb6s8gteHeYyYPgndwAAAIEAhtVdf/cQ+KuzBQQqEhz9O7rqSh5GqZE177oY+2lPNpR8lKg2TRk87j3sh506gmp
>
> k82Gm4RvAOBOI6zEwLoOLsR+ucVSzUfhqgGanUworHVUnGQ7mIBqBq91JVVGORfVfK5/omi0ShIdhyZscf3vmeE3GiYtH8J3aUbGX
>
> xylkpLYAAACAOBk/ghnjuujhVo4sypxn0ATVLJ4ZcyHkl2vC4SE6VQ2XgYQv3P+NLbQtKoiNASifF1V0sOrzXxPzhPwWoh+8SxVqV
>
> Lui7VC+2MKgd3etBJ3tllXIjgsxL9k8LxfDwsM+3dmICf28YQePRt4XkXADthdhOdkgG7MnpSidVmNBgDc=
>    maven@beaver.code
>    haus.org
>    ssh-rsa
>
> AAAAB3NzaC1yc2EAAAABJQAAAIEAvaBs0yZQUTJ/cpeFHFmi3RWek+/zqUXm7Na6EBMvm55Cm9h/+/BcpZCEbMEctYQVn
>
> T/KSPv342cftDyb8u/g9MeQawZqwS+BKBqFPhbAOK8UnXxIO9MkQMHc4dfvc7H5fM/IJEmDProlpDEzjrsM7nL6QB3K7b3IurXAuD
>    Inc7s= rsa-key-20080409
>    ssh-dss
>
> AAAAB3NzaC1kc3MAAACAcU5uAY0yXyS5Ztxsj6r9Eq6AWULphjzR+hz5cua8SiuMHUUxI7pYYeFHeiLZIWH3Ej34FvOVU
>
> KicSOiVCKC/S+FICIK4sytZ7sRL6i5oICiUuIXjHYMoF2Y7sBZq4vsVBL3VTlcFrCLinud44h1y7tUPNGSL+dxNmspWkQwykhcAAA
>
> AVANE1YS3y9FL38iRk3mvH2Xb7yqBbAAAAgEFUBXhH0E8SghV3LdOjyEy+MhVvRfYM69xZiQTSoHglAt8+T4r8L4SLEXYuVQTPFUY
>
> sFcGKyiYhn6ub74wRNyrZ3hgiseR8g13AjVzHSb4BW68/CMkPyKy0FV4otsb4V64tgOwcrz8Do8G/yNGCzC21y0mvRtrCYHsmI0qR
>
> TEOFAAAAgGjOyvPXAey1R8VwB3Q4tz33+BDbUqoLiqdi0YFE8byBu6uYezrX8vbAejoSLzNBS+EARrZbYOr3OC5M7P6zbR/3ZIvev
>
> w6ux99jKJK29Svi6oG0hhgpASPU6EQjgfnWLoA7zMN/2euv6MQ1+wr2yUOUdZipas449QCh7QClE+g0
>    dsa-key-20080430
>
>
>
>  1st key is public key of maven sync,
>  2nd and 3rd keys is public key for testing rsync
>
>  We can use rsync to the server with the private key-pair of 2nd and 3rd
>
>  Is there any thing that I miss that cause "Host key verification failed" ?
>
>
>  Regards
>
>
>  /Dennis
>
>
>
>
>



-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride