http://bugs.proftpd.org/show_bug.cgi?id=2293
------- Additional Comments From tanya@... 2003-12-02 16:55 -------
Tried applying the included patch. Hunk #2 fails with the patch command so I introduced the code
changes by hand.
As-is, the build fails:
ld: Undefined symbols:
_pr_log_pri
make: *** [proftpd] Error 1
I made the assumption that it should have been log_pri instead of pr_log_pri, made the code
change and complied a new binary.
The behavior this time was a hanging on the client side after entering the password and the
following information in debug.
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - ROOT PRIVS at mod_auth.c:1180
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - opening TransferLog '/var/log/xferlog'
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - RELINQUISH PRIVS at mod_auth.c:1209
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - USER PRIVS 1027 at mod_auth.c:702
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - dispatching auth request "getpwnam" to
module mod_ldap
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - dispatching auth request "getpwnam" to
module mod_auth_file
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - dispatching auth request "getpwnam" to
module mod_auth_unix
cartman.apple.com (scrappy.apple.com[17.216.21.133]) - RELINQUISH PRIVS at mod_auth.c:706
hangs for a couple seconds
cartman.apple.com - scrubbing scoreboard
cartman.apple.com - ROOT PRIVS at mod_core.c:194
cartman.apple.com - RELINQUISH PRIVS at mod_core.c:201
cartman.apple.com - ROOT PRIVS at mod_core.c:223
cartman.apple.com - RELINQUISH PRIVS at mod_core.c:251
cartman.apple.com - FS: using system lstat()
hangs for about 10 seconds
cartman.apple.com - scrubbing scoreboard
cartman.apple.com - ROOT PRIVS at mod_core.c:194
cartman.apple.com - RELINQUISH PRIVS at mod_core.c:201
cartman.apple.com - ROOT PRIVS at mod_core.c:223
cartman.apple.com - RELINQUISH PRIVS at mod_core.c:251
cartman.apple.com - FS: using system lstat()
repeats above after hanging for a while again, several times until cntrl-c
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|