Sysadmin:Installing ACLs: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Spvan09 (talk | contribs)
No edit summary
Spvan09 (talk | contribs)
No edit summary
Line 41: Line 41:
http://www.frederikkonietzny.de/2011/09/how-to-setup-a-fai-install-server-on-debian-squeeze/
http://www.frederikkonietzny.de/2011/09/how-to-setup-a-fai-install-server-on-debian-squeeze/


Wait for further update on how to tweak things!
[Wait for further update on how to tweak things!]

Revision as of 18:58, 15 August 2012

primarily notes for aaron and son as we set this up.


setting up the mirror:

- Create a dedicated user for the whole mirror.
- Create a seperate directory for the mirror, writeable by the new user.
- Place the ftpsync script in the mirror user's $HOME/bin (or just $HOME)
- Place the ftpsync.conf.sample into $HOME/etc as ftpsync.conf and edit
  it to suit your system.  You should at the very least change the TO=
  and RSYNC_HOST lines.
- Create $HOME/log (or wherever you point $LOGDIR to)
- excluded the architectures we don't want

run ftpsync


tftp setup:

added to /etc/default/tftpd-hpa

 RUN_DAEMON="yes"
 OPTIONS="-l -s /var/lib/tftpboot"

also did:

 mkdir -p /var/lib/tftpboot
 /etc/init.d/tftpd-hpa start



http://fai-project.org/fai-guide/_anchor_id_inst_xreflabel_inst_installing_fai.html#_anchor_id_requirements_xreflabel_requirements_requirements

http://fai-project.org/fai-guide/_anchor_id_impatient_xreflabel_impatient_quickstart_for_the_impatient_user.html

http://www.debian-administration.org/articles/478

Basically, this is what you want to do in order to install the very basic fai server:

http://www.frederikkonietzny.de/2011/09/how-to-setup-a-fai-install-server-on-debian-squeeze/

[Wait for further update on how to tweak things!]