DeveloperWiki:Luna
Revision as of 09:43, 18 December 2011 by Bluewind (talk | contribs) (Created page with "Category:DeveloperWiki:Server Configuration ==Specs== * i7-920 * 8GB Ram * 2x750GB HDD as Raid1 * 10TB Traffic * 100Mbit/s Uplink ==Partition layout== /dev/sda1 and /dev...")
Contents
Specs
- i7-920
- 8GB Ram
- 2x750GB HDD as Raid1
- 10TB Traffic
- 100Mbit/s Uplink
Partition layout
/dev/sda1 and /dev/sdb1 are 100mb each -> /dev/md0; contains /boot
/dev/sda2 and /dev/sdb2 rest of the space -> /dev/md1
/dev/md1 contains an LVM (vg_brynhild) which contains the following volumes:
- home /home
- root /
- srv /srv
- var_log /var/log
- mysql /var/lib/mysql
- swap
Services
- postfix listening on localhost:25 and sendmail for outbound email
- ngnix
- mysql
- bbs and wiki
Maintainer
System (sudo): ioni,dan,bluewind,pierre
bbs.archlinux.org
- Maintainer: Pierre
- Upstream: http://fluxbb.org/
- Dependencies: php, mysql
- Public git repo: http://projects.archlinux.org/vhosts/bbs.archlinux.org.git/
wiki.archlinux.org
- Maintainer: Pierre
- Upstream: http://www.mediawiki.org/wiki/MediaWiki
- Dependencies: php, mysql
- Public git repo: http://projects.archlinux.org/vhosts/wiki.archlinux.org.git/
Trivia
- bootloader is grub2
- network is configured via /etc/rc.d/network_simple
History
- 12.12.11: removed pkgbuild from alderaan
- 12.12.11: moved bbs and wiki to alderaan
- 15.12.11: moved pkgbuild to brynhild