Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 534188

Summary: net-ftp/pure-ftpd-1.0.36-r1 - Disk full with separate ftp partition
Product: Gentoo Linux Reporter: Juergen Rose <rose>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Juergen Rose 2015-01-01 10:45:05 UTC
If I try to upload files to ftp server, I get:

rose@gepard:/home/rose(78)$ ftp orca
...
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 30 allowed.
...
ftp> put workflow.pdf
local: workflow.pdf remote: workflow.pdf
200 PORT command successful
552 Disk full - please upload later


At orca there is a seperate ftp partition, which is only 23% filled.

root@orca:/root(17)# df
Filesystem                1K-blocks      Used Available Use% Mounted on
/dev/md126                  1943632   1335536    507696  73% /
...
/dev/mapper/vg0-home      264092676 235505860  15148660  94% /home_orca
/dev/mapper/vg0-ftp       134152192  30517664 103634528  23% /home_orca/ftp
...

root@orca:/root(22)# ll -t /home
lrwxrwxrwx 1 root root 9 Apr 17  2014 /home -> home_orca/


I suppose, that pure-ftpd checks /home but not /home/ftp for filling state.
Because /home is filled with  94%, upload is denied. 

Is there any way to configure pure-ftpd, that it checks /home/ftp or /dev/mapper/vg0-ftp, respectively?
Comment 1 Conrad Kostecki gentoo-dev 2022-04-17 11:59:14 UTC
Since this version is very old and in tree are much newer, could you try newer versions and re-open, if it still persists? Thanks!