Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: SCALE-20.12-ALPHA
-
Fix Version/s: SCALE-21.04-ALPHA.1 (Angelfish), SCALE-21.02-ALPHA.1
-
Component/s: Middleware
-
Labels:
-
Impact:Medium
Description
Decently new install of ALPHA 20.12. Seems that the TFTP settings page does not affect any of the settings. The settings are saved in the WebUI, but no matter what TFTP seems to be running the same way. In the off chance that it works by making /srv/tftp a symlink, I checked and it is just a normal folder.
# ps aux | grep tftp
root 1009779 0.0 0.0 3172 108 ? Ss 15:51 0:00 /usr/sbin/in.tftpd --listen --user tftp --address :69 --secure /srv/tftp
root 1010018 0.0 0.0 3116 660 pts/2 S+ 15:51 0:00 grep tftp
# cat /etc/default/tftpd-hpa
# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS=":69"
TFTP_OPTIONS="--secure"
# ls -al /srv
total 10
drwxr-xr-x 4 root root 4 Dec 18 14:08 .
drwxr-xr-x 19 root root 29 Dec 18 14:09 ..
drwxr-xr-x 2 ftp nogroup 3 Dec 18 14:08 ftp
drwxr-xr-x 2 root nogroup 2 Jan 23 15:52 tftp