Skip to content

TFTP Error - Access Violation #932

Answered by T81
T81 asked this question in Q&A
Discussion options

You must be logged in to vote

Solved it with the help of the discord community.

The messages I was getting were coming from this part of the code:

https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git/tree/tftpd/tftpd.c#n1507

I was suggested that I should change the permission of the /config directory and the files, from in inside the container, to 777 and 666 respectively. This suggestion came from the comment at the top of that validate_access functions.

Indeed the global read permission vanished but then I started getting:

PXE-T00: Permission denied
PXE-E36: Error received from TFTP server
PXE-M0F: Exiting PXE ROM.
It seemes that chmod 775 -R /config did the job and finally it worked.

Ref: TFTP Permission denied…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by T81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant