<![CDATA[Latest posts for the topic "Binary File Error -- Cần giúp đỡ"]]> /hvaonline/posts/list/24.html JForum - http://www.jforum.net Binary File Error -- Cần giúp đỡ /hvaonline/posts/list/42389.html#263717 /hvaonline/posts/list/42389.html#263717 GMT Binary File Error -- Cần giúp đỡ Code:
chmod a+x /bin/ls
Xem có kết quả gì không. Trước khi có hiện tượng đó bạn có nhớ đã làm gì không ?.]]>
/hvaonline/posts/list/42389.html#263719 /hvaonline/posts/list/42389.html#263719 GMT
Binary File Error -- Cần giúp đỡ /hvaonline/posts/list/42389.html#263736 /hvaonline/posts/list/42389.html#263736 GMT Binary File Error -- Cần giúp đỡ /hvaonline/posts/list/42389.html#263921 /hvaonline/posts/list/42389.html#263921 GMT Binary File Error -- Cần giúp đỡ /hvaonline/posts/list/42389.html#263922 /hvaonline/posts/list/42389.html#263922 GMT Binary File Error -- Cần giúp đỡ

diehard1412 wrote:
Mình nghĩ có khi nào vấn đề này là do lỗi BAD SECTOR của ổ cứng ko ta.  
Có thể. Ngoài ra có thể do mất điện đột ngột. Hậu quả của những việc này là filesystem bị corrupted. Giờ bạn cài `yum-verify` rồi kiểm tra các thứ trong `*bin` xem: Code:
# yum verify --verify-filenames='*bin/*'
Gặp thằng nào bị corrupted thì xem nó thuộc package nào: Code:
# yum whatprovides /bin/ls
Loaded plugins: etckeeper, fastestmirror, verify
Loading mirror speeds from cached hostfile
 * atomic: www5.atomicorp.com
 * base: mirrors.digipower.vn
 * epel: ftp.cuhk.edu.hk
 * extras: mirrors.digipower.vn
 * jpackage-generic: mirror.ibcp.fr
 * jpackage-generic-updates: mirror.ibcp.fr
 * rpmforge: mirror.oscc.org.my
 * updates: mirrors.digipower.vn
coreutils-5.97-34.el5.x86_64 : The GNU core utilities: a set of tools commonly used in shell scripts
Repo        : base
Matched from:
Filename    : /bin/ls
rồi cài lại package đó: Code:
# yum reinstall coreutils
]]>
/hvaonline/posts/list/42389.html#263928 /hvaonline/posts/list/42389.html#263928 GMT