Hey
Ich habe auf einem Webserver vsftpd am laufen. Wenn ich versuche viele kleine Datein hochzuladen (50-100kb) bricht mir jedes ftp Proggi nach ca -10 Dateien ab.
hier mal von Flashfxp
MKD /html/Wallpapers
257 "/html/Wallpapers" created
CWD /html/Wallpapers/
250 Directory successfully changed.
PWD
257 "/html/Wallpapers"
PASV
227 Entering Passive Mode (62,75,246,147,250,37)
LIST
150 Here comes the directory listing.
226 Directory send OK.
List Complete: 0 bytes in 0,41 (1,00 KBps)
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (62,75,246,147,118,175)
STOR 02(3).jpg
150 Ok to send data.
226 File receive OK.
Transferred: 02(3).jpg 43 KB in 7,08 (6,12 KBps)
PASV
227 Entering Passive Mode (62,75,246,147,251,209)
STOR 03(2).jpg
150 Ok to send data.
226 File receive OK.
Transferred: 03(2).jpg 34 KB in 8,14 (4,28 KBps)
PASV
227 Entering Passive Mode (62,75,246,147,41,205)
STOR 04(2).jpg
150 Ok to send data.
226 File receive OK.
Transferred: 04(2).jpg 57 KB in 10,31 (5,58 KBps)
PASV
227 Entering Passive Mode (62,75,246,147,90,99)
STOR 05(2).jpg
150 Ok to send data.
226 File receive OK.
Transferred: 05(2).jpg 53 KB in 10,17 (5,30 KBps)
PASV
550 Could not get file size.
PORT 192,168,2,213,5,249
227 Entering Passive Mode (62,75,246,147,115,143)
500 Illegal PORT command.
Transfer Failed!
Transferred 4 files totaling 189 KB in 42,95 (5,31 KBps)
ich habe auch mal mitgelogt (die letzten 30 Zeilen)
29984 recv(0, "", 4096, MSG_PEEK) = 0
29984 fcntl64(0, F_GETFL) = 0x2 (flags O_RDWR)
29984 fcntl64(0, F_SETFL, O_RDWR|O_NONBLOCK) = 0
29984 write(0, "500 OOPS: ", 10) = 10
29984 write(0, "vsf_sysutil_recv_peek: no data", 30) = 30
29984 write(0, "rn", 2) = 2
29984 exit_group(1) = ?
29982 <... read resumed> 0xbffff2d7, 1) = ? ERESTARTSYS (To be restarted)
29982 --- SIGCHLD (Child exited) @ 0 (0) ---
29982 wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 29984
29982 fcntl64(0, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
29982 fcntl64(0, F_SETFL, O_RDWR|O_NONBLOCK) = 0
29982 write(0, "500 OOPS: ", 10) = 10
29982 write(0, "child died", 10) = 10
29982 write(0, "rn", 2) = 2
29982 exit_group(1) = ?
23480 <... select resumed> ) = ? ERESTARTNOHAND (To be restarted)
23480 --- SIGCHLD (Child exited) @ 0 (0) ---
23480 write(4, "21", 1) = 1
23480 sigreturn() = ? (mask now [RTMIN])
23480 select(11, [3 5 8 9 10], NULL, NULL, NULL) = 1 (in )
23480 ioctl(3, FIONREAD, ) = 0
23480 read(3, "21", 1) = 1
23480 waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 1], WNOHANG) = 29982
23480 time() = 1090651026
23480 time() = 1090651026
23480 write(6, "04/7/24@08:37:06: EXIT: ftp stat"..., 55) = 55
23480 close(-1) = -1 EBADF (Bad file descriptor)
23480 waitpid(-1, 0xbffff44c, WNOHANG) = -1 ECHILD (No child processes)
23480 select(11, [3 5 8 9 10], NULL, NULL, NULL <unfinished ...>
hoffendlich kennt sich jemand mit vsftp aus
By AG
VSFTPD - Uploadproblem
Re: VSFTPD - Uploadproblem
Hallo
Es kennt sich wohl niemand mit vsftpd aus ?
:( :( :(
by AG
Es kennt sich wohl niemand mit vsftpd aus ?
:( :( :(
by AG
Re: VSFTPD - Uploadproblem
Kann es sein, dass du reichlich ungeduldig bist?
i.a. hilft auch das Posten der Konfiguration und der Versionsnummer...
i.a. hilft auch das Posten der Konfiguration und der Versionsnummer...
Re: VSFTPD - Uploadproblem
Hallo
Natürlich kann es sein das ich etwas ungedultig bin .
vsftpd 1.2.0-52
#### CONFIXX VSFTPD KONFIGURATIONSDATEI ####
#### erstellt am ###
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
xferlog_enable=YES
xferlog_file=/var/log/xferlog
xferlog_std_format=YES
ascii_upload_enable=YES
ascii_download_enable=YES
ls_recurse_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
userlist_enable=YES
userlist_file=/etc/chrootUsers
userlist_deny=NO
pam_service_name=vsftpd
### ENDE ####
By AG
Natürlich kann es sein das ich etwas ungedultig bin .
vsftpd 1.2.0-52
#### CONFIXX VSFTPD KONFIGURATIONSDATEI ####
#### erstellt am ###
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
xferlog_enable=YES
xferlog_file=/var/log/xferlog
xferlog_std_format=YES
ascii_upload_enable=YES
ascii_download_enable=YES
ls_recurse_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
userlist_enable=YES
userlist_file=/etc/chrootUsers
userlist_deny=NO
pam_service_name=vsftpd
### ENDE ####
By AG