==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this 
link:http://bugs.contribs.org/show_bug.cgi?id=8426

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================


            Bug ID: 8426
           Summary: tftpd not logging
    Classification: Contribs
           Product: SME Contribs
           Version: 8.1
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-tftp-server
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

I have a working tftpd/PXE setup.

I was trying to boot an IP phone with tftpd but was having problems.

I thought I would enable more detailed logging to try and see if the Phone was
hitting the server and if it was reading any files.

I tried upping the logging to verbose but it seemed to make precious little
difference and did not show any files being transferred.

Theoretically in.tftpd should log more information when you change from normal
to verbose (it changes from -v to -vv).

It shows the connecting station, but that's all.

I tried to manually change the -v options in /var/service/tftpd/run to -vvvvv
and it still gave me no more information.

I have no idea how to persuade it to show more logging - particularly the files
being accessed.


I also noted that it appeared there should be space between -u and $TFTPD_USER
as below. Didn't seem to make any operational difference but for the sake of
syntax :-)



[root@home tftpd]# diff -ruN run.orig run     
--- run.orig    2006-01-21 13:56:00.000000000 +0100
+++ run    2014-06-16 14:18:13.000000000 +0200
@@ -46,7 +46,7 @@

     cd /
     exec 2>&1
-    exec    udpsvd    -h $TFTPD_LOG_SETTING -u$TFTPD_USER \
+    exec    udpsvd    -h $TFTPD_LOG_SETTING -u $TFTPD_USER \
             $TFTPD_ACCESS_SETTING $TFTPD_UDPPORT \
             in.tftpd     $TFTPD_LOG_SETTING $TFTPD_PRIVILEGE_SETTING \
             -u $TFTPD_USER $TFTPD_TIMEOUT_SETTING -s $TFTPD_DIRECTORY

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to