Public bug reported:

elder@elder-PC:~$ cat /etc/issue
Ubuntu 11.10 \n \l

elder@elder-PC:~$ sudo apt-get install tftp tftpd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  tftp tftpd
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/33.0 kB of archives.
After this operation, 168 kB of additional disk space will be used.
Selecting previously deselected package tftp.
(Reading database ... 178833 files and directories currently installed.)
Unpacking tftp (from .../tftp_0.17-18ubuntu2_amd64.deb) ...
Selecting previously deselected package tftpd.
Unpacking tftpd (from .../tftpd_0.17-18ubuntu2_amd64.deb) ...
Processing triggers for man-db ...
Setting up tftp (0.17-18ubuntu2) ...
Setting up tftpd (0.17-18ubuntu2) ...
Note: xinetd currently is not fully supported by update-inetd.
      Please consult /usr/share/doc/xinetd/README.Debian and itox(8).
elder@elder-PC:~$ sudo joe /etc/xinetd.d/tftp

service tftp
{
protocol        = udp
port            = 69
socket_type     = dgram
wait            = yes
user            = nobody
server          = /usr/sbin/in.tftpd
server_args     = -s /tftpboot
disable         = no
}

elder@elder-PC:~$ sudo mkdir /tftpboot
elder@elder-PC:~$ sudo chmod -R 777 /tftpboot
elder@elder-PC:~$ sudo chown -R nobody /tftpboot
elder@elder-PC:~$ sudo service xinetd reload
elder@elder-PC:~$ touch original
elder@elder-PC:~$ tftp localhost
tftp> put original
tftp> get original
Error code 2: Access violation
tftp> quit
elder@elder-PC:~$ less /var/log/syslog


Dec  6 16:02:09 elder-PC xinetd[13864]: Started working: 0 available services
Dec  6 16:06:29 elder-PC xinetd[13864]: Starting reconfiguration
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=14]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=28]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=26]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=25]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=26]
Dec  6 16:06:29 elder-PC xinetd[13864]: Reading included configuration file: 
/etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=11]
Dec  6 16:06:29 elder-PC xinetd[13864]: removing chargen
Dec  6 16:06:29 elder-PC xinetd[13864]: removing chargen
Dec  6 16:06:29 elder-PC xinetd[13864]: removing daytime
Dec  6 16:06:29 elder-PC xinetd[13864]: removing daytime
Dec  6 16:06:29 elder-PC xinetd[13864]: removing discard
Dec  6 16:06:29 elder-PC xinetd[13864]: removing discard
Dec  6 16:06:29 elder-PC xinetd[13864]: removing echo
Dec  6 16:06:29 elder-PC xinetd[13864]: removing echo
Dec  6 16:06:29 elder-PC xinetd[13864]: removing time
Dec  6 16:06:29 elder-PC xinetd[13864]: removing time
Dec  6 16:06:29 elder-PC xinetd[13864]: Swapping defaults
Dec  6 16:06:29 elder-PC xinetd[13864]: Reconfigured: new=1 old=0 dropped=0 
(services)
Dec  6 16:08:16 elder-PC tftpd[13920]: tftpd: trying to get file: original
Dec  6 16:08:16 elder-PC tftpd[13920]: tftpd: serving file from /tftpboot
Dec  6 16:08:20 elder-PC tftpd[13922]: tftpd: trying to get file: original
Dec  6 16:08:20 elder-PC tftpd[13922]: tftpd: serving file from /tftpboot

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/901273

Title:
  Error code 2: Access violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/901273/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to