| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ||
|
Editor: karlberry
Time: 2012/01/18 00:39:57 GMT+0 |
||
| Note: location of authorized_keys_replicate.sh | ||
changed: -SSH keys may be synced to the savannah virtual machines using the "/root/vcs/administration/authorized_keys_replicate.sh" script, which copies the /root/.ssh/vm_authorized_keys file to the other virtual machines. SSH keys may be synced to the savannah virtual machines using the /root/maintenance/authorized_keys_replicate.sh script, which copies the /root/.ssh/vm_authorized_keys file to the other virtual machines.
See also the rest of the GnuArchitecture.
Savannah is located in Quincy near Boston, MA, at Global Naps. The hardware was donated to the FSF by HP, and the bandwidth is provided by the FSF.
Savannah was setup and is maintained by the Savannah Hackers (SavannahTeam).
https://savannah.gnu.org/bzr/?group=administration contains step-by-step notes about the system setup.
Savannah operates with five critical Xen domU's:
This is the management domU, where maintenance scripts can be run and software can be built for the other four domU's.
Scripts may be found in the /root/maintenance directory.
Savannah hackers may maintain individual user accounts on this domU for running/creating/maintaining maintenance scripts and for other administrative functions.
From the mgt domU, the other domU's are accessible via ssh.
SSH keys may be synced to the savannah virtual machines using the /root/maintenance/authorized_keys_replicate.sh script, which copies the /root/.ssh/vm_authorized_keys file to the other virtual machines.
The /root/.ssh/authorized_keys file should be meant to control access to only the management vm, and /root/.ssh/vm_authorized_keys for the other virtual machines. This allows us to include key's from the management vm on the other vm's without actually being in the mgt vm's authorized_keys file.
The frontend domU runs the web server instances for Savannah.
The frontend Savane repository pulls from administration/savane.git
The internal domU runs mysql as well as bind (for the .savannah.gnu.org/.savannah.nongnu.org domains)
This is the version control system virtual machine. It runs cvs/git/bzr/etc as well as webservers for repository viewing.
This is the "download" vm, it runs a webserver and stores the released packages from Savannah.
If a DomU is experiencing heavy load, running these rwo commands will dump some basic system state for possible post mortems:
d=`date +%F.%T`; cd ~; ps auxww>ps-$d & lsof>lsof-$d & netstat --numeric-hosts>netstat-$d &
We have often seen high loads due to vc browsers being hit too hard.
Suggested Debian mirror: http://debian.csail.mit.edu/debian/
Initial setup of the previous hardware: http://fsffrance.org/news/article2001-05-28-01.en.html
2 sets of files are replicated from/to Savannah: