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-249099

Dmitriy Vinokurov's questions

Martin Hope
Dmitriy Vinokurov
Asked: 2019-05-04 11:12:44 +0800 CST

显示当前 Windows 快捷方式在 Kubuntu 19.04 上不起作用

  • 6

据我记得,在以前的 Kubuntu 版本(18.10)上,当我按下 Ctrl-F9 时 - KWin 显示所有打开的窗口。但是升级到 19.04 后它不再工作了。在热键设置中,Ctrl-F9 仍然是此功能的快捷方式,但是当我按下它时 - 没有任何反应,我既不知道如何从命令行启动它以查看错误,也不知道在哪里查看日志。

shortcut-keys kubuntu kwin
  • 1 个回答
  • 636 Views
Martin Hope
Dmitriy Vinokurov
Asked: 2019-04-20 05:44:28 +0800 CST

戴尔 Vostro 14 5480 极低音量

  • 1

我购买了预装了 Ubuntu 14.04 的 Dell Vostro 14 5480,将其重新安装到较新的 18.10 并面临令人不快的问题 - 音量非常低,最大设置质量差。我第一次在装有 Linux 的笔记本电脑上看到这样的东西,我非常失望。如果我插入耳机 - 没关系,质量好,音量好。

这是 alsamixer 屏幕截图 - 似乎所有相关内容都在最大设置上:

Alsamixer 截图

sound dell dell-vostro
  • 2 个回答
  • 498 Views
Martin Hope
Dmitriy Vinokurov
Asked: 2018-09-26 22:43:31 +0800 CST

Docker 无法在 VirtualBox 来宾中的 Ubuntu 16.04 上运行

  • 0

尝试将 Docker 安装到在 Ubuntu 16.04 上工作的 VirtualBox 来宾 - 它不起作用。

我遵循安装指南https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository:

$ sudo apt install apt-transport-https ca-certificates curl software-properties-common
...
done.

$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
OK

$ sudo apt-key fingerprint 0EBFCD88
pub   4096R/0EBFCD88 2017-02-22
      Key fingerprint = 9DC8 5822 9FC7 DD38 854A  E2D8 8D81 803C 0EBF CD88
uid                  Docker Release (CE deb) <docker@docker.com>
sub   4096R/F273FCD8 2017-02-22

$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

$ sudo apt-get update
...
Reading package lists... Done

然后我尝试安装 docker-ce 并得到错误:

$ sudo apt-get install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  docker-ce
0 upgraded, 1 newly installed, 0 to remove and 121 not upgraded.
Need to get 0 B/40.0 MB of archives.
After this operation, 198 MB of additional disk space will be used.
Selecting previously unselected package docker-ce.
(Reading database ... 72543 files and directories currently installed.)
Preparing to unpack .../docker-ce_18.06.1~ce~3-0~ubuntu_amd64.deb ...
Unpacking docker-ce (18.06.1~ce~3-0~ubuntu) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up docker-ce (18.06.1~ce~3-0~ubuntu) ...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Wed 2018-09-26 11:35:03 +05; 4ms ago
     Docs: https://docs.docker.com
  Process: 17078 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
 Main PID: 17078 (code=exited, status=1/FAILURE)

Sep 26 11:35:03 build-server systemd[1]: Failed to start Docker Application Container Engine.
Sep 26 11:35:03 build-server systemd[1]: docker.service: Unit entered failed state.
Sep 26 11:35:03 build-server systemd[1]: docker.service: Failed with result 'exit-code'.
dpkg: error processing package docker-ce (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)

以下是建议在之前的命令输出中查看的调试信息:

$ systemctl status docker.service
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: inactive (dead) (Result: exit-code) since Wed 2018-09-26 11:35:04 +05; 1min 20s ago
     Docs: https://docs.docker.com
  Process: 17200 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
 Main PID: 17200 (code=exited, status=1/FAILURE)

Sep 26 11:35:04 build-server systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Sep 26 11:35:04 build-server systemd[1]: Failed to start Docker Application Container Engine.
Sep 26 11:35:04 build-server systemd[1]: docker.service: Unit entered failed state.
Sep 26 11:35:04 build-server systemd[1]: docker.service: Failed with result 'exit-code'.
Sep 26 11:35:04 build-server systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Sep 26 11:35:04 build-server systemd[1]: Stopped Docker Application Container Engine.
Sep 26 11:35:04 build-server systemd[1]: docker.service: Start request repeated too quickly.
Sep 26 11:35:04 build-server systemd[1]: Failed to start Docker Application Container Engine.

还有一个:

$ journalctl -xe
...
-- The start-up result is done.
Sep 26 11:35:04 build-server systemd[1]: docker.service: Start request repeated too quickly.
Sep 26 11:35:04 build-server systemd[1]: Failed to start Docker Application Container Engine.
-- Subject: Unit docker.service has failed
...

我也尝试在调试模式下运行 Docker,这里是输出:

$ sudo dockerd -D
...
ERRO[2018-09-26T11:39:15.551563104+05:00] [graphdriver] prior storage driver devicemapper failed: devicemapper: Error running deviceCreate (CreatePool) dm_task_run failed
...

谷歌搜索不到任何有用的东西。有什么建议么?提前致谢。

software-installation virtualbox 16.04 docker
  • 1 个回答
  • 1376 Views
Martin Hope
Dmitriy Vinokurov
Asked: 2018-08-27 08:18:44 +0800 CST

D-Link DWA-131 在 Ubuntu 18.04 中不起作用

  • 0

今天买了 Wi-Fi USB 适配器 D-Link DWA-131。它不能“开箱即用”。尝试在 Ubuntu 14.04.4 下安装 DWA-131 WiFi 加密狗驱动程序的解决方案- 也没有帮助。

这是dmesg的结尾,希望它很重要:

[ 3548.951789] usb 1-5.2: new high-speed USB device number 7 using xhci_hcd
[ 3549.052123] usb 1-5.2: New USB device found, idVendor=2001, idProduct=3319
[ 3549.052133] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3549.052138] usb 1-5.2: Product: Wireless N Nano USB Adapter
[ 3549.052144] usb 1-5.2: Manufacturer: Realtek
[ 3549.052148] usb 1-5.2: SerialNumber: 00e04c000001
[ 3549.053281] usb 1-5.2: This Realtek USB WiFi dongle (0x2001:0x3319) is untested!
[ 3549.053288] usb 1-5.2: Please report results to Jes.Sorensen@gmail.com
[ 3549.123642] usb 1-5.2: Vendor: Realtek
[ 3549.123646] usb 1-5.2: Product: Wireless N 
[ 3549.123648] usb 1-5.2: Serial: no USB Adap
[ 3549.123651] usb 1-5.2: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
[ 3549.123654] usb 1-5.2: 00: 29 81 00 7c 01 40 03 00
...
[ 3549.123784] usb 1-5.2: 1f8: ff ff ff ff ff ff ff ff
[ 3549.123788] usb 1-5.2: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
[ 3549.123792] usb 1-5.2: RTL8192EU MAC: 18:0f:76:09:dc:de
[ 3549.123795] usb 1-5.2: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
[ 3549.267433] usb 1-5.2: Firmware revision 19.0 (signature 0x92e1)
[ 3550.737563] rtl8xxxu 1-5.2:1.0 wlx180f7609dcde: renamed from wlan0
[ 3550.793700] IPv6: ADDRCONF(NETDEV_UP): wlx180f7609dcde: link is not ready

非常感谢您对这个麻烦的任何帮助。

UPD:这是 chili555 请求的诊断输出:

$ lsmod | grep rtl
rtl8xxxu              122880  0
rtl8188ee              94208  0
rtl_pci                32768  1 rtl8188ee
rtlwifi                77824  2 rtl_pci,rtl8188ee
mac80211              778240  4 rtl_pci,rtl8188ee,rtlwifi,rtl8xxxu
cfg80211              622592  3 mac80211,8192eu,rtlwifi

$ dmesg | grep wlx
[11931.764451] rtl8xxxu 1-5.2:1.0 wlx180f7609dcde: renamed from wlan0
[11931.966937] IPv6: ADDRCONF(NETDEV_UP): wlx180f7609dcde: link is not ready

$ rfkill list all
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
4: phy4: Wireless LAN
        Soft blocked: no
        Hard blocked: no
wireless drivers adapter d-link 18.04
  • 3 个回答
  • 8610 Views
Martin Hope
Dmitriy Vinokurov
Asked: 2018-06-11 23:59:33 +0800 CST

Ctrl+Alt+F7 不会在 Kubuntu 18.04 Bionic 中切换回 X 会话

  • 15

在我使用+ +切换到虚拟控制台后,我无法使用Ctrl+ Alt+F6回到 X 会话- 只显示闪烁的光标。尝试过- 相同的结果。必须重新启动并丢失所有打开的应用程序,这非常不方便。Kubuntu 版本是 18.04 仿生。CtrlAltF7chvt

有人可以帮忙吗?

command-line shortcut-keys kubuntu tty sddm
  • 2 个回答
  • 6326 Views
Martin Hope
Dmitriy Vinokurov
Asked: 2018-01-25 03:46:13 +0800 CST

未能从 17.04 发布升级到 17.10 [重复]

  • 4
这个问题在这里已经有了答案:
如何安装软件或从旧的不受支持的版本升级? (12 个回答)
4年前关闭。

由于不再支持 17.04,我决定升级到 17.10,但遇到了以下我无法解决的错误:

Err http://archive.ubuntu.com/ubuntu stable Release                                                                      
  404  Not Found [IP: 91.189.88.161 80]

这是完整的日志:

[16:44]dvinokurov@dvinokurov-WorkPC[~]$ LANG=en sudo do-release-upgrade 
Checking for a new Ubuntu release
Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife

Get:1 Upgrade tool signature [819 B]                                                                                     
Get:2 Upgrade tool [1247 kB]                                                                                             
Fetched 1247 kB in 0s (0 B/s)                                                                                            
authenticate 'artful.tar.gz' against 'artful.tar.gz.gpg' 
extracting 'artful.tar.gz'

Reading cache

Checking package manager
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Ign http://dl.google.com/linux/chrome/deb stable InRelease                                                               
Hit http://dl.google.com/linux/chrome/deb stable Release                                                                 
Ign http://archive.ubuntu.com/ubuntu zesty InRelease                                                                     
Ign http://archive.ubuntu.com/ubuntu zesty-updates InRelease                                                             
Hit https://repo.skype.com/deb stable InRelease                                                                          
Ign http://archive.ubuntu.com/ubuntu zesty-backports InRelease                                                           
Ign http://archive.ubuntu.com/ubuntu zesty-security InRelease                                                            
Err http://archive.ubuntu.com/ubuntu zesty Release                                                                       
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Err http://archive.ubuntu.com/ubuntu zesty-updates Release                                                               
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Err http://archive.ubuntu.com/ubuntu zesty-backports Release                                                             
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Err http://archive.ubuntu.com/ubuntu zesty-security Release                                                              
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Hit https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu zesty InRelease                                                  
Hit https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu zesty InRelease                                                  
Ign https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu zesty InRelease                                                  
Hit https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu zesty Release                                                    
Fetched 0 B in 0s (0 B/s)                                                                                                
Reading package lists... Done    
Building dependency tree          
Reading state information... Done

Updating repository information

Third party sources disabled 

Some third party entries in your sources.list were disabled. You can 
re-enable them after the upgrade with the 'software-properties' tool 
or your package manager. 

To continue please press [ENTER]

Hit http://archive.ubuntu.com/ubuntu artful InRelease                                                                    
Hit http://archive.ubuntu.com/ubuntu artful-updates InRelease                                                            
Hit http://archive.ubuntu.com/ubuntu artful-backports InRelease                                                          
Hit http://archive.ubuntu.com/ubuntu artful-security InRelease                                                           
Ign http://archive.ubuntu.com/ubuntu stable InRelease                                                                    
Err http://archive.ubuntu.com/ubuntu stable Release                                                                      
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Fetched 0 B in 0s (0 B/s)                                                                                                
Hit http://archive.ubuntu.com/ubuntu artful InRelease                                                                    
Hit http://archive.ubuntu.com/ubuntu artful-updates InRelease                                                            
Hit http://archive.ubuntu.com/ubuntu artful-backports InRelease                                                          
Hit http://archive.ubuntu.com/ubuntu artful-security InRelease                                                           
Ign http://archive.ubuntu.com/ubuntu stable InRelease                                                                    
Err http://archive.ubuntu.com/ubuntu stable Release                                                                      
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Fetched 0 B in 0s (0 B/s)                                                                                                
Hit http://archive.ubuntu.com/ubuntu artful InRelease                                                                    
Hit http://archive.ubuntu.com/ubuntu artful-updates InRelease                                                            
Hit http://archive.ubuntu.com/ubuntu artful-backports InRelease                                                          
Hit http://archive.ubuntu.com/ubuntu artful-security InRelease                                                           
Ign http://archive.ubuntu.com/ubuntu stable InRelease                                                                    
Err http://archive.ubuntu.com/ubuntu stable Release                                                                      
  404  Not Found [IP: 91.189.88.161 80]                                                                                  
Fetched 0 B in 0s (0 B/s)                                                                                                

Error during update 

A problem occurred during the update. This is usually some sort of 
network problem, please check your network connection and retry. 

E:The repository 'http://archive.ubuntu.com/ubuntu stable Release' 
does not have a Release file. 


Restoring original system state

Aborting
Reading package lists... Done    
Building dependency tree          
Reading state information... Done

有人可以帮忙解决吗?

upgrade
  • 1 个回答
  • 5363 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

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助
subwaysurfers
my femboy roommate

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve