解决方法
通过系统日志显示程序被关闭的原因
# vim /var/log/message
或者:
# journalctl
或者:
# dmesg –T
(补充:这里的 -T 代表要显示时间)
通过系统日志显示程序被关闭的原因
# vim /var/log/message
或者:
# journalctl
或者:
# dmesg –T
(补充:这里的 -T 代表要显示时间)
在 TeamViewer 的官网上下载软件 TeamViewer:
https://www.teamviewer.cn/cn/download/linux/
服服务器系统要配置好可用的软件源
# rpm -Uvh https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/e/epel-release-8-8.el8.noarch.rpm
# yum groupinstall -y "Server with GUI"
# vim /etc/gdm/custom.conf
将以下内容:
#WaylandEnable=false
修改为:
WaylandEnable=false
(补充:此步骤是为了避免让 TeamViewer 连接时出现黑屏)
# systemctl set-default graphical.target
# yum -y localinstall teamviewer_15.9.5.x86_64.rpm
(补充:这里以安装 15.9.5.x86_64 版本的 teamviewer 为例)
# reboot
# service -–status-all
# service <unit> start
# service <unit> stop
rpmdb BDB0113 Thread/process
# rm -rf /var/lib/rpm/_db*
# rpm --rebuilddb
# yum clean all
# yum repolist