[Bug 664424] Re: PUT unable to upload to server - Error Code 1

2010-10-21 Thread AndreK


-- 
PUT unable to upload to server - Error Code 1
https://bugs.launchpad.net/bugs/664424
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 664424] Re: PUT unable to upload to server - Error Code 1

2010-10-21 Thread James Page
The default behaviour for tftpd is to not create new files, i.e. you can
upload to an existing file location (as long as it has the correct
permissions) but you can't create new files on the tftpd server.

You can change this behaviour by adding the --create parameter to
TFTP_OPTIONS in /etc/default/tftpd-hpa and amending the directory
permissions on /var/lib/tftpboot.

However you should do this with EXTREME CAUTION; this effectively allows
any remote client to upload data with no authentication to your server
which could create potential Denial of Service problems due to full file
systems etc...

I checked this in Lucid as well and this behaviour has not changed for
Maverick.


** Changed in: tftp-hpa (Ubuntu)
   Status: New = Invalid

-- 
PUT unable to upload to server - Error Code 1
https://bugs.launchpad.net/bugs/664424
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs