TFTP error message [7:57752]

2002-11-19 Thread supernet
I tried to set up a TFTP server on solaris. When I do write net on
router, I got TFTP: error code 2 received - Access violation error
message unless I create a destination file first. How do I fix this
problem? Many thanks.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=57752t=57752
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: TFTP error message [7:57752]

2002-11-19 Thread James Willard
Well, that's basically how TFTP works on Unix-style systems. You have to
first create the file (i.e., 'touch cisco-confg'), then give everyone
write permissions to it (i.e., 'chmod 666 cisco-confg') before it can be
written by the TFTP server. As far as I know, there's no way to
circumvent that using the default tftp server - at least not according
to the man pages. It may be possible to find a third-party TFTP server
that will, or modify the source to one and compile your own if it's a
significant problem.

James Willard
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
supernet
Sent: Tuesday, November 19, 2002 10:35 PM
To: [EMAIL PROTECTED]
Subject: TFTP error message [7:57752]


I tried to set up a TFTP server on solaris. When I do write net on
router, I got TFTP: error code 2 received - Access violation error
message unless I create a destination file first. How do I fix this
problem? Many thanks.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=57753t=57752
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]