pacman -Syu 后,
使用 opera 上传文件,每次都选择不了文件,出现coredump的情况,发现 ps pacman 都用不了,file 看了一下是 data 类型,汗了。。。怎么会把这两个都弄没了。。。
插上安装u盘,进入,本来想cp 这两个文件到 硬盘的系统,但是发现版本不同,依赖的so也就不同,只好 pacstrap /mnt base 来搞,reboot。终于可以进去系统了,但是每次pacman 安装东西都出现 :ldconfig: /usr/lib/ is not a symbolic link
root ~ # pacman -Syu openssh
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
warning: openssh-6.5p1-2 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Packages (1): openssh-6.5p1-2
Total Installed Size: 4.14 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [############################################################] 100%
(1/1) checking package integrity [############################################################] 100%
(1/1) loading package files [############################################################] 100%
(1/1) checking for file conflicts [############################################################] 100%
(1/1) checking available disk space [############################################################] 100%
(1/1) reinstalling openssh [############################################################] 100%
ldconfig: /usr/lib/ is not a symbolic link
最近编辑记录 yorks.yang (2014-02-26 22:20:56)
离线
/usr/lib/ 是个目录啊……ldconfig -v 看看呢?
在线
/usr/lib/ 是个目录啊……ldconfig -v 看看呢?
thx.
root ~ # ldconfig -v
ldconfig: Path `/usr/lib64' given more than once
ldconfig: Can't stat /usr/libx32: No such file or directory
/usr/lib:
libbfd-2.24.so -> libbfd-2.24.so
...
libssl3.so -> libssl3.so
liblzma.so.5 -> liblzma.so.5.0.5
libcupsmime.so.1 -> libcupsmime.so.1
ldconfig: /usr/lib/ is not a symbolic link
-> libqmmpui.so.0.7.5
libXi.so.6 -> libXi.so.6.1.0
libXvMC.so.1 -> libXvMC.so.1.0.0
...
root ~ # pacman -Qo /usr/lib/libqmmpui.so.0.7.5
/usr/lib/libqmmpui.so.0.7.5 is owned by qmmp 0.7.5-1
root ~ # pacman -Syu qmmp
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
warning: qmmp-0.7.5-1 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Packages (1): qmmp-0.7.5-1
Total Installed Size: 6.93 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [############################################################] 100%
(1/1) checking package integrity [############################################################] 100%
(1/1) loading package files [############################################################] 100%
(1/1) checking for file conflicts [############################################################] 100%
(1/1) checking available disk space [############################################################] 100%
(1/1) reinstalling qmmp [############################################################] 100%
root ~ # ldconfig -v
最近编辑记录 yorks.yang (2014-02-26 22:20:24)
离线
好像出错原因很神奇的样子呢 =w=
在线
相当神奇,不知道是不是跟3.13的内核有关...
File-Systems Appear To Slowdown On Linux 3.13 Kernel
离线