Raspberry pi installation problems
Posted: 29 Jun 2017, 18:39
Hello,
I followed the guide @ http://erpxe.org/Raspberry_Pi_installation_instructions but unfortunately when I get to the part where I use the command "service tftpd-hpa restart" the I get the error:
systemctl status tftpd-hpa.service returns :
and journalctl -xn returns:
My installation process follows the wiki entry to the letter. I've even thought that maybe I should execute "update-rc.d tftpd-hpa defaults" right after editing "/etc/default/tftpd-hpa" (which is kind of not in order with the wiki) but it does not fix the issue. Can anyone help?
thanks
I followed the guide @ http://erpxe.org/Raspberry_Pi_installation_instructions but unfortunately when I get to the part where I use the command "service tftpd-hpa restart" the I get the error:
Code: Select all
Job for tftpd-hpa.service failed. See 'systemctl status tftpd-hpa.service' and 'journalctl -xn' for details.
Code: Select all
tftpd-hpa.service - LSB: HPA's tftp server
Loaded: loaded (/etc/init.d/tftpd-hpa)
Active: failed (Result: exit-code) since Thu 2017-06-29 12:33:32 EDT; 55s ago
Process: 2268 ExecStop=/etc/init.d/tftpd-hpa stop (code=exited, status=0/SUCCESS)
Process: 6969 ExecStart=/etc/init.d/tftpd-hpa start (code=exited, status=1/FAILURE)
Code: Select all
No journal files were found.
thanks