首页 > 代码库 > linux使用
linux使用
1.dpkg: error: dpkg status database is locked by another process
解决办法:sudo rm -rf /var/lib/dpkg/lock
2.在64位系统上安装ia32-libs后(Ubuntu执行:sudo apt-get install ia32-libs)
3.ERROR: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
$ sudo fuser /var/cache/debconf/config.dat
/var/cache/debconf/config.dat: 4503
$ ps aux | grep 4503
root 4503 0.0 0.8 10816 9088 ? S 08:39 0:00 /usr/bin/perl -w /usr/share/debconf/frontend /usr/sbin/update-grub
$ sudo kill 4503
After killing the process (4503 in this case) and running update-manager again, the upgrade can be completed successfully.
更多0
- 上一篇_BLOCK_TYPE_IS_VALID(pHead->nBlockUse
- 下一篇LINUX运行级别详解
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。