我已经安装了 Ubuntu 12.10 大约两个小时了。谷歌浏览器崩溃了大约 14 次,我收到了两条“Ubuntu 12.10 内部错误”消息,软件中心无法正常工作,而 Ubuntu Tweak 至少在我身上崩溃了两次(使用了 3 次)。
我所做的就是安装 Ubuntu 12.10。除了安装一些应用程序(Skype、Tweak、ccsm、Chrome、Chromium)之外,我几乎什么也没做。我没有更改任何重要文件,除了一些美学之外,我没有调整任何东西。
谁能帮帮我吗?我什至不知道这里有哪些信息可能会有所帮助,但如果您要求,我会提供。
谢谢,安德鲁
最近我升级到 Ubuntu14.04,每当启动加载程序启动时,收到一条错误消息Error : file not found3 秒,操作系统开始加载,同时加载操作系统也收到相同的错误消息:
Error : file not found
Error : file not found
Error : file not found
Press Any Key to Continue
Run Code Online (Sandbox Code Playgroud)
除非我按下键,否则操作系统不会加载。
请为我提供解决方案以避免这些错误消息。
我收到这样的错误:
[ 17.774473] [drm:drm_edid_block_valid [drm]] *ERROR* EDID checksum is invalid, remainder is 209
Run Code Online (Sandbox Code Playgroud)
在启动我的 Ubuntu Server 16.04.3 系统期间和之后不久。我在系统上绝对没有安装X-Windows,所以请不要告诉我更改 /etc/X11/xorg.conf,因为该文件不存在。我很沮丧,因为我能找到的唯一帮助涉及更改 X 配置文件,这显然不是我需要的解决方案。
我只是使用一个普通的OLD VGA 显示器,因为这个系统在一个通讯柜里,没有人看屏幕。显卡上有一个DVI接口,但是没有使用。监视器工作得很好,所以我希望有人能告诉我如何让系统关闭这个 EDID 校验和——否则它偶尔会在我进行系统配置、扫描等时吐出消息。在本地监视器上。
编辑:添加请求的命令输出
$ lspci -k | grep -EA3 'VGA|3D|Display'
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] R480 [Radeon X800 GTO]
Subsystem: PC Partner Limited / Sapphire Technology R480 [Radeon X800 GTO]
Kernel driver in use: radeon
Kernel modules: radeon
01:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] …Run Code Online (Sandbox Code Playgroud) (appstreamcli:13767): GLib-CRITICAL **: 08:57:18.126: g_variant_builder_end: assertion '!GVSB(builder)->uniform_item_types || GVSB(builder)->prev_item_type != NULL || g_variant_type_is_definite (GVSB(builder)->type)' failed
(appstreamcli:13767): GLib-CRITICAL **: 08:57:18.126: g_variant_new_variant: assertion 'value != NULL' failed
(appstreamcli:13767): GLib-ERROR **: 08:57:18.126: g_variant_new_parsed: 11-13:invalid GVariant format string
Trace/breakpoint trap (core dumped)
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh-cache > /dev/null; fi'
E: Sub-process returned an error code
Run Code Online (Sandbox Code Playgroud) 收到新的崩溃报告
从 PID ...(普利茅斯)收到 SIGRTMIN+21。
此错误消息的含义是什么以及如何解决此问题?
通过 vlc 播放在线视频时的确切情况。
我已经安装了 Ubuntu 19.10,一切正常,直到我尝试安装 steam 应用程序。以下错误不断重复出现:
kernel pcieport 0000:00:1c.0: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
pcieport 0000:00:1c.0: AER: device [8086:a110] error status/mask=00000001/00002000
pcieport 0000:00:1c.0: AER: [ 0] RxErr
我昨晚安装了 homebrew,以便能够在 Ubuntu 20.4 上安装 wtfutil 终端。我确实成功了,后来决定卸载它。
看起来它卸载得很好,但留下了一些我不明白的错误。我是 Ubuntu/Linux 新手,所以这给我带来了很多麻烦,因为输入密码后我无法访问我的桌面。
这是完整的错误:
Error found when loading /home/[user]/.profile
/home/[user]/.profile: line 28: /home/linuxbrew/.linuxbrew/bin/brew: No such file or directory
As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.
Run Code Online (Sandbox Code Playgroud) 我尝试了很多方法,例如:安装“来自错误集的 Gstreamer 插件”、安装 ubuntu-restricted-extras、切换 DRM、关闭使用硬件加速、安装 FFmpeg。但没有任何作用。请帮我。
每次启动桌面(Ubuntu Mate 20.04)时,无论我使用哪个系统,我都会收到一条消息,显示“检测到系统程序问题”,好吧,什么问题?与我过去见过的其他 Ubuntu 警告不同,此消息框没有提供更多详细信息的选项。我查看了 dmesg,没有看到任何错误。在 /var/log 中,我看到了可以查看的各种日志,syslog 有一些“失败”列表,主要与脉冲音频有关,以及 gdk 中缺少一些颜色对象。对我来说似乎不重要。我应该在哪里寻找更多详细信息?我想指出的是,一切似乎都工作正常,但每次启动桌面时都会收到此消息。启动到 shell 不会显示任何错误。
我使用Packer vsphere-iso构建器通过配置shell程序在 vSphere 上构建 Ubuntu-18.04 VM ,当我运行以下两个命令之一时:
sudo apt-get install software-properties-common --yes
sudo apt-get install ca-certificates curl gnupg lsb-release --yes
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
==> vsphere-iso.ubuntu-18_04-base-template: debconf: unable to initialize frontend: Dialog
==> vsphere-iso.ubuntu-18_04-base-template: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
==> vsphere-iso.ubuntu-18_04-base-template: debconf: falling back to frontend: Readline
==> vsphere-iso.ubuntu-18_04-base-template: debconf: unable to initialize frontend: Readline
==> vsphere-iso.ubuntu-18_04-base-template: debconf: (Can't locate Term/ReadLine.pm in @INC …Run Code Online (Sandbox Code Playgroud) error-handling ×10
apt ×2
boot ×2
video ×2
12.10 ×1
14.04 ×1
16.04 ×1
19.10 ×1
automation ×1
crash ×1
debconf ×1
kernel ×1
mate ×1
ubuntu-mate ×1
updates ×1