FILE: /etc/rc.d/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local ******************************************************************************** FILE: /etc/fstab /dev/hdb2 / ext3 defaults 1 1 /dev/hdb1 /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hdb3 swap swap defaults 0 0 /dev/fd0 /mnt/floppy auto noauto,user,kudzu 0 0 # hamms:/home/corona /home/corona nfs defaults,bg 0 0 hamms:/home/staff /home/staff nfs defaults,bg 0 0 hamms:/opt/local /opt/local nfs defaults,bg 0 0 # #macaroni:/home/backup1 /home/ammonia nfs defaults,bg 0 0 #macaroni:/home/backup2 /home/aspc52 nfs defaults,bg 0 0 # /dev/sda1 /mnt/sandisk msdos defaults,noauto 0 0 /dev/cdrom /mnt/cdrom iso9660 ro,noauto,user,kudzu 0 0 ******************************************************************************** FILE: /etc/sysconfig/network NETWORKING=yes HOSTNAME=aspc52 GATEWAY=128.196.208.1 ******************************************************************************** FILE: /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static BROADCAST=128.196.211.255 IPADDR=128.196.210.178 NETMASK=255.255.252.0 NETWORK=128.196.208.0 ONBOOT=yes ******************************************************************************** FILE: /etc/resolv.conf nameserver 128.196.208.2 nameserver 128.196.209.2 ******************************************************************************** FILE: /etc/exports ******************************************************************************** FILE: /etc/ntp.conf # This is an attempt to make an ntp.conf file for a client that uses # authentication. # server hamms.as.arizona.edu # local clock # # Drift file. Put this in a directory which the daemon can write to. # No symbolic links allowed, either, since the daemon updates the file # by creating a temporary in the same directory and then rename()'ing # it to the file. # driftfile /etc/ntp/drift multicastclient # listen on default 224.0.1.1 broadcastdelay 0.008 # # Authentication delay. If you use, or plan to use someday, the # authentication facility you should make the programs in the auth_stuff # directory and figure out what this number should be on your machine. # authenticate no authdelay 0.000002 # # Keys file. If you want to diddle your server at run time, make a # keys file (mode 600 for sure) and define the key number to be # used for making requests. # PLEASE DO NOT USE THE DEFAULT VALUES HERE. Pick your own, or remote # systems might be able to reset your clock at will. # #keys /etc/ntp/ntp.keys #trustedkey 1 2 3 4 5 #requestkey 65535 #controlkey 65535 ******************************************************************************** FILE: crontab for /var/spool/cron/tmp.23925 ******************************************************************************** FILE: crontab for /var/spool/cron/mailman # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.23896 installed on Thu Feb 3 09:54:28 2005) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) # At 8AM every day, mail reminders to admins as to pending requests. # They are less likely to ignore these reminders if they're mailed # early in the morning, but of course, this is local time... ;) # 0 8 * * * /usr/bin/python -S /var/mailman/cron/checkdbs # # At 9AM, send notifications to disabled members that are due to be # reminded to re-enable their accounts. # 0 9 * * * /usr/bin/python -S /var/mailman/cron/disabled # # Noon, mail digests for lists that do periodic as well as threshhold delivery. # 0 12 * * * /usr/bin/python -S /var/mailman/cron/senddigests # # 5 AM on the first of each month, mail out password reminders. # 0 5 1 * * /usr/bin/python -S /var/mailman/cron/mailpasswds # # Every 5 mins, try to gate news to mail. You can comment this one out # if you don't want to allow gating, or don't have any going on right now, # or want to exclusively use a callback strategy instead of polling. # 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/bin/python -S /var/mailman/cron/gate_news # # At 3:27am every night, regenerate the gzip'd archive file. Only # turn this on if the internal archiver is used and # GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py # 27 3 * * * /usr/bin/python -S /var/mailman/cron/nightly_gzip ******************************************************************************** FILE: crontab for /var/spool/cron/root # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.31324 installed on Wed Apr 26 09:25:06 2006) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) 17 * * * * rdate -s ntp1.as.arizona.edu ntp2.as.arizona.edu ntp3.as.arizona.edu 1>> /tmp/rdate.log 2>&1 ******************************************************************************** FILE: /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hdb2 # initrd /initrd-version.img #boot=/dev/hdb default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Red Hat Linux (2.4.20-31.9) root (hd0,0) kernel /vmlinuz-2.4.20-31.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-31.9.img title Red Hat Linux (2.4.20-28.9) root (hd0,0) kernel /vmlinuz-2.4.20-28.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-28.9.img title Red Hat Linux (2.4.20-27.9) root (hd0,0) kernel /vmlinuz-2.4.20-27.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-27.9.img title Red Hat Linux (2.4.20-24.9) root (hd0,0) kernel /vmlinuz-2.4.20-24.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-24.9.img title Red Hat Linux (2.4.20-20.9) root (hd0,0) kernel /vmlinuz-2.4.20-20.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-20.9.img title Red Hat Linux (2.4.20-19.9) root (hd0,0) kernel /vmlinuz-2.4.20-19.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-19.9.img title Red Hat Linux (2.4.20-18.9) root (hd0,0) kernel /vmlinuz-2.4.20-18.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-18.9.img title Red Hat Linux (2.4.20-13.9) root (hd0,0) kernel /vmlinuz-2.4.20-13.9 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-13.9.img title Red Hat Linux (2.4.20-8) root (hd0,0) kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.20-8.img ******************************************************************************** FILE: /etc/lilo.conf