svn: E000104: Error running context: Connection reset by peer

General questions and postings pertaining to the use of HYSPLIT regardless of the platform. For platform specific questions, use the HYSPLIT Platform forums.
Post Reply
jmarlow
Posts: 7
Joined: September 6th, 2023, 8:01 am
Registered HYSPLIT User: Yes

svn: E000104: Error running context: Connection reset by peer

Post by jmarlow »

When I use the svn command to export the source code from the repository, I get the following error:

svn: E170013: Unable to connect to a repository at URL '[URL deleted by the moderator]'
svn: E000104: Error running context: Connection reset by peer

Is there anything I can do on my end to work around this?
sonny.zinn
Posts: 360
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: svn: E000104: Error running context: Connection reset by peer

Post by sonny.zinn »

I was able to download the HYSPLIT source code using the svn command a few minutes ago. Perhaps, your system is configured to use IPv6 address? If this is the case, you might want to try the wget command with the IPv4 address only option. The download instructions you received describe how to use the wget command. Add the -4 option for the wget command to use IPv4 address.
jmarlow
Posts: 7
Joined: September 6th, 2023, 8:01 am
Registered HYSPLIT User: Yes

Re: svn: E000104: Error running context: Connection reset by peer

Post by jmarlow »

Thank you, I just tried that, but now I am receiving the error:

Resolving svn.arl.noaa.gov (svn.arl.noaa.gov)... 140.90.205.132
Connecting to svn.arl.noaa.gov (svn.arl.noaa.gov)|140.90.205.132|:8443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
sonny.zinn
Posts: 360
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: svn: E000104: Error running context: Connection reset by peer

Post by sonny.zinn »

Thanks for trying. I will contact our IT department.
sonny.zinn
Posts: 360
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: svn: E000104: Error running context: Connection reset by peer

Post by sonny.zinn »

Have you included the --no-check-certificate option when you tried the wget command? If it was already tried, our IT department wants to know what operating system you are using, the svn/wget version numbers, and the full command-line used to pull the code (except for the username and the password).
jmarlow
Posts: 7
Joined: September 6th, 2023, 8:01 am
Registered HYSPLIT User: Yes

Re: svn: E000104: Error running context: Connection reset by peer

Post by jmarlow »

Yes, I am including the --no-check-certificate option. I'm using the Linux operating system, wget version 1.19.5, and svn version 1.10.2.

Full command:

wget -r --reject "index.html*" -nH --cut-dirs=1 --secure-protocol=auto --no-parent
--no-check-certificate --user=XXXXXX --password=XXXXXX
https://svn.arl.noaa.gov:8443/svn/hyspl ... it.vX.Y.Z/
Post Reply

Return to “Users”