Sinn workstation scratchpad
From Aventine Solutions
After reinstallation ...
Contents |
[edit] 1. RAID and the /export filesystem
Start RAID in the disk utility, re-attach disks if necessary, then ...
mdadm --detail --scan >> /etc/mdadm.conf
Add it back to the fstab
/dev/md0 /export ext4 defaults 1 2
... and to exports
/export *(rw,no_root_squash)
Install autofs and set-up auto.import
[edit] 2. Network
Put the hosts back in /etc/hosts
192.168.100.1 quas quas.aventinesolutions.nl 192.168.100.2 sinn.aventinesolutions.nl sinn # Added by NetworkManager 192.168.100.3 renz renz.aventinesolutions.nl 127.0.0.1 localhost.localdomain localhost ::1 sinn.aventinesolutions.nl sinn localhost6.localdomain6 localhost6
[edit] 3. autofs
Install autofs
yum install autofs
Fix /etc/auto.master by adding
/import /etc/auto.import
Copy /etc/auto.misc to /etc/auto.import and just have
quas -soft,intr quas:/export
Add autofs to boot sequence
chkconfig --levels 345 autofs on
[edit] 4. HP Color Laserjet 1500 Printer
Install foomatic
yum install foomatic
... then follow instructions at http://foo2hp.rkkda.com
[edit] 5. Skype
Install required packages:
yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686
... then install Skype:
$ rpm --install /import/quas/install/Skype/skype-2.1.0.81-fc10.i586.rpm

