/
PBX Platforms - Enable TFTP verbose logging
PBX Platforms - Enable TFTP verbose logging
When troubleshooting phones, it is helpful to be able to see more detailed logging. Turning verbose logging on will show when a phone requests a file, allowing you to know the phone at least has working networking by that point.
Edit the tftp configuration file
vi /etc/xinetd.d/tftp |
Add the "–verbose" startup option
...
## Customization: add the "--verbose" command-line option to see when TFTP files are requested by clients to aid in troubleshooting
#server_args = -s /tftpboot
server_args = -s /tftpboot --verbose
... |
Restart xinitd
service xinetd restart |
You can grep for tftp in /var/log/messages, and see live tftp traffic with:
tail -f /var/log/messages | grep tftp |
, multiple selections available,
Related content
PBX Platforms - View TFTP requests from phones
PBX Platforms - View TFTP requests from phones
More like this
PBX Platforms - TFTP server
PBX Platforms - TFTP server
More like this
PBX GUI - Supported Devices-Aastra
PBX GUI - Supported Devices-Aastra
More like this
PBX GUI - System Admin-Provisioning Protocols
PBX GUI - System Admin-Provisioning Protocols
More like this
Fonality - How do I add a device to my trixbox Pro?
Fonality - How do I add a device to my trixbox Pro?
More like this
T1 Troubleshooting
T1 Troubleshooting
More like this
Unable to render {include} The included page could not be found.