架构师_程序员_码农网

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

搜索
查看: 29|回复: 4

[linux] VMware虚拟机经常性卡死,打开运行一段时间后卡死

[复制链接]
发表于 昨天 13:40 | 显示全部楼层 |阅读模式
VMware虚拟机经常性卡死,打开运行一段时间后卡死,CPU占比增至100%
https://zhuanlan.zhihu.com/p/28163971030
ubuntu 22.04下载安装及相关配置
https://blog.csdn.net/m0_56121792/article/details/141221079
清华的软件源ubuntu 22.04

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse

# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse

# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse





上一篇:MCP(一)模型上下文协议入门教程
下一篇:hook系统调用 文件隐藏 getdents64
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
 楼主| 发表于 昨天 13:42 | 显示全部楼层
dpkg 是 Debian 及其衍生系统(如 Ubuntu、Debian、Linux Mint 等)中用于管理 .deb 软件包的核心工具,功能包括安装、卸载、查询、配置软件包等。
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
 楼主| 发表于 昨天 13:42 | 显示全部楼层
在 Linux 系统中,“archives” 通常指软件包存档(package archives),即存储软件包(如 .deb、.rpm 等)的仓库或本地文件集合。
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
 楼主| 发表于 昨天 13:42 | 显示全部楼层
要查看你正在使用的 Ubuntu 版本,直接执行 lsb_release -a 或 cat /etc/os-release 这两个命令即可
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
 楼主| 发表于 昨天 13:43 | 显示全部楼层
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 5311 (unattended-upgr)
这个错误提示表示系统中 unattended-upgr(自动更新进程)正在占用 dpkg 的锁文件(/var/lib/dpkg/lock-frontend),导致其他包管理操作(如 apt、dpkg)无法执行。
码农网,只发表在实践过程中,遇到的技术难题,不误导他人。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

免责声明:
码农网所发布的一切软件、编程资料或者文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。如有侵权请邮件与我们联系处理。

Mail To:help@itsvse.com

QQ|手机版|小黑屋|架构师 ( 鲁ICP备14021824号-2 )|网站地图

GMT+8, 2025-10-23 08:42

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表