我试着在我的ubuntu13.10上安装Zentyal使用ppa-方法(因为我不想重新安装操作系统)。
首先,我将deb http://archive.zentyal.org/zentyal 3.3 main extra添加到我的sources.list中,运行sudo apt-get update,然后运行sudo apt-get install zentyal。
通过安装依赖项,您可以在这里找到安装日志(不幸的是,在德语中):http://pastebin.com/vLN2UWgn。日志末尾的输出只是来自etckeeper的输出。
正如日志中所述,zentyal-core的后安装脚本失败了。因此,我尝试在zentyal-core.postinst中运行/var/lib/dpkg/info。现在可以观察到一些奇怪的行为。
sudo ./zentyal-core.postinst给出:
Use of uninitialized value $action in string eq at /usr/share/debconf/frontend line 27.
而sudo bash zentyal-core.postinst给出:
Can't exec "zentyal-core.config": No such file or directory at /usr/share/perl/5.14/IPC/Open3.pm line 186.
open2: exec of zentyal-core.config configure failed at /usr/share/perl5/Debconf/ConfModule.pm line 59如果这很重要,我的默认shell是fish (但不是root,它使用的是bash)。
删除后安装脚本后,dpkg运行良好,但将firefox指向我的服务器只显示默认的apache欢迎页面(“这是默认的网页. blah blah")。
有什么想法吗?
发布于 2014-04-25 19:52:00
尝试使用Zentyal而不是PPA。对我起作用了。可在此处下载(3.4):http://www.zentyal.org/server/
https://askubuntu.com/questions/420067
复制相似问题