Still no luck…
I created a user named “Seafile” and used this user to install seafile server by using “sudo”.
I configured the server following the guide, but I modified the port, because the default port is in using by the firmware.
I still got this error message:
[03/22/18 11:54:13] ../common/session.c(132): using config file /opt/share/seafile/conf/ccnet.conf
Starting seafile server, please wait ...
Failed to start seafile server
And the logs (only 3 logs in the logs folder) don’t help much:
seafile.log:
[03/22/18 11:54:15] http-server.c(160): fileserver: worker_threads = 10
[03/22/18 11:54:15] http-server.c(175): fileserver: fixed_block_size = 8388608
[03/22/18 11:54:15] http-server.c(190): fileserver: web_token_expire_time = 3600
[03/22/18 11:54:15] http-server.c(205): fileserver: max_indexing_threads = 1
[03/22/2018 11:54:15 AM] ../common/mq-mgr.c(54): [mq client] mq cilent is started
ccnet.log
[03/22/18 11:54:13] ../common/session.c(132): using config file /opt/share/seafile/conf/ccnet.conf
[03/22/18 11:54:13] ../common/session.c(455): socket file exists, delete it anyway
[03/22/18 11:54:14] ../common/session.c(484): Listen on /opt/share/seafile/ccnet/ccnet.sock for local clients
[03/22/18 11:54:14] ../common/session.c(290): Update pubinfo file
[03/22/18 11:54:14] ../common/session.c(398): Accepted a local client
[03/22/18 11:54:14] ../common/session.c(398): Accepted a local client
[03/22/18 11:54:15] ../common/session.c(398): Accepted a local client
[03/22/18 11:54:15] ../common/session.c(398): Accepted a local client
Controller.log
[03/22/18 11:54:13] seafile-controller.c(154): starting ccnet-server ...
[03/22/18 11:54:13] seafile-controller.c(73): spawn_process: ccnet-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -f /opt/share/seafile/logs/ccnet.log -d -P /opt/var/run/seafile/ccnet.pid
[03/22/18 11:54:13] seafile-controller.c(88): spawned ccnet-server, pid 21295
[03/22/18 11:54:14] seafile-controller.c(555): ccnet daemon connected.
[03/22/18 11:54:14] seafile-controller.c(186): starting seaf-server ...
[03/22/18 11:54:14] seafile-controller.c(73): spawn_process: seaf-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -d /opt/share/seafile/seafile-data -l /opt/share/seafile/logs/seafile.log -P /opt/var/run/seafile/seaf-server.pid
[03/22/18 11:54:14] seafile-controller.c(88): spawned seaf-server, pid 21318
[03/22/18 11:54:14] seafile-controller.c(528): seafdav not enabled.
And here’s the configuration from my ccnet.conf:
[General]
USER_NAME = Seafile
ID = 1ed4346fac74c8381217f7e2ff296a2bac105220
NAME = Seafile
SERVICE_URL = http://10.10.10.1:9999
[Client]
PORT = 13419
Here’s the memory status after running the script:
total used free shared buffers
Mem: 514508 108308 406200 0 1948
Swap: 2097148 0 2097148
Total: 2611656 108308 2503348
Here’s the backgroud running threads (part of threads in the system):
21319 1 Seafile S 116M 23.0 0.0 seaf-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -d /opt/share/seafile/seafile-data -l /opt/share/seafile/logs/seafi
21298 1 Seafile S 14116 2.7 0.0 ccnet-server -F /opt/share/seafile/conf -c /opt/share/seafile/ccnet -f /opt/share/seafile/logs/ccnet.log -d -P /opt/var/run/seafile/cc
21296 1 Seafile S 10176 1.9 0.0 /opt/bin/seafile-controller -c /opt/share/seafile/ccnet -d /opt/share/seafile/seafile-data -F /opt/share/seafile/conf
587 1 admin S 5088 0.9 0.0 /usr/sbin/httpd /tmp/httpd.conf
I’m totally defeated… 