0
点赞
收藏
分享

微信扫一扫

【问题】Ubuntu下使用ftp命令下载文件

青乌 2024-06-24 阅读 28

感觉ubuntu16启动特别慢
dmesg查看如下:

[   10.050123] audit: type=1400 audit(1718608189.395:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app//oxide_helper" pid=708 comm="apparmor_parser"
[   12.760773] floppy0: no floppy controllers found
[   99.795785] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   99.795787] Bluetooth: BNEP filters: protocol multicast
[   99.795790] Bluetooth: BNEP socket layer initialized
[  100.007557] IPv6: ADDRCONF(NETDEV_UP): ens33: link is not ready

可以看到从12秒猛地就到了99秒,提示是网卡。修改网卡相关配置无果。

后无意中翻到一篇文章,提到/etc/fstab中的uuid不对应,尝试检查:
在这里插入图片描述
发现确实不一致,修改后重启,恢复正常。
在这里插入图片描述

举报

相关推荐

0 条评论