Page 1 of 1

[SOLVED] Unable to connect to a repository svn.mageia.org

PostPosted: Dec 23rd, '21, 16:31
by flink
I just wanted to update the docker package in Cauldron.

Code: Select all
[franz@localhost mageia]$ sudo mgarepo co docker
Host key verification failed.
svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.mageia.org/svn/packages/cauldron/docker/current'
svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: E210002: Network connection closed unexpectedly


Code: Select all
[franz@localhost mageia]$ ssh svn.mageia.org
franz@svn.mageia.org: Permission denied (publickey).


What is missing here?

Re: Unable to connect to a repository svn.mageia.org

PostPosted: Dec 23rd, '21, 17:17
by doktor5000
What do you mean by update the docker package, do you mean locally or in Mageia SVN ?

As you don't seem to have a valid ssh key, you'd have to configure mgarepo for anonymous checkout: https://wiki.mageia.org/en/Mgarepo#I_do ... ng_mgarepo

Re: Unable to connect to a repository svn.mageia.org

PostPosted: Dec 23rd, '21, 17:33
by flink
doktor5000 wrote:What do you mean by update the docker package, do you mean locally or in Mageia SVN ?

Of course I do not intend to break the Mageia SVN.
I want to check the source of the docker package. The maintainer does not respond for so long time to my error report.

doktor5000 wrote:As you don't seem to have a valid ssh key, you'd have to configure mgarepo for anonymous checkout: https://wiki.mageia.org/en/Mgarepo#I_do ... ng_mgarepo

I have made the change now. But the error is the same.

Code: Select all
## uncomment it in case you don't have a account in the Mageia build system:
mirror = svn://svn.mageia.org/svn/packages/

Re: Unable to connect to a repository svn.mageia.org

PostPosted: Dec 23rd, '21, 19:15
by doktor5000
flink wrote:I have made the change now. But the error is the same.

Probably because you run mgarepo via sudo and hence it will use the configuration from /root and not from your user.

Re: Unable to connect to a repository svn.mageia.org

PostPosted: Dec 23rd, '21, 19:20
by flink
doktor5000 wrote:
flink wrote:I have made the change now. But the error is the same.

Probably because you run mgarepo via sudo and hence it will use the configuration from /root and not from your user.

:o :D