- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftp access violation error
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
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
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
11-05-2003 01:06 AM
11-05-2003 01:06 AM
From a client I get this error...
virgo# tftp 172.16.200.14
tftp> verbose
Verbose mode on.
tftp> binary
mode set to octet
tftp> get prova
getting from 172.16.200.14:prova to prova [octet]
Error code 2: Access violation
On my tftp server I've this configuration:
leo# cat /etc/passwd |grep tftp
tftp:*:510:104:TFTP:/usat/tftpboot:/usr/bin/false
leo# cat /etc/group|grep 104
guest::104:tftp
leo# cat /etc/inetd.conf|grep tftp
# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
tftp dgram udp wait root /usr/lbin/tftpd tftpd /usat/tftpboot
leo# ls -la /usat/tftpboot/prova; ls -lad /usat/tftpboot
-rw------- 1 tftp guest 5 Nov 4 15:18 /usat/tftpboot/prova
drwxr-xr-x 2 tftp guest 2048 Nov 4 15:18 /usat/tftpboot
I've tried also with:
leo# ls -la /usat/tftpboot/prova; ls -lad /usat/tftpboot
-rwxrwxrwx 1 tftp guest 5 Nov 4 15:18 /usat/tftpboot/prova
drwxr-xr-x 2 tftp guest 2048 Nov 4 15:18 /usat/tftpboot
and also with:
leo# ls -la /usat/tftpboot/prova; ls -lad /usat/tftpboot
-rwxrwxrwx 1 tftp guest 5 Nov 4 15:18 /usat/tftpboot/prova
drwxrwxrwx 2 tftp guest 2048 Nov 4 15:18 /usat/tftpboot
Could You help me?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:11 AM
11-05-2003 01:11 AM
Re: tftp access violation error
Are you sure the file exists on your ftfp server?
Can you try putting a file up there and then getting it back ?
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:23 AM
11-05-2003 01:23 AM
Re: tftp access violation error
And on the directory where you run the tftp client ? Could it be that there is already an prova file that is not writable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:23 AM
11-05-2003 01:23 AM
Re: tftp access violation error
virgo# pwd
/
virgo# echo "test" > pippo
virgo# tftp 172.16.200.14
tftp> verbose
Verbose mode on.
tftp> put pippo
putting pippo to 172.16.200.14:pippo [netascii]
Error code 2: Access violation
tftp> put /pippo
putting pippo to 172.16.200.14:/pippo [netascii]
Error code 2: Access violation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:25 AM
11-05-2003 01:25 AM
Re: tftp access violation error
hth
J