==================================================================
  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
==================================================================

--- Comment #1 from John Crisp <[email protected]> ---
Trying to get my head round this and how it works I think I found another small
error.

I added some echo lines to he /var/service/tftpd/run file to see what the
output was and got this :

udpsvd -h -vv -u root 192.168.10.1 69 in.tftpd -vv  -u root -t normal -s
/tftpboot

However I think the timeout value should be different.

In the run file it shows this :

    if [ $TFTPD_TIMEOUT != "default" ]; then
    TFTPD_TIMEOUT_SETTING="-t $TFTPD_TIMEOUT";
    fi

But the default db entry is 'normal'

I think it should either be 'default' or a value ?

in.tftpd :
--timeout timeout, -t timeout
    When run from inetd this specifies how long, in seconds, to wait for a
second connection before terminating the server. inetd will then respawn the
server when another request comes in. The default is 900 (15 minutes.) 

So either the run file needs modifying, or the default db entry.

Not sure which ! I can do a patch for this but would like advice on which is
the best method.

Still seem to be no closer to my logging problems though ! Steadfastly refuses
to show me which files are accessed despite manually applying -vvvv in the
'run' file.

One small thing I noted was that a lot of other programs seem to set the guid
in the /var/service/someservice/log/run as follows :

/usr/local/bin/setuidgid smelog 

But this isn't set in tftpd. Any particular reasons why some are set and some
not ?

-- 
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