Ubuntu 17.04随机冻结


10

今天,我从Ubuntu 16升级到了17。一切正常,直到我将计算机打开约2-3个小时。然后它崩溃了,除了没有错误屏幕或消息。只是崩溃前发生的最后一张图像。鼠标将不会移动,键盘将不起作用,并且所有操作(我的下载已停止...我不完全知道是否一切正常)不会继续。我只是以为这是一个随机的问题,可以通过手动关闭机器电源来进行操作,但是它又发生了,我不认为这只是要忽略的事情。任何帮助都将有助于解决此问题,因为我不知道。我也在使用Ubuntu桌面。

更新:的输出ls -alt /var/crash

总共8个
drwxr-xr-x 14个根root 4096 Apr 11 21:21 ..
drwxrwsrwt 2个root whoopsie 4096 Apr 11 21:14。

dpkg -l intel-microcode

给我错误

dpkg-query:找不到与英特尔微码匹配的软件包

Free -h   
          total        used        free      shared  buff/cache   available

内存:7.7G 1.8G 349M 101M 5.6G 5.5G
交换:0B 0B 0B

swapon没有输出。

下次更新:

cat /etc/fstab #If there was a hashtag at the start of a line it got bolded.

# /etc/fstab: static file system information.  
#  
# Use 'blkid' to print the universally unique identifier for a  
# device; this may be used with UUID= as a more robust way to name devices  
# that works even if disks are added and removed. See fstab(5).  
#  
# <file system> <mount point>   <type>  <options>       <dump>  <pass>  
# / was on /dev/sda1 during installation  
UUID=8eedf4cb-b322-4455-905b-  c50264691a4d /               ext4    errors=remount-ro 0  1  
/swapfile                                 none            swap    sw              0       0   
/dev/mapper/cryptswap1 none swap sw 0 0

这是我的Gparted屏幕截图。

我的Gparted屏幕截图

下次更新: (PARTUUID的
输出sudo blkid在同一行上,只是它没有以这种方式输出)

/dev/sda1: UUID="8eedf4cb-b322-4455-905b-c50264691a4d" TYPE="ext4" PARTUUID="46d95458-01"  
/dev/sda5: UUID="4e48c05f-02d1-47ef-9a5f-bb8cba50dd2b" TYPE="ext4" PARTUUID="46d95458-05"  
/dev/sda6: UUID="7f7d6675-31a4-4100-9d32-5faa0e0cea3e" TYPE="swap" PARTUUID="46d95458-06"  
/dev/sdb1: LABEL="HD-LXU3" UUID="F45A29EB5A29AB76" TYPE="ntfs" PARTUUID="aa1e0d10-01"  

ls -al /
总输出2097264
drwxr-xr-x 24 root root 4096 May 26 12:10。
drwxr-xr-x 24根root 4096 5月26日12:10 ..
drwxr-xr-x 2根root 4096 5月27日23:15 bin
drwxr-xr-x 3根root 4096 5月29日13:09引导
drwxrwxr-x 2根root 4096 May 26 11:44 cdrom
drwxr-xr-x 22根root 4480 Jun 4 12:00 dev
drwxr-xr-x 140根root 12288 Jun 2 17:36 etc
drwxr-xr-x 4根root 4096 May 26 11:47 home
lrwxrwxrwx 1 root root 33 May 26 12:10 initrd.img-> boot / initrd.img-4.10.0-21-generic lrwxrwxrwx
1 root root 33 May 26 11:50 initrd.img.old-> boot /initrd.img-4.10.0-19-generic
drwxr-xr-x 25根目录4096 May 26 13:03 lib
drwxr-xr-x 2根目录4096 Apr 11 21:07 lib64
drwx ------ 2根目录16384 May 26 11:43 lost + found
drwxr -xr-x 3根目录4096 May 26 11:56介质
drwxr-xr-x 2根目录4096 Apr 11 21:07 mnt
drwxr-xr-x 5根目录4096 May 28 09:51 opt
dr-xr-xr- x 242 root root 0 Jun 4 11:58 proc
drwx ------ 4 root root 4096 May 29 21:03 root
drwxr-xr-x 30 root root 960 Jun 4 12:05 run
drwxr-xr-x 2 root根目录12288 May 27 23:15 sbin
drwxr-xr-x 2根目录根4096 Apr 6 02:32 snap
drwxr-xr-x 2根目录根4096 Apr 11 21:07 srv
-rw ------- 1 root root 2147483648 May 26 11:44 swapfile
dr-xr-xr-x 13 root root 0 Jun 4 13:43 sys
drwxrwxrwt 16 root root 4096 Jun 4 13:46 tmp
drwxr-xr -x 11根root 4096 Apr 11 21:13 usr
drwxr-xr-x 15根root 4096 May 28 14:08 var
lrwxrwxrwx 1根root 30 May 26 12:10 vmlinuz-> boot / vmlinuz-4.10.0-21-通用
lrwxrwxrwx 1根根30 May 26 11:50 vmlinuz.old-> boot / vmlinuz-4.10.0-19-generic

最终编辑

free -h 给我:

>               total        used        free      shared  buff/cache   available
Mem:           7.7G        889M        6.2G         46M        692M        6.6G
Swap:          2.0G          0B        2.0G  

swapon 给出:

NAME      TYPE      SIZE USED PRIO

> /dev/dm-0 partition   2G   0B   -1

ls -alh /swapfile给出:

-rw ------- 1根root 2.0G 6月4日21:41 / swapfile

另外,我的启动时间也大大增加了。


编辑您的问题以包括的terminal输出,ls -alt /var/crash我们可以从此处开始。您是否有“ Bay Trail”英特尔CPU?
heynnema '17

1
@NonnyMoose您对系统日志的请求确实很难完成...您知道这些文件可以达到多大吗?而且,即使他们可以发布它们,您是否也会阅读所有这些文本?
heynnema '17

这是我的CPU,我认为它不是Bay Trail。 cpubenchmark.net/...
Peyto

没关系,@ heynnema是正确的。
诺妮·穆斯

由于/ var / crash中没有任何内容,并且屏幕上也没有崩溃日志,因此您似乎处于冻结状态,而不是崩溃状态(请编辑问题标题)。显示我dpkg -l intel-microcodefree -hswapon(再次将其编辑为您的问题)。对于针对我的评论,请以它们开头,@heynnema否则我可能会想念它们。
heynnema '17

Answers:


5

17.04和加密的交换文件似乎存在问题...并且有一些解决方法...

/etc/crypttab像这样编辑您的:

gksudo gedit /etc/crypttab

更改此行:

cryptswap1 UUID=xxxx-xxxx-xxxx-xxxx /dev/urandom swap,offset=1024,cipher=aes-xts-plain64

对此:

cryptswap1 /swapfile /dev/urandom swap,offset=1024,cipher=aes-xts-plain64

还要确保您/etc/fstab包含以下内容:

/swapfile               none  swap  sw  0  0
/dev/mapper/cryptswap1  none  swap  sw  0  0

参考文献:

Ubuntu Desktop 17.04 64位缓慢启动

https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1668535

https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1670336


在最终编辑下进行了更新,并且我的启动时间增加了……猜测那是一个好兆头
Peyto

@Peyto启动时间增加了?从什么到什么?也许您的意思是…… 降低速度更快?
heynnema '17

是的,对不起,我输入错了。从那以后它还没有冻结,所以我接受您的回答。
Peyto
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.