我最近在我的笔记本电脑上安装了 18.04 LTS ubuntu。我每天都面临这个问题。我的笔记本电脑在使用几个小时后就挂断了,没有任何工作,甚至鼠标和键盘都没有。我已经运行dist-upgrade
并安装了图形驱动程序,没有任何效果。
需要帮忙
编辑
正如@ElderGeek 所建议的那样。我已经安装了lm-sensors
. 我见过温度在 43 到 48 摄氏度之间。
另外这里是我的系统信息:
ajit-soman@ajitsoman-X542BA:~$ sudo lshw -short
[sudo] password for ajit-soman:
H/W path Device Class Description
=================================================
system X542BA
/0 bus X542BA
/0/0 memory 64KiB BIOS
/0/4 memory 160KiB L1 cache
/0/5 memory 1MiB L2 cache
/0/28 memory 8GiB System Memory
/0/28/0 memory 4GiB SODIMM DDR4 Synchronous Unbuffered (U
/0/28/1 memory 4GiB SODIMM DDR4 Synchronous Unbuffered (U
/0/30 processor AMD A9-9420 RADEON R5, 5 COMPUTE …
Run Code Online (Sandbox Code Playgroud) 我正在执行此命令以在我的 ubuntu 14.04 中安装 postgesql
sudo apt-get install postgresql postgresql-contrib
Run Code Online (Sandbox Code Playgroud)
我在安装过程中遇到错误:
Failed to issue method call: Unit postgresql@10-main.service failed to load: No such file or directory. See system logs and 'systemctl status postgresql@10-main.service' for details
Run Code Online (Sandbox Code Playgroud)
这是完整的日志:
Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
en_us
Removing obsolete dictionary files:
* No PostgreSQL clusters exist; see "man pg_createcluster"
Processing triggers for ureadahead (0.100.0-16) ...
Setting up postgresql-10 (10.1-1.pgdg14.04+1) ...
Creating new PostgreSQL cluster 10/main ... …
Run Code Online (Sandbox Code Playgroud)