我刚刚从 14.04 升级到 15.04,启动时出现一些错误;
[FAILED] Failed to start (null).
See "systemctl status lsassd.service" for details.
这些项目存在多处此类错误;
lwregd.service
dcerpcd.service
lsassd.service
lwiod.service
netlogond.service
eventlogd.service
lwsmd.service
我运行了该命令并收到以下日志消息;
Sep 09 08:25:18 XXXXXX systemd[1]: Starting (null)...
Sep 09 08:25:18 XXXXXX lsassd[1320]: /etc/init.d/lsassd: 24: .: Can't open /usr/lib/likewise-open/init-lwsm.sh
Sep 09 08:25:27 XXXXXX systemd[1]: lsassd.service: control process exited, code=exited status=2
Sep 09 08:25:27 XXXXXX systemd[1]: Failed to start (null).
Sep 09 08:25:27 XXXXXX systemd[1]: Unit lsassd.service entered failed state.
Sep 09 08:25:27 XXXXXX systemd[1]: lsassd.service failed.
其他错误实例都有类似的错误消息。我检查过,该/usr/lib/likewise-open
目录似乎不再存在。
我尝试安装该软件包sudo apt-get install likewise-open
但收到以下消息;
Package likewise-open is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
likewise-open
E: Package 'likewise-open' has no installation candidate
我看了同样开放页面并指出;
LikewiseOpen 现已超越信任 - PowerBroker 身份服务开放版Likewise 网站已消失,且指向它的链接也已损坏。
我们将这台机器作为 Windows 域的一部分运行,SAMBA 共享的 LDAP 访问似乎运行正常。在出现错误时,它ldapd.service
成功启动。
为了让所有 AD 正常工作,我经历了很多尝试和错误,并且我不完全确定安装了什么以及仍然需要哪些部分。我遵循了以下说明的组合;ActiveDirectory使用方法和LDAP客户端身份验证。
我读了一些关于切换到systemd
但不太明白其中的含义或者这是否与我的错误有关。
如果启动时没有错误就好了,但我不确定清除此错误的最佳方法是什么。我该如何删除 LikewiseOpen,如果删除,可能会出现什么问题,或者我可以更新或替换它吗?
答案1
解决这个问题有三个步骤;
卸载以前同样打开的软件包;
apt-get --purge remove likewise-open
下载并安装 pbis-open;
apt-get install pbis-open
创建并启用lwsmd.service;