From owner-freebsd-questions Mon Jun 11 12: 7:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cheetah.net-uno.net (cheetah.net-uno.net [206.49.154.41]) by hub.freebsd.org (Postfix) with ESMTP id 3B62437B405 for ; Mon, 11 Jun 2001 12:07:06 -0700 (PDT) (envelope-from dapf@runbox.com) Received: from PCMONITOR (unknown [172.16.7.125]) by cheetah.net-uno.net (NetUno SMTP Server) with SMTP id EB594C02BE for ; Mon, 11 Jun 2001 15:04:36 -0400 (WST) Message-ID: <004a01c0f2aa$6ea67a20$b07cfea9@PCMONITOR> From: =?iso-8859-1?Q?Diego_A._Puertas_Fern=E1ndez?= To: References: <003101c0f226$2463e760$0200a8c0@a> Subject: Problem with TFTP server Date: Mon, 11 Jun 2001 15:05:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello list: I´m installing a TFTP server to back up configuration files from cisco devices. I uncomented the tftp line in /etc/inetd.conf, and now it looks like this: $ cat /etc/inetd.conf | grep tftp tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /home/tftp then I´ve created an manipulated /home/tftp so now it looks like this: $ ls -ld /home/tftp drwxrwxrwx 2 nobody nobody 512 Jun 11 14:22 /home/tftp I loging to get files from the TFTP server and it works just fine, but when try to put files in, this happens: $ ls InventarioCDM mail varios_pings.log VARIOS_PINGS toroloco tftp localhost tftp> put varios_pings.log Error code 1: File not found tftp> What does this Error code 1: File not found means, the file varios_pings.log exists, everybody can write on /home/tftp, what´s the problem? Thanks Diego To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message