[arch-dev-public] Moving repos to nymeria - possibly some interruption of service
Hello all, The devops team is currently in the process of moving the repos off nymeria and onto orion as part of our planned infrastructure move (see arch-devops archives). This might result in some minor breakages but we'll try to keep that at a minimum. The move is expected to take place either later today or tomorrow. You will then receive a new mail with instructions how to migrate your svn and what else there might be to know about this. Sven
Signing my message. Also, of course the topic is wrong. We're moving FROM nymeria TO orion. Sven
On 01.06.2016 09:51, Sven-Hendrik Haase wrote:
Signing my message. Also, of course the topic is wrong. We're moving FROM nymeria TO orion.
Just a quick update: Given gudrun crashed the other day we have put this move on hold and are now working on clearing out gudrun first. We'll send another mail once this move will happen. Just continue packaging stuff like always unless we tell you not to. Florian
Attention: I'm doing one last sync now from nymeria and then I'm disabling it. Moving repos to orion now. You all need to do this: community: svn relocate svn+ssh:// svn-community@repos.archlinux.org/srv/repos/svn-community/svn packages: svn relocate svn+ssh:// svn-packages@repos.archlinux.org/srv/repos/svn-packages/svn The DNS will be pointing to orion in a bit. If it doesn't work yet and you're impatient, you can use orion.archlinux.org as the host. I'm disabling all user accounts on nymeria now. On Sat, Jun 4, 2016 at 8:52 PM, Florian Pritz via arch-dev-public < arch-dev-public@archlinux.org> wrote:
On 01.06.2016 09:51, Sven-Hendrik Haase wrote:
Signing my message. Also, of course the topic is wrong. We're moving FROM nymeria TO orion.
Just a quick update: Given gudrun crashed the other day we have put this move on hold and are now working on clearing out gudrun first.
We'll send another mail once this move will happen. Just continue packaging stuff like always unless we tell you not to.
Florian
Actually, the right command would be: svn relocate svn+ssh://svn-packages@nymeria svn+ssh://svn-packages@repos || svn relocate svn+ssh://svn-community@nymeria svn+ssh://svn-community@repos Which should relocate the repo properly, no matter which type. On Mon, Jun 13, 2016 at 7:54 PM Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
Attention: I'm doing one last sync now from nymeria and then I'm disabling it. Moving repos to orion now.
You all need to do this:
community: svn relocate svn+ssh:// svn-community@repos.archlinux.org/srv/repos/svn-community/svn packages: svn relocate svn+ssh:// svn-packages@repos.archlinux.org/srv/repos/svn-packages/svn
The DNS will be pointing to orion in a bit. If it doesn't work yet and you're impatient, you can use orion.archlinux.org as the host.
I'm disabling all user accounts on nymeria now.
On Sat, Jun 4, 2016 at 8:52 PM, Florian Pritz via arch-dev-public < arch-dev-public@archlinux.org> wrote:
On 01.06.2016 09:51, Sven-Hendrik Haase wrote:
Signing my message. Also, of course the topic is wrong. We're moving FROM nymeria TO orion.
Just a quick update: Given gudrun crashed the other day we have put this move on hold and are now working on clearing out gudrun first.
We'll send another mail once this move will happen. Just continue packaging stuff like always unless we tell you not to.
Florian
On 13 June 2016 at 20:45, Jan Alexander Steffens via arch-dev-public <arch-dev-public@archlinux.org> wrote:
Actually, the right command would be:
svn relocate svn+ssh://svn-packages@nymeria svn+ssh://svn-packages@repos || svn relocate svn+ssh://svn-community@nymeria svn+ssh://svn-community@repos
Which should relocate the repo properly, no matter which type.
On Mon, Jun 13, 2016 at 7:54 PM Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
Due to the lack of time I didn't get to doing the relocation until now, and it's failing for me with: nologin: invalid option -- 'c' ... (nologin help) ... svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn-community@repos.archlinux.org/srv/repos/svn-community/svn' 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 Doing a clean checkout from repos.archlinux.org fails with the same error Any ideas? Lukas
On Sun, Jun 26, 2016 at 1:10 PM, Lukas Jirkovsky via arch-dev-public < arch-dev-public@archlinux.org> wrote:
On 13 June 2016 at 20:45, Jan Alexander Steffens via arch-dev-public <arch-dev-public@archlinux.org> wrote:
Actually, the right command would be:
svn relocate svn+ssh://svn-packages@nymeria svn+ssh://svn-packages@repos || svn relocate svn+ssh://svn-community@nymeria svn+ssh://svn-community@repos
Which should relocate the repo properly, no matter which type.
On Mon, Jun 13, 2016 at 7:54 PM Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
Due to the lack of time I didn't get to doing the relocation until now, and it's failing for me with:
nologin: invalid option -- 'c' ... (nologin help) ... svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn-community@repos.archlinux.org/srv/repos/svn-community/svn' 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
Doing a clean checkout from repos.archlinux.org fails with the same error
Any ideas?
Lukas
Sounds like you have your repos subdomain fixed to nymeria in your hosts file. Check out your route to repos.archlinux.org. If it doesn't point to orion.archlinux.org, that's the problem.
On 26 June 2016 at 23:25, Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
Sounds like you have your repos subdomain fixed to nymeria in your hosts file. Check out your route to repos.archlinux.org. If it doesn't point to orion.archlinux.org, that's the problem.
The route should be OK: [lukas@orochi Arch]$ tracepath repos.archlinux.org 1?: [LOCALHOST] pmtu 1500 ... 11: hos-tr1.ex3k6.rz16.hetzner.de 16.654ms asymm 13 12: orion.archlinux.org 13.987ms reached Resume: pmtu 1500 hops 12 back 14 [lukas@orochi Arch]$ host orion.archlinux.org orion.archlinux.org has address 88.198.91.70
On Mon, Jun 27, 2016 at 7:23 PM, Lukas Jirkovsky via arch-dev-public < arch-dev-public@archlinux.org> wrote:
On 26 June 2016 at 23:25, Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
Sounds like you have your repos subdomain fixed to nymeria in your hosts file. Check out your route to repos.archlinux.org. If it doesn't point to orion.archlinux.org, that's the problem.
The route should be OK:
[lukas@orochi Arch]$ tracepath repos.archlinux.org 1?: [LOCALHOST] pmtu 1500 ... 11: hos-tr1.ex3k6.rz16.hetzner.de 16.654ms asymm 13 12: orion.archlinux.org 13.987ms reached Resume: pmtu 1500 hops 12 back 14
[lukas@orochi Arch]$ host orion.archlinux.org orion.archlinux.org has address 88.198.91.70
Can you ssh into it?
On 27 June 2016 at 22:29, Sven-Hendrik Haase <sh@lutzhaase.com> wrote:
On Mon, Jun 27, 2016 at 7:23 PM, Lukas Jirkovsky via arch-dev-public < arch-dev-public@archlinux.org> wrote:
Can you ssh into it?
Thank you, this helped a lot! It turned out I had a duplicate entry in .ssh/config which was still pointing to nymeria and which was taking precedence over the one I updated to point to repos.archlinux.org Lukas
participants (4)
-
Florian Pritz
-
Jan Alexander Steffens
-
Lukas Jirkovsky
-
Sven-Hendrik Haase