Comment 2 for bug 2067793

Revision history for this message
Anton Troyanov (troyanov) wrote (last edit ):

Hi Shantur,

Thanks for the bug report.

May I ask you to try the following patch?
https://code.launchpad.net/~troyanov/maas/+git/maas/+merge/466767

If you are using snap, you can apply it using the following approach:
$ cd /tmp/
$ cp /snap/maas/current/lib/python3.10/site-packages/provisioningserver/rackdservices/tftp.py .
$ # apply patch
$ sudo mount -o bind,ro /tmp/tftp.py /snap/maas/current/lib/python3.10/site-packages/provisioningserver/rackdservices/tftp.py
$ sudo snap restart maas