[arch-dev-public] [community] migration guide to nymeria
Hi, [community] has now moved to nymeria. That means you now have a 100Mbit/s uplink and lots of disk space (1TB disks, 200GB volume for now) Host name: nymeria.archlinux.org User name: same as archweb login name RSA fingerprint: cd:26:69:1a:7c:7f:bd:bd:42:4f:d7:ee:27:37:27:b4 DSA fingerprint: 11:a3:e7:27:9c:6d:8f:42:be:7c:31:93:05:1e:ad:36 ECDSA fingerprint: 6e:8b:ce:e4:74:92:3d:c2:67:9a:2f:8f:66:8b:96:e1 Migration: - dbscripts is in "/srv/repos/svn-community/dbscripts". Feel free to write yourself an alias. - authorized ssh keys have been migrated, user names have been changed to match archweb login names. - fix your ~/.ssh/config so the user name is correct (only needed for running dbscripts) - your old home from sigurd is available in /mnt/old_homes/sigurd/$user - update devtools to 20121112 or newer - run for all checkouts: "svn relocate svn+ssh://sigurd.archlinux.org/srv/svn-packages svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community /svn" - do the same on pkgbuild.com if you use svn there You will only have account on nymeria if you were marked active in archweb and either in the TU or dev group. If you only had an account on gerolde you might have an one on nymeria already, but it won't yet have any authorized ssh keys. If something is broken please tell Pierre or me via mail or IRC (we are both in #archlinux-projects). -- Florian Pritz
Some more stuff: You will have to recreate the staging dir: mkdir -p staging/{community,community-testing,community-staging,multilib,multilib-testing,multilib-staging} If you add a new ssh key to ~/.ssh/authorized_keys it can take up to 15 minutes before the key is added to the list of authorized keys for the svn-community user. Devs don't have access to community right now unless they are listed as both, dev and TU in archweb. If you want access tell us. -- Florian Pritz
[2012-11-12 20:07:39 +0100] Florian Pritz:
[community] has now moved to nymeria.
Thanks for all the efforts you put into this. One remark though: could we lose the last two lines of /etc/bash.bashrc and keep a vanilla Arch installation? Not everyone has the same preferences as you in terms of prompts, aliases, etc. Cheers. -- Gaetan
Am 13.11.2012 00:52, schrieb Gaetan Bisson:
[2012-11-12 20:07:39 +0100] Florian Pritz:
[community] has now moved to nymeria.
Thanks for all the efforts you put into this.
One remark though: could we lose the last two lines of /etc/bash.bashrc and keep a vanilla Arch installation? Not everyone has the same preferences as you in terms of prompts, aliases, etc.
Done.
On Tue, Nov 13, 2012 at 12:52 AM, Gaetan Bisson <bisson@archlinux.org> wrote:
[2012-11-12 20:07:39 +0100] Florian Pritz:
[community] has now moved to nymeria.
Thanks for all the efforts you put into this.
One remark though: could we lose the last two lines of /etc/bash.bashrc and keep a vanilla Arch installation? Not everyone has the same preferences as you in terms of prompts, aliases, etc.
Could we do the same with zsh? Grml enable a lot of things which are not easily disabled by a ~/.zshrc. Cheers, -- Sébastien "Seblu" Luttringer https://www.seblu.net GPG: 0x2072D77A
On Mon, Nov 12, 2012 at 2:07 PM, Florian Pritz <bluewind@xinu.at> wrote:
Hi,
[community] has now moved to nymeria. That means you now have a 100Mbit/s uplink and lots of disk space (1TB disks, 200GB volume for now)
Host name: nymeria.archlinux.org User name: same as archweb login name
RSA fingerprint: cd:26:69:1a:7c:7f:bd:bd:42:4f:d7:ee:27:37:27:b4 DSA fingerprint: 11:a3:e7:27:9c:6d:8f:42:be:7c:31:93:05:1e:ad:36 ECDSA fingerprint: 6e:8b:ce:e4:74:92:3d:c2:67:9a:2f:8f:66:8b:96:e1
Migration:
- dbscripts is in "/srv/repos/svn-community/dbscripts". Feel free to write yourself an alias.
- authorized ssh keys have been migrated, user names have been changed to match archweb login names.
- fix your ~/.ssh/config so the user name is correct (only needed for running dbscripts)
- your old home from sigurd is available in /mnt/old_homes/sigurd/$user
- update devtools to 20121112 or newer
- run for all checkouts: "svn relocate svn+ssh://sigurd.archlinux.org/srv/svn-packages svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community /svn"
- do the same on pkgbuild.com if you use svn there
You will only have account on nymeria if you were marked active in archweb and either in the TU or dev group.
If you only had an account on gerolde you might have an one on nymeria already, but it won't yet have any authorized ssh keys.
If something is broken please tell Pierre or me via mail or IRC (we are both in #archlinux-projects).
-- Florian Pritz
FYI, the sourceball script for [community] isn't working anymore. From the error message (below), it looks like a permission issue. mktemp: failed to create directory via template '/srv/repos/svn-community/tmp/sourceballs.XXXXXXXXXX': Permission denied setfacl: : No such file or directory setfacl: : No such file or directory setfacl: : No such file or directory /usr/bin/stat: cannot stat '/srv/repos/svn-community/tmp/.scriptlock.sourceballs': No such file or directory
Am 14.11.2012 19:22, schrieb Eric Bélanger:
FYI, the sourceball script for [community] isn't working anymore. From the error message (below), it looks like a permission issue.
mktemp: failed to create directory via template '/srv/repos/svn-community/tmp/sourceballs.XXXXXXXXXX': Permission denied setfacl: : No such file or directory setfacl: : No such file or directory setfacl: : No such file or directory /usr/bin/stat: cannot stat '/srv/repos/svn-community/tmp/.scriptlock.sourceballs': No such file or directory
Should be fixed now. -- Pierre Schmitz, https://pierre-schmitz.com
On Thu, Nov 15, 2012 at 9:20 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
Am 14.11.2012 19:22, schrieb Eric Bélanger:
FYI, the sourceball script for [community] isn't working anymore. From the error message (below), it looks like a permission issue.
mktemp: failed to create directory via template '/srv/repos/svn-community/tmp/sourceballs.XXXXXXXXXX': Permission denied setfacl: : No such file or directory setfacl: : No such file or directory setfacl: : No such file or directory /usr/bin/stat: cannot stat '/srv/repos/svn-community/tmp/.scriptlock.sourceballs': No such file or directory
Should be fixed now.
The permission errors are gone but it doesn't work. It fails to download a single sourceball. The notification email contains no output from the 'makepkg --allsource' command so I don't know what's wrong.
-- Pierre Schmitz, https://pierre-schmitz.com
participants (6)
-
Eric Bélanger
-
Florian Pritz
-
Gaetan Bisson
-
Pierre Schmitz
-
Sébastien Luttringer
-
Thomas Bächler