我正在处理这个问题:Ubuntu 不会关闭(卡在“停止 VirtualBox 内核模块”上)
当我想报告错误时,我几乎失去了神经。我现在正在研究这个“如何报告错误”主题两个小时,但我仍然觉得自己是个新手。
首先,我去这里https://bugs.launchpad.net/ubuntu/并尝试单击“报告错误”链接,将我带到这里:https : //help.ubuntu.com/community/ReportingBugs,我实际上阅读了该链接文章,但我还是迷路了。当我谈到“系统崩溃”时,只有一句话:
If your system lockups up, freezes, logs you out, etc.,
then this is not an application crash, but a system crash.
Please see below, and consult the following article for
these types of problems
https://help.ubuntu.com/community/DebuggingSystemCrash.
Run Code Online (Sandbox Code Playgroud)
那么它是不是说您不能报告系统崩溃错误?因为在那篇“DebuggingSystemCrash”文章中没有关于报告错误的内容。
然后我来到 askubuntu 并发现了这样的问题:如何报告错误?......但他们都没有帮助我。他们都有一个关于某个应用程序的错误。所以他们只是运行“ubuntu-bug PID,但我不能这样做,因为我不知道PID,也不知道错误所在的包。它只是在关闭过程中发生。
当您刚刚进入启动板并单击“报告错误”时,过去的时尚时代在哪里?就是这样。也许这会导致很多不好的报告,但是如果人们不了解如何……
我无法在 Lubuntu 中禁用屏幕锁定。在电源管理中,我没有选中它。在“Light locker settings”中还有另一个选项“Enable light locker”。我也未选中此选项,但 10 分钟后我仍然看到黑屏,当我移动鼠标时,我必须提供密码。
我讨厌所有 ubuntus 中的这种行为,但通常我可以在系统设置中禁用它。不在这里。
所以 lubuntu 在两个地方都有这些设置并且忽略了这两个地方。
我发现了这个问题:
据此,我试图删除“xscreensaver”包,但根本没有安装它。所以这解决了
编辑:
到目前为止我学到了什么:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1193716
当尝试关闭计算机时,它停留在“正在停止 VirtualBox 内核模块”消息上。看起来它必须用 VirtualBox 做一些事情,但即使我根本没有使用 VirtualBox 也会发生。它也是随机发生的。
这是我在屏幕上看到的。
The system is going down for halt now
* Stopping TiMidity++ ALSA MIDI Emulation...
hecking for running unattended-upgrades:
* Stopping UPnP devices daemon minissdpd
minissdpd[1194]: received signal 15, good bye
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
* Stopping VirtualBox kernel modules
Run Code Online (Sandbox Code Playgroud)
如果我不执行“强制关机”,它就会永远留在这里。
我的规格:Dell Studio 1555 笔记本电脑上的 Ubuntu 12.04 LTS
我通常无法运行 sh 脚本。这很混乱。我将权限设置为 777 和 +x,因此它应该可以与“sh”命令一起使用,对...
但它的工作方式很奇怪。例如这个脚本工作正常:
echo "hello"
Run Code Online (Sandbox Code Playgroud)
它打印“你好”没有错误。但是这个脚本:
#!/bin/bash
for i in `seq 1 5`; do
echo $i
done
Run Code Online (Sandbox Code Playgroud)
...输出此错误:
Syntax error: end of file unexpected (expecting "done")
Run Code Online (Sandbox Code Playgroud)
那个循环有问题吗?
bash ×1
command-line ×1
kernel ×1
launchpad ×1
lock ×1
lock-screen ×1
lubuntu ×1
screensaver ×1
scripts ×1
shutdown ×1
virtualbox ×1
xampp ×1