computers:server:sage_config
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computers:server:sage_config [2008/11/13 12:43] – david | computers:server:sage_config [2010/02/18 17:10] (current) – david | ||
---|---|---|---|
Line 11: | Line 11: | ||
====== Automatic Processes ====== | ====== Automatic Processes ====== | ||
- | ===== Daily Scripts ===== | + | ===== Hourly |
+ | |||
+ | These are put into **/ | ||
==== Check NFS Mounts ==== | ==== Check NFS Mounts ==== | ||
Line 41: | Line 43: | ||
</ | </ | ||
- | ===== Raid Monitoring ===== | + | ===== Monitoring |
+ | |||
+ | ==== Power Disruption ==== | ||
+ | |||
+ | See the [[# | ||
+ | |||
+ | ==== Raid Monitoring | ||
Using **mdadm**, I have the following running from **/ | Using **mdadm**, I have the following running from **/ | ||
Line 133: | Line 141: | ||
- Manually started it normally: | - Manually started it normally: | ||
service dhcpd start | service dhcpd start | ||
+ | </ | ||
+ | |||
+ | ===== dovecot ===== | ||
+ | |||
+ | * Modified **/ | ||
+ | protocols = imaps | ||
+ | ssl_listen = *:993 | ||
+ | </ | ||
+ | * Generate our self signed certificate: | ||
+ | - Move the original one < | ||
+ | mv / | ||
+ | mv / | ||
+ | </ | ||
+ | - Edit our configuration here: < | ||
+ | jed / | ||
+ | </ | ||
+ | - Generate a new one: < | ||
+ | / | ||
+ | </ | ||
+ | - Restart the imap service: | ||
+ | service dovecot restart | ||
</ | </ | ||
Line 492: | Line 521: | ||
+ | ===== gallery ===== | ||
+ | |||
+ | I wanted to install the newest Gallery BETA software to store photos and videos online. | ||
+ | |||
+ | * Page where I found HOWTO: [[http:// | ||
+ | * Photo Repository: | ||
+ | |||
+ | ==== Update PHP ==== | ||
+ | |||
+ | - Added the " | ||
+ | [c5-testing] | ||
+ | name=CentOS-5 Testing | ||
+ | baseurl=http:// | ||
+ | enabled=0 | ||
+ | gpgcheck=1 | ||
+ | gpgkey=http:// | ||
+ | </ | ||
+ | - Update just PHP by enabling the repository temporarily: | ||
+ | yum --enablerepo=c5-testing update php | ||
+ | </ | ||
+ | - Restart the webserver once PHP is installed: | ||
+ | service httpd restart | ||
+ | </ | ||
+ | |||
+ | ==== Gallery 3 Beta 2 Install ==== | ||
+ | |||
+ | - Download the .zip file | ||
+ | - I made a virtual host to: [[http:// | ||
+ | - Modified the named configuration files and added **gallery.rabine.org** | ||
+ | - Added **/ | ||
+ | - Created a directory on the raid to store all the data | ||
+ | - Had to disable SELinux (probably a rule I could have used to allow it... but I'm being lazy) for apache to see the raid drive directory!? | ||
===== gcc ===== | ===== gcc ===== |
computers/server/sage_config.1226580222.txt.gz · Last modified: 2008/11/13 12:43 by david