[FE training-materials-updates] labs: use sudo to restart the tftpd server

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Feb 27 09:27:14 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=62a7973e53f18f42b920753a6fdb2a2c35bb5004

>---------------------------------------------------------------

commit 62a7973e53f18f42b920753a6fdb2a2c35bb5004
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Feb 27 09:26:38 2014 +0100

    labs: use sudo to restart the tftpd server
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

62a7973e53f18f42b920753a6fdb2a2c35bb5004
 labs/kernel-board-setup/kernel-board-setup.tex |    2 +-
 labs/sysdev-u-boot/sysdev-u-boot.tex           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-board-setup/kernel-board-setup.tex b/labs/kernel-board-setup/kernel-board-setup.tex
index d87ba19..1ccb004 100644
--- a/labs/kernel-board-setup/kernel-board-setup.tex
+++ b/labs/kernel-board-setup/kernel-board-setup.tex
@@ -200,7 +200,7 @@ doesn't work, you may have you have to stop the server and start it
 again every time you boot your workstation:
 
 \begin{verbatim}
-service tftpd-hpa restart
+sudo service tftpd-hpa restart
 \end{verbatim}
 
 The \code{tftp} command should have downloaded the
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 897a2df..3957442 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -427,7 +427,7 @@ if this command doesn't work, you may have to stop the server
 and start it again every time you boot your workstation:
 
 \begin{verbatim}
-service tftpd-hpa restart
+sudo service tftpd-hpa restart
 \end{verbatim}
 
 The \code{tftp} command should have downloaded



More information about the training-materials-updates mailing list