Memory Leak proftpd-basic Version 1.3.5e-1build1

Niklas Brückelmayer niklas.brueckelmayer at hotmail.com
Sun Dec 8 17:39:53 UTC 2019


Hello,

I want to report a bug in proftpd-basic.

I installed this software thru "apt install proftpd-basic" and got verion 1.3.5e-1build1

In this version there is a memory leak because when I transfer huge amounts of data (in my example approx. 500GB) all available RAM got "cached" and Linux starts to use swap!

System-information: Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-72-generic x86_64) headless server edition



My CUSTOM proftpd.conf file:
# FTP-Benutzer benötigen keine gültige Shell
<Global>
    RequireValidShell off
</Global>

# IPv6 deaktivieren (falls gewünscht)
UseIPv6 off

# Home-Verzeichnis als Stammverzeichnis der FTP-Benutzer festlegen
DefaultRoot ~ ftpuser

# Login nur für Benutzer der Gruppe "ftpuser" erlauben
<Limit LOGIN>
    DenyGroup !ftpuser
</Limit>




I changed nothing in the main config.
Files are transfered from a Windows 10 machine.


Best regards!
Niklas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20191208/e11cb47d/attachment.html>


More information about the Ubuntu-devel-discuss mailing list