From: TJ S. <cas...@us...> - 2010-01-05 16:59:48
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30424 Modified Files: Debugging.html Log Message: Updating website copy of Debugging howto. Index: Debugging.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/Debugging.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Debugging.html 17 Aug 2007 00:11:26 -0000 1.1 --- Debugging.html 5 Jan 2010 16:59:31 -0000 1.2 *************** *** 26,31 **** --- 26,36 ---- problems, it is good to know the version being used: <pre> + proftpd -V proftpd -vv </pre> + When reporting issues, please include the output from <i>both</i> of these + commands. + + <p> It is possible that the problem you are encountering is due to some bug that may already be fixed in a more current version, fixed in the CVS |