password
Verified User
- Joined
- Oct 11, 2011
- Messages
- 127
Hello!
Recently one of our servers started freezing when someone tries to upload/download multiple files over FTP.
I tried downloading a Wordpress install via FTP, and it gets to about 400 files of 1000 before it freezes each time i try. The server will not respond in any way and i have to do a hardware reboot in order to get it back up again.
Anyone that might have some idea what the problem might be?
My first thought was the tmp directory, but when i run:
i get:
So the system and most certainly the temp directories is barley used at all!
Recently one of our servers started freezing when someone tries to upload/download multiple files over FTP.
I tried downloading a Wordpress install via FTP, and it gets to about 400 files of 1000 before it freezes each time i try. The server will not respond in any way and i have to do a hardware reboot in order to get it back up again.
Anyone that might have some idea what the problem might be?
My first thought was the tmp directory, but when i run:
Code:
df -h
i get:
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 435G 12G 402G 3% /
tmpfs 2.0G 0 2.0G 0% /lib/init/rw
udev 2.0G 104K 2.0G 1% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
/dev/sda1 473M 16M 433M 4% /boot
So the system and most certainly the temp directories is barley used at all!