Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 15:05:02 -0400
From:      =?iso-8859-1?Q?Diego_A._Puertas_Fern=E1ndez?= <dapf@runbox.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Problem with TFTP server
Message-ID:  <004a01c0f2aa$6ea67a20$b07cfea9@PCMONITOR>
References:  <003101c0f226$2463e760$0200a8c0@a>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004a01c0f2aa$6ea67a20$b07cfea9>