Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534188 - net-ftp/pure-ftpd-1.0.36-r1 - Disk full with separate ftp partition
Summary: net-ftp/pure-ftpd-1.0.36-r1 - Disk full with separate ftp partition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-01 10:45 UTC by Juergen Rose
Modified: 2022-04-17 11:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!