AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-747905

Pachuca's questions

Martin Hope
Pachuca
Asked: 2022-03-23 22:44:25 +0800 CST

linux-image 不会自动删除

  • 0

问题源于/boot进行太多更新后磁盘空间不足。我正在这样做sudo apt update && sudo apt upgrade && sudo apt dist-upgrade,每次我运行 linux-image 更新sudo apt autoremove以释放空间。我认为这个命令会linux-image-x.x.x-xx-generic从系统中删除未使用的。不幸的是,我在升级时开始遇到磁盘空间问题,我发现这个解决方案linux-image-x.x.x-xx-generic有效,但每次都手动删除真的很烦人。所以例如我有这个命令

dpkg -l | grep linux-image
rc  linux-image-5.13.0-27-generic              5.13.0-27.29~20.04.1                                 amd64        Signed kernel image generic
rc  linux-image-5.13.0-28-generic              5.13.0-28.31~20.04.1                                 amd64        Signed kernel image generic
rc  linux-image-5.13.0-30-generic              5.13.0-30.33~20.04.1                                 amd64        Signed kernel image generic
ii  linux-image-5.13.0-35-generic              5.13.0-35.40~20.04.1                                 amd64        Signed kernel image generic
ii  linux-image-5.13.0-37-generic              5.13.0-37.42~20.04.1                                 amd64        Signed kernel image generic
rc  linux-image-5.8.0-43-generic               5.8.0-43.49~20.04.1                                  amd64        Signed kernel image generic
ii  linux-image-generic-hwe-20.04              5.13.0.37.42~20.04.22                                amd64        Generic Linux kernel image

做完之后

uname -r
5.13.0-35-generic

我卸载了我找到的解决方案中没有使用的那个,但这真的很烦人。这是 Ubuntu 中的错误还是我的系统中有问题?

apt
  • 1 个回答
  • 185 Views
Martin Hope
Pachuca
Asked: 2021-11-29 09:09:14 +0800 CST

如何在不移除 /mnt 中的外部硬盘驱动器的情况下挂载 Synology

  • 1

我有 2 个外部硬盘连接到我的电脑。我按照Synology 的说明运行了命令,sudo mount -t nfs 196.168.x.x:/volumeX/test /mnt这导致我当前连接的外部硬盘消失。我不得不重新启动以使一切恢复正常。如何在不移除驱动器的情况下添加 Synology 挂载?

mount
  • 1 个回答
  • 322 Views
Martin Hope
Pachuca
Asked: 2021-08-11 06:09:17 +0800 CST

Ubuntu 20.04 设置路径变量解决 laravel: command not found

  • 1

我正在关注这个解决方案,并注意到它暂时对我有用。我试着做

export PATH="$PATH:$HOME/.config/composer/vendor/bin" >> ~/.bashrc

和

export PATH="$PATH:$HOME/.config/composer/vendor/bin" >> ~/.profile

比我做的source ~/.bashrc和source ~/.profile更新这些文件。当我在编辑器中打开它们时,我在任何一个文件中都看不到新路径。但是,我可以在使用这些命令的终端实例中使用 laravel 命令,但它在任何新终端中都不起作用。我怎样才能对我的$PATH永久物进行这种更改?

command-line
  • 1 个回答
  • 1617 Views
Martin Hope
Pachuca
Asked: 2021-07-15 06:43:39 +0800 CST

需要帮助管理磁盘

  • 0

我的笔记本电脑中有 4 个驱动器 2 ssd 和 2 nvme。出于某种原因,我的系统中出现了“幽灵”驱动器,它把所有东西都扔掉了。这是我的 /mnt/ 的样子:

ls /mnt/
'Linux SanDisk St'  'Linux Storage'   Pictures   Storage

Pictures并且'Linux Storage'是已格式化两次的同一驱动器的标签。我将它重命名'Linux SanDisk St'为 Ext4 文件系统。这就是让我感到困惑的地方。为什么旧标签仍然出现在我的系统中?另外,我标记的另一个驱动器Storage是一个 NTFS 文件系统,它不允许我写入任何数据,但我有 w/r 权限。

ls -al /mnt/
total 24
drwxr-xr-x  6 user user 4096 Jul 14 03:29  .
drwxr-xr-x 20 root root 4096 Jun  2 11:24  ..
drwx------  3 user user 4096 Jul 13 14:43 'Linux SanDisk St'
drwxr-xr-x  2 root root 4096 Jun  3 19:42 'Linux Storage'
drwxr-xr-x  2 user user 4096 Jun  2 11:35  Pictures
drwxrwxrwx  1 root root 4096 Jul  3 21:46  Storage

对此有任何帮助将不胜感激。我不知道如何解决它,谢谢。

这就是Storage磁盘中的样子。

在此处输入图像描述

permissions
  • 1 个回答
  • 59 Views
Martin Hope
Pachuca
Asked: 2021-06-22 06:01:18 +0800 CST

加载有关视频的信息时,Ubuntu 20.04 ClipGrab 挂起

  • 0

每次尝试下载视频时,ClipGrab 都会遇到“请稍候,ClipGrab 正在加载有关视频的信息...”的问题。我从源代码安装了 clipgrab,我还尝试了这个解决方案来使用 .AppImage 。这两种方式都行不通。我不确定是什么导致了这里的问题。它与youtube-dl有关吗?希望有任何故障排除提示/帮助,谢谢。

在此处输入图像描述

software-installation
  • 2 个回答
  • 137 Views
Martin Hope
Pachuca
Asked: 2021-06-03 05:34:56 +0800 CST

GRUB and boot-repair 修复过程中出现错误。数据缺失

  • 0

我有一台带四个驱动器的笔记本电脑。一个驱动器(加密)用于 Ubuntu,一个用于 Windows,2 个用于存储。在我的 Ubuntu 设置和工作之后,我最近安装了 Windows。安装 Windows 10 后,我无法正常启动 ubuntu。在启动时,我会看到像行编辑一样的 grub 最小 BASH。由于不熟悉它,我转向引导修复。我不得不使用实时 ubuntu 安装光盘来进行引导修复工作。我收到有关我的加密驱动器未安装和引导修复无法验证内容的警告。反正我继续。这是输出

https://paste.ubuntu.com/p/Crx9SYpYP4/

关于这个问题有很多未解决的帖子。在这一点上,我主要关心的是恢复驱动器上的数据。如果不可能,我将不得不重新安装,但这意味着我会丢失无法恢复的数据。请帮忙!

另一个奇怪的事情是,当我检查我的 BIOS 时,我看到 Ubuntu 现在出现在 3 个不同的驱动器上。我无法解释或修复它。

在此处输入图像描述

dual-boot
  • 1 个回答
  • 125 Views
Martin Hope
Pachuca
Asked: 2021-04-01 21:03:47 +0800 CST

apt update google cloud EXPKEYSIG Err:3 公钥不可用

  • 3

运行 apt update 时出现此错误:

Err:3 http://packages.cloud.google.com/apt cloud-sdk InRelease                                         
  The following signatures were invalid: EXPKEYSIG 6A030B21BA07F4FB Google Cloud Packages Automatic Signing Key <[email protected]> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B57C5C2836F4BEB

我尝试了一些这样的解决方案,但没有奏效。我也试过这个,也没有工作:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B57C5C2836F4BEB
Executing: /tmp/apt-key-gpghome.mO2cvBYeEi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 8B57C5C2836F4BEB
gpg: key 8B57C5C2836F4BEB: "gLinux Rapture Automatic Signing Key (//depot/google3/production/borg/cloud-rapture/keys/cloud-rapture-pubkeys/cloud-rapture-signing-key-2020-12-03-16_08_05.pub) <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

而且由于无论如何我都是在黑暗中拍摄,所以我也尝试了这个:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A030B21BA07F4FB
Executing: /tmp/apt-key-gpghome.KaSWQmemRD/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 6A030B21BA07F4FB
gpg: key 6A030B21BA07F4FB: "Google Cloud Packages Automatic Signing Key <[email protected]>" 1 new signature
gpg: Total number processed: 1
gpg:         new signatures: 1

我做错了吗?

apt
  • 1 个回答
  • 2094 Views
Martin Hope
Pachuca
Asked: 2020-05-06 07:19:29 +0800 CST

Ubuntu 18.04 - 如果我删除 /var/log/syslog 会发生什么?

  • 0

这是一个两部分的问题。首先,删除系统日志文件链中的 syslog 或 syslog.x 文件是否有任何危害,其中 x 是整数 >= 1。这些文件占用了我 90% 的磁盘空间。

详细信息:我在日志文件中收到此错误。

tail -f /var/log/syslog.1:

May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer attributes failure: An invalid handle value was provided.
May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer attributes failure: An invalid handle value was provided.
May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer rendering failure: An invalid handle value was provided.
May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer features failure: An invalid handle value was provided.
May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer attributes failure: An invalid handle value was provided.
May  5 00:06:22 Skynet org.gnome.Nautilus[2942]: [00007f92580911b0] vdpau_chroma filter error: video mixer rendering failure: An invalid handle value was provided.

我发现了一个类似的帖子,我不知道是什么在 syslog 中产生了千兆字节的错误,他们认为 VLC 导致了这个错误。我也在使用 VLC 并怀疑这是问题的原因。如何释放我的磁盘空间?

我正在考虑做类似的事情

cat /dev/null > /var/log/syslog.1

并希望它会暂时解决它。有人有其他想法吗?

delete syslog 18.04
  • 2 个回答
  • 1820 Views
Martin Hope
Pachuca
Asked: 2020-01-17 20:16:56 +0800 CST

Ubuntu 18.04 几乎所有网络浏览器都无法运行,除了 Firefox

  • 3

我尝试安装 Chrome、Chromium、Brave、Opera,但几秒钟后它们都崩溃了。我不知道是什么原因造成的。唯一仍然适用于我的网络浏览器是 FireFox。任何帮助,将不胜感激。

系统信息:

$vmstat; lscpu
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 0  0      0 19329548 144508 9784220    0    0    57   198  128  400  3  1 96  0  0
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              12
On-line CPU(s) list: 0-11
Thread(s) per core:  2
Core(s) per socket:  6
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               158
Model name:          Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Stepping:            10
CPU MHz:             4112.579
CPU max MHz:         4600.0000
CPU min MHz:         800.0000
BogoMIPS:            6399.96
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            12288K
NUMA node0 CPU(s):   0-11

和

$uname -a
Linux P7xxTM1 5.3.0-26-generic #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

我这里的网络浏览器用完了哈哈

旁注:我使用终端/apt安装chrome/chromium浏览器,我从网站上下载了opera,而不是用软件商店安装而不是snap打开它。

编辑:

这是我从终端启动 Chrome 时终端中的输出。

$sensible-browser
[24166:1:0118/165230.672121:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[24166:1:0118/165230.672495:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[24166:1:0118/165230.738183:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[24166:1:0118/165230.738403:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[24166:1:0118/165230.738755:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[24166:1:0118/165230.739024:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
Fontconfig error: Cannot load default config file
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:52:49--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

Crash dump id: 6783467315c400cc
     0K
                                                        2.59M=0s

2020-01-18 16:52:50 (2.59 MB/s) - ‘/dev/fd/4’ saved [16]

[25221:7:0118/165250.548475:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
[25221:1:0118/165250.868397:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.868820:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.869817:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.870163:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.870622:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.870915:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.871470:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25221:1:0118/165250.871735:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:52:59--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... [25328:7:0118/165259.240123:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
[25221:7:0118/165259.240777:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

     0K             
  Crash dump id:   c12b7c917021e48c 
                                      2.35M=0s

[25433:1:0118/165303.771155:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25433:1:0118/165303.771502:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25433:1:0118/165303.772068:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25433:1:0118/165303.772523:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25438:1:0118/165304.026215:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25438:1:0118/165304.027485:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25434:1:0118/165308.443739:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25434:1:0118/165308.444426:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:53:10--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

     0K                   
   Crash dump id:   ebec1ff14e62c0d1 
                               2.70M=0s

2020-01-18 16:53:10 (2.70 MB/s) - ‘/dev/fd/4’ saved [16]

../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:53:24--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

     0K              
  Crash dump id:  88d5a8d484ada05a 
                                      2.37M=0s

[25544:1:0118/165329.735896:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25544:1:0118/165329.736356:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25544:1:0118/165331.204150:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[25544:1:0118/165331.204486:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
Fontconfig error: Cannot load default config file
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:53:34--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... [26258:26258:0118/165334.467766:ERROR:gpu_channel_manager.cc(450)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

     0K                    
 Crash dump id:  51ef3913492d0890 
                                 2.76M=0s

../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:53:44--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... [26344:26344:0118/165344.708145:ERROR:gpu_channel_manager.cc(450)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’


     0KCrash dump id:  10e6e1b94c812a11  
                                           [24152:24159:0118/165349.344724:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
[24152:24159:0118/165349.354821:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
[24152:24159:0118/165349.500902:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
[24152:24159:0118/165420.719773:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:54:20--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... [26470:26470:0118/165420.982513:ERROR:gpu_channel_manager.cc(450)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

     0K 
 Crash dump id:  370e7f42caa16b57 
                              [25935:1:0118/165421.699794:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
[24152:24159:0118/165433.404758:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
[24152:24159:0118/165433.405308:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
[24152:24159:0118/165433.407261:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -100
../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:(tg)kill() failure
--2020-01-18 16:54:48--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
[24112:24132:0118/165448.649960:FATAL:gpu_data_manager_impl_private.cc(990)] The display compositor is frequently crashing. Goodbye.
HTTP request sent, awaiting response... --2020-01-18 16:54:48--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’


     0KCrash dump id:  4680739215b13a66 
                                         HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’

Crash dump id: 3c5b1d4ecc21b96a

     0K                           --2020-01-18 16:54:49--  https://clients2.google.com/cr/report
Resolving clients2.google.com (clients2.google.com)... 172.217.0.14, 2607:f8b0:4009:813::200e
Connecting to clients2.google.com (clients2.google.com)|172.217.0.14|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘/dev/fd/4’


     0KCrash dump id:  29048ddcc54988c9 
                                   Illegal instruction (core dumped)

google-chrome chromium opera crash 18.04
  • 1 个回答
  • 2818 Views
Martin Hope
Pachuca
Asked: 2020-01-17 15:38:37 +0800 CST

Ubuntu 18.04 intel wireless ac 9260 在其他驱动程序下“此设备不工作”,但 wifi 工作

  • 2

我刚刚进行了全新的 18.04 安装。现在由于某种原因无法识别我的 wifi,但我现在正在使用 wifi。我不确定这意味着什么,这是它的屏幕截图。

在此处输入图像描述

我在这里尝试了一些可能的解决方案,但它们对我不起作用。我还在同一台笔记本电脑上安装了 Windows 10,但完全安装在另一个驱动器上。另外,值得一提的是,我之前在同一台笔记本电脑上安装了 Ubuntu 18.04,而我之前没有遇到过这个问题。只有在我第三次尝试进行全新安装(不要问,我还在学习)之后,我才遇到了这个问题。

我不知道这是否重要,但在安装后,我的系统时间在我设置正确的时区和一切之后大约 5 小时。我不得不进入 BIOS 并更改时间并禁用 Ubuntu 的自动日期和时间设置。否则我什至无法运行 Ubuntu 更新,因为时间与 ubuntu 服务器不匹配。反正...

以下是一些系统规格:

Skynet:~$lspci -nnk | grep -i network -A 3
71:00.0 Network controller [0280]: Intel Corporation Wireless-AC 9260 [8086:2526] (rev 29)
    Subsystem: Intel Corporation Device [8086:0014]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
Skynet:~$rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy1: Wireless LAN
    Soft blocked: no
    Hard blocked: no
Skynet:~$lspci | grep Network
71:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
Skynet:~$iwconfig
lo        no wireless extensions.

wlp113s0  IEEE 802.11  ESSID:"myFios-5.0GHz"  
          Mode:Managed  Frequency:5.18 GHz  Access Point: 20:C0:47:E1:F4:FC   
          Bit Rate=866.7 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=66/70  Signal level=-44 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:137   Missed beacon:0

enp110s0  no wireless extensions.
Skynet:~$modinfo iwlwifi
filename:       /lib/modules/5.3.0-26-generic/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
license:        GPL
author:         Copyright(c) 2003- 2015 Intel Corporation <[email protected]>
description:    Intel(R) Wireless WiFi driver for Linux
firmware:       iwlwifi-100-5.ucode
firmware:       iwlwifi-1000-5.ucode
firmware:       iwlwifi-135-6.ucode
firmware:       iwlwifi-105-6.ucode
firmware:       iwlwifi-2030-6.ucode
firmware:       iwlwifi-2000-6.ucode
firmware:       iwlwifi-5150-2.ucode
firmware:       iwlwifi-5000-5.ucode
firmware:       iwlwifi-6000g2b-6.ucode
firmware:       iwlwifi-6000g2a-6.ucode
firmware:       iwlwifi-6050-5.ucode
firmware:       iwlwifi-6000-6.ucode
firmware:       iwlwifi-7265D-29.ucode
firmware:       iwlwifi-7265-17.ucode
firmware:       iwlwifi-3168-29.ucode
firmware:       iwlwifi-3160-17.ucode
firmware:       iwlwifi-7260-17.ucode
firmware:       iwlwifi-8265-36.ucode
firmware:       iwlwifi-8000C-36.ucode
firmware:       iwlwifi-9260-th-b0-jf-b0-46.ucode
firmware:       iwlwifi-9000-pu-b0-jf-b0-46.ucode
firmware:       iwlwifi-ty-a0-gf-a0-48.ucode
firmware:       iwlwifi-so-a0-gf-a0-48.ucode
firmware:       iwlwifi-so-a0-hr-b0-48.ucode
firmware:       iwlwifi-so-a0-jf-b0-48.ucode
firmware:       iwlwifi-cc-a0-48.ucode
firmware:       iwlwifi-QuQnj-b0-jf-b0-48.ucode
firmware:       iwlwifi-QuZ-a0-jf-b0-48.ucode
firmware:       iwlwifi-QuZ-a0-hr-b0-48.ucode
firmware:       iwlwifi-Qu-b0-jf-b0-48.ucode
firmware:       iwlwifi-Qu-c0-hr-b0-48.ucode
firmware:       iwlwifi-QuQnj-a0-hr-a0-48.ucode
firmware:       iwlwifi-QuQnj-b0-hr-b0-48.ucode
firmware:       iwlwifi-Qu-b0-hr-b0-48.ucode
firmware:       iwlwifi-QuQnj-f0-hr-a0-48.ucode
firmware:       iwlwifi-Qu-a0-jf-b0-48.ucode
firmware:       iwlwifi-Qu-a0-hr-a0-48.ucode

根据这里的解决方案,可以保持原样,但我不完全确定,因为正如我之前提到的,我之前和只有在全新安装后才让 ubuntu 工作正常,我遇到了这个问题。我将不胜感激。我在这里不知所措,谢谢。

networking drivers firmware 18.04 iwlwifi
  • 1 个回答
  • 3767 Views
Martin Hope
Pachuca
Asked: 2019-06-26 08:31:16 +0800 CST

ubuntu 18.04 (gnome) 系统监控工具的github在哪里?

  • 0

我注意到它的最新版权是 2011,它不再受支持吗?我有兴趣从这个工具中学习。有谁知道它的开源代码在哪里?

gnome system-monitor open-source
  • 1 个回答
  • 68 Views
Martin Hope
Pachuca
Asked: 2019-06-02 20:24:05 +0800 CST

如何克隆 Ubuntu 18.04 驱动器到驱动器?

  • 0

我最近将我的存储升级到更大的 nvme 驱动器,我想将现有的驱动器克隆到它上面。我阅读了有关 clonezilla 的建议(对我不起作用)并使用 dd 命令。

我没有尝试过 dd 命令,因为我的理解是它会转换和复制所有文件,如果我的驱动器大小不匹配,它将无法正常工作。我的驱动器大小是 512 GB 和 960 GB。dd 如何处理分区大小以及它究竟在转换什么?

Clonezilla 对我不起作用,因为在提示选择要克隆的驱动器后,它没有显示我的 2 个 nvme 驱动器中的任何一个。我将它们与其他 2 个存储驱动器一起连接到主板。存储驱动器是唯一可供选择的选项。

请让我知道如何克隆 Ubuntu 18.04 驱动器到驱动器。另一件事,我的原始安装没有设置驱动器加密,是否可以在克隆到新驱动器时更改它?

提前致谢!

clone disk-image cloning
  • 1 个回答
  • 2418 Views
Martin Hope
Pachuca
Asked: 2019-05-13 05:45:20 +0800 CST

在启动 ubuntu 18.04(双启动系统)上自动安装驱动器或外部驱动器

  • 2

我有一个双启动系统,驱动器存储我用来在 windows/linux 之间共享的数据。我想为这些驱动器设置自动挂载。我尝试在Ubuntu 18.04 上设置自动挂载。将此行添加到 /etc/fstab 后

/dev/sdb1 /media/user/Downloads fuseblk defaults 0 2

系统重启后进入紧急模式。我使用 vim 删除了该行,然后我又回到了弄清楚如何在启动时自动挂载我的硬盘,这样我就不必每次都这样做了。

我曾经findmnt获取文件系统信息。这是输出:

├─/media/user/Downloads               /dev/sdb1      fuseblk         rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096

有谁知道如何完成双启动系统的自动挂载?有没有我可以使用的包?请让我知道,提前谢谢你。

boot dual-boot mount automount hard-drive
  • 1 个回答
  • 6528 Views
Martin Hope
Pachuca
Asked: 2019-03-08 14:26:03 +0800 CST

如何像在 Windows 中一样在 ubuntu 中更改外部硬盘名称/驱动器

  • 0

我有 3 个用于备份/媒体的外置硬盘。它们都是 WD easystore 驱动器,因此在 ubuntu 中它们都以相同的名称显示,例如 easystore easystore1 easystore2。当我尝试为我的所有下载设置一个驱动器时,它将一直工作到下一次重新启动。有时,其中一个驱动器可能比另一个驱动器安装/启动更快,并将被标记为另一个驱动器。例如,easystore 将变为easystore1,因此路径不再是/media/usr/easystore,而是/media/usr/easystore1。我怎样才能解决这个问题?

partitioning hard-drive drive
  • 1 个回答
  • 155 Views
Martin Hope
Pachuca
Asked: 2018-03-24 11:31:04 +0800 CST

WD Black NVMe 驱动器上的 Ubuntu 16.04 存在一系列问题

  • 0

我还是 Ubuntu 的新手。将不胜感激任何帮助,谢谢。

这是我的规格。我正在使用笔记本电脑 Clevo P7xxTM1

  • i7 8700
  • 32GB 内存
  • gtx 1070 显卡

我双启动 Windows 10 和 Ubuntu 16.04 以及 2 个其他驱动器用于存储,每个操作系统一个。最近,我将我的硬件从三星 850evo 升级到了 WD Black M.2 NVMe,用于我的 Linux 操作系统,期望性能提升。从那以后,我除了问题什么都没有。我最关心的是性能。我期待近乎即时的启动、关闭和软件加载。我得到的几乎相反。有时当我关闭系统时,需要 5 分钟才能重新启动/关闭。启动时间要快得多,但有时它会挂起并且系统在登录屏幕和登录后立即冻结。某些程序可能需要一段时间才能加载。有时只是在文件资源管理器中浏览会导致随机暂停或冻结。不确定这是否相关,但是当我播放 .mkv 文件并尝试浏览视频时,可能会导致整个系统锁定。

这是我点击ctrl+ alt+后屏幕的样子F1

Ctrl+Alt+F1

这是 nvme 驱动器上的 Linux 的一个已知问题,还是除了安装它之外我还需要做一些额外的事情吗?

编辑:这是最近尝试关闭的图片以及我在屏幕上收到的消息。

关闭

dual-boot performance nvme
  • 1 个回答
  • 727 Views
Martin Hope
Pachuca
Asked: 2017-10-24 12:17:13 +0800 CST

如何在本地访问mysql数据库?

  • 0

我在 ubuntu 16.04 上安装了 xampp。该界面看起来与我在同一台机器上安装 xampp 的 windows 不同。我不确定如何使用它。如何访问mysql数据库?

XAMPP 用户界面

mysql
  • 2 个回答
  • 1097 Views
Martin Hope
Pachuca
Asked: 2017-10-16 16:59:16 +0800 CST

在带有 Nvidia gpu 的 ubuntu 16.04 上使用 VLC 播放 .mkv 视频时出现断断续续的图形

  • 0

刚开始使用ubuntu。我是个菜鸟,所以如果您需要更多信息,请告诉我它是什么以及如何做。我正在尝试在笔记本电脑上使用 VLC 播放 .mkv 文件。我安装了 gtx 1070,我使用的是来自 ubuntu 安装的默认驱动程序。基本上我看到屏幕撕裂/断断续续的图形。我还没有厌倦玩任何游戏,但我假设如果我对视频有问题,那么游戏可能会同样糟糕。在我离开主题之前,我想知道是否有人有一些关于提高视频质量或更新驱动程序以获得最佳性能的信息。请让我知道我可以做些什么来修复屏幕撕裂/断断续续的视频,谢谢。

这是笔记本电脑:https ://www.newegg.com/Product/Product.aspx?Item=N82E16834234297R

screen
  • 1 个回答
  • 673 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve