据我记得,在以前的 Kubuntu 版本(18.10)上,当我按下 Ctrl-F9 时 - KWin 显示所有打开的窗口。但是升级到 19.04 后它不再工作了。在热键设置中,Ctrl-F9 仍然是此功能的快捷方式,但是当我按下它时 - 没有任何反应,我既不知道如何从命令行启动它以查看错误,也不知道在哪里查看日志。
主页
/
user-249099
Dmitriy Vinokurov's questions
Dmitriy Vinokurov
Asked:
2019-04-20 05:44:28 +0800 CST
Dmitriy Vinokurov
Asked:
2018-09-26 22:43:31 +0800 CST
尝试将 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) <[email protected]>
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
...
谷歌搜索不到任何有用的东西。有什么建议么?提前致谢。
Dmitriy Vinokurov
Asked:
2018-08-27 08:18:44 +0800 CST
今天买了 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 [email protected]
[ 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
Dmitriy Vinokurov
Asked:
2018-06-11 23:59:33 +0800 CST
在我使用+ +切换到虚拟控制台后,我无法使用Ctrl+ Alt+F6回到 X 会话- 只显示闪烁的光标。尝试过- 相同的结果。必须重新启动并丢失所有打开的应用程序,这非常不方便。Kubuntu 版本是 18.04 仿生。CtrlAltF7chvt
有人可以帮忙吗?
Dmitriy Vinokurov
Asked:
2018-01-25 03:46:13 +0800 CST
由于不再支持 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
有人可以帮忙解决吗?