Changes

Jump to navigation Jump to search
10 bytes added ,  05:57, 15 August 2023
use systemctl rather than service (for restart)
Line 21: Line 21:     
  /tftpboot/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
 
  /tftpboot/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
 
+
<syntaxhighlight lang="bash">
 +
mkdir -p /etc/e-smith/templates-custom/etc/exports/
 +
echo "/tftpboot/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)" > /etc/e-smith/templates-custom/etc/exports/30tftp
 +
expand-template /etc/exports
 +
</syntaxhighlight>
 
  /tftpboot/images/ubunturescue_1104/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
 
  /tftpboot/images/ubunturescue_1104/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
 +
if you have installed smeserver-nfs
    
=== Installation ===
 
=== Installation ===
Line 32: Line 37:     
  yum --enablerepo=smecontribs --enablerepo=base install smeserver-tftp-server
 
  yum --enablerepo=smecontribs --enablerepo=base install smeserver-tftp-server
  −
Officially you should then need to apply the database changes etc. Whilst this is not required to be able to run the tftp server straight away, it will be required at some stage, and the server manager will remind you to, until you do.
  −
  −
signal-event post-upgrade
  −
signal-event reboot
      
The tftp status can be controlled via the Thin Clients server-manager panel if you have installed my [[Thinclient|smeserver-thinclient]] contrib.
 
The tftp status can be controlled via the Thin Clients server-manager panel if you have installed my [[Thinclient|smeserver-thinclient]] contrib.
Line 45: Line 45:     
If for any reason the tftp server isn't running, try:
 
If for any reason the tftp server isn't running, try:
  service tftp restart
+
  systemctl restart tftp
    
=== Defaults ===
 
=== Defaults ===
371

edits

Navigation menu