- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with TFTP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 02:05 AM
тАО02-22-2002 02:05 AM
I've a problem with TFTP
In the /etc/inetd.conf:
tftp dgram udp wait root /usr/lbin/tftpd tftpd /home/tftpdir
In the /etc/passwd:
tftp:*:510:510:tftp server:/home/tftpdir:/usr/bin/false
I execute /usr/sbin/inetd -c
but when i try get a file i get "Transfer timed out."
In the syslog.log appear:
eb 22 10:55:39 grecods tftpd[14981]: No security mechanism exists; see tftpd(1M)
Feb 22 10:55:44 grecods tftpd[14984]: No security mechanism exists; see tftpd(1M)
Feb 22 10:55:49 grecods tftpd[14989]: No security mechanism exists; see tftpd(1M)
Feb 22 10:55:54 grecods tftpd[14992]: No security mechanism exists; see tftpd(1M)
Feb 22 10:55:59 grecods tftpd[14994]: No security mechanism exists; see tftpd(1M)
Where is the mistake?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 02:18 AM
тАО02-22-2002 02:18 AM
Re: problem with TFTP
1: the group membership should be guest.
2: Retransmission is defauld 5 secs and timeout is defaulted to 25 secs. If you have a bad connection you can alter these parameters with -R -T specifications (man tftpd)
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 02:33 AM
тАО02-22-2002 02:33 AM
Re: problem with TFTP
guest::510:tftp
and the connections are very good
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 06:19 AM
тАО02-22-2002 06:19 AM
Re: problem with TFTP
The pseudo-user tftp was not found in the password database (/etc/passwd), and tftpd was invoked without any path arguments.
Add or correct the entry for the pseudo-user tftp in the password database /etc/passwd. Or, add an access list (path arguments) to the tftpd arguments in the inetd configuration file /etc/inetd.conf. Reconfigure inetd with the command inetd -c.
If no path is specified on the command line, tftpd requires an entry in the /etc/passwd database (see passwd(4) ) for an account (pseudo-user) named tftp. The password field should be *, the group membership should be guest, and the login shell should be /usr/bin/false. For example (assuming the guest group ID is 101):
tftp:*:510:101:tftp server:/home/tftpdir:/usr/bin/false
Also verify that the /home/tftp directory exists and is rw.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 07:07 AM
тАО02-22-2002 07:07 AM
Solutiontftp dgram udp wait root /usr/lbin/tftpd tftpd /home/tftpdir
take out the /home/tftpdir reference, it is redundant because you have the tftp user defined.
then do the inetd -c thing to reread the config file.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2003 02:56 PM
тАО11-05-2003 02:56 PM
Re: problem with TFTP
"tftp dgram udp wait root /usr/lbin/tftpd tftpd", also. I get the same messages, however (yes, I have run inetd -c after all changes to inetd.conf)
Does there need to be something special with the guest group?
-os
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2003 02:59 PM
тАО11-05-2003 02:59 PM
Re: problem with TFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2017 09:46 AM
тАО06-01-2017 09:46 AM
Re: problem with TFTP
Ron,
Thanks for the post. The details here helped solve it.
In addition to this, I actually had to kill the tftpd. Although I created the user as active with guest /bin/false etc.. running inetd -c did not fully update the running config. After killing the process and restarting it with extended logging enabled (just in case it wasn't resolved yet), our syslog is finally free of that message. The poor tftpd just needed a home and now is at rest.
"... I pass the hated wasteland with a grin, cause in the end I got my passions." -Aesop Rock