View previous topic :: View next topic |
Author |
Message |
Jumento n00b

Joined: 08 Apr 2006 Posts: 27
|
Posted: Sat Dec 30, 2006 12:22 pm Post subject: [SOLVED] Pure-ftpd upload question |
|
|
Hi,
I got i problem with pure-ftpd. I can't upload to my ftpserver.
I'm using the following User Manager as front-end: http://machiel.generaal.net/index.php?subject=user_manager_pureftpd
and as back-end i have a mysql database with virtual users.
I have created user X and set the chrooted homefolder with the front-end to: /home/X
And with the front-end i have also set the GID and UID to the one from user X. I thought that this option is to set the permissions.
But when i then connect to the homefolder i can't upload any files or create any directories.
Maybe that one of you guys know were to look to fix this simple problem.
Last edited by Jumento on Mon Jan 01, 2007 4:46 pm; edited 1 time in total |
|
Back to top |
|
 |
Dan Veteran

Joined: 25 Oct 2005 Posts: 1302
|
Posted: Sat Dec 30, 2006 4:03 pm Post subject: |
|
|
ls -al /home/X/ |
|
Back to top |
|
 |
Jumento n00b

Joined: 08 Apr 2006 Posts: 27
|
Posted: Sat Dec 30, 2006 4:08 pm Post subject: |
|
|
dcoats wrote: | ls -al /home/X/ |
drwxr-xr-x
But when i do chmod 777 /home/X -R it doesn't work either |
|
Back to top |
|
 |
Abraxa Apprentice

Joined: 14 Jun 2005 Posts: 174 Location: Germany
|
Posted: Mon Jan 01, 2007 12:12 am Post subject: |
|
|
Does pureftpd run as root?
If not, su to that user and try coping a file to /home/X/ - if it works it seems to be pureftpd's fault. You then might want to check /etc/conf.d/pureftpd for those values:
DISK_FULL and MISC_OTHER
You could also enable debugging ("-d" in MISC_OTHER) to see what pureftpd is doing when you try to upload something.
-Soeren |
|
Back to top |
|
 |
Jumento n00b

Joined: 08 Apr 2006 Posts: 27
|
Posted: Mon Jan 01, 2007 4:46 pm Post subject: |
|
|
Abraxa wrote: | Does pureftpd run as root?
If not, su to that user and try coping a file to /home/X/ - if it works it seems to be pureftpd's fault. You then might want to check /etc/conf.d/pureftpd for those values:
DISK_FULL and MISC_OTHER
You could also enable debugging ("-d" in MISC_OTHER) to see what pureftpd is doing when you try to upload something.
-Soeren |
Thnx.. the default DISK_FULL property was the issue. Default it don't allow uploads when over 90% of disk is in use.
And in my situation i had only 3% available |
|
Back to top |
|
 |
|