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
06-22-2005 07:23 AM
06-22-2005 07:23 AM
tftp
tftp> get /tmp/euls
getting from localhost:/tmp/euls to euls [netascii]
sent RRQ
received ERROR
Error code 2: Access violation
tftp is included at /etc/inetd.conf ...
anybody can help me ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 07:44 AM
06-22-2005 07:44 AM
Re: tftp
[root@vpart1 /]# tftp localhost
tftp> trace
Packet tracing on.
tftp> verbose
Verbose mode on.
tftp> get /etc/passwd
getting from localhost.MYDOMAIN.com:/etc/passwd to passwd [netascii]
sent RRQ
received ERROR
Error code 2: Access violation
tftp>
grep tftp /etc/passwd
Is the DEFAULT HOME DIRECTORY /usr/tftpdir ????
That's your chroot home!
TRY this:
ls -l /usr/tftpdir/
mkdir /usr/tftpdir/tmp (if it doesn't exist)
cp /tmp/euls /usr/tftpdir/tmp/euls
tftp localhost
tftp> verbose
Verbose mode on.
tftp> trace
Packet tracing on.
tftp> get /tmp/euls
getting from localhost.MYDOMAIN.com: /tmp/euls to euls [netascii]
sent RRQ
received DATA
sent ACK
received DATA
Received 802 bytes in 0.0 seconds [inf bits/sec]
tftp>
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 07:52 AM
06-22-2005 07:52 AM
Re: tftp
tftp dgram udp wait root /usr/lbin/tftpd tftpd \
/opt/ignite \
/var/opt/ignite
and the file is at /var/opt/ignite ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 08:23 AM
06-22-2005 08:23 AM
Re: tftp
Thanks, for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 08:23 AM
06-22-2005 08:23 AM