I'm trying to set up tftpd with a zfs root.  I have the following line in 
inetd.conf:

tftp    dgram   udp6    wait    root    /usr/sbin/in.tftpd      in.tftpd -s 
/pool/tftp

I have the zfs filesystem created:

#zfs list | grep tftp                                                           
                                            
pool/tftp                               62.1K   256M  62.1K  /pool/tftp

I changed the ownership of the tftp path to nobody:nobody and 777 access:

#ls -al /pool | grep tftp
drwxrwxrwx   2 nobody   nobody         3 Jan 25 09:43 tftp

I ran inetconv to build the smf service, and verified that the service is 
active:

#svcs | grep tftp
online          9:56:22 svc:/network/tftp/udp6:default

>From a client, I get TFTP GET a file just fine, but when I go to TFTP PUT a 
>file, I get an error (Access Violation).  I need to be able to TFTP PUT files 
>as needed as this is my primary offsite storage mechanism for Cisco router 
>configuration files.

TIA,
Eric
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to