我想使用 LDAP 身份验证进行 CentOS 7 安装,因此我安装了authconfig-gtk
,sssd
和krb5-workstation
.
当我尝试启动该服务时,我收到一条消息,告诉我there is no config file under /etc/sssd/
.
我通过谷歌做了一些研究,一个解决方案,我发现是将文件从复制/usr/share/doc/sssd-common-1.14.0/sssd.conf
到/etc/sssd/
。
然后我在日志文件中发现由于缺少读取权限,该服务无法启动。所以我将权限更改为770
. 仍然无法启动服务。
寻找有关此问题的任何帮助或如何sssd
使用yum
.
我对我的 arch-linux 进行了更新,然后我尝试运行 virtualbox,我收到以下错误消息:
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/sbin/vboxconfig'
Run Code Online (Sandbox Code Playgroud)
当我尝试执行命令时,我得到:
/sbin/vboxconfig: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我也试过modprobe vboxdrv
,并得到消息:
Module vboxdrv not found in directory /lib/modules/4.8.13-1-ARCH
Run Code Online (Sandbox Code Playgroud)
对问题的任何帮助!