一键安装脚本报[Job for seahub.service failed ]错误

试用一键安装脚本

在未安装任何依赖的Centos7上运行下列脚本:

wget h ttps://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo yum install java-1.7.0-openjdk poppler-utils python-setuptools
python-imaging MySQL-python mariadb-server python-memcached python-ldap
python-urllib3
sudo pip install boto
sudo /etc/init.d/mysqld start

然后运行下列脚本:
wget htt ps://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-centos-7-amd64-http

bash seafile-server-centos-7-amd64-http 6.0.13

已在/opt目录下拷贝好Pro版文件

但到最后,报如下错误:

Seahub is started
Done.

Seahub is not running
Done.

Stopping seafile server …
Done.

Job for seahub.service failed because the control process exited with error code. See “systemctl status seahub.service” and “journalctl -xe” for details.

seahub_settings.py 和 seafevent.conf 这两个文件代码如下:

不知能否点明哪里出了问题?

官方的脚本在centos7上安装pro的确是有问题,原因未知。官方对中文社区的维护实在太差。

安装社区版没有问题,不过官方版里的全家桶太多了。

可以先安装社区版,然后再手动升级到pro版。

另外再推荐一个轻量版的一键脚本,不过没有加自启,需要手动添加
https://www.xiaoz.me/archives/8480

谢谢你!十分感谢你解决了官方都没有处理的问题,真的十分感谢~

您好,我今天把脚本升级到最新版,并加入开机自启了。