Complete
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
Perry Naseck
Perry NaseckLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created January 23, 2021 at 8:54 PM
Updated July 1, 2022 at 5:14 PM
Resolved February 9, 2021 at 10:07 PM
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