2012-10-15 3 views
0
df -ih 
Filesystem  Inodes IUsed IFree IUse% Mounted on 
/dev/xvda1  512K 45K 468K 9%/
udev    205K 389 205K 1% /dev 
tmpfs   207K 271 207K 1% /run 
none    207K  4 207K 1% /run/lock 
none    207K  1 207K 1% /run/shm 
overflow   207K 14 207K 1% /tmp 
/dev/xvdf  1.9M 354 1.9M 1% /db 
df -ah 
Filesystem  Size Used Avail Use% Mounted on 
/dev/xvda1  8.0G 3.6G 4.0G 48%/
proc    0  0  0 - /proc 
sysfs    0  0  0 - /sys 
none    0  0  0 - /sys/fs/fuse/connections 
none    0  0  0 - /sys/kernel/debug 
none    0  0  0 - /sys/kernel/security 
udev   819M 8.0K 819M 1% /dev 
devpts    0  0  0 - /dev/pts 
tmpfs   331M 184K 331M 1% /run 
none   5.0M  0 5.0M 0% /run/lock 
none   827M  0 827M 0% /run/shm 
overflow  1.0M  0 1.0M 0% /tmp 
/dev/xvdf  30G 14G 16G 48% /db 
/db/etc/mysql 30G 14G 16G 48% /etc/mysql 
/db/lib/mysql 30G 14G 16G 48% /var/lib/mysql 
/db/log/mysql 30G 14G 16G 48% /var/log/mysql 
sudo easy_install nltk 
Searching for nltk 
Reading http://pypi.python.org/simple/nltk/ 
Reading http://nltk.org/ 
Reading http://www.nltk.org/ 
Reading http://www.nltk.org/download 
Reading http://nltk.sf.net/ 
Best match: nltk 2.0.3 
Downloading http://pypi.python.org/packages/source/n/nltk/nltk-2.0.3.zip#md5=88bb51626ceb7eee58be64b73d43cafc 
error: No space left on device 

어디에서 문제가 발생합니까? 모든 파티션에 공간이 있음을 보여줍니다. 그것은 inode가 가득차 있지 않다는 것을 보여줍니다. 설치할 수 없습니다. 나는 sudo apt-get autoremove도 시도했다. 감사합니다 톤와일드 메모리 오류 - AWS

의견 바트 Friederichs 응답으로
+0

1M on/tmp는 설치 프로그램이 올바르게 실행되지 않을 수 있습니다. 'strace'를 사용하면 어떤 장치에 충분한 공간이 없는지 알 수 있습니다. –

+0

감사합니다. 그것은 나를 위해 문제를 해결합니다. –

답변

0

/tmp를 문제였다. 따라서 설치 zip 폴더를 다운로드하고/tmp가 아닌 폴더에 설치하십시오.